OSDN Git Service

* MAINTAINERS (Write after approval): Add myself.
[pf3gnuchains/gcc-fork.git] / ChangeLog
1 2008-10-23  Cary Coutant  <ccoutant@google.com>
2
3         * MAINTAINERS (Write after approval): Add myself.
4
5 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
6
7         PR gdb/921
8         PR gdb/1646
9         PR gdb/2175
10         PR gdb/2176
11
12         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
13         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
14         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
15         (HOST_EXPORTS): Pass CPPFLAGS.
16         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
17         (LDFLAGS_FOR_TARGET): Initialize from configure script.
18         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
19         * Makefile.in, configure: Regenerated.
20         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
21         and CPPFLAGS_FOR_BUILD.
22
23 2008-10-20  Sebastian Pop <sebastian.pop@amd.com>
24
25         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
26         Sebastian Pop.
27
28 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
29
30         * MAINTAINERS (Write After Approval): Added myself.
31
32 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
33
34         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
35         recommended version to 2.3.2.
36
37         * configure: Regenerate.
38
39 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
40
41         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
42
43 2008-09-29  David Daney <david.daney@caviumnetworks.com>
44
45         * MAINTAINERS (Write After Approval): Update e-mail address.
46
47 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
48
49         * libtool.m4: Update to libtool 2.2.6.
50         * lt~obsolete.m4: Update to libtool 2.2.6.
51         * ltmain.sh: Update to libtool 2.2.6.
52         * ltsugar.m4: Update to libtool 2.2.6.
53         * ltversion.m4: Update to libtool 2.2.6.
54         * ltoptions.m4: Update to libtool 2.2.6.
55         * ltgcc.m4: Update to match changes from libtool 2.2.6.
56
57 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
58
59         * MAINTAINERS (Write After Approval): Add myself.
60
61 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
62
63         * MAINTAINERS (Write After Approval): Update my name.
64
65 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
66
67         * MAINTAINERS: Add myself in "Write After Approval".
68
69 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
70
71         * MAINTAINERS: Add myself as ia64 maintainer.
72
73 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
74
75         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
76         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
77         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
78         and Michael Tiemann from Write After Approval since they do not
79         actually have access.
80
81 2008-09-05  Richard Guenther  <rguenther@suse.de>
82
83         * configure.ac: Initialize clooglibs to -lcloog.
84         * configure: Re-generate.
85
86 2008-09-04  Le-Chun Wu  <lcwu@google.com>
87
88         * MAINTAINERS (Write After Approval): Add myself.
89
90 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
91
92         * configure.ac (--with-cloog-polylib): New.
93         (--disable-cloog-version-check): New.
94         (--disable-ppl-version-check): New.
95         * configure: Re-generate.
96
97 2008-09-03  Richard Guenther  <rguenther@suse.de>
98
99         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
100         cloog test.
101         * configure: Re-generate.
102
103 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
104
105         Add picoChip port.
106         * MAINTAINERS: Add picoChip maintainers.
107
108 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
109             Tobias Grosser  <grosser@fim.uni-passau.de>
110             Jan Sjodin  <jan.sjodin@amd.com>
111             Harsha Jagasia  <harsha.jagasia@amd.com>
112             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
113             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
114             Adrien Eliche  <aeliche@isty.uvsq.fr>
115
116         Merge from graphite branch.
117         * configure: Regenerate.
118         * Makefile.in: Regenerate.
119         * configure.ac (host_libs): Add ppl and cloog.
120         Add checks for PPL and CLooG.
121         * Makefile.def (ppl, cloog): Added modules and dependences.
122         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
123         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
124
125 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
126
127         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
128         (GCC_SHLIB_SUBDIR): New.
129         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
130         * configure: Regenerate.
131         * Makefile.in: Regenerate.
132
133 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
134
135         * MAINTAINERS: Consistently use tabs to separate columns.
136
137 2008-08-29  Tristan Gingold  <gingold@adacore.com>
138
139         * MAINTAINERS (Write after Approval): Add myself.
140
141 2008-08-28  Tristan Gingold  <gingold@adacore.com>
142
143         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
144         Enable bfd, binutils and opcodes.
145         * configure: Regenerate.
146
147 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
148
149         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
150
151 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
152
153         * MAINTAINERS:  Use correct Umlaut for last name.
154
155 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
156
157         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
158
159 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
160
161         * MAINTAINERS: Update my email address.
162
163 2008-08-16  Nicolas Roche  <roche@adacore.com>
164
165         * Makefile.tpl: Add BOOT_ADAFLAGS.
166         * Makefile.in: Regenerate.
167
168 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
169
170         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
171         * configure: Regenerate.
172
173 2008-07-30 Paolo Bonzini  <bonzini@gnu.org>
174
175         * configure.ac: Add makefile fragments for hpux.
176         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
177         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
178         * configure: Regenerate.
179         * Makefile.in: Regenerate.
180
181 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
182
183         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
184
185 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
186
187         * MAINTAINERS (Write after Approval): Add myself.
188
189 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
190
191         * MAINTAINERS (Write After Approval):  Add myself.
192
193 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
194
195         * MAINTAINERS (Write After Approval):  Add myself.
196
197 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
198
199         * MAINTAINERS: Update my email address.
200
201 2008-06-25  Joey Ye  <joey.ye@intel.com>
202
203         * MAINTAINERS (Write After Approval):  Add myself.
204
205 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
206
207         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
208         * Makefile.in: Regenerate.
209         * configure: Regenerate.
210
211 2008-06-17  Daniel Kraft  <d@domob.eu>
212
213         * MAINTAINERS (Write After Approval):  Add myself.
214
215 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
216
217         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
218         "$@" is still intact with both Autoconf 2.59 and 2.62.
219         * configure: Regenerate.
220
221 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
222
223         * Makefile.tpl: Fix comment errors.
224         * Makefile.in: Regenerate.
225
226 2008-06-12  David S. Miller  <davem@davemloft.net>
227             David Edelsohn  <edelsohn@gnu.org>
228
229         * configure.ac: Add powerpc*-*-* to gold supported targets.
230         * configure: Regenerate.
231
232 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
233
234         PR tree-optimization/36218
235         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
236         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
237         (all prefix="build-"): Pass them to build-system sub-makes.
238         * Makefile.in: Regenerate.
239
240 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
241
242         * MAINTAINERS (mt port): Remove.
243         (sco5, unixware, sco udk): Remove.
244         (Kean Johnston): Add to Write After Approval.
245
246 2008-05-30  Julian Brown  <julian@codesourcery.com>
247
248         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
249         of libobjc for ARM EABI Linux.
250         * configure: Regenerate.
251
252 2008-05-18 Xinliang David Li   <davidxl@google.com>
253
254         * ChangeLog: Remove wrong ChangeLog entry. 
255
256 2008-05-17 Xinliang David Li   <davidxl@google.com>
257
258         * MAINTAINERS (Write After Approval): Add myself.
259
260 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
261
262         * MAINTAINERS (Write After Approval): Add myself.
263
264 2008-05-14  Rafael Espíndola  <espindola@google.com>
265
266         * config-ml.in: don't handle --enable-shared and --enable-static.
267
268 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
269
270         * MAINTAINERS: Update my email address.
271
272 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
273
274         * MAINTAINERS: Update my email address.
275         
276 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
277
278         * MAINTAINERS (Write After Approval): Add myself.
279
280 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
281
282         * MAINTAINERS (Write After Approval): Add myself.
283
284 2008-04-25  Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
285
286         * MAINTAINERS (crx): Add myself.
287
288 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
289
290         Sync with src:
291         2008-04-14  David S. Miller  <davem@davemloft.net>
292
293         * configure.ac: Add sparc*-*-* to gold supported targets.
294         * configure: Regenerate.
295
296 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
297
298         PR bootstrap/35457
299         * configure.ac: Include override.m4.
300         * configure: Regenerate.
301
302 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
303
304         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
305         * Makefile.in: Regenerate.
306
307 2008-04-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
308
309         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
310         as nonconfigurable directories list.
311         * configure: Regenerate.
312
313 2008-04-14  Ben Elliston  <bje@au.ibm.com>
314
315         * config.sub, config.guess: Update from upstream sources.
316
317 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
318
319         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
320         * Makefile.in: Regenerate.
321
322 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
323
324         * configure.ac: Do not build libssp for the AVR.
325         * configure: Regenerate.
326
327 2008-04-07  Ian Lance Taylor  <iant@google.com>
328
329         * Makefile.def: check-gold depends upon all-binutils.
330         * Makefile.in: Regenerate.
331
332 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
333
334         * MAINTAINERS (Write After Approval): Add myself.
335
336 2008-04-04  Nick Clifton  <nickc@redhat.com>
337
338         PR binutils/4334
339         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
340         builds.
341         * configure: Regenerate.
342
343 2008-04-04  NightStrike  <NightStrike@gmail.com>
344
345         PR other/35151
346         * configure.ac: Combine rules for mingw32 and mingw64.
347         * configure: Regenerate.
348
349 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
350
351         * MAINTAINERS (Write After Approval): Add myself.
352
353 2008-04-01  Seongbae Park <seongbae.park@gmail.com>
354
355         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
356         * Makefile.in (.NOTPARALLEL): Ditto.
357
358 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
359
360         * MAINTAINERS (Write After Approval): Add myself.
361
362 2008-03-31  Seongbae Park <seongbae.park@gmail.com>
363
364         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
365         * Makefile.in (.NOTPARALLEL): Regenerate.
366
367 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
368
369         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
370         * Makefile.in: Regenerate.
371
372 2008-03-26  Jakub Staszak  <kuba@et.pl>
373
374         * MAINTAINERS (Write After Approval): Add myself.
375
376 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
377
378         * MAINTAINERS:  Update e-mail address.
379
380 2008-03-20  Ian Lance Taylor  <iant@google.com>
381
382         * configure.ac: Add support for --enable-gold.
383         * Makefile.def: Add gold as a directory like ld.
384         * configure, Makefile.in: Regenerate.
385
386 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
387
388         * configure.ac: m4_include config/proginstall.m4.
389         * configure: Regenerate.
390
391         Backport from upstream Libtool:
392         
393         2007-10-12  Eric Blake  <ebb9@byu.net>
394         
395         Deal with Autoconf 2.62's semantic change in m4_append.
396         * ltsugar.m4 (lt_append): Replace broken versions of
397         m4_append.
398         (lt_if_append_uniq): Don't require separator to be overquoted,
399         and avoid broken m4_append.
400         (lt_dict_add): Fix typo.
401         * libtool.m4 (_LT_DECL): Don't overquote separator.
402
403 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
404
405         * config.rpath: Add AIX 6 support.
406
407 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
408
409         * Makefile.def (stageprofile).  Remove -fprofile-generate
410         from stage_libcflags.
411         * Makefile.in: Regenerate.
412
413 2008-03-13  Ben Elliston  <bje@au.ibm.com>
414
415         * config.sub, config.guess: Update from upstream sources.
416
417 2008-03-06  Tom Tromey  <tromey@redhat.com>
418
419         * MAINTAINERS: Update for treelang deletion.
420
421 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
422
423         * MAINTAINERS: Update my email address.
424
425 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
426
427         * MAINTAINERS (darwin port): Add myself as a maintainer.
428         (objective-c/c++): Add myself as a maintainer.
429
430 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
431
432         * MAINTAINERS (Write After Approval): Update my email address.
433
434 2008-02-25  Tomas Bily  <tbily@suse.cz>
435
436         * MAINTAINERS (Write After Approval): Add myself.
437
438 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
439
440         * MAINTAINERS (OpenMP): Add myself.
441
442 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
443
444         PR bootstrap/32009
445         PR bootstrap/32161
446
447         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
448         * configure: Regenerate.
449
450         * Makefile.def: Define stage_libcflags for all bootstrap stages.
451         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
452         STAGE4_LIBCFLAGS): New.
453         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
454         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
455         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
456         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
457         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
458         for target modules.  Don't export LIBCFLAGS.
459         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
460         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
461         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
462         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
463         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
464         * Makefile.in: Regenerate.
465
466 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
467
468         PR libgcj/33085
469         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
470         Do not use -DDLL_EXPORT.  Backport from upstream.
471
472 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
473
474         * MAINTAINERS (Write After Approval): Add myself.
475
476 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
477
478         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
479         * configure: Regenerate.
480
481 2008-01-31  Marc Gauthier  <marc@tensilica.com>
482
483         * configure.ac (xtensa*-*-*): Recognize processor variants.
484         * configure: Regenerate.
485
486 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
487
488         PR bootstrap/34922
489         * configure.ac (PARSE_ARGS): Push suitable setting of
490         ac_subdirs_all, for `./configure --help=recursive'.
491         Handle `+' in generic toplevel directory disabling.
492         * configure: Regenerate.
493
494 2008-01-28  Nick Clifton  <nickc@redhat.com>
495
496         * MAINTAINERS (xstormy16): Take over maintainership.
497
498 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
499
500         * MAINTAINERS (c4x port): Remove.
501
502 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
503
504         * libtool.m4: Backport AIX 6 support from ToT Libtool.
505
506 2008-01-23  Ben Elliston  <bje@au.ibm.com>
507
508         * config.sub, config.guess: Update from upstream sources.
509
510 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
511
512         * MAINTAINERS (Write After Approval): Add myself.
513
514 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
515
516         * MAINTAINERS: Update my email address.
517
518 2008-01-09  Raksit Ashok  <raksit@google.com>
519
520         * MAINTAINERS (Write After Approval): Add myself.
521
522 2008-01-09  Raksit Ashok  <raksit@google.com>
523
524         * MAINTAINERS (Write After Approval): Add myself.
525
526 2008-01-08  Ben Elliston  <bje@au.ibm.com>
527
528         * config.sub, config.guess: Update from upstream sources.
529
530 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
531
532         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
533         Change recommended MPFR from 2.2.1 -> 2.3.0.
534         * configure: Regenerate.
535
536 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
537
538         * MAINTAINERS: Update my email address.
539
540 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
541
542         * MAINTAINERS: Update my email address.
543
544 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
545
546         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
547         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
548         * Makefile.in: Regenerate.
549
550 2007-12-10  Mark Heffernan <meheff@google.com>
551
552         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
553         misplaced entries.
554
555 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
556
557         * configure.ac: Enable libjava for x86_64-*-darwin9.
558         * configure: Regenerate.
559
560 2007-12-07  Bill Maddox <maddox@google.com>
561
562         * MAINTAINERS (Write After Approval): Add myself.
563
564 2007-12-05  Ben Elliston  <bje@au.ibm.com>
565
566         * config.sub, config.guess: Update from upstream sources.
567
568 2007-12-02  Matthias Klose  <doko@ubuntu.com>
569
570         * config-ml.in: Remove 64bit configure tests.
571
572 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
573
574         * config-ml.in: Robustify against white space in absolute file
575         names.
576
577         * config-ml.in (multi-clean): Substitute ${Makefile}.
578         Remove superfluous ${Makefile} in list.
579
580 2007-11-19  Thiemo Seufer  <ths@mips.com>
581
582         * config-ml.in: Don't hardcode the Makefile name.
583
584 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
585
586         * MAINTAINERS (Write After Approval): Add myself.
587
588 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
589
590         * MAINTAINERS (Write After Approval): Add myself.
591
592 2007-11-06  Doug Kwan <dougkwan@google.com>
593
594         * MAINTAINERS (Write After Approval): Add myself.
595
596 2007-10-25  Ben Elliston  <bje@au.ibm.com>
597
598         * MAINTAINERS (mercury): Remove entry.
599         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
600
601 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
602
603         * Makefile.def (dependencies): Make configure-gdb depend on
604         all-intl.
605         * Makefile.in: Regenerated.
606
607 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
608
609         * MAINTAINERS (Fortran maintainer): Remove myself.
610
611 2007-10-15  Patrick Mansfield <patmans@us.ibm.com>
612
613         * Makefile.def: To avoid problems running with parallel makes,
614         build newlib before libgloss so that target specific header
615         files are availble.
616         * Makefile.in: Regenerate
617
618 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
619
620         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
621         * Makefile.in: Regenerate.
622
623 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
624
625         * MAINTAINERS (Register allocation reviewer): Add myself.
626
627 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
628
629         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
630         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
631         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
632         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
633         * configure: Regenerate.
634
635 2006-10-04  Seongbae Park <seongbae.park@gmail.com>
636
637         * MAINTAINERS (Register allocation reviewer): Add myself.
638
639 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
640
641         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
642         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
643         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
644         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
645         * configure.ac: Default them to host tools for $host = $build.
646         Subst them.
647
648         * configure: Regenerate.
649         * Makefile.in: Regenerate.
650
651 2006-09-24  Peter Bergner <bergner@vnet.ibm.com>
652
653         * MAINTAINERS (Register allocation reviewer): Add myself.
654
655 2006-09-24  Kenneth Zadeck <zadeck@naturalbridge.com>
656
657         * MAINTAINERS (Register allocation reviewer): Add myself.
658
659 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
660
661         * MAINTAINERS (Write After Approval): Fix typo.
662
663 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
664
665         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
666         * configure: Regenerate.
667
668 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
669
670         PR bootstrap/31906
671         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
672         they're already prefixed.
673
674 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
675
676         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
677         libstdc++.
678         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
679         * configure: Regenerate.
680         * Makefile.in: Regenerate.
681         
682 2007-09-17  Andreas Schwab  <schwab@suse.de>
683
684         * configure.ac: Raise minimum makeinfo version to 4.6.
685         * configure: Regenerate.
686
687 2007-09-17  Johannes Singler <singler@ira.uka.de>
688
689         * MAINTAINERS (write-after-approval) add myself
690
691 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
692
693         * configure.ac: Correct makeinfo version check.
694         * configure: Regenerate.
695
696 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
697
698         * MAINTAINERS: Update my email address.
699
700 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
701
702         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
703         to $skipdirs and only disable gprof for newlib.  Use the normal
704         mips*-elf* handling in other respects.
705         * configure: Regnerate.
706
707 2007-09-12  David Daney  <ddaney@avtrex.com>
708
709         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
710         enabling libgcj.
711         * configure: Regenerate.
712
713 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
714
715         PR other/32154
716         * configure.ac: For libgloss targets, point the linker to the linker
717         script, startup code and simulator library.
718         * configure: Regenerate.
719
720 2007-09-07  Andrew Haley  <aph@redhat.com>
721
722         * configure.ac (noconfigdirs): Remove target-libffi and
723         target-libjava.
724         * configure: Regenerate.
725
726 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
727
728         PR target/33281
729         * configure.ac: Use config/mh-mingw on mingw.
730         * configure: Regenerate.
731
732 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
733
734         * MAINTAINERS (Write After Approval): Add myself.
735
736 2007-09-05  Richard Guenther  <rguenther@suse.de>
737
738         * configure.ac (--enable-stage1-checking): If neither --enable-checking
739         nor --disable-checking is provided also turn on yes and types
740         checking for stage1.
741         * configure: Re-generate.
742
743 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
744
745         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
746         (Write After Approval): Remove myself.
747
748 2007-08-29  Nick Clifton  <nickc@redhat.com>
749
750         * config.sub, config.guess: Update from upstream sources.
751
752 2007-08-22  Bud Davis  <jmdavis@link.com>
753
754         * MAINTAINERS (Write After Approval): Added myself.
755         * MAINTAINERS (Reviewers): Removed myself.
756
757 2007-08-18  Paul Brook  <paul@codesourcery.com>
758             Joseph Myers  <joseph@codesourcery.com>
759
760         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
761         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
762         * Makefile.in: Regenerate.
763         * configure.ac (--with-debug-prefix-map): New.
764         * configure: Regenerate.
765
766 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
767             Nigel Stephens  <nigel@mips.com>
768
769         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
770         as target_makefile_frag.
771         * configure: Regenerate.
772
773 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
774
775         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
776         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
777         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
778         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
779         (do-compare, do-compare3, do-compare-debug): New.
780         ([+compare-target+]): Use them.
781
782 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
783
784         * MAINTAINERS (Write After Approval): Change my email address.
785
786 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
787             Ben Elliston  <bje@au.ibm.com>
788
789         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
790         --silent if $silent.
791         * configure: Regenerate.
792
793 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
794
795         * MAINTAINERS (Various Maintainers): Add myself as
796         loop infrastructure maintainer.  Update my e-mail
797         address.
798
799 2007-07-31  Diego Novillo  <dnovillo@google.com>
800
801         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
802         Adjust description.
803
804 2007-07-26  Richard Guenther  <rguenther@suse.de>
805
806         * configure.ac: Add types checking to stage1 checking flags.
807         * configure: Regenerate.
808
809 2007-07-17  Nick Clifton  <nickc@redhat.com>
810
811         * COPYING3: New file.  Contains version 3 of the GNU General
812         Public License.
813         * COPYING3.LIB: New file.  Contains version 3 of the GNU
814         Lesser General Public License.
815
816 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
817
818         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
819
820 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
821
822         * MAINTAINERS (S/390 co-maintainer): Add myself.
823         (Write After Approval): Remove myself.
824
825 2007-07-13  Dan Hipschman  <dsh@google.com>
826
827         * MAINTAINERS (Write After Approval): Add myself.
828
829 2007-07-11  Nick Clifton  <nickc@redhat.com>
830
831         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
832         WINDRES export.
833         * Makefile.in: Regenerate.
834
835 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
836
837         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
838         maintainer.
839
840 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
841
842         * lt~obsolete.m4: New. Import from 20070318 libtool.
843
844 2007-07-03  Julian Brown  <julian@codesourcery.com>
845
846         * MAINTAINERS (Write After Approval): Add myself.
847
848 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
849
850         * configure.ac: Rewrite 'configure --help' strings to look nicer.
851         * configure: Regenerate.
852
853 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
854
855         * configure.ac: Add some missing m4 quotation.
856         * configure: Regenerate.
857
858 2007-07-02  Simon Baldwin  <simonb@google.com>
859
860         * MAINTAINERS (Write After Approval): Add myself.
861
862 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
863
864         * configure: Regenerate.
865
866 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
867
868         * Makefile.def: Add windmc tool to build.
869         * Makefile.tpl: Likewise.
870         * configure.ac: Likewise.
871         * Makefile.in: Regenerate.
872         * configure: Regenerate.
873                                                 
874 2007-06-28  DJ Delorie  <dj@redhat.com>
875
876         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
877         not building newlib.
878         * configure: Regenerated.
879         
880 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
881
882         * MAINTAINERS (Write After Approval): Add myself.
883
884 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
885
886         * MAINTAINERS (Write After Approval): Add myself.
887
888 2007-06-19  Chris Matthews  <chrismatthews@google.com>
889
890         * MAINTAINERS (Write After Approval): Add myself.
891
892 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
893
894         * MAINTAINERS (Write After Approval): Add myself.
895
896 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
897
898         * Makefile.def: Add dependency from configure-gdb to all-bfd.
899         * Makefile.in: Regenerated.
900
901 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
902
903         * configure.ac: Don't add target-libmudflap to noconfigdirs for
904         bfin*-*-uclinux* targets.
905         * configure: Regenerate.
906
907 2007-06-14  Ian Lance Taylor  <iant@google.com>
908
909         * MAINTAINERS: Add myself as non-algorithmic global write
910         maintainer.
911
912 2007-06-14  Diego Novillo  <dnovillo@google.com>
913
914         * MAINTAINERS: Add self as middle-end maintainer and
915         non-algorithmic global write maintainer.
916
917 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
918
919         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
920         Move all Fortran maintainers except Paul Brook into the
921         Non-Autopoiesis section.
922
923 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
924
925         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
926         (distclean-stage[+id+]): Possibly delete stage_last.
927         * Makefile.in: Regenerate.
928
929 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
930
931         * MAINTAINERS (Various Maintainer): Fix typo.
932
933 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
934
935         * MAINTAINERS (Various Maintainer): Add myself as
936         dataflow maintainer.
937
938 2007-06-07  Ben Elliston  <bje@au.ibm.com>
939
940         * config.sub, config.guess: Update from upstream sources.
941
942 2007-06-07  Ben Elliston  <bje@au.ibm.com>
943
944         * Makefile.tpl: Fix spelling error.
945         * Makefile.in: Regenerate.
946
947 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
948
949         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
950         lt_cv_sys_max_cmd_len.
951
952 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
953
954         * MAINTAINERS (Various Maintainers): Add myself as
955         auto-vectorizer maintainer.
956
957 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
958
959         PR libjava/32098
960         * libtool.m4: Revert previous change.
961         * ltgcc.m4: Put it here.
962
963 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
964
965         * MAINTAINERS (Various Maintainers): Add myself as
966         auto-vectorizer maintainer.
967
968 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
969
970         PR libjava/32098
971         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
972
973 2007-05-30  Richard Guenther  <rguenther@suse.de>
974
975         * MAINTAINERS (Various Maintainers): Add myself as
976         auto-vectorizer maintainer.
977
978 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
979
980         PR bootstrap/29382
981         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
982         * configure: Rebuilt.
983
984 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
985
986         * MAINTAINERS (Write After Approval): Removed my name.
987
988 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
989
990         * MAINTAINERS (Write After Approval): Remove myself.
991
992 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
993
994         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
995
996 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
997
998         * ltmain.sh: Update from ToT Libtool.
999         * libtool.m4: Update from ToT Libtool.
1000         * ltsugar.m4: New. Update from ToT Libtool.
1001         * ltversion.m4: New. Update from ToT Libtool.
1002         * ltoptions.m4: New. Update from ToT Libtool.
1003         * ltconfig: Remove.
1004         * ltcf-c.sh: Remove.
1005         * ltcf-cxx.sh: Remove.
1006         * ltcf-gcj.sh: Remove.
1007
1008 2007-05-22  Ollie Wild  <aaw@google.com>
1009
1010         * MAINTAINERS (Write After Approval): Add myself.
1011
1012 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
1013
1014         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
1015         stage_cflags.
1016         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
1017         Remove CFLAGS/LIBCFLAGS.
1018         (configure-stage[+id+]-[+prefix+][+module+],
1019         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
1020         * Makefile.in: Regenerate.
1021
1022 2007-05-15  Diego Novillo  <dnovillo@google.com>
1023
1024         * MAINTAINERS: Update e-mail address.
1025
1026 2007-05-15  Revital Eres  <eres@il.ibm.com>
1027
1028         * MAINTAINERS (Write After Approval): Add myself.
1029
1030 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
1031
1032         * MAINTAINERS (Write After Approval): Updated my address.
1033
1034 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
1035
1036         * MAINTAINERS (Write After Approval): Add myself.
1037
1038 2007-05-11  Silvius Rus  <rus@google.com>
1039
1040         * MAINTAINERS (Write After Approval): Add myself.
1041
1042 2007-04-23  Tom Tromey  <tromey@redhat.com>
1043
1044         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
1045
1046 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
1047
1048         * MAINTAINERS (cpplib): Rename to ...
1049         (libcpp): ... this.  Add C/C++ front end maintainers.
1050
1051 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
1052
1053         * config-ml.in: Pass ${ml_config_env} to configure calls.
1054
1055 2007-04-04  Christian Bruel  <christian.bruel@st.com>
1056
1057         * MAINTAINERS (Write After Approval): Add myself.
1058         
1059 2007-04-02  Dave Korn  <dave.korn@artimi.com>
1060
1061         * MAINTAINERS (Write After Approval): Add myself.
1062
1063 2007-03-31  Tobias Burnus  <burnus@net-b.de>
1064
1065         * MAINTAINERS (fortran 95 front end): Add myself.
1066
1067 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1068
1069         * MAINTAINERS (Write After Approval): Add myself.
1070         
1071 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
1072
1073         * MAINTAINERS (Modulo Scheduler): Add myself.
1074
1075 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
1076
1077         * MAINTAINERS (fortran 95 front end): Add myself.
1078         (c++ front end): whitespace fix.
1079
1080 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
1081
1082         * MAINTAINERS (Write After Approval): Add myself.
1083
1084 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
1085
1086         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
1087         of glob.  Quote arguments with single quotes too.
1088         * configure: Regenerate.
1089
1090 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
1091
1092         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
1093         * Makefile.in: Regenerate
1094
1095 2007-03-07  Andreas Schwab  <schwab@suse.de>
1096
1097         * configure: Regenerate.
1098
1099 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
1100
1101         * configure.ac: Add "--with-pdfdir" configure option,
1102         which defines pdfdir variable.
1103         * Makefile.def (target=fixincludes): Add install-pdf to
1104         missing targets.
1105         (recursive_targets): Add install-pdf target.
1106         (flags_to_pass): Add pdfdir.
1107         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
1108         target.
1109         * configure: Regenerate
1110         * Makefile.in: Regenerate
1111
1112 2007-02-28  Eric Christopher  <echristo@apple.com>
1113
1114         Revert:
1115         2006-12-07  Mike Stump  <mrs@apple.com>
1116
1117         * Makefile.def (dependencies): Add dependency for
1118         install-target-libssp and install-target-libgomp on
1119         install-gcc.
1120         * Makefile.in: Regenerate.
1121
1122 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
1123
1124         * configure: Regenerate.
1125         * configure.ac: Move statements after variable declarations.
1126
1127 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
1128
1129         * MAINTAINERS: Add myself as sh maintainer.
1130
1131 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
1132
1133         * configure.ac: Adjust for loop syntax.
1134         * configure: Regenerate.
1135
1136 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
1137
1138         * configure: Rebuilt.
1139
1140 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
1141
1142         * configure.ac: Drop multiple occurrences of --enable-languages,
1143         and fix its quoting.
1144         * configure: Rebuilt.
1145
1146 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
1147             Nathan Sidwell  <nathan@codesourcery.com>
1148             Vladimir Prus  <vladimir@codesourcery.com>
1149             Joseph Myers  <joseph@codesourcery.com>
1150
1151         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
1152         * configure: Regenerate.
1153
1154 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
1155
1156         * ltconfig (freebsd*): Default to elf.
1157
1158 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
1159
1160         * configure.ac (target_libraries): Move libgcc before libiberty.
1161         * configure: Regenerated.
1162
1163 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
1164             Paolo Bonzini  <bonzini@gnu.org>
1165
1166         PR bootstrap/30753
1167         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
1168         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
1169         * configure: Regenerated.
1170
1171 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1172
1173         * MAINTAINERS (Language Front End Maintainers): Update my mail
1174         address.
1175
1176 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1177
1178         PR bootstrap/30748
1179         * configure.ac: Correct syntax for Solaris ksh.
1180         * configure: Regenerated.
1181
1182 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
1183
1184         * configure.ac: Sync with src.
1185         * configure: Regenerate.
1186
1187 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
1188
1189         * Makefile.in: Regenerate.
1190
1191 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
1192
1193         * config.sub: Sync with src.
1194
1195 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
1196
1197         * Makefile.tpl (build_alias, host_alias, target_alias): Use
1198         noncanonical equivalents.
1199         * configure.in: Rename to...
1200         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
1201         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
1202         target_noncanonical.  Use them.  Rewrite removal of configure
1203         arguments for autoconf 2.59.  Discard variable settings.  Force
1204         program_transform_name for native tools.
1205
1206         * Makefile.in: Regenerated.
1207         * configure: Regenerated with autoconf 2.59.
1208
1209 2007-02-07  Roman Zippel <zippel@linux-m68k.org>
1210
1211         * MAINTAINERS (Write After Approval): Add myself.
1212
1213 2007-01-31  Andreas Schwab  <schwab@suse.de>
1214
1215         * Makefile.tpl (LDFLAGS): Substitute it.
1216         * Makefile.in: Regenerate.
1217
1218 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
1219
1220         * MAINTAINERS (Write After Approval): Add myself.
1221
1222 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
1223
1224         * MAINTAINERS (spu port): Add myself.
1225
1226 2007-01-23  Richard Guenther  <rguenther@suse.de>
1227
1228         PR bootstrap/30541
1229         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
1230         * Makefile.tpl (GNATBIND): Substitute it.
1231         (GNATMAKE): Likewise.
1232         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
1233         of STAGE_PREFIX.
1234         * Makefile.in: Regenerate.
1235         * configure: Regenerate.
1236
1237 2007-01-18  Mike Stump  <mrs@apple.com>
1238
1239         * configure.in: Re-enable -Werror for gcc builds.
1240
1241 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
1242
1243         * MAINTAINERS (Write After Approval): Add myself.
1244
1245 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
1246
1247         * configure.in: Change == to = in test command.
1248         * configure: Regenerate.
1249
1250 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
1251             Nick Clifton  <nickc@redhat.com>
1252             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
1253
1254         * configure.in (build_configargs, host_configargs, target_configargs):
1255         Remove build/host/target parameters.
1256         (host_libs): Add gmp and mpfr.
1257         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
1258         * Makefile.def (gmp, mpfr): New.
1259         (gcc): Remove target.
1260         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
1261         target_os, target_vendor): New.
1262         (configure): Add host_alias/target_alias arguments.  Adjust invocations.
1263         * configure: Regenerate.
1264         * Makefile.in: Regenerate.
1265
1266 2007-01-11  Matt Fago  <fago@earthlink.net>
1267
1268         * configure.in: Try to link to functions only in mpfr 2.2.x
1269         to improve robustness of configure tests.
1270         * configure: Regenerate.
1271
1272 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
1273
1274         * MAINTAINERS: Add myself as i386 maintainer.
1275
1276 2007-01-08  Jan Hubicka  <jh@suse.cz>
1277
1278         * MAINTAINERS: Add myself as i386 maintainer.
1279
1280 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
1281
1282         * configure.in: Add support for an x86_64-mingw* target.
1283         * configure: Regenerate.
1284
1285 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
1286
1287         * Makefile.tpl (all-target): Correct @if conditional for target
1288         modules.
1289         * configure.in: Omit libiberty if building only target libgcc.
1290         * configure, Makefile.in: Regenerated.
1291
1292 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
1293
1294         * configure.in: Use DEV-PHASE to detect the default for --enable-werror.
1295         * configure: Regenerate.
1296
1297 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
1298
1299         * Makefile.def (target_modules): Add libgcc.
1300         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
1301         * Makefile.tpl (clean-target-libgcc): Delete.
1302         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
1303         on gcc even for bootstrapped modules.  Rewrite handling of
1304         lang_env_dependencies to loop over target_modules.
1305         * configure.in (target_libraries): Add target-libgcc.
1306         * Makefile.in, configure: Regenerated.
1307
1308 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1309
1310         * configure.in: Reorganize recognition of languages.  Add
1311         --enable-stage1-languages.  Show supported languages for the chosen
1312         target rather than all recognized languages.
1313         * configure: Regenerate.
1314
1315 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
1316
1317         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
1318         * Makefile.in: Regenerate.
1319
1320 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1321
1322         * configure.in: Warn that MPFR 2.2.0 is buggy.
1323         * configure: Regenerate.
1324
1325 2006-12-27  Ian Lance Taylor  <iant@google.com>
1326
1327         * configure.in: When removing Makefiles to force a reconfigure, also
1328         remove prev-DIR*/Makefile.
1329         * configure: Regenerate.
1330
1331 2006-12-22  Andreas Schwab  <schwab@suse.de>
1332
1333         * configure: Regenerate with correct autoconf version.
1334
1335 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
1336
1337         * configure.in: add AC_SUBST for *_FOR_TARGET.
1338         * configure: Regenerate.
1339
1340 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1341
1342         * configure.in: Simplify logic for rejecting languages that cannot
1343         be built.  Separate the case when a language is unsupported,
1344         from the case when the user chooses not to build a language.
1345
1346 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1347
1348         * configure.in: Remove "$build" case for powerpc-*-darwin* since
1349         it only affects bootstrap and could be tested on "$host" as well.
1350         * configure: Regenerate.
1351         * config/mh-ppc-darwin: Add to the stage1 cflags here.
1352
1353 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1354
1355         PR bootstrap/29544
1356         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
1357         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
1358         move here comment from Makefile.tpl.
1359         * Makefile.tpl: Move some definitions higher in the file.
1360         (STAGE1_CHECKING): New.
1361         * configure.in: Add --enable-stage1-checking.
1362         * configure: Regenerate.
1363         * Makefile.in: Regenerate.
1364
1365 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
1366
1367         * MAINTAINERS: Add myself as build system maintainer.
1368
1369 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
1370
1371         * MAINTAINERS (Write After Approval): Add myself.
1372
1373 2006-12-13  Eric Christopher  <echristo@apple.com>
1374
1375         * MAINTAINERS: Add myself as darwin maintainer.
1376
1377 2006-12-11  Ian Lance Taylor  <ian@airs.com>
1378
1379         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
1380
1381 2006-12-11  Joern Rennecke <joern.rennecke@arc.com>
1382
1383         MAINTAINERS: Update my entry.
1384
1385 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
1386
1387         * configure.in:  Handle spu makefile frag.
1388         * Makefile.tpl (MAINT): Define
1389         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
1390         * configure: Regenerate.
1391         * Makefile.in: Regenerate.
1392
1393 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1394
1395         * config.guess: Import latest version.
1396         * config.sub: Likewise.
1397
1398 2006-12-11  Ben Elliston  <bje@au.ibm.com>
1399
1400         * configure.in (spu-*-*): Don't skip target-libiberty.
1401         * configure: Regenerate.
1402
1403 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
1404
1405         PR bootstrap/30134
1406         * configure.in: Correct x86 darwin support for libjava to powerpc
1407         and i?86 only.
1408         * configure: Regenerate.
1409
1410 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
1411
1412         * configure.in: Add x86 darwin support for libjava.
1413         * configure: Regenerate.
1414
1415 2006-12-07  Mike Stump  <mrs@apple.com>
1416
1417         * Makefile.def (dependencies): Add dependency for
1418         install-target-libssp and install-target-libgomp on
1419         install-gcc.
1420         * Makefile.in: Regenerate.
1421
1422 2006-12-04  Richard Guenther  <rguenther@suse.de>
1423
1424         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
1425         (Non-Algorithmic Maintainers): Move over non-algorithmic
1426         loop optimizer maintainers, add myself as a non-algorithmic
1427         middle-end maintainer.
1428
1429 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
1430
1431         * MAINTAINERS (Write After Approval): Add myself.
1432
1433 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1434
1435         * configure.in: Update error message for missing GMP/MPFR.
1436
1437         * configure: Regenerate.
1438
1439 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1440
1441         * configure.in: Update MPFR version in error message.
1442
1443         * configure: Regenerate.
1444
1445 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1446
1447         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
1448         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
1449         --with-gmp-lib): New flags.
1450
1451         * configure: Regenerate.
1452
1453 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
1454
1455         * MAINTAINERS (Write After Approval): Change my email address.
1456
1457 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1458
1459         * MAINTAINERS (Write After Approval): Add myself.
1460
1461 2006-11-22  Philipp Thomas <pth@suse.de>
1462
1463         * MAINTAINERS (i18n): Update e-mail address.
1464
1465 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
1466
1467         * MAINTAINERS (spu port): Add myself as maintainer.
1468         (Write After Approval): Remove myself.
1469
1470 2006-11-22  Ben Elliston  <bje@au.ibm.com>
1471
1472         * configure.in (skipdirs): Don't build libssp for SPU.
1473         * configure: Regenerate.
1474
1475 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1476
1477         * MAINTAINERS (spu port): Add myself as maintainer.
1478         (libobjc): Update my email address.
1479
1480 2006-11-21  Andrea Bona  <andrea.bona@st.com>
1481
1482         * MAINTAINERS (Write After Approval): Add myself.
1483
1484 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1485
1486         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
1487         * configure : Rebuilt.
1488
1489 2006-11-20  Trevor Smigiel <trevor_smigiel@playstation.sony.com>
1490
1491         * MAINTAINERS (Write After Approval): Add myself.
1492
1493 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
1494
1495         * MAINTAINERS (Write After Approval): Add myself.
1496
1497 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1498
1499         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
1500         libmpfr.a.
1501         * configure: Regenerate.
1502
1503 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
1504
1505         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
1506         (unstage): Test for stage_last presence.
1507
1508         PR bootstrap/29802
1509         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
1510         * Makefile.in: Regenerate.
1511
1512 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
1513
1514         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
1515         maintainers.
1516
1517 2006-11-14  Erven Rohou  <erven.rohou@st.com>
1518
1519         * MAINTAINERS (Write After Approval): Add myself.
1520
1521 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
1522
1523         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
1524         and stageN-package/Makefile.
1525         * Makefile.in: Regenerated.
1526
1527 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
1528
1529         * configure.in: Remove target-libgloss from noconfigdirs for
1530         bfin-*-*.
1531         * configure: Regenerated.
1532
1533 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1534
1535         * configure.in (have_gmp): Only error if the gcc directory exists.
1536
1537         * configure: Regenerate.
1538
1539 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1540
1541         * configure.in: Robustify error message for missing GMP/MPFR.
1542
1543         * configure: Regenerate.
1544
1545 2006-10-31  Stephen M. Webb <stephen.webb@bregmasoft.com>
1546
1547         * MAINTAINERS (Write After Approval): Add myself.
1548
1549 2006-10-30  Uros Bizjak <ubizjak@gmail.com>
1550
1551         * MAINTAINERS: Change email address.
1552
1553 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
1554
1555         * MAINTAINERS (Write After Approval): Add myself.
1556
1557 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
1558
1559         * MAINTAINERS (Write After Approval): Add myself.
1560
1561 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
1562
1563         * MAINTAINERS (Write After Approval): Move myself to
1564         Write After Approval section.
1565
1566 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1567
1568         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
1569         need_gmp anymore.
1570         * configure: Regenerate.
1571
1572 2006-10-16  Tobias Burnus  <burnus@net-b.de>
1573
1574         * MAINTAINERS (Write After Approval): Add myself.
1575
1576 2006-10-16  Ben Elliston  <bje@au.ibm.com>
1577
1578         * config.guess: Import latest version.
1579         * config.sub: Likewise.
1580
1581 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
1582
1583         * Makefile.def: Added pdf target handling.
1584         * Makefile.tpl: Added pdf target handling.
1585         * Makefile.in: Regenerated.
1586
1587 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
1588
1589         * MAINTAINERS: Add self as score port maintainer.
1590
1591 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
1592
1593         * MAINTAINERS (Write After Approval): Add myself.
1594
1595 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
1596
1597         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
1598         or newer.
1599         * configure: Regenerated.
1600
1601 2006-09-27  Dave Brolley  <brolley@redhat.com>
1602
1603         * configure.in (RUNTEST): Look for 'runtest' in the source tree by using
1604         $s instead of $r.
1605         * configure: Regenerated.
1606
1607 2006-09-26  Thiemo Seufer  <ths@mips.com>
1608
1609         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
1610         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
1611         * configure: Regenerate.
1612
1613 2006-09-24  Graeme Peterson <gridly@gmail.com>
1614
1615         * MAINTAINERS (Write After Approval): Remove myself.
1616
1617 2006-09-22  Chao-ying Fu  <fu@mips.com>
1618
1619         * MAINTAINERS (Write After Approval): Add myself.
1620
1621 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
1622
1623         * MAINTAINERS: Add self as soft-fp maintainer.
1624
1625 2006-09-09  Anatoly Sokolov <aesok@post.ru>
1626
1627         * MAINTAINERS: Add myself as avr maintainer.
1628         Remove Marek Michalkiewicz as avr maintainer.
1629
1630 2006-09-07  Roberto Costa  <roberto.costa@st.com>
1631
1632         * MAINTAINERS (Write After Approval): Add myself.
1633
1634 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
1635
1636         * configure.in: Never build newlib for a Mingw host.
1637         Never build newlib as Mingw target library.
1638         Test the existence of winsup/cygwin for building a Cygwin newlib,
1639         rather than just winsup.
1640         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
1641         building a Mingw target.
1642         * configure: Regenerate.
1643
1644 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
1645
1646         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
1647
1648 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
1649
1650         * config.guess: Import from src (was more updated).
1651         * config.sub: Likewise.
1652
1653 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
1654
1655         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
1656         * configure: Regenerated.
1657
1658 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
1659
1660         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
1661         for stages after the first.
1662
1663 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
1664
1665         * Makefile.def: Add dependencies for configure-opcodes
1666         on configure-intl and all-opcodes on all-intl.
1667         * Makefile.in: Regenerated.
1668
1669 2006-07-13  Ben Elliston  <bje@au.ibm.com>
1670
1671         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
1672
1673 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
1674
1675         Port to hosts whose 'sort' and 'tail' implementations
1676         treat operands with leading '+' as file names, as POSIX
1677         has required since 2001.  However, make sure the code still
1678         works on pre-POSIX hosts.
1679         * ltmain.sh: Don't assume "sort +2" is equivalent to
1680         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
1681
1682 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
1683
1684         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
1685
1686 2006-07-04  Peter O'Gorman  <peter@pogma.com>
1687
1688         * ltconfig: chmod 644 before ranlib during install.
1689
1690 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
1691
1692         PR bootstrap/18058
1693         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
1694         if the bootstrap compiler is a GCC version that supports it.
1695         * configure: Regenerate.
1696
1697 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1698
1699         * configure.in: Fix thinkos in previous check-in.
1700         * configure: Regenerate.
1701
1702 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
1703
1704         PR other/27063
1705         * configure.in: Test subdir_requires and give an appropriate
1706         error message.
1707         * configure: Regenerate.
1708
1709 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
1710
1711         * MAINTAINERS (Write After Approval): Add myself.
1712
1713 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
1714
1715         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
1716
1717 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
1718
1719         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
1720
1721 2006-06-20  David Ayers  <d.ayers@inode.at>
1722
1723         PR bootstrap/28072
1724         * configure.in: Add target-boehm-gc to noconfigdirs depending on
1725         whether target-libjava is being configured instead of whether the
1726         java front end is enabled.
1727         * configure: Regenerate.
1728
1729 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
1730
1731         PR target/27540
1732         * configure.in: Only enable libgomp on IRIX 6.
1733         * configure: Regenerate.
1734
1735 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
1736
1737         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
1738         too.
1739         * Makefile.in: Regenerate.
1740
1741 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
1742
1743         * config-ml.in: Alter CCASFLAGS to include special
1744         multilib options the same as is done for CFLAGS.
1745
1746 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1747
1748         * configure.in: Don't enable libgomp on hpux10.
1749         * configure: Rebuilt.
1750
1751 2006-06-12  David Ayers  <d.ayers@inode.at>
1752
1753         PR bootstrap/27963
1754         PR target/19970
1755         * configure.in: Remove target-boehm-gc from noconfigdirs where
1756         ${libgcj} is specified.
1757         * configure: Regenerate.
1758
1759 2006-06-06  Carlos O'Donell <carlos@codesourcery.com>
1760
1761         Sync from src:
1762
1763         * configure.in: Sync.
1764         * configure: Regenerated.
1765
1766         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
1767
1768         * Makefile.def: Added dependencies from sim and gdb on intl, and
1769         added configure dependencies to everything with an all dependency
1770         on intl.
1771         * Makefile.in: Regenerated.
1772
1773 2006-06-06  David Ayers  <d.ayers@inode.at>
1774
1775         PR libobjc/13946
1776         * Makefile.def: Add dependencies for libobjc which boehm-gc.
1777         * Makefile.in: Regenerate.
1778         * configure.in: Add --enable-objc-gc at toplevel and have it
1779         enable boehm-gc for Objective-C.
1780         Remove target-boehm-gc from libgcj.
1781         Add target-boehm-gc to target_libraries.
1782         Add target-boehm-gc to noconfigdirs where ${libgcj}
1783         is specified.
1784         Assert that boehm-gc is supported when requested for Objective-C.
1785         Only build boehm-gc if needed either for Java or Objective-C.
1786         * configure: Regenerate.
1787
1788 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
1789
1790         PR 27674
1791         * Makefile.tpl (configure-[+prefix+][+module+],
1792         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
1793         Remove rule to unstage bootstrapped modules.
1794         (stage_current): New.
1795         * Makefile.in: Regenerate.
1796
1797 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1798
1799         * MAINTAINERS (Write After Approval): Update my e-mail address.
1800
1801 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
1802
1803         * include/libiberty.h: Declare pex_run_in_environment.
1804
1805 2006-05-31  Asher Langton  <langton2@llnl.gov>
1806
1807         * MAINTAINERS (Write After Approval): Add myself.
1808
1809 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
1810
1811         * Makefile.def (bfd, opcodes): Fix lib_path.
1812         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
1813         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
1814         * Makefile.in: Regenerate.
1815
1816 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
1817
1818         * Makefile.in: Regenerate.
1819
1820 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
1821
1822         * Makefile.def: Add install-html target. Add datarootdir
1823         docdir and htmldir to flags_to_pass.
1824         * Makefile.tpl: Add install-html target.
1825         * Makefile.in: Regenerate.
1826         * configure.in: Add --with-datarootdir, --with-docdir, and
1827         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
1828         * configure: Regenerate.
1829
1830 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
1831
1832         * configure.in: Enable gprof for cross builds.
1833         * configure: Regenerate.
1834
1835 2006-05-22  Richard Guenther  <rguenther@suse.de>
1836
1837         Revert
1838         2006-01-31  Richard Guenther  <rguenther@suse.de>
1839         Paolo Bonzini  <bonzini@gnu.org>
1840
1841         * Makefile.def (target_modules): Add libgcc-math target module.
1842         * configure.in (target_libraries): Add libgcc-math target library.
1843         (--enable-libgcc-math): New configure switch.
1844         * Makefile.in: Re-generate.
1845         * configure: Re-generate.
1846         * libgcc-math: New toplevel directory.
1847
1848 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1849             Andreas Tobler  <a.tobler@schweiz.ch>
1850
1851         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
1852         * configure: Rebuilt.
1853
1854 2006-05-12  Sandra Loosemore <sandra@codesourcery.com>
1855
1856         * MAINTAINERS (Write After Approval): Add myself.
1857
1858 2006-05-01  DJ Delorie  <dj@redhat.com>
1859
1860         * configure.in: Restore CFLAGS if GMP isn't present.
1861         * configure: Regenerate.
1862
1863 2006-05-01  Richard Guenther  <rguenther@suse.de>
1864
1865         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
1866         maintainer.
1867
1868 2006-04-30  Kenneth Zadeck <zadeck@naturalbridge.com>
1869
1870         * MAINTAINERS (Write After Approval): Add myself.
1871
1872 2006-04-28  Jan Beulich  <jbeulich@novell.com>
1873
1874         * MAINTAINERS (Write After Approval): Add myself.
1875
1876 2006-04-18  DJ Delorie  <dj@redhat.com>
1877
1878         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
1879         reference libgloss so that libssp can be built in a combined
1880         tree.
1881         * configure: Regenerate.
1882
1883 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
1884
1885         * MAINTAINERS (Write After Approval): Add myself.
1886
1887 2006-04-05  Ben Elliston  <bje@au.ibm.com>
1888
1889         * configure.in: Require makeinfo 4.4 or higher.
1890         * configure: Regenerate.
1891
1892 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
1893
1894         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
1895         Rearrange the entries of other libraries to have them in one place.
1896
1897 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
1898
1899         * MAINTAINERS (Write After Approval): Remove myself.
1900         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
1901
1902 2006-03-14  Richard Guenther  <rguenther@suse.de>
1903
1904         * configure: Regenerate with autoconf 2.13.
1905
1906 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
1907
1908         * MAINTAINERS: Use my work address.
1909
1910         * MAINTAINERS: Update my E-mail address.
1911
1912 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
1913
1914         * configure.in: Handle --disable-<component> generically.
1915         * configure: Regenerate.
1916
1917 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
1918
1919         PR libgcj/17311
1920         * ltmain.sh: Don't use "$finalize_rpath" for compile.
1921
1922 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
1923
1924         * MAINTAINERS (Write After Approval):  Remove myself.
1925         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
1926
1927 2006-02-21  Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1928
1929         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
1930         (TARGET_CONFIGDIRS): Remove.
1931         * configure.in: Remove AC_SUBST(target_configdirs).
1932         * Makefile.in, configure: Regenerated.
1933
1934 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
1935
1936         * MAINTAINERS (Write After Approval):  Remove myself.
1937         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
1938
1939 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
1940
1941         PR bootstrap/25670
1942
1943         * Makefile.tpl ([+compare-target+]): Print explanation messages.
1944
1945         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
1946         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
1947         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
1948         BUILD_PREFIX, BUILD_PREFIX_1.
1949         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
1950
1951         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
1952         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
1953
1954         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
1955         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
1956         of `cat stage_current`.  Always provide the `r' and `s' variables.
1957         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
1958         a single shell execution.
1959         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
1960         bootstrapped modules, make the stage1 module if the build was not
1961         started yet, else build the current stage.
1962         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
1963         (all-build, all-host, all-target, [+make_target+]-host,
1964         [+make_target+]-target): Do not use \-continued lines.
1965         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
1966         (current_stage, restrap, stage_last): New.
1967
1968         * Makefile.in: Regenerate.
1969         * configure: Regenerate.
1970
1971 2006-02-19  Bud Davis  <jmdavis@link.com>
1972
1973         * MAINTAINERS (Write After Approval):  Remove myself.
1974         (Language Front End Maintainers):  Add myself as fortran 95
1975         maintainer and update e-mail address.
1976
1977 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
1978
1979         * MAINTAINERS (Write After Approval):  Remove myself.
1980         (Language Front End Maintainers):  Add myself as fortran 95
1981         maintainer.
1982
1983 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
1984
1985         * MAINTAINERS (Write After Approval): Add myself.
1986
1987 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
1988
1989         * MAINTAINERS (Write After Approval):  Remove myself.
1990         (Language Front End Maintainers):  Add myself as
1991         fortran 95 maintainer.
1992
1993 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
1994
1995         Sync from src:
1996
1997         2005-12-27  Leif Ekblad  <leif@rdos.net>
1998
1999         * configure.in: Add support for RDOS target.
2000         * configure: Regenerate.
2001
2002 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
2003             Andreas Schwab  <schwab@suse.de>
2004
2005         * configure: Regenerate.
2006
2007 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
2008
2009         * configure.in (enable_libgomp): Add AIX.
2010         * configure: Regenerate.
2011
2012 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
2013
2014         * MAINTAINERS (Write After Approval): Add myself.
2015
2016 2006-02-03  Lee Millward  <lee.millward@gmail.com>
2017
2018         * MAINTAINERS (Write After Approval): Add myself.
2019
2020 2006-01-31  Richard Guenther  <rguenther@suse.de>
2021         Paolo Bonzini  <bonzini@gnu.org>
2022
2023         * Makefile.def (target_modules): Add libgcc-math target module.
2024         * configure.in (target_libraries): Add libgcc-math target library.
2025         (--enable-libgcc-math): New configure switch.
2026         * Makefile.in: Re-generate.
2027         * configure: Re-generate.
2028         * libgcc-math: New toplevel directory.
2029
2030 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
2031
2032         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
2033         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
2034         the assembler, linker and binutils.
2035         * configure: Regenerate.
2036
2037 2006-01-22  Dirk Mueller  <dmueller@suse.de>
2038
2039         * MAINTAINERS (Write After Approval): Add myself.
2040
2041 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
2042
2043         * configure: Regenerate.
2044
2045 2006-01-18  Richard Henderson  <rth@redhat.com>
2046             Jakub Jelinek  <jakub@redhat.com>
2047             Diego Novillo  <dnovillo@redhat.com>
2048
2049         * libgomp: New directory.
2050         * Makefile.def: Add target_module libgomp.
2051         * Makefile.in: Regenerate.
2052         * configure.in (target_libraries): Add target-libgomp.
2053         * configure: Regenerate.
2054
2055 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
2056
2057         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
2058         @ from continuation.
2059         * Makefile.in: Rebuilt.
2060
2061 2006-01-04  Chris Lattner  <sabre@gnu.org>
2062
2063         * MAINTAINERS (Write After Approval): Add myself.
2064
2065 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
2066
2067         PR bootstrap/24252
2068
2069         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
2070         * Makefile.tpl (OBJDUMP): New.
2071         (EXTRA_HOST_FLAGS): Add it.
2072         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
2073
2074         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
2075         to use symbolic links between directories.  Avoid race conditions
2076         or make them harmless.
2077         * configure.in: Do not try to use symbolic links between directories.
2078
2079         * Makefile.def (LEAN): Pass.
2080         * Makefile.tpl (LEAN): Define.
2081         (stage[+id+]-start): Accept that the previous directory does not
2082         exist, if the bootstrap is lean.
2083         (stage[+id+]-bubble): Invoke lean bootstrap commands after
2084         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
2085         configure substitution.
2086         ([+compare-target+]): Likewise.
2087         ([+bootstrap-target+]-lean): New.
2088         * configure.in: Remove lean bootstrap support from here.
2089
2090         * Makefile.in: Regenerate.
2091         * configure: Regenerate.
2092
2093 2006-01-04  Ben Elliston  <bje@au.ibm.com>
2094
2095         * MAINTAINERS (libdecnumber): Add myself.
2096
2097 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
2098
2099         * libtool-ldflags: New script.
2100
2101 2006-01-02  Andreas Schwab  <schwab@suse.de>
2102
2103         * configure.in: When reconfiguring remove Makefile in
2104         all stage directories.
2105         * configure: Regenerate.
2106
2107 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
2108
2109         * MAINTAINERS: Update my email address.
2110
2111 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
2112
2113         Revert Ada-related part of the previous change.
2114
2115         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
2116         Do not pass.
2117         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
2118         * Makefile.in: Regenerate.
2119         * configure.in: Do not include mt-ppc-aix target fragment.
2120         * configure: Regenerate.
2121
2122 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
2123
2124         * configure.in: Select appropriate fragments for PowerPC/AIX.
2125         * configure: Regenerate.
2126
2127         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
2128         BOOT_CFLAGS, BOOT_LDFLAGS.
2129         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
2130         BOOT_CFLAGS, BOOT_LDFLAGS.
2131         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
2132         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
2133         (stage): Fail if we cannot complete the work.
2134         * Makefile.in: Regenerate.
2135
2136 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
2137
2138         * configure.in: Replace ms1 with mt.
2139         * configure: Rebuilt.
2140
2141 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
2142
2143         * MAINTAINERS: Update my email address.
2144
2145 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
2146
2147         * Makefile.tpl (all, do-[+make_target+], do-check, install,
2148         install-host-nogcc): Don't invoke $(stage) at the end.
2149         * Makefile.in: Regenerate.
2150
2151 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
2152
2153         * configure.in: Flip the top-level bootstrap switch.
2154         * configure: Regenerate.
2155
2156 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
2157
2158         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
2159         $(stage) and $(unstage).
2160         (EXTRA_TARGET_FLAGS): Correct double-quoting.
2161         (all): Remove stray semicolon.
2162         (local-distclean): Don't handle multilib.tmp and multilib.out.
2163         (install.all): Set $s for consistency.
2164         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
2165         check_multilibs setting.  Always make the install directory.
2166         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
2167         Correct @if/@endif.
2168         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
2169         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
2170         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
2171         (multilib.out): Remove.
2172         * Makefile.in: Regenerated.
2173
2174 2005-12-12  Carlos O'Donell <carlos@codesourcery.com>
2175
2176         * MAINTAINERS (Write After Approval): Add myself.
2177
2178 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2179
2180         * MAINTAINERS: Add myself as mt maintainer.
2181
2182         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
2183
2184 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
2185
2186         * MAINTAINERS: Change email address.
2187
2188 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
2189
2190         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
2191         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
2192         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
2193         Find in-tree tools if available.
2194         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
2195         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
2196         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
2197         (COMPILER_*_FOR_TARGET): New.
2198         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
2199         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
2200         (CONFIGURED_*, USUAL_*): Remove.
2201         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
2202         STRIP): Use autoconf substitutions.
2203         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
2204         COMPILER_NM_FOR_TARGET): New.
2205         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
2206
2207         (all): Make all-host and all-target in parallel.
2208         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
2209         that $$r and $$s are set before invoking a recursive make.
2210         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
2211         ([+bootstrap-target+]): Inline most of the `all' target.
2212
2213 2005-11-29  Ben Elliston  <bje@au.ibm.com>
2214
2215         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
2216         from the gcc build directory.
2217         * Makefile.in: Regenerate.
2218
2219 2005-11-29  Ben Elliston  <bje@au.ibm.com>
2220
2221         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
2222         depend on all-libdecnumber.
2223         * configure.in (host_libs): Include libdecnumber.
2224         * Makefile.in: Regenerate.
2225         * configure: Likewise.
2226
2227 2005-11-29  Ben Elliston  <bje@au.ibm.com>
2228
2229         * libdecnumber: Import decNumber sources from the dfp-branch.
2230
2231 2005-11-21  Kean Johnston  <jkj@sco.com>
2232
2233         * config.sub, config.guess: Sync from upstream sources.
2234
2235 2005-11-21  Ben Elliston  <bje@au.ibm.com>
2236
2237         Import from Autoconf sources:
2238
2239         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
2240         * config/move-if-change: Don't output "$2 is unchanged";
2241         suggested by Ben Elliston.  Handle weird characters correctly.
2242
2243 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
2244
2245         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
2246         to match upstream libtool for darwin.
2247
2248 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
2249
2250         * Makefile.def: Remove gdb dependencies for gdbtk.
2251         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
2252         (configure-gdb, install-gdb): New rules.
2253         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
2254         * Makefile.in, configure: Regenerated.
2255
2256 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
2257
2258         * MAINTAINERS (Write After Approval): Add myself.
2259
2260 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
2261
2262         * MAINTAINERS (Write After Approval): Add myself.
2263
2264 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
2265
2266         * MAINTAINERS (alias analysis): Add Daniel Berlin and
2267         Diego Novillo.
2268
2269 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
2270
2271         PR bootstrap/24297
2272         * Makefile.tpl (do-[+make-target+], do-check, install,
2273         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
2274         are set before recursing.
2275         * Makefile.in: Regenerate.
2276
2277 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
2278
2279         PR bootstrap/18939
2280         * Makefile.def (gcc) <target>: Fix thinko.
2281         * Makefile.in: Regenerate.
2282
2283 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
2284
2285         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
2286         * configure: Regenerate.
2287
2288 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
2289
2290         * MAINTAINERS (Write After Approval): Add self.
2291
2292 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
2293
2294         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
2295         target-libffi, target-qthreads, target-libjava, and
2296         targetlibobjc.
2297         * configure: Regenerate.
2298
2299 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
2300
2301         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
2302         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
2303         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
2304         (USUAL_OBJDUMP_FOR_TARGET): New.
2305         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
2306         * configure.in: Check for $OBJDUMP_FOR_TARGET.
2307         * configure, Makefile.in: Regenerated.
2308
2309 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
2310
2311         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
2312         before other host packages.
2313
2314 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
2315
2316         * MAINTAINERS: Add self as sh libraries/configury maintainer.
2317
2318 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
2319
2320         PR bootstrap/22340
2321
2322         * configure.in (default_target): Remove.
2323         * Makefile.tpl (all): Do not use prerequisites as subroutines
2324         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
2325         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
2326         use prerequisites as subroutines.
2327         (check-host, check-target): New.
2328         (bootstrap configure & all targets): Do not use stage*-start
2329         if the directory layout is already ok.
2330         (non-bootstrap configure & all targets): Prepend a $(unstage).
2331         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
2332         (NOTPARALLEL): Remove.
2333         (unstage, stage variables): New variables.
2334         (unstage, stage targets): Simply expand to those variables.
2335
2336         * configure: Regenerate.
2337         * Makefile.in: Regenerate.
2338
2339 2005-10-04  James E Wilson  <wilson@specifix.com>
2340
2341         * Makefile.def (lang_env_dependencies): Add libmudflap.
2342         * Makefile.in: Regenerate.
2343
2344 2005-10-03  Andreas Schwab  <schwab@suse.de>
2345
2346         Backport from libtool CVS:
2347         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
2348
2349         * ltmain.sh: add support for installing into temporary
2350         staging area (e.g. 'make install DESTDIR=...')
2351
2352 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
2353
2354         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
2355         * configure: Regenerated.
2356
2357 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
2358
2359         * configure: Regenerate with the correct
2360         autoconf version.
2361
2362 2005-09-30  Catherine Moore  <clm@cm00re.com>
2363
2364         * configure.in (bfin-*-*): New.
2365         * configure: Regenerated.
2366
2367 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
2368
2369         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
2370         (LIPO_FOR_TARGET): New.
2371         (CONFIGURED_LIPO_FOR_TARGET): New.
2372         (USUAL_LIPO_FOR_TARGET): New.
2373         (STRIP_FOR_TARGET): New.
2374         (CONFIGURED_STRIP_FOR_TARGET): New.
2375         (USUAL_STRIP_FOR_TARGET): New.
2376         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
2377         STRIP_FOR_TARGET.
2378         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
2379         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
2380         * Makefile.in: Regenerate.
2381         * configure: Regenerate.
2382
2383 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
2384
2385         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
2386         (rs6000-*-aix*): Same.
2387         * configure: Regenerate.
2388
2389 2005-09-16  Tom Tromey  <tromey@redhat.com>
2390
2391         * MAINTAINERS: Add self as java maintainer.
2392
2393 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
2394
2395         * configure.in: Recognize f95 in the --enable-languages option,
2396         and substitute it for fortran, issuing a warning.
2397         * configure: Regenerate.
2398
2399 2005-08-30  Phil Edwards  <phil@codesourcery.com>
2400
2401         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
2402         * configure:  Regenerated.
2403
2404 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
2405
2406         * MAINTAINERS: Add self as ms1 maintainer.
2407
2408 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
2409
2410         * Makefile.def (libssp): Add to lang_env_dependencies.
2411         * Makefile.in: Regenerate.
2412
2413 2005-08-18  Ian Lance Taylor  <ian@airs.com>
2414
2415         * MAINTAINERS: Add myself as middle-end maintainer.
2416
2417 2005-08-17  Christian Groessler  <chris@groessler.org>
2418
2419         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
2420         * Makefile.in: Regenerate.
2421
2422 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
2423
2424         * MAINTAINERS (write after approval): Added myself.
2425
2426 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
2427
2428         * MAINTAINERS (Write After Approval): Add myself.
2429
2430 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
2431
2432         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
2433         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
2434         Look for alternate names of the target cc and c++
2435         * configure: Regenerate.
2436
2437 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
2438
2439         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2440         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
2441         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
2442         tools; remove code to manually set them.
2443         (Target tools): Look in the environment for them.
2444         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
2445         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
2446         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
2447         build directory.
2448         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
2449         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
2450         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
2451         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2452         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
2453         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
2454         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
2455         * configure: Regenerate.
2456         * Makefile.in: Regenerate.
2457
2458 2005-07-28  Ben Elliston  <bje@au.ibm.com>
2459
2460         * MAINTAINERS: Update for removed CPU targets.
2461
2462 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
2463
2464         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
2465         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
2466         * Makefile.in: Regenerated.
2467
2468 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
2469
2470         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
2471         (CFLAGS_FOR_TARGET): Use it.
2472         (CXXFLAGS_FOR_TARGET): Likewise.
2473         * Makefile.in: Regenerated.
2474         * configure.in (--with-build-sysroot): New option.
2475         * configure: Regenerated.
2476
2477 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
2478
2479         * Makefile.tpl: Wrap install between unstage and stage
2480         * Makefile.in: Regenerate.
2481
2482 2005-07-21  Eric Christopher  <echristo@apple.com>
2483
2484         * MAINTAINERS: Update affiliation.
2485
2486 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
2487
2488         * MAINTAINERS: Add self as crx port maintainer.
2489
2490 2005-07-20  DJ Delorie  <dj@redhat.com>
2491
2492         * MAINTAINERS: Add self as m32c maintainer.
2493
2494 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
2495
2496         * all files: Update FSF address.
2497
2498 2005-07-15  Eric Christopher  <echristo@redhat.com>
2499
2500         * MAINTAINERS: Change affiliation.
2501
2502 2005-07-14  Jim Blandy  <jimb@redhat.com>
2503
2504         * configure.in: Add cases for Renesas m32c.
2505         * configure: Regenerated.
2506
2507 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
2508
2509         * COPYING.LIB: Update from fsf.org.
2510
2511 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
2512
2513         * COPYING, compile, config.guess,
2514         config.sub, install-sh, missing, mkinstalldirs,
2515         symlink-tree, ylwrap: Sync from upstream sources.
2516         * config-ml.in: Update FSF address.
2517
2518 2005-07-13  Eric Christopher  <echristo@redhat.com>
2519
2520         * configure.in: Add toplevel noconfigdir support for tpf.
2521         * configure: Regenerate.
2522
2523 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
2524
2525         PR ada/22340
2526
2527         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
2528         * Makefile.in: Regenerate.
2529
2530 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
2531
2532         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
2533         Brolley to write-after-approval.
2534
2535 2005-07-07  Andreas Schwab  <schwab@suse.de>
2536
2537         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
2538         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
2539         * Makefile.in: Regenerated.
2540
2541 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
2542
2543         * configure.in: Don't build sim or rda when targetting darwin.
2544         * configure: Regenerate.
2545
2546 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
2547
2548         * configure.in: Add --enable-libssp and --disable-libssp.
2549         * configure: Regenerate with autoconf-2.13.
2550
2551 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
2552
2553         * Makefile.def (target_modules): Add libssp.
2554         * configure.in (target_libraries): Add target-libssp.
2555         * configure: Rebuilt.
2556         * Makefile.in: Rebuilt.
2557
2558 2005-07-01  Zack Weinberg  <zackw@panix.com>
2559
2560         * MAINTAINERS: Change email address.  Resign from maintainership.
2561
2562 2005-07-01  Richard Guenther  <rguenther@suse.de>
2563
2564         * MAINTAINERS: Change my e-mail address and affiliation.
2565
2566 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
2567
2568         * Makefile.def (stagefeedback): Come after profile.
2569         Define profiledbootstrap target.
2570         * Makefile.tpl (profiledbootstrap): Remove.
2571         (stageprofile-end): Zap stagefeedback.
2572         (stagefeedback-start): Copy all .gcda files, not only GCC's.
2573         * Makefile.in: Regenerate.
2574
2575 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
2576
2577         * MAINTAINERS: Update my email address.
2578
2579 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
2580
2581         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
2582         In 'cpp' stanza, support '#line' as well as '# '.
2583
2584 2005-06-08  Andreas Schwab  <schwab@suse.de>
2585
2586         * MAINTAINERS: Move myself from 'Write After Approval' to
2587         'CPU Port Maintainers' section as m68k maintainer.
2588
2589 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
2590
2591         * configure.in (unsupported_languages): New macro.
2592         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
2593         non-ported target libraries in noconfigdirs.
2594         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
2595         non-linux-gnu.  Remove libgcj_ex_libffi.
2596         <lang_frag loop>: Set add_this_lang=no if the language is in
2597         unsupported_languages.
2598         * configure: Regenerate.
2599
2600 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
2601
2602         * configure.in: Fix typo in handling of --with-mpfr-dir.
2603         * configure: Regenerate.
2604
2605 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
2606
2607         * MAINTAINERS: Update my email address.
2608
2609 2005-06-02  Jim Blandy  <jimb@redhat.com>
2610
2611         * config.sub: Add cases for the Renesas m32c.  (This patch has been
2612         accepted into the master sources.)
2613
2614 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
2615             Michael Snyder  <msnyder@redhat.com>
2616             Stan Cox  <scox@redhat.com>
2617
2618         * configure.in: Set noconfigdirs for ms1.
2619
2620         * configure: Regenerate.
2621
2622 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
2623
2624         * MAINTAINERS (Write After Approval): Add self.
2625
2626 2005-06-01  Josh Conner  <jconner@apple.com>
2627
2628         * MAINTAINERS (Write After Approval): Add self.
2629
2630 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
2631
2632         * MAINTAINERS: Update my email address.
2633
2634 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
2635
2636         * MAINTAINERS (Write After Approval): Add self.
2637
2638 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
2639
2640         * MAINTAINERS (Write After Approval): Remove self.
2641
2642 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
2643
2644         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
2645         (Dependencies): Consider target modules for bootstrap dependencies.
2646         Make target bootstrap modules depend on each stage's gcc.
2647         * Makefile.in: Regenerate.
2648
2649 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
2650
2651         * Makefile.def (configure-gcc): Depend on binutils having been built.
2652         (all-gcc): No need to do it here.
2653         * Makefile.in: Regenerate.
2654
2655 2005-05-19  Paul Brook  <paul@codesourcery.com>
2656
2657         * configure.in: Rewrite misleading error message when requested
2658         language cannot be built.
2659         * configure: Regenerate.
2660
2661 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
2662
2663         * ylwrap: Import from Automake 1.9.5.
2664
2665 2005-05-13  David Ung  <davidu@mips.com>
2666
2667         * MAINTAINERS (Write After Approval): Add self.
2668
2669 2005-05-09  Mike Stump  <mrs@apple.com>
2670
2671         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
2672         lt_cv_sys_max_cmd_len for now.
2673
2674 2005-05-09  Stan Cox  <scox@redhat.com>
2675
2676         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
2677
2678 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
2679
2680         * README.SCO: Update the URL.
2681
2682 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
2683
2684         * ltconfig: Define file_list_spec.  Pass file_list_spec and
2685         with_gnu_ld to libtool.
2686         * ltcf-c.sh (aix[45]): Define file_list_spec.
2687         * ltcf-cxx.sh (aix[45]): Same.
2688         * ltcf-gcj.sh (aix[45]): Same.
2689         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
2690         exists, write list of input files to temporary file.
2691
2692 2005-05-04  Mike Stump  <mrs@apple.com>
2693
2694         * configure.in: Always pass --target to target configures as
2695         otherwise rebuilds that do --recheck will fail.
2696         * confiugure: Rebuilt.
2697
2698 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
2699
2700         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
2701         STAGE_HOST_EXPORTS.
2702         (configure, all): Add bootstrap support.
2703         (Host modules, target modules): Pass post-stage1 flags and exports.
2704         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
2705         * Makefile.in: Regenerate.
2706
2707 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
2708
2709         * configure: Regenerate.
2710
2711 2005-04-27  Mike Stump  <mrs@apple.com>
2712
2713         * MAINTAINERS: Add self as darwin maintainer.
2714
2715 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
2716
2717         * config.sub: Update from master copy.
2718
2719 2005-04-21  Mike Stump  <mrs@apple.com>
2720
2721         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
2722         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
2723
2724 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
2725
2726         * configure.in <crisv32-*-*, cris-*-*>: New local variable
2727         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
2728         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
2729         "*-*-elf" and "*-*-linux*".
2730         * configure: Regenerate.
2731
2732 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
2733
2734         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
2735
2736 2005-04-12  Mike Stump  <mrs@apple.com>
2737
2738         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
2739
2740 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
2741
2742         * MAINTAINERS (Write After Approval): Add myself.
2743
2744 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
2745
2746         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
2747
2748 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
2749
2750         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
2751         (TARGET_CONFIGARGS): Include --with-target-subdir.
2752         (configure, all): New macros.  Use them throughout.
2753         * Makefile.in: Regenerate.
2754
2755 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
2756
2757         * MAINTAINERS (Write After Approval): Add myself.
2758
2759 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
2760
2761         * MAINTAINERS: Remove 'loop unrolling' maintainer.
2762
2763 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
2764
2765         * MAINTAINERS: Move John Carr to Write After Approval.
2766
2767 2005-03-30  J"orn Rennecke <joern.rennecke@st.com>
2768
2769         * config/mh-mingw32: Delete.
2770         * configure.in: Don't use it.
2771         * configure: Regenerate.
2772
2773 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
2774
2775         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
2776         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
2777         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set $(RPATH_ENVVAR).
2778         (HOST_LIB_PATH): Generate from Makefile.def.
2779         (TARGET_LIB_PATH): Likewise.
2780         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
2781         * Makefile.in: Regenerate.
2782         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
2783         (RPATH_ENVVAR): Include Darwin case.
2784         * configure: Regenerate.
2785
2786 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
2787
2788         * MAINTAINERS (Various Maintainers): Remove self.
2789         (Write After Approval): Add self.
2790
2791 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
2792
2793         * MAINTAINERS (Various Maintainers): Add self.
2794
2795 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
2796
2797         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
2798         * configure: Regenerate.
2799
2800 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
2801
2802         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
2803         gcc_version, and gcc_version_trigger from set of flags to pass.
2804         * Makefile.tpl: Remove definitions of above variables.
2805         (config.status): Remove dependency on $(gcc_version_trigger).
2806         * Makefile.in: Regenerate.
2807         * configure.in: Do not reference config/gcc-version.m4 nor
2808         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
2809         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
2810         * configure: Regenerate.
2811
2812 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
2813             Andrew Pinski <pinskia@physics.uc.edu>
2814
2815         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
2816         * Makefile.in: Regenerate.
2817
2818 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
2819
2820         * MAINTAINERS (Write After Approval): Add myself.
2821
2822 2005-03-03  David Ayers  <d.ayers@inode.at>
2823
2824         * MAINTAINERS (Write After Approval): Add myself.
2825
2826 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
2827
2828         PR libgcj/20160
2829         * ltmain.sh: Avoid creating archives with components that have
2830         duplicate basenames.
2831
2832 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
2833
2834         PR bootstrap/20250
2835         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
2836         instead of check.
2837         * Makefile.in: Regenerate.
2838
2839 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2840
2841         * Makefile.in: Regenerate to fix conflict between the previous two
2842         patches.
2843
2844 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
2845
2846         PR bootstrap/17383
2847         * Makefile.def (target_modules): Remove "stage", now unnecessary.
2848         * Makefile.tpl (HOST_SUBDIR): New substitution.
2849         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
2850         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
2851         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
2852         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
2853         (Host modules, Bootstrapped modules): Use it.
2854         (Build modules, Target modules): Do not create symlink trees,
2855         always configure out-of-srcdir.
2856         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
2857         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
2858         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
2859         $(HOST_SUBDIR).  Create a symlink for host_subdir.
2860
2861         * Makefile.in: Regenerate.
2862         * configure: Regenerate.
2863
2864 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2865
2866         Merged from libada-gnattools-branch:
2867         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
2868
2869         * gnattools: New directory.
2870         * Makefile.def: Add gnattools as a module, depending on target-libada.
2871         * Makefile.in: Regenerate.
2872         * configure.in: Include gnattools in host_tools; disable it if ada
2873         is disabled.
2874         * configure: Regenerate.
2875
2876 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
2877
2878         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
2879         treelang maintainer.
2880         (Write After Approval): Remove myself.
2881
2882 2005-02-23  Paul Schlie  <schlie@comcast.net>
2883
2884         * configure.in: Allow darwin targeted ports to build tk, itcl and
2885         libgui.
2886         * configure: Regenerate.
2887
2888 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2889
2890         PR libgcj/10353
2891         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
2892         * configure: Regenerate.
2893
2894 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
2895
2896         * MAINTAINERS (Write After Approval): Add myself.
2897
2898 2005-02-10  Ian Lance Taylor  <ian@airs.com>
2899
2900         * MAINTAINERS: Update my e-mail address.
2901
2902 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
2903
2904         * MAINTAINERS (Write After Approval): Add myself.
2905
2906 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
2907
2908         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
2909         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
2910         target-libgloss when not *-*-elf and *-*-aout.
2911         * configure: Regenerate.
2912
2913 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
2914
2915         * MAINTAINERS: Remove obsolete entries.
2916
2917         * MAINTAINERS (Write After Approval): Add Michael Matz.
2918
2919 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
2920
2921         * MAINTAINERS: Remove self as cpplib maintainer.
2922
2923 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2924
2925         * install-sh, config.sub: Import from upstream.
2926
2927 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
2928
2929         PR bootstrap/18222
2930         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
2931         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
2932         * Makefile.in: Regenerate.
2933
2934 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
2935
2936         * MAINTAINERS: Update my email address.
2937
2938 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
2939             Andreas Schwab  <schwab@suse.de>
2940
2941         PR bootstrap/18033
2942         * config-ml.in: Eval option if surrounded by single quotes.
2943
2944 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
2945
2946         Revert 2004-12-28 Makefile changes, a better fix will be
2947         applied to mainline and src after GCC 4.0 branches.
2948
2949 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
2950
2951         PR bootstrap/17383
2952
2953         * Makefile.def (target_modules): Remove stage parameter,
2954         it is always true now.
2955         * Makefile.tpl (configure-build-[+module+],
2956         configure-target-[+module+]): Always build symlink tree
2957         for the directory and for include.  BUILD_SUBDIR and
2958         TARGET_SUBDIR cannot be . anymore.
2959         * Makefile.in: Regenerate.
2960
2961 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
2962
2963         Revert 2004-12-08 Makefile changes.
2964
2965 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
2966
2967         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
2968         cygwin, mingw.
2969
2970 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
2971
2972         * configure.in (sh64-*-*): Reenable gprof.
2973         * configure: Regenerate.
2974
2975 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
2976
2977         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
2978         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
2979         (EXTRA_TARGET_FLAGS): Add PICFLAG.
2980         * Makefile.in: Regenerate.
2981
2982 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
2983
2984         * MAINTAINERS: Update my email address.
2985
2986 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
2987
2988         * Makefile.tpl: Generate normal dependencies if the LHS module is
2989         not bootstrapped.
2990         * Makefile.in: Regenerate.
2991
2992 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2993
2994         * configure.in: Include config/gxx-include-dir.m4.  Use
2995         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
2996         * configure: Regenerate.
2997
2998 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
2999
3000         * config.if: Delete.
3001         * configure.in: Set libstdcxx_incdir directly.
3002         * configure: Regenerate.
3003
3004 2004-12-02  Eric Christopher  <echristo@redhat.com>
3005
3006         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
3007         * Makefile.in: Regenerate.
3008
3009 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3010
3011         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
3012         * configure: Regenerate.
3013
3014 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
3015
3016         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
3017         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
3018         * configure: Regenerate.
3019
3020 2004-12-01  Eric Christopher  <echristo@redhat.com>
3021
3022         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
3023         of things to remove.
3024
3025 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
3026
3027         * MAINTAINERS (Write After Approval): Update my e-mail address.
3028
3029 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
3030
3031         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
3032         from CVS libtool to always pass_all.
3033
3034 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3035
3036         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
3037         (hppa*64*-*-*): Delete incorrect comment.
3038         * configure: Rebuilt.
3039
3040 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
3041
3042         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
3043
3044 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
3045
3046         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
3047         from CVS libtool to always pass_all.
3048
3049 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
3050
3051         * install-sh, compile: Import from automake.
3052
3053 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
3054
3055         * config.guess, config.sub:  Import from savannnah.
3056
3057 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
3058
3059         * MAINTAINERS (Write After Approval): Add myself
3060
3061 2004-11-12  Mike Stump  <mrs@apple.com>
3062
3063         * Makefile.def: Add html support.
3064         * Makefile.tpl: Likewise.
3065         * Makefile.in: Regenerate.
3066
3067 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
3068
3069         PR 18423
3070         * configure.in: Remove all instances of build-fixincludes from
3071         noconfigdirs.
3072         (build_configargs): Supply --target to subdirectories.
3073         * configure: Regenerate.
3074
3075         * Makefile.def: Make gcc install depend on fixincludes install.
3076         * Makefile.in: Regenerate.
3077
3078 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
3079
3080         * MAINTAINERS: Add myself as gcc testsuite maintainer.
3081
3082 2004-11-11  Paul Brook  <paul@codesourcery.com>
3083
3084         * MAINTAINERS: Add self as arm maintainer.  Update email address.
3085
3086 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
3087
3088         * configure.in (noconfigdirs) [mmix-*-*]: Disable
3089         target-libgfortran.
3090         * configure: Regenerate.
3091
3092 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
3093
3094         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
3095         like CC.
3096
3097 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
3098
3099         * Makefile.def (host fixincludes): Specify missing targets.
3100         * Makefile.in: Regenerate.
3101
3102 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
3103
3104         * MAINTAINERS: Add myself
3105
3106 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
3107
3108         * MAINTAINERS (Write After Approval): Add myself.
3109
3110 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
3111
3112         * Makefile.def: Build fixincludes for the host, too.
3113         * Makefile.in: Regenerate.
3114         * configure.in (host_tools): Add fixincludes.
3115         * configure: Regenerate.
3116
3117 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
3118
3119         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
3120         * configure: Regenerated.
3121
3122 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
3123
3124         PR other/17783
3125         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
3126         * configure: Regenerated.
3127
3128 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
3129
3130         * README.SCO: Update per FSF instructions.
3131
3132 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
3133
3134         PR target/18151
3135         * configure.in (case ${target}): Do not build fixincludes for avr.
3136         * configure: Regenerated.
3137
3138 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
3139
3140         * configure.in (case ${target}): Do not build fixincludes
3141         on platforms where it is not used.
3142         * configure: Regenerated.
3143
3144 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
3145
3146         * configure.in: Use an absolute path to install-sh.
3147         * configure: Regenerated.
3148
3149 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
3150
3151         * MAINTAINERS (Write After Approval): Add myself.
3152
3153 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
3154
3155         * MAINTAINERS: Remove from Write After Approval those that are
3156         already maintainers.
3157
3158 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
3159
3160         * MAINTAINERS:  Update my email address.
3161
3162 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
3163
3164         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
3165         * configure: Regenerate.
3166
3167 2004-10-07  J"orn Rennecke <joern.rennecke@st.com>
3168
3169         * MAINTAINERS:  Update my email address.
3170
3171 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
3172
3173         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
3174         entries belonging to this category.
3175
3176 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
3177
3178         * MAINTAINERS: Update my e-mail address.
3179
3180 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
3181
3182         Fix wrong conflict resolution in:
3183
3184         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
3185
3186         * Makefile.in: Regenerate.
3187         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3188         in the recursive `make', instead of hardwiring `all'.
3189         (Autogenerated TARGET-* variables): New.
3190
3191 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
3192
3193         * configure.in: Enable target-libgloss for crx-*-*.
3194         * configure: Regenerate.
3195
3196 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
3197
3198         * MAINTAINERS (Various Maintainers): Move the "windows,
3199         cygwin, mingw" maintainer to ...
3200         (OS Port Maintainers): ... here.
3201
3202 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
3203
3204         * MAINTAINERS (Write After Approval): Remove those that are
3205         maintainers of some subsystem.
3206
3207 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
3208
3209         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
3210         * ltcf-cxx.sh (tpf*): Likewise.
3211         * ltconfig (tpf*): Add TPF OS configuration support.
3212
3213 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
3214
3215         * MAINTAINERS: Change my email address to my new work account.
3216
3217 2004-09-24  Michael Roth  <mroth@nessie.de>
3218
3219         * configure.in (--without-headers): Add missing double quotes.
3220         * configure: Regenerate.
3221
3222 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
3223
3224         * ylwrap: Revert to previous version.
3225
3226 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
3227
3228         PR bootstrap/17369
3229         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
3230         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
3231         SET_GCC_LIB_PATH_CMD.
3232         (BASE_TARGET_EXPORTS): Likewise.
3233         * Makefile.in: Regenerated.
3234
3235         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
3236         * configure: Regenerated.
3237
3238 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
3239
3240         * config.guess: New upstream version
3241         * compile, depcomp, install-sh, ylwrap: Likewise.
3242
3243 2004-09-19  Roger Sayle  <roger@eyesopen.com>
3244
3245         * config/mh-x86omitfp: New host makefile fragment.  Add
3246         -fomit-frame-pointer to the default BOOT_CFLAGS.
3247         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
3248         * configure: Regenerate.
3249
3250 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
3251
3252         PR target/11572
3253         * configure.in (*-*-darwin*): Renable libobjc.
3254         * configure: Regenerate.
3255
3256 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
3257
3258         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
3259
3260 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
3261
3262         * Makefile.def: Remove libbanshee.
3263         * Makefile.tpl: Ditto.
3264         * configure.in: Ditto.
3265         * Makefile.in: Regen.
3266         * configure: Ditto.
3267
3268 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
3269
3270         * ltmain.sh: Use $pic_object as $non_pic_object if
3271         $non_pic_object=none.
3272
3273 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
3274
3275         * missing: Import latest version from master repository.
3276
3277 2004-09-06  Nick Clifton  <nickc@redhat.com>
3278
3279         * config.sub: Import latest version from master repository.
3280         * config.guess: Likewise.
3281         This includes these changes:
3282
3283         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
3284
3285         * config.sub: Handle crisv32, alias etraxfs.
3286         * config.guess (crisv32:Linux:*:*): Handle.
3287
3288         2004-08-13  Brad Smith  <brad@comstyle.com>
3289
3290         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
3291         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
3292
3293         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
3294
3295         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
3296         assume the processor is a powerpc.  This is because coreutils
3297         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
3298         in this case, due to a MacOS X bug that causes
3299         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
3300         to return a negative number.
3301         Problem reported by Petter Reinholdtsen in:
3302         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
3303
3304         2004-07-19  Ben Elliston  <bje@gnu.org>
3305
3306         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
3307
3308         2004-06-24  Ben Elliston  <bje@gnu.org>
3309
3310         * config.guess: Update copyright years.
3311         * config.sub: Likewise.
3312
3313         2004-06-22  Robert Millan  <robertmh@gnu.org>
3314
3315         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
3316         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
3317
3318         2004-06-22  Stanley F. Quayle <stan@stanq.com>
3319
3320         * config.guess (*:*VMS:*:*): New entry. Replaces
3321         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
3322         manufacturer.
3323
3324         2004-06-22  Ben Elliston  <bje@gnu.org>
3325
3326         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
3327         * config.sub: Likewise.
3328
3329         2004-06-22  Ben Elliston  <bje@gnu.org>
3330
3331         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
3332         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
3333
3334         2004-06-11  Ben Elliston  <bje@gnu.org>
3335
3336         * config.guess (pegasos:OpenBSD:*:*): Remove.
3337
3338         2004-06-11  Ben Elliston  <bje@gnu.org>
3339
3340         From Wouter Verhelst <wouter@grep.be>:
3341         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
3342
3343         2004-06-11  Ben Elliston  <bje@gnu.org>
3344
3345         * config.guess (luna88k:OpenBSD:*:*): New.
3346
3347         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3348
3349         * config.guess (m32r*:Linux:*:*): New case.
3350         * config.sub: Handle m32rle.
3351
3352         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
3353
3354         From Jens Petersen  <petersen@redhat.com>:
3355         * config.sub: Handle sparcv8.
3356
3357         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
3358
3359         From Tom Smith <smith@cag.lkg.hp.com>:
3360         * config.guess: Version suffixes are equally significant on Tru64
3361         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
3362         prefix of "P" (patched kernel).
3363
3364         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
3365
3366         * config.sub: Add support for National Semiconductor CRX target.
3367
3368 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
3369
3370         * MAINTAINERS (Various Maintainers): Remove myself as web page
3371         maintainer, add myself as maintainer of build status lists.
3372
3373 2004-09-03  Jan Beulich  <jbeulich@novell.com>
3374
3375         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
3376         *-*-netware, but add target-libmudflap.
3377         Consolidate *-*-netware targets (of which really only i?86 exists)
3378         into a single entry.
3379         * configure: Likewise.
3380
3381 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
3382
3383         * Makefile.tpl (sorry): Remove.
3384         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
3385         (cleanstrap targets): Depend on distclean, not distclean-stage1.
3386         (do-clean): Clean per-stage directories too.
3387         (do-distclean): Run distclean-stage1 too.
3388         (.NOTPARALLEL): Enable during toplevel bootstrap.
3389         (stage[+id+]-bubble): Enable parallel execution during
3390         the recursive invocation.
3391         * Makefile.in: Regenerate.
3392
3393         Fix previous checkin:
3394
3395         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
3396         include.
3397         * configure.in: Fix indentation.
3398         * configure: Regenerate.
3399
3400 2004-08-31  Robert Bowdidge <bowdidge@apple.com>
3401
3402         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
3403         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
3404         * configure: regenerate
3405         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
3406         -mdynamic-no-pic
3407
3408
3409 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
3410
3411         * Makefile.def (build_modules): Add fixincludes.
3412         (dependencies): Make gcc depend on fixincludes.
3413         * configure.in (build_tools): Add fixincludes.
3414         (build_configdirs): Always include build_libs.
3415         * Makefile.in: Regenerate.
3416         * configure: Regenerate.
3417
3418 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
3419
3420         * Makefile.def (bootstrap stages): Add 'lean' parameter.
3421         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
3422         phony targets; do not generate timestamp files.
3423         (distclean-stageN): Remove references to their timestamp files.
3424         (restageN, touch-stageN): Remove.
3425         (stageN-bubble): Rewritten.
3426         (compare): Support lean bootstraps.
3427         * Makefile.in: Regenerate.
3428
3429         * configure.in: Only warn when bootstrapping but
3430         build != host or build != target.  Support lean bootstraps.
3431         * configure: Regenerate.
3432
3433 2004-08-26  Phil Edwards  <phil@codesourcery.com>
3434
3435         * configure.in:  Give a better error message if GMP/MPFR are missing
3436         and a language needing them has been requested.
3437         * configure:  Regenerated.
3438
3439 2004-08-25  Phil Edwards  <phil@codesourcery.com>
3440
3441         * configure.in:  Print a list of available language front-ends if
3442         a requested one is missing.  Tidy stray tab characters.
3443         * configure:  Regenerated.
3444
3445 2004-08-19  Michael Koch  <konqueror@gmx.de>
3446
3447         * gcc/doc/install.texi: Update entry about automake for libjava.
3448
3449 2004-08-17  Robert Millan  <robertmh@gnu.org>
3450
3451         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
3452         (instead of FreeBSD).
3453         * configure: Regenerate.
3454
3455 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
3456
3457         * Makefile.in: Regenerate.
3458         * configure: Regenerate.
3459
3460         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
3461         stage_*_flags.
3462         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
3463         for bootstrapped modules if toplevel bootstrap is going.
3464         (GCC bootstrap): Generate per-stage targets for all bootstrapped
3465         modules.  Adjust for changes in Makefile.def.  Enable several
3466         rules even in non-bootstrap mode, just to avoid peppering the
3467         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
3468         (stage-[+prev+]-bubble): Remove.
3469
3470         * Makefile.def (Dependencies): Depend on all-build-bison,
3471         all-build-flex, all-build-byacc, all-build-texinfo, rather
3472         than the host variations.
3473         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
3474         with BUILD_SUBDIR.
3475         (BISON): Update for recent Bisons.
3476         (YACC): Fix typo.
3477         (cross): Depend on all-build.
3478         (all): Do not depend on all-build.
3479         (prebootstrap): Remove.
3480         (dep-kind): Accept separate prefixes for MODULE and ON variables.
3481         (Prebootstrap dependencies): Add them to the per-stage targets
3482         and to all-prebootstrap.
3483         * configure.in (build_configdirs): Always enable build_tools.
3484         (BUILD_DIR_PREFIX): Remove.
3485
3486         * Makefile.def (gcc): Add target variable.
3487         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
3488         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
3489         in the recursive `make', instead of hardwiring `all'.
3490         (Autogenerated TARGET-* variables): New.
3491
3492 2004-08-13  Brian Booth  <bbooth@redhat.com>
3493
3494         * MAINTAINERS: Remove myself from write-after-approval.
3495
3496 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
3497
3498         * src-release: Stop distributing mmalloc with gdb (which doesn't
3499         use it).
3500         * Makefile.def: GDB doesn't depend on mmalloc anymore.
3501         * Makefile.in: Regenerate.
3502
3503 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
3504
3505         * configure.in (arm*-*-eabi*): New target.
3506         * configure: Regenerate.
3507
3508 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
3509
3510         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
3511         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
3512         (Dependencies): New section.
3513         * Makefile.tpl (Dependencies): Generate from Makefile.def.
3514         (configure-target-[+module+]): Depend on maybe-all-gcc
3515         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
3516         (toplevel profiledbootstrap): Fix dependencies.
3517         * Makefile.in: Regenerate.
3518
3519 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
3520
3521         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
3522         target-libiberty to noconfigdirs.
3523         * configure: Regenerate.
3524
3525 2004-08-03  Paul Brook  <paul@codesourcery.com>
3526
3527         * configure.in: Check for MPFR as well as GMP.
3528         * configure: Regenerate.
3529
3530 2004-08-01  Robert Millan  <robertmh@gnu.org>
3531
3532         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
3533         libmudflap for all GNU-based systems (with Glibc).
3534         * configure: Regenerate.
3535
3536 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
3537
3538         * Makefile.def (host-modules): Add gcc.
3539         * Makefile.in: Regenerate.
3540         * Makefile.tpl (sorry): New rule.
3541         (configure-host, all-host, [+make_target+]-host, do-check,
3542         install-host): Do not add gcc as a special case.
3543         (host modules): Add a small special-casing for gcc.  Export
3544         extra_make_flags through the environment.
3545         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
3546         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
3547         other recursive targets for gcc): Remove.
3548
3549         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
3550         (stage, unstage): New rules.
3551         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
3552         distclean-stage[+id+]): Use stage_current.
3553         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
3554         the stage*-start rules.
3555
3556 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
3557
3558         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
3559         use -all_load flag.
3560
3561 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
3562
3563         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
3564         * configure: Regenerate.
3565
3566 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
3567
3568         * maintainer-scripts/gcc_release: Revert yesterday's change.
3569
3570 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
3571
3572         * MAINTAINERS: Add myself to write-after-approval.
3573
3574 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
3575
3576         * libf2c: Removed.
3577         * gcc/gccbug.in: Updated because of libf2c removal.
3578         * maintainer-scripts/gcc_release: Ditto.
3579
3580 2004-07-09  Loren J. Rittle <ljrittle@acm.org>
3581
3582         * configure.in: Build libmudflap by default on FreeBSD.
3583         * configure: Regenerated.
3584
3585 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
3586
3587         * configure.in: Do not build libmudflap by default on non-GNU/Linux
3588         systems.
3589         * configure: Regenerated.
3590
3591 2004-07-08 John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3592
3593         PR target/16344
3594         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
3595         feedback based compiler.
3596         * Makefile.in: Rebuilt.
3597
3598 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
3599
3600         * Makefile.def (host_modules): Set bootstrap=true for flex.
3601         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
3602         * Makefile.in: Rebuilt.
3603
3604 2004-07-07  Jan Hubicka  <jh@suse.cz>
3605
3606         * MAINTAINERS: Add self as a profile feedback maintainer.
3607
3608 2004-07-05  Phil Edwards  <phil@codesourcery.com>
3609
3610         * configure.in:  Do not prepend $srcdir to /dev/null in
3611         makefile fragments.
3612         * configure:  Regenerate.
3613
3614 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
3615
3616         * Makefile.def (build_modules): Add bison, byacc, flex,
3617         m4, texinfo.
3618         (flags_to_pass): Add FLEX.
3619         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
3620         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
3621         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
3622         DEFAULT_MAKEINFO): Remove.
3623         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
3624         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
3625         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
3626         objdir or else use configured tool.
3627         (all-build): New.
3628         (all): Depend on it.
3629         (Build module dependencies): Add.
3630         * Makefile.in: Regenerate.
3631         * configure.in: Better support for multiple build modules,
3632         matching what is done for host/target modules.  Do not look
3633         for "plausible" locations of build tools if Canadian cross.
3634         Use autoconf's AC_PROG_CC to find a C compiler.  Define
3635         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
3636         * configure: Regenerate.
3637
3638 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
3639
3640         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
3641         * Makefile.in: Regenerate.
3642
3643 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
3644
3645         * Makefile.tpl (configure-build-[+module+],
3646         configure-[+module+], configure-target-[+module+]): Pass
3647         [+extra_configure_args+].
3648         (all-build-[+module+], all-[+module+], check-[+module+],
3649         install-[+module+], [+make_target+]-[+module+],
3650         all-target-[+module+], check-target-[+module+],
3651         install-target-[+module+], [+make_target+]-target-[+module+]):
3652         Pass [+extra_make_args+].
3653         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
3654         (GCC_HOST_EXPORTS): Remove.
3655         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
3656         cross, check-gcc, check-gcc-c++, install-gcc,
3657         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
3658         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
3659         * Makefile.in: Regenerate.
3660
3661 2004-06-21  Matthew Sachs  <msachs@apple.com>
3662
3663         * MAINTAINERS: Added self to write-after-approval.
3664
3665 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
3666
3667         * configure.in: Check for srcdir/winsup rather than build directory
3668         winsup.
3669         * configure: Regenerate.
3670
3671 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
3672
3673         * configure.in: Don't build Cygwin native newlib if winsup
3674         directory is missing.  Emit warning instead.
3675         * configure: Regenerate.
3676
3677 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
3678
3679         * Makefile.tpl (touch-stage[+id+]): New.
3680         (restage[+prev+]): Depend on touch-stage[+id+].
3681
3682         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
3683         Use it throughout.
3684
3685         * Makefile.def: Add profile and feedback bootstrap stages.
3686         Remove next field from bootstrap stages.
3687         * Makefile.tpl (LN, LN_S): Substitute.
3688         (stageN-start, stageN-end): Use double-colon rules, to
3689         provide a hook for additional setup commands.
3690         (distclean-stageN-gcc, restageN): Create dependencies from
3691         [+prev+], not from [+next+].
3692         (stageN-bubble): Add commands for successive stages from
3693         [+prev+], using double-colon rules.
3694         (all-stageN-gcc): Fix typo.
3695         (stagefeedback-start, profiledbootstrap): New.
3696         * Makefile.in: Regenerate.
3697         * configure.in: Call ACX_PROG_LN.
3698         * configure: Regenerate.
3699
3700 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
3701
3702         * MAINTAINERS (Write After Approval): Add myself.
3703
3704 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
3705
3706         * MAINTAINERS (Write After Approval): Add myself.
3707
3708 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
3709
3710         * configure.in: Fix --enable-bootstrap breakage introduced in trees
3711         without gcc.
3712         * configure: Regenerate.
3713
3714 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
3715
3716         * Makefile.tpl: Fix typo.
3717         * Makefile.in: Regenerate.
3718
3719 2004-06-01  Paolo Bonzini <bonzini@gnu.org>
3720
3721         * configure.in: Remove new- prefix from toplevel
3722         bootstrap targets.
3723         * configure: Regenerate.
3724
3725 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
3726
3727         * Makefile.tpl (all.normal): Rename to all.
3728         (all): Replace with a rule to pick the default
3729         target from configure.
3730         (all-gcc, configure-gcc): Use conditionals to
3731         do nothing when toplevel bootstrap is going on.
3732         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
3733         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
3734         * configure.in: Support --enable-bootstrap.
3735
3736         * Makefile.def: Remove new- prefix from toplevel
3737         bootstrap targets.
3738         * Makefile.tpl: Likewise.
3739
3740         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
3741         target.
3742
3743         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
3744         $(RECURSE_FLAGS) to recursive invocation of make.
3745
3746         * Makefile.in: Regenerate.
3747         * configure: Regenerate.
3748
3749 2004-05-30  Andreas Jaeger  <aj@suse.de>
3750             Jim Wilson <wilson@specifixinc.com>
3751
3752         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
3753         like CC.
3754
3755 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
3756
3757         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
3758         * configure: Regenerate.
3759
3760 2004-05-25  Daniel Jacobowitz  <drow@false.org>
3761
3762         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
3763         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
3764         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
3765         targets.
3766         * Makefile.in: Regenerate.
3767
3768 2004-05-24  Paolo Bonzini <bonzini@gnu.org>
3769
3770         * configure.in: Test the ability to symlink directories.
3771         * configure: Regenerate.
3772
3773         * Makefile.def (bootstrap-stage): New definitions.
3774         * Makefile.tpl (configure-stage1-gcc,
3775         configure-stage2-gcc, configure-stage3-gcc,
3776         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
3777         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
3778         new-restage3, compare): Autogenerate, see Makefile.in
3779         entry for behavioral changes.
3780         (distclean-stage1, new-stage1-start, new-stage1-end,
3781         new-stage1-bubble, distclean-stage2, new-stage2-start,
3782         new-stage2-end, new-stage2-bubble, distclean-stage3,
3783         new-stage3-start, new-stage3-end): New autogenerated targets.
3784         (objext, prebootstrap, BOOT_CFLAGS,
3785         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
3786         targets.
3787
3788         * Makefile.in: Regenerate.
3789         (distclean-stage1, new-stage1-start, new-stage1-end,
3790         new-stage1-bubble, distclean-stage2, new-stage2-start,
3791         new-stage2-end, new-stage2-bubble, distclean-stage3,
3792         new-stage3-start, new-stage3-end): New targets.
3793         (all-stage1-gcc): Move prebootstrap dependency from here...
3794         (configure-stage1-gcc): ...to here.
3795         (new-bootstrap): Use bubble targets.
3796         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3797         Use per-stage distclean targets.
3798         (configure-stage1-gcc, configure-stage2-gcc,
3799         configure-stage3-gcc, all-stage1-gcc,
3800         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
3801         Use new-stageN-start to prepare the tree.
3802
3803 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
3804
3805         * Makefile.def (host_modules): add libcpp.
3806         * Makefile.tpl: Add dependencies on and for libcpp.
3807         * Makefile.in: Regenerate.
3808         * configure.in: Add libcpp host module.
3809         * configure: Regenerate.
3810
3811 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
3812
3813         * Makefile.tpl: Whenever a recursive target is defined, wrap
3814         it in a special @if/@endif block, and prepare its maybe
3815         dependency in the @if/@endif block
3816         * configure.in: Instead of writing maybe dependencies, remove
3817         the @if/@endif statements, and remove the @if/@endif blocks
3818         that remain.
3819         * configure: Regenerate.
3820         * Makefile.in: Regenerate.
3821
3822 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
3823
3824         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
3825
3826 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
3827
3828         PR bootstrap/15120
3829         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
3830         * */configure: Rebuilt.
3831
3832 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
3833
3834         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
3835         of libf2c.
3836         * configure, Makefile.in: Regenerate.
3837
3838 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
3839
3840         * MAINTAINERS (Write After Approval): Add myself.
3841
3842 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
3843
3844         Merge from tree-ssa-20020619-branch.
3845
3846         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
3847         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
3848         (HOST_GMPLIBS): Define.
3849         (HOST_GMPINC): Define.
3850         (TARGET_LIB_PATH): Add libmudflap.
3851         (GFORTRAN_FOR_TARGET): Define.
3852         (configure-build*): Export GFORTRAN.
3853         (configure-gcc): Export GMPLIBS and GMPINC.
3854         (all-gcc): Add maybe-all-libbanshee.
3855         (configure-target-libgfortran): Define.
3856         * Makefile.in: Regenerate.
3857         * configure.in (host_libs): Add libbanshee.
3858         (target_libraries): Add target-libmudflap and target-libgfortran.
3859         Add --with-libbanshee.
3860         Handle --disable-libmudflap.
3861         (*-*-freebsd*): Use with_gmp.
3862         Add $(libgcj) to noconfigdirs.
3863         * configure: Regenerate.
3864         * depcomp: New file.
3865         * MAINTAINERS: Add tree-ssa maintainers.
3866
3867 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
3868
3869         * MAINTAINERS (Various Maintainers): Add myself.
3870
3871 2004-04-30  Brian Ford  <ford@vss.fsi.com>
3872
3873         * MAINTAINERS (Write After Approval): Add myself.
3874
3875 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
3876
3877         * MAINTAINERS (Write After Approval): Add myself.
3878
3879 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
3880
3881         * config/acx.m4: Fix fastcompare support for new-bootstrap.
3882         * configure: Regenerate.
3883
3884 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
3885
3886         Revert:
3887         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3888
3889         * Makefile.def (flags_to_pass): Remove *dir variables that
3890         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3891         as well as prefix and exec_prefix.
3892         * Makefile.in: Regenerate.
3893
3894 2004-04-26  Robert Millan  <robertmh@gnu.org>
3895
3896         Add patches from libtool CVS.
3897         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
3898         * ltconfig: Likewise.
3899         * ltcf-c.sh: Likewise.
3900         * ltcf-cxx.sh: Likewise.
3901         * ltcf-gcj.sh: Likewise.
3902
3903 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3904
3905         * Makefile.def (host_modules): Mark with the bootstrap
3906         flag packages on which gcc depends.
3907         * Makefile.tpl (all-bootstrap): Use it.
3908         * Makefile.in: Regenerate.
3909
3910 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3911
3912         * Makefile.def (flags_to_pass): Remove *dir variables that
3913         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
3914         as well as prefix and exec_prefix.
3915         * Makefile.in: Regenerate.
3916
3917 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
3918
3919         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
3920         * configure: Regenerate.
3921         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
3922         * gcc/Makefile.tpl (compare): Use the result of the test.
3923         * gcc/Makefile.in: Regenerate.
3924
3925 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
3926
3927         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
3928         Always relocate gcc and prev-gcc to the original names, even
3929         if the build fails.
3930         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
3931         New targets.
3932
3933 2004-04-23  Laurent GUERBY <laurent@guerby.net>
3934
3935         * MAINTAINERS: Update my email address.
3936
3937 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3938
3939         * configure.in (mips*-*-irix5*): Enable ld.
3940         * configure: Regenerate.
3941
3942 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
3943
3944         * configure: Regenerate.
3945
3946 2004-04-15  James E Wilson  <wilson@specifixinc.com>
3947
3948         * Makefile.tpl (configure-[+module+], configure-gcc,
3949         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
3950         Set and export LDFLAGS.
3951         * Makefile.in: Regenerate.
3952
3953 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
3954
3955         * MAINTAINERS: Add myself to write-after-approval.
3956
3957 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
3958
3959         PR bootstrap/14871
3960         * Makefile.tpl: If we don't have built-in-tree target tools,
3961         use the ones found by configure rather than hacking around with
3962         program_transform_name.
3963         * configure.in: Give Makefile.tpl the information necessary
3964         to do that.
3965         * Makefile.in: Regenerate.
3966         * configure: Regenerate.
3967
3968 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
3969
3970         PR bootstrap/14760
3971         * configure.in: When computing baseargs, strip *all* copies of
3972         offending options.  Also, don't match/substitute the trailing space,
3973         so that this actually works when two similar options are separated by
3974         only one space.
3975         * configure: Regenerate.
3976
3977 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
3978
3979         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
3980         (rs6000-*-aix*): Same.
3981         * configure: Regenerate.
3982
3983 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
3984
3985         * MAINTAINERS: Add myself to write-after-approval.
3986
3987 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
3988
3989         * MAINTAINERS: Add myself to write-after-approval.
3990
3991 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
3992
3993         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
3994         STRICT_WARN, WARN_CFLAGS flags passed down to make.
3995         * Makefile.in: Regenerate.
3996
3997         * configure.in (top level bootstrap support): Rework --enable-werror
3998         to set @stage2_werror_flag@.
3999         * configure: Regenerate.
4000         * Makefile.tpl (top level bootstrap support): Pass
4001         @stage2_werror_flag@ down to configure in stages 2 and 3.
4002         * Makefile.in: Regenerate.
4003
4004 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4005
4006         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
4007         for stages 2 and 3 as well as in make.  As a consequence, remove
4008         OUTPUT_OPTION (now detected by configure) from the flags passed down
4009         to make.
4010         * Makefile.in: Regenerate.
4011
4012         * Makefile.tpl (new-bootstrap): Fix typo.
4013         * Makefile.in: Regenerate.
4014
4015 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
4016
4017         * Makefile.tpl: Rearrange by moving recursive_targets rules
4018         into their proper sections.
4019         * Makefile.tpl (top level bootstrap support): Move disabling
4020         of coverage flags from 'make' to 'configure'; improve comments.
4021         * Makefile.in: Regenerate.
4022
4023         * Makefile.tpl (experimental top level bootstrap) Move stage1
4024         language setting from all- target to configure- target; disable
4025         intermodule optimization in stage 1; prevent gratuitous rebuilds
4026         of stage 1.
4027         * Makefile.in: Regenerate.
4028         * configure.in: Comma-separate stage 1 language list for top
4029         level bootstrap.
4030         * configure: Regenerate.
4031
4032         * Makefile.tpl: Clean up experimental top level bootstrap support:
4033         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
4034         prev-gcc in configure- targets as well as all- targets.
4035         * Makefile.in: Regenerate.
4036
4037 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
4038
4039         * compile: New file imported from automake.
4040
4041 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
4042
4043         * configure.in: Remove symbolic link section.
4044         * configure: Regenerate.
4045         * Makefile.tpl (links): Remove.
4046         * Makefile.in: Regenerate.
4047
4048 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
4049             Nathanael Nerode  <neroden@gcc.gnu.org>
4050
4051         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
4052         Set with AC_CHECK_PROGS.
4053         * configure.in: Fix comment typo from last patch.
4054         * configure: Regenerate.
4055
4056 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
4057
4058         * Makefile.tpl: Introduce experimental top level bootstrap support.
4059         * Makefile.in: Regenerate.
4060         * configure.in: Introduce support for top level bootstrap.
4061         * configure: Regenerate.
4062
4063 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4064             Paolo Bonzini  <bonzini@gnu.org>
4065
4066         PR bootstrap/14522
4067         * configure.in: Cope with shells that do not support unquoted ^
4068         * configure: Regenerate.
4069
4070 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
4071             Paolo Bonzini  <bonzini@gnu.org>
4072
4073         PR bootstrap/14522
4074         * configure.in: Cope with shells that do not support nesting
4075         quotes inside quoted backquote substitutions.
4076         * configure: Regenerate.
4077
4078 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
4079
4080         PR bootstrap/14522
4081         * configure.in: Fix escaping of $.
4082         * configure: Regenerate.
4083
4084 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
4085
4086         * configure: Regenerate, since I forgot to while committing Paolo's
4087         changes.
4088
4089 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
4090
4091         PR ada/14131
4092         Move language detection to the top level.
4093         * configure.in: Find default values for the tools as
4094         soon as possible.  Disable ada if GNAT is not found.
4095         Emit error message about missing languages.  Expand
4096         --enable-languages=all for the gcc subdirectory.
4097
4098 2004-03-10  Ben Elliston  <bje@gnu.org>
4099
4100         * MAINTAINERS: Update my email address.
4101
4102 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
4103
4104         * ltconfig: Disable building static libraries if building shared
4105         libraries on AIX 5L.
4106
4107 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
4108
4109         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
4110         and disable libgcj.
4111         * configure: Regenerated.
4112
4113 2004-03-01  Brian Booth  <bbooth@redhat.com>
4114
4115         * MAINTAINERS: Add myself to write-after-approval.
4116
4117 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
4118
4119         * MAINTAINERS: Add myself to write-after-approval.
4120
4121 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
4122
4123         PR bootstrap/7087
4124         * Makefile.tpl: Guard XFOO sed statements better.
4125         * Makefile.tpl: Add dependency for configure-target-libada.
4126         * Makefile.in: Regenerate (incidentally fixes broken
4127         commit when libada-branch was merged).
4128
4129 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
4130
4131         * MAINTAINERS: Add myself to write-after-approval.
4132
4133 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
4134
4135         * MAINTAINERS: Add Nicola Pero and myself as libobjc
4136         maintainers.
4137
4138 2004-02-20  Andrew Cagney  <cagney@redhat.com>
4139
4140         * config.guess: Update from version 2003-10-16 to 2004-02-16.
4141         * config.sub: Update from version 2003-11-03 to 2004-02-16.
4142
4143 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4144
4145         PR bootstrap/11932
4146         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
4147
4148 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
4149
4150         * MAINTAINERS: Added myself to write-after-approval.
4151
4152 2004-02-14  Michael Koch  <konqueror@gmx.de>
4153
4154         * MAINTAINERS: Added myself to write-after-approval.
4155
4156 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
4157
4158         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
4159         some OS port maintainers to OS port maintainers section.
4160
4161 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
4162
4163         * MAINTAINERS: Add self.
4164
4165 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
4166
4167         * MAINTAINERS: Alphabetize.
4168
4169 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
4170
4171         * MAINTAINERS: Remove myself.
4172
4173 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
4174
4175         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
4176         (rs6000-*-aix*): Same.
4177         * configure: Regenerate.
4178
4179 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
4180
4181         * configure.in (host): Add in missing $noconfigdirs to defines.
4182         * configure: Regenerate.
4183
4184 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
4185             Nathanael Nerode  <neroden@gcc.gnu.org>
4186
4187         PR ada/6637, PR ada/5911
4188         Merge with libada-branch:
4189         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
4190         with appropriate dependencies. Add --enable-libada configure switch.
4191         * configure, Makefile.in: Regenerate.
4192
4193 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
4194
4195         * MAINTAINERS: Add myself to write-after-approval.
4196
4197 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4198
4199         * configure.in: Don't pass --with-stabs on IRIX 5 either.
4200         * configure: Regenerate.
4201
4202 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
4203
4204         Merge from upstream:
4205
4206         * ltmain.in: When setting IFS to '~', be careful about user
4207         arguments that contain '~'.
4208
4209         2004-02-04  Peter O'Gorman  <peter@pogma.com>
4210
4211         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
4212         Also test $base_compile against $CC with escaped arguments. Bug
4213         reported by Geoff Keating <geoffk@apple.com>.
4214
4215 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
4216
4217         * MAINTAINERS: Remove i960 port.
4218
4219 2004-01-23  DJ Delorie  <dj@redhat.com>
4220
4221         * Makefile.def (target_modules) [libiberty]: Don't stage.
4222         * Makefile.in: Rebuilt.
4223
4224 2004-01-20  Caroline Tice  <ctice@apple.com>
4225
4226         * MAINTAINERS: Add myself to write-after-approval.
4227
4228 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
4229
4230         * MAINTAINERS: Update my email address.
4231
4232 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
4233
4234         * MAINTAINERS: Add myself to write-after-approval.
4235
4236 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
4237
4238         * MAINTAINERS: Remove entries without email address.
4239
4240 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
4241
4242         * MAINTAINERS: Add myself to write-after-approval.
4243
4244 2004-01-15  Steven Bosscher  <stevenb@suse.de>
4245
4246         * MAINTAINERS: Update my email address.
4247
4248 2004-01-14  Loren J. Rittle <ljrittle@acm.org>
4249
4250         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
4251         * Makefile.tpl (configure-target-[+module+]): Support stage.
4252         * Makefile.in: Rebuilt.
4253
4254 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
4255
4256         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
4257
4258 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
4259
4260         * MAINTAINERS: Add myself as a MIPS maintainer.
4261
4262 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
4263
4264         * configure.in: Use ./config.cache, not config.cache.
4265         * configure: Regenerate.
4266         * Makefile.tpl: Special-casing not needed for GCC any more.
4267         * Makefile.in: Regenerate.
4268
4269         * configure.in: Don't share a cache file for host dirs.
4270         * configure: Regenerate.
4271
4272         * config-ml.in: Don't mess with the cache file.
4273
4274 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
4275
4276         * MAINTAINERS: Move myself from 'Write After Approval' to
4277         'CPU Port Maintainers' section as SPARC maintainer.
4278
4279 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4280
4281         * Makefile.tpl: Make GCC use a separate config.cache.
4282         * Makefile.in: Regenerate.
4283
4284         PR bootstrap/11932, PR bootstrap/11933
4285         (I don't know if it will fix either of them, but it relates
4286         to them.)
4287         * configure.in: Don't use shared config.cache for target
4288         directories.
4289         * configure: Regenerate.
4290
4291 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
4292
4293         * MAINTAINERS: Add myself to 'Write After Approval' section.
4294
4295 2003-12-31  Roger Sayle  <roger@eyesopen.com>
4296
4297         * configure.in (ia64*-*-hpux*): Disable building java libraries.
4298         * configure: Regenerated.
4299
4300 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
4301
4302         * MAINTAINERS: Remove the mn10200 maintainer.
4303
4304 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
4305
4306         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
4307         * configure: Regenerated.
4308
4309 2003-12-16  Jan Hubicka  <jh@suse.cz>
4310
4311         * MAINTAINERS: Add myself as callgraph maintainer.
4312
4313 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
4314
4315         * configure.in (raw_libstdcxx_flags): Remove the leading space.
4316         * configure: Regenerate.
4317
4318 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4319
4320         * MAINTAINERS: Move myself from 'Bug database only accounts' to
4321         'Write After Approval' section. Update email.
4322
4323 2003-12-01  James Lemke <jim@wasabisystems.com>
4324
4325         * MAINTAINERS (Write After Approval): Add myself.
4326
4327 2003-11-20  Matt Thomas  <matt@3am-software.com>
4328
4329         * MAINTAINERS: Add myself as a vax port maintainer.
4330
4331 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
4332
4333         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
4334         (configure-build-[+module+], configure-[+module+]): Likewise.
4335         (configure-target-[+module+], configure-gcc, config.status): Likewise.
4336         * Makefile.in: Regenerate.
4337
4338 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
4339
4340         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
4341         shared/dylibed libraries.
4342         * ltmain.sh: Likewise.
4343         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
4344         * ltcf-cxx.sh: Likewise.
4345         * ltcf-gcj.sh: Likewise.
4346         * ltconfig: Likewise.
4347
4348 2003-11-17  Stan Cox  <scox@redhat.com>
4349
4350         * MAINTAINERS: Add myself as iq2000 port maintainer.
4351
4352 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
4353
4354         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
4355         * Makefile.in: Regenerate.
4356
4357 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
4358
4359         * config.sub: Update to 2003-11-03 version.
4360
4361 2003-10-20  Phil Edwards  <phil@codesourcery.com>
4362
4363         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
4364         * configure:  Regenerate.
4365
4366 2003-10-20  Nicolas Pitre <nico@cam.org>
4367
4368         * MAINTAINERS: Add myself to 'Write After Approval' section.
4369
4370 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
4371
4372         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
4373
4374 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
4375
4376         * MAINTAINERS: Update my email address.
4377
4378 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4379
4380         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
4381
4382 2003-10-17 Ralph Loader  <rcl@ihug.co.nz>
4383
4384         * MAINTAINERS: Add myself to 'Write After Approval' section.
4385
4386 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
4387
4388         * config.guess: Update to 2003-10-16 version.
4389         * config.sub: Update to 2003-10-16 version.
4390
4391 2003-10-15 David Daney  <ddaney@avtrex.com>
4392
4393         * MAINTAINERS: Added myself to 'Write After Approval' section.
4394
4395 2003-10-15  Falk Hueffner  <falk@debian.org>
4396
4397         * MAINTAINERS: Move myself from 'Bug database only accounts' to
4398         'Write After Approval' section. Update email.
4399
4400 2003-10-14  Roger Sayle  <roger@eyesopen.com>
4401
4402         * MAINTAINERS: Move myself from 'Write After Approval' to
4403         'Various Maintainers' section as middle-end maintainer.
4404
4405 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4406
4407         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
4408         HOST_FLAGS_TO_PASS.
4409         * Makefile.in: Regenerate.
4410
4411 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
4412
4413         * config.guess: Update to 2003-10-07 version.
4414         * config.sub: Update to 2003-10-07 version.
4415
4416 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4417
4418         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
4419         * ltconfig (irix5*, irix6*): Don't override version_type.
4420
4421 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
4422
4423         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
4424         * configure: Rebuilt
4425         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
4426         * Makefile.in: Rebuilt
4427
4428 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
4429
4430         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
4431
4432 2003-09-30  Carlo Wood  <carlo@alinoe.com>
4433
4434         * MAINTAINERS (Write After Approval): Add myself.
4435
4436 2003-09-29  Paul Koning  <ni1d@arrl.net>
4437
4438         * MAINTAINERS: Move myself from "Write After Approval"
4439         to CPU platform maintainers for pdp11 platform.
4440
4441 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
4442
4443         * MAINTAINERS: Move myself from 'Write After Approval' to
4444         'Various Maintainers' section as libffi testsuite maintainer.
4445
4446 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
4447
4448         * configure.in: Pass a computed --program-transform-name
4449         to subconfigures.
4450         * configure: Regenerated.
4451
4452 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
4453
4454         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
4455         * Makefile.in: Regenerate.
4456
4457         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
4458         * Makefile.in: Regenerate.
4459
4460 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
4461
4462         * MAINTAINERS: Move myself from 'Write After Approval'
4463         to 'Various Maintainers' (objective-c) section.
4464
4465 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
4466
4467         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
4468         quoting.
4469         * configure: Regenerated.
4470
4471 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
4472
4473         * MAINTAINERS (Write After Approval): Add myself to write after
4474         approval list.
4475
4476 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
4477
4478         * MAINTAINERS (Write After Approval): Add myself.
4479
4480 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
4481
4482         * MAINTAINERS: Update my e-mail address.
4483
4484 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
4485
4486         * libtool.m4 (LD): Correct powerpc64 host match.
4487
4488 2003-09-06  James E Wilson  <wilson@tuliptree.org>
4489
4490         * MAINTAINTERS: Update my affiliation and email address.
4491
4492 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
4493
4494         * MAINTAINERS (Write After Approval): Add myself.
4495
4496 2003-09-04  DJ Delorie  <dj@redhat.com>
4497
4498         * configure: Regenerate.
4499
4500 2003-09-04  Robert Millan  <robertmh@gnu.org>
4501
4502         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
4503
4504 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4505
4506         * configure.in: Ensure arguments to sed are properly spaced.
4507         * configure: Regenerate.
4508
4509 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
4510
4511         * MAINTAINERS: Update my e-mail address.
4512
4513 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
4514
4515         * MAINTAINERS (Write After Approval): Add myself.
4516
4517 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
4518
4519         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
4520         * configure: Regenerated.
4521
4522 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
4523
4524         * MAINTAINERS: Update my email address.
4525
4526 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
4527
4528         * configure.in:  Use newline instead of semicolon when assuming
4529         shell arguments in a for loop.
4530         * configure:  Regenerated.
4531
4532 2003-08-22  Jason Eckhardt  <jle@rice.edu>
4533
4534         * MAINTAINERS: Resurrect the i860 maintainer.
4535
4536 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
4537
4538         PR 8180
4539         * configure.in: When testing with_libs and with_headers, treat
4540         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
4541         * configure: Regenerate.
4542
4543         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
4544         make, shell, etc.
4545         (baseargs): Likewise.
4546         * configure: Regenerate.
4547
4548 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
4549
4550         * MAINTAINERS (Write After Approval): Add myself.
4551
4552 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
4553
4554         * configure.in: Disable libgcj for darwin not on powerpc.
4555         * configure: Rebuild.
4556
4557 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
4558
4559         * config-ml.in, symlink-tree: Add license.
4560
4561 2003-08-03  Richard Stallman  <rms@gnu.org>
4562             Eben Moglen  <moglen@columbia.edu>
4563
4564         * README.SCO: New file.
4565
4566 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
4567
4568         * Makefile.tpl (check, check-c++): Express dependencies using
4569         dependencies rather than commands.
4570         * Makefile.in: Regenerate.
4571
4572 2003-08-01  Andrew Cagney  <cagney@redhat.com>
4573
4574         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
4575         * configure: Ditto.
4576
4577 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
4578
4579         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
4580         * Makefile.in: Update.
4581
4582 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
4583
4584         * configure.in: Enable libgcj for darwin.
4585         * configure: Rebuild.
4586
4587 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
4588
4589         * config-ml.in:  Use ac_configure_args directly instead of
4590         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
4591         actually seen.
4592
4593 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4594
4595         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
4596         creating target and build subdirs to build all parent dirs as needed.
4597         * Makefile.in: Rebuild.
4598         * configure.in: Don't build dirs explicitly here.
4599         * configure: Rebuild.
4600
4601 2003-07-26  Paul Brook  <paul@nowt.org>
4602
4603         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
4604
4605 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
4606
4607         * Makefile.tpl (all-make): Depend on intl.
4608         * Makefile.in: Rebuilt.
4609
4610 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
4611
4612         * install-sh:  Update to newer upstream versions (associated with
4613         aclocal 1.7).
4614         * mkinstalldirs:  Likewise.
4615         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
4616
4617 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
4618
4619         * MAINTAINERS: Move self from Bug database only accounts
4620         to write-after-approval.
4621
4622 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
4623
4624         * config.if: Remove unused libc_interface determination.
4625
4626 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4627
4628         * MAINTAINERS: Move self from write-after-approval to
4629         build machinery (*.in).
4630
4631 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
4632
4633         PR bootstrap/11273
4634         PR bootstrap/11408
4635         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
4636         unused INSTALL_PROGRAM_ARGS.
4637         * configure.in: Use AC_PROG_INSTALL.
4638         * Makefile.in: Regenerate.
4639         * configure: Regenerate.
4640
4641 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
4642
4643         * MAINTAINERS: Alphabetize.
4644
4645 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
4646
4647         * configure: Rebuilt.
4648         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
4649         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
4650         newlib nor libgloss.
4651         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
4652         * configure.in (am33_2.0-*-linux*): Added.
4653
4654 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
4655
4656         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
4657         * configure: Regenerate.
4658
4659 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
4660
4661         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
4662         * Makefile.in: Regenerate.
4663
4664 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4665
4666         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
4667         * Makefile.in: Regenerate.
4668
4669 2003-07-04  H.J. Lu <hongjiu.lu@intel.com>
4670
4671         * Makefile.tpl: Replace PWD with PWD_COMMAND.
4672         * Makefile.in: Regenerated.
4673
4674         * config-ml.in: Replace PWD with PWD_COMMAND.
4675
4676 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
4677
4678         * intl: New directory; see intl/ChangeLog for details.
4679         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
4680         * Makefile.tpl: all-gcc depends on maybe-all-intl.
4681         * Makefile.in: Regenerate.
4682
4683 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
4684
4685         * configure.in: Clean up config-lang.in handling.  Delete
4686         useless assignment to "subdirs".
4687         * configure: Regenerate.
4688
4689 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
4690
4691         * configure.in: Rename 'target_libs' to 'target_libraries'.
4692         Remove useless reference to 'target_libs'.
4693         * configure: Regenerate.
4694
4695 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
4696
4697         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
4698         * Makefile.in: Regenerate.
4699
4700 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
4701
4702         * Makefile.def: Introduce flags_to_pass.
4703         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
4704         * Makefile.in: Regenerate.
4705
4706 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
4707
4708         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
4709         and target-libgloss.
4710         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
4711         <h8300*-*-*>: Disable libf2c and ${libgcj}.
4712         * configure: Regenerate.
4713
4714 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
4715
4716         * configure.in: Update testsuite_flags to new location.
4717         * configure. Regenerate.
4718
4719 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4720
4721         * Makefile.tpl: Remove BUILD_CC stuff.
4722         * Makefile.in: Regenerate.
4723
4724 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
4725
4726         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
4727
4728 2003-06-16  Graeme Peterson <gp@qnx.com>
4729
4730         * MAINTAINERS (Write After Approval): Add myself.
4731
4732 2003-06-14  H.J. Lu <hongjiu.lu@intel.com>
4733
4734         * config.guess: Update to 2003-06-12 version.
4735         * config.sub: Update to 2003-06-13 version.
4736
4737 2003-06-12  H.J. Lu <hongjiu.lu@intel.com>
4738
4739         * config.guess: Update to 2003-06-06 version.
4740         * config.sub: Update to 2003-06-06 version.
4741
4742 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
4743
4744         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
4745         * configure. Regenerate.
4746
4747 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
4748
4749         * configure.in: Disable serial configure by default.
4750         * configure: Regenerate.
4751         * Makefile.tpl: Abolish .NOTPARALLEL.
4752         * Makefile.in: Regenerate.
4753
4754         * Makefile.tpl: Replace {build,host,target}_canonical by
4755         {build,host,target}.
4756         * Makefile.in: Regenerate.
4757
4758         * Makefile.tpl: Fix stupid pasto.
4759         * Makefile.in: Regenerate.
4760
4761 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
4762
4763         * Makefile.tpl: Remove bogus conditional.
4764         * Makefile.in: Regenerate.
4765
4766 2003-06-05  Jan Hubicka  <jh@suse.cz>
4767
4768         * Makefile.tpl (profiledbootstrap): New target.
4769         * Makefile.in (profiledbootstrap): New target.
4770
4771 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
4772
4773         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
4774         Pinski. Remove user names from other bugzilla-only maintainers.
4775
4776 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
4777
4778         * Makefile.tpl: Make 'recursive targets' using autogen rather
4779         than shell loop.  Remove duplicate 'clean' targets and false
4780         comments.
4781         * Makefile.def: Add systematic dependencies to 'recursive' targets.
4782         Add systematic method of specifying missing targets in subdirs.
4783         Add copyright boilerplate.
4784         * Makefile.in: Regenerate.
4785         * configure.in: Add 'recursive targets' to maybe list.
4786         * configure: Regenerate.
4787
4788         * MAINTAINERS: "GNATS only" -> "Bug database only".
4789
4790         * Makefile.tpl: Rename [+target+] to [+make_target+].
4791         * Makefile.def: Rename 'target' to 'make_target'.
4792
4793 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
4794
4795         * MAINTAINERS: Add self as options handling maintainer.
4796
4797 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
4798
4799         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
4800         been too long since I touched those ports.
4801
4802 2003-05-28  DJ Delorie  <dj@redhat.com>
4803
4804         * Makefile.tpl: Make maybe-check-gcc .PHONY.
4805         * Makefile.in: Regenerate.
4806
4807 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
4808
4809         * configure.in: Use curly braces in the definition of tooldir.
4810         * configure: Regenerate.
4811
4812 2003-05-21  DJ Delorie  <dj@redhat.com>
4813
4814         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
4815         newlib or libgloss.
4816         * Makefile.in: Regenerate.
4817
4818 2003-05-21  DJ Delorie  <dj@redhat.com>
4819
4820         * Makefile.tpl: Add missing empty maybe-check-gcc target.
4821         * Makefile.in: Regenerate.
4822
4823 2003-05-20  Ian Lance Taylor  <ian@airs.com>
4824
4825         * MAINTAINERS: Update my e-mail address.
4826
4827 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
4828
4829         * configure.in: Switch more things to use maybe dependencies.
4830         * Makefile.tpl: Switch more things to use maybe dependencies.
4831         Factor out common code from autogen IF statements.
4832         * configure: Regenerate.
4833         * Makefile.in: Regenerate.
4834
4835 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
4836
4837         * configure.in: Accept i[3456789]86 for machine type.
4838         * configure: Regenerate.
4839
4840 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
4841
4842         * configure.in: Switch more things to use maybe dependencies.
4843         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
4844         * configure: Regenerate.
4845         * Makefile.tpl: Switch more things to use maybe dependencies.
4846         * Makefile.in: Regenerate.
4847
4848 2003-05-16  Andreas Schwab  <schwab@suse.de>
4849
4850         * Makefile.tpl (install-opcodes): Define.
4851         * Makefile.in: Rebuild.
4852
4853 2003-05-13  Andreas Jaeger  <aj@suse.de>
4854
4855         * config.guess: Update to 2003-05-09 version.
4856         * config.sub: Update to 2003-05-09 version.
4857
4858 2003-05-13  Michael Eager <eager@mvista.com>
4859
4860         * configure.in: Correct sed script so that options in quotes are not
4861         deleted.
4862         * configure: Rebuild.
4863
4864 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
4865
4866         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
4867         and $$s/newlib/libc/sys/cygwin32 include paths.
4868         * configure: Ditto.
4869
4870 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
4871
4872         * MAINTAINERS: Update my email addresses.
4873
4874 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
4875
4876         * config-ml.in: Propagate INSTALL variables.
4877
4878 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4879
4880         * MAINTAINERS: Remove duplicate entries in Write After Approval.
4881
4882 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
4883
4884         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
4885         * Makefile.in: Regenerate.
4886
4887 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
4888
4889         * MAINTAINERS (GNATS only): Add Falk Hueffner.
4890
4891 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
4892
4893         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
4894
4895 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
4896
4897         * Makefile.tpl: Clean $(BUILD_SUBDIR).
4898         * Makefile.in: Regenerated.
4899
4900 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
4901
4902         * MAINTAINERS (Write After Approval): Upgrade myself from
4903         GNATS only to write-after-approval. Update my mail address.
4904
4905 2003-04-25  Loren J. Rittle <ljrittle@acm.org>
4906
4907         (OS Port Maintainers: freebsd): Add myself.
4908
4909 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
4910
4911         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
4912
4913 2003-04-22  Kean Johnston  <jkj@sco.com>
4914
4915         * MAINTAINERS (SCO ports): Added myself.
4916
4917 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
4918
4919         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
4920
4921 2003-04-19  Kean Johnston  <jkj@sco.com>
4922
4923         * MAINTAINERS (Write After Approval): Add myself.
4924
4925 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4926
4927         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
4928         * Makefile.in: Regenerate.
4929
4930 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
4931
4932         * configure.in (powerpc64*-*-linux*): Remove.
4933         * configure: Rebuilt.
4934
4935 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
4936
4937         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
4938         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
4939         and restrap.
4940         * Makefile.in:  Regenerate.
4941
4942 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
4943
4944         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
4945         * configure: Regenerated.
4946
4947 2003-04-15  DJ Delorie  <dj@redhat.com>
4948
4949         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
4950
4951 2003-04-13  Nick Clifton  <nickc@redhat.com>
4952
4953         * config-ml.in: Remove support for --disable-aix removing
4954         call-aix multilibs.
4955
4956 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
4957
4958         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
4959         * */configure: Rebuilt.
4960
4961 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
4962
4963         * MAINTAINERS: Add my email address.
4964
4965 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
4966
4967         * MAINTAINERS (Write After Approval): Add myself.
4968
4969 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
4970
4971         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
4972         * Makefile.in: Regenerate.
4973
4974 2003-03-14  Michael Chastain  <mec@shout.net>
4975
4976         * Makefile.in: Regenerate with correct Makefile.def.
4977
4978 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
4979
4980         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
4981         Make macro.
4982         * Makefile.in: Regenerate.
4983         * configure.in: Clean up gxx_include_dir logic.
4984         * configure: Regenerate.
4985
4986 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
4987
4988         * MAINTAINERS (Write After Approval): Add myself.
4989
4990 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
4991
4992         * MAINTAINERS: Update my mail address.
4993
4994 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4995
4996         * configure.in (gxx_include_dir): Fix typo.
4997         * configure: Regenerated.
4998
4999 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5000
5001         * Makefile.tpl: Reindent.
5002         * Makefile.in: Regenerate.
5003         * configure.in: Reindent.  Don't set unused variables.
5004         * configure: Regenerate.
5005
5006 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
5007
5008         * configure.in: Include $(build_tooldir)/sys-include in
5009         FLAGS_FOR_TARGET.
5010         * configure: Regenerated.
5011
5012 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
5013
5014         * Makefile.tpl: Always pass down RANLIB.
5015         * Makefile.in: Regenerate.
5016
5017         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
5018         * Makefile.in: Regenerate.
5019         * configure.in: Remove unused logic relating to --enable-shared
5020         and --enable-threads.  Remove bogus comments.  Remove redundant
5021         noconfigdirs.
5022         * configure: Regenerate.
5023
5024         * configure.in: Replace ${libstdcxx_version} by its value.
5025         Remove reference to mh-dgux.
5026         * configure: Regenerate.
5027
5028 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
5029
5030         * MAINTAINERS (Write After Approval): Add myself.
5031
5032 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5033
5034         * Makefile.tpl: Rearrange.
5035         * Makefile.in: Regenerate.
5036
5037 2003-02-25  Uwe Stieber <uwe@wwws.de>
5038
5039         * configure.in: Add support for kaOS as cross build target system.
5040         * configure: Regenerated.
5041
5042 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
5043
5044         * MAINTAINERS (Write after approval): Add myself.
5045
5046 2003-02-21  James E Wilson  <wilson@tuliptree.org>
5047
5048         * MAINTAINERS: Update my email address.
5049
5050 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
5051
5052         * MAINTAINERS: Add self to blanket write privs. section.
5053
5054 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
5055
5056         * Makefile.tpl: Add definition of CPPFLAGS to pass into
5057         configure-target-* as some target builds may require additional
5058         flags for preprocessor tests.
5059         * Makefile.in: Regenerated.
5060
5061 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
5062
5063         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
5064         * ltconfig: Handle it.
5065         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
5066         auto-detecting it.
5067
5068         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
5069         it is used as argument to $CC.
5070         * ltcf-gcj.sh: Likewise.
5071
5072         * configure.in: Introduce --enable-maintainer-mode.
5073         * configure: Rebuilt.
5074         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
5075         for maintainer mode.
5076         * Makefile.in: Rebuilt.
5077
5078 2003-02-18  Jason Merrill  <jason@redhat.com>
5079
5080         * Makefile.tpl (check-c++): Allow parallelism.
5081
5082 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5083
5084         * MAINTAINERS: Remove John Carr (who never actually had access to
5085         gcc.gnu.org).
5086
5087 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
5088
5089         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
5090         don't configure target-libobjc.
5091         * configure: Regenerate.
5092
5093 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5094
5095         * Makefile.tpl (RANLIB): Define.
5096         * Makefile.in: Regenerate.
5097
5098 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
5099
5100         * MAINTAINERS: Update my email.
5101
5102 2003-02-06  Keith R Seitz  <keiths@redhat.com>
5103
5104         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
5105         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
5106         * Makefile.in: Regenerated.
5107         * configure.in: Remove all traces of snavigator, db, and grep.
5108         * configure: Regenerated.
5109
5110 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5111
5112         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
5113         After Approval.
5114
5115 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5116
5117         * MAINTAINERS (Write after approval): Add myself.
5118
5119 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
5120
5121         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
5122         * Makefile.in: Regenerated.
5123
5124 2003-01-30  Roger Sayle  <roger@eyesopen.com>
5125
5126         * config.guess: Updated to 2003-01-30's version.
5127         * config.sub: Updated to 2003-01-28's version.
5128
5129 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
5130
5131         * config.if: If gcc_version is already set, just use it.  Don't set
5132         gcc_version_trigger if it's already set, otherwise set it to
5133         gcc/version.c, but only if the file exists.  If it is not set and
5134         gcc/version.c does not exist, try to extract the version number from
5135         $CC.
5136
5137 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
5138
5139         * MAINTAINERS: Add myself to write-after-approval list.
5140
5141 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
5142
5143         * configure.in:  Revert 24Jan change.
5144         * configure:  Regenerate.
5145
5146 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5147
5148         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
5149         entry of HJ Lu.
5150
5151 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5152
5153         * configure.in: Revert previous change.
5154         * configure: Regenerate.
5155
5156 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5157
5158         * configure.in: Make rda native-only.
5159         * configure: Regenerate.
5160
5161 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
5162
5163         * MAINTAINERS: Move myself from GNATS-only-accounts to
5164         write-after-approval.
5165
5166 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5167
5168         * configure.in: Add missing \.
5169         * configure: Rebuilt.
5170
5171 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
5172
5173         * configure.in (baseargs): Avoid using \| in sed regular
5174         expressions.
5175         * configure: Rebuilt.
5176
5177 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
5178
5179         * configure.in (baseargs): Remove all supported forms of
5180         --cache-file, --srcdir, --host, --build and --target options
5181         from argument lists.
5182         * configure: Rebuilt.
5183
5184 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
5185
5186         * MAINTAINERS: Add myself to write-after-approval list.
5187
5188 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
5189
5190         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
5191         * configure: Rebuilt.
5192
5193 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5194
5195         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
5196         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
5197         * Makefile.in: Regenerate.
5198         * configure: Regenerate.
5199
5200 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
5201
5202         * configure.in: Remove Makefile in build, host and target modules
5203         unless configure was run with --no-recursion.
5204         * configure: Rebuilt.
5205
5206 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
5207
5208         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
5209         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
5210         * Makefile.in: Regenerate.
5211
5212 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
5213
5214         * config.guess: Update to 2003-01-03 version.
5215         * config.sub: Update to 2003-01-03 version.
5216
5217 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5218
5219         * configure: Regenerate with proper autoconf 2.13.
5220
5221 2003-01-07  Christopher Faylor  <cgf@redhat.com>
5222
5223         * configure.in: Add AC_PREREQ for consistency.
5224         * configure: Regenerate.
5225
5226 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
5227
5228         * configure.in (GDB_TK): Add tcl directories conditional on
5229         gdb/gdbtk directory being present.
5230         * configure: Regenerate.
5231
5232 2003-01-04 John David Anglin  <dave.anglin@nrc.ca>
5233
5234         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld used
5235         by gcc if LD is not defined and we are not doing a Canadian Cross.
5236         * configure: Rebuilt.
5237
5238 2002-12-31  Tom Tromey  <tromey@redhat.com>
5239
5240         * Makefile.in: Rebuilt.
5241         * Makefile.def (target_modules) [libffi]: Allow installation.
5242
5243 2002-12-31  Andreas Schwab  <schwab@suse.de>
5244
5245         * configure.in: Fix use of $program_transform_name.
5246         * configure: Regenerated.
5247
5248 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
5249
5250         * configure.in (baseargs): Don't remove first configure argument.
5251         * configure: Regenerated.
5252
5253 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
5254
5255         * Makefile.tpl (local-distclean): Don't remove...
5256         (multilib.ts): ... this.  Moved into...
5257         (multilib.out): ... this.  Don't use sub-make.
5258         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
5259         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
5260         (configure-build-[+module+], configure-[+module+],
5261         configure-target-[+module+], configure-gcc): ... these.  Test
5262         for Makefile existence.  Drop config.status from dependencies.
5263         * Makefile.in: Rebuilt.
5264         * configure.in: Move gcc-version-trigger to the end of
5265         ac_configure_args.  Add comments to maybedep.tmp and
5266         serdep.tmp.  Introduce --disable-serial-configure.  Remove
5267         nonopt from baseargs, matching and removing corresponding
5268         whitespace while at it.
5269         * configure: Rebuilt.
5270
5271 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
5272
5273         * configure.in (host_configargs): Replace reference to
5274         no-longer-defined buildopts with --build=${build_alias}.
5275         * configure: Rebuilt.
5276
5277         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
5278         program_transform_name to standard idiom.
5279         (AUTOGEN, AUTOCONF): Define.
5280         (Makefile.in): Use $(AUTOGEN).
5281         (Makefile): Depend on config.status, and use autoconf-style rule to
5282         build it.  Move original commands to...
5283         (config.status): ... this new target.
5284         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
5285         $(AUTOCONF).
5286         * Makefile.in: Rebuilt.
5287
5288 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
5289
5290         * Makefile.tpl: Fix dramatic bustage due to change in
5291         program_transform_name.
5292         * Makefile.in: Regenerate.
5293
5294         * configure.in: Remove unnecessary PATH setting.
5295         * configure: Regnerate.
5296
5297         * configure.in: Don't default to unprefixed tools unless
5298         the native tools will work.
5299         * configure: Regenerate.
5300
5301         * configure.in: Convert to autoconf script.  Blow away lots
5302         of now-redundant Makefile fragments.
5303         * configure: Generate using Autoconf.
5304         * Makefile.tpl: Rewrite to reflect autoconfiscation.
5305         * Makefile.in: Regenerate.
5306
5307 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
5308
5309         * configure: Fix stupid bug where RANLIB was mistakenly included.
5310
5311         * configure.in: Rename (buildargs, hostargs, targargs) to
5312         (build_configargs, host_configargs, target_configargs).
5313
5314         * configure.in: Move logic out of sed statement.
5315
5316         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
5317         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
5318
5319 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
5320
5321         * config.sub: Import from master repository
5322         * config.guess: Ditto
5323
5324 2002-12-24  Andreas Schwab  <schwab@suse.de>
5325
5326         * Makefile.tpl (multilib.out): Fix missing space.
5327         * Makefile.in: Regenerate.
5328
5329 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
5330
5331         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
5332         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
5333         * Makefile.in: Regenerate.
5334         * configure.in: Remove unnecessary leftovers.
5335
5336 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
5337
5338         * configure.in (extra_ranlibflags_for_target): New variable.
5339         (*-*-darwin): Add -c to ranlib commands.
5340         * configure (tooldir): Handle extra_ranlibflags_for_target.
5341
5342 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5343
5344         * Makefile.tpl: Revert HJL's change.
5345         * Makefile.in: Regenerated.
5346         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
5347         always.
5348
5349 2002-12-19  Andreas Schwab  <schwab@suse.de>
5350
5351         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
5352         * Makefile.in: Regenerate.
5353
5354 2002-12-18  H.J. Lu <hjl@gnu.org>
5355
5356         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
5357         * Makefile.in: Regenerated.
5358
5359         * configure.in (build_prefix): New. Substitute.
5360
5361 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
5362
5363         * Makefile.tpl: Don't let real targets depend on phony targets.
5364         * Makefile.in: Regenerate.
5365
5366         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
5367         * Makefile.in: Regenerate.
5368
5369 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
5370
5371         * config.sub: Import from master repository
5372         * config.guess: Ditto
5373
5374 2002-12-16  Jason Merrill  <jason@redhat.com>
5375
5376         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
5377         previous 'make bootstrap'.
5378         * Makefile.in: Regenerate.
5379
5380 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
5381
5382         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
5383
5384 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
5385
5386         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
5387         * Makefile.in: Regenerate.
5388
5389 2002-12-13  Jason Merrill  <jason@redhat.com>
5390
5391         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
5392         library tests.
5393         (check-c++): Just depend on it and check-target-libstdc++-v3.
5394         * Makefile.in: Regenerate.
5395
5396 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5397
5398         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
5399         * Makefile.in: Rebuilt.
5400
5401 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
5402
5403         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
5404
5405 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5406
5407         * configure: Fix bug put in by gremlins.
5408
5409         * Makefile.tpl: Substitute more autoconfily.
5410         * configure: Substitute more autoconfily.
5411         * Makefile.in: Regenerate.
5412
5413 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
5414
5415         * config.sub: Import from master repository
5416         * config.guess: Ditto
5417         * MAINTAINERS: Added Svein Seldal under write after approval
5418
5419 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
5420
5421         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
5422         * Makefile.in (all-sim): Ditto.
5423
5424 2002-12-06  DJ Delorie  <dj@redhat.com>
5425
5426         * Makefile.tpl: Change configure dependencies to not have real
5427         targets depend on phony targets.
5428
5429 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
5430
5431         * configure.in: Revert unintentional change.
5432
5433         * Makefile.tpl: Change dependency for */multilib.out so that
5434         it works when gcc isn't in the tree.
5435
5436         * configure.in: Substitute more.
5437         * configure: Run subconfigures from the Makefile.
5438         * Makefile.tpl: Run subconfigures from the Makefile; add a few
5439         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
5440
5441 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5442
5443         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
5444
5445 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5446
5447         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
5448         and corresponding dependencies.
5449         * Makefile.in: Regenerate.
5450
5451         * configure.in (host_tools): Order binutils, gas and ld for
5452         convenience in running the testsuites.
5453
5454         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
5455         * Makefile.in: Regenerate.
5456         * configure.in: Introduce rules to serialize subconfigure runs.
5457
5458         * configure.in: Introduce BASE_CC_FOR_TARGET.
5459         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
5460         Realize configure-build-* targets.  Realize configure-target-* targets.
5461         * Makefile.in: Regenerate.
5462
5463 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5464
5465         * configure: Move gcc_version_trigger stuff from here...
5466         * configure.in: ...to here.
5467
5468         * configure.in: Separate subconfigure options added by this file from
5469         options given by the user.  Add machinery to put args for host
5470         subconfigures into the Makefile.
5471
5472         * Makefile.tpl: Remove 'vault' targets.
5473         * Makefile.tpl: Reorder and comment dependencies.
5474         * Makefile.in: Regenerate.
5475
5476 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
5477         * configure.in: Fix my broken commit of previous patch. (sigh)
5478
5479 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
5480
5481         * configure.in: Move host-specific darwin noconfigdirs into
5482         the host-specific section.
5483
5484 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
5485
5486         * configure.in: Move host-specific darwin noconfigdirs into
5487         the host-specific section.
5488
5489 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
5490
5491         * configure: Remove skip-this-dir support.
5492         * Makefile.tpl: Remove skip-this-dir support.
5493
5494         * Makefile.tpl: Remove leftover support for non-autoconfiscated
5495         subdirectories.
5496         * Makefile.in: Regenerate.
5497
5498         * Makefile.tpl: Strip out useless setting of 'dir'.
5499         * Makefile.in: Regenerate.
5500
5501 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5502
5503         * configure.in: Fix deeply stupid bug.
5504
5505         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
5506         shell code in CXX_FOR_TARGET
5507         * Makefile.def: Introduce raw_cxx.
5508         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
5509         RAW_CXX_FOR_TARGET.
5510         * Makefile.in: Regenerate.
5511
5512 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
5513
5514         * Makefile.tpl: Remove unnecessary ifs.
5515         * Makefile.in: Regenerate.
5516
5517         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
5518         dependencies.  Maybe-ize build-libiberty.  Create dummy install
5519         targets for 'no_install' modules.
5520         * configure: Move GDB_TK substitution to configure.in.  Move
5521         build_modules stuff to configure.in.
5522         * configure.in: Implement soft dependency machinery.  Maybe-ize
5523         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
5524         * Makefile.in: Regenerate.
5525
5526 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
5527
5528         * Makefile.tpl: Make all-target, install-target behave similarly
5529         to all, install (only hitting configured targets).  Eliminate
5530         unused macro defintions.
5531
5532         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
5533         build != host.
5534
5535         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
5536
5537         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
5538
5539         * configure.in: Produce lists of subdir targets we're actually
5540         configuring.  Remove references to "dosrel".
5541         * Makefile.tpl: Let configure set which subdir targets are hit.
5542         Remove install-cross; clean up install; remove ALL.  Remove
5543         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
5544         Autogenerate host module targets.  Remove empty dependency lines
5545         and redundant dependency; rearrange slightly.
5546         * Makefile.def: Add host-side libtermcap, utils.
5547
5548         * Makefile.in: Regenerate.
5549
5550 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5551
5552         * ltconfig (osf[345]): Append $major to soname_spec.
5553         Reflect this in library_names_spec.
5554         * ltmain.sh (osf): Prefix $major with . for use as extension.
5555
5556 2002-11-19  Andreas Jaeger  <aj@suse.de>
5557
5558         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
5559         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
5560         and sparc64 GNU/Linux systems.
5561
5562 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
5563
5564         * MAINTAINERS: Update email.
5565
5566 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5567
5568         * MAINTAINERS: Complete James Dennett's entry.
5569
5570 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
5571
5572         * MAINTAINERS (Write After Approval): Add myself.
5573
5574 2002-11-13  Bruce Korb  <bkorb@gnu.org>
5575
5576         * Makefile.tpl: syntactic cleanup
5577
5578 2002-11-13 Stuart Hastings <stuart@apple.com>
5579
5580         * MAINTAINERS: Add myself to write-after-approval list.
5581
5582 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5583
5584         * Makefile.def: Add list of recursive targets to autogenerate.
5585         Add build_modules.
5586         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
5587         targets.  Autogenerate *-build-* targets.
5588         * Makefile.in: Regenerate.
5589
5590 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
5591
5592         * configure: More autoconf-style substitutions.
5593         * Makefile.tpl: More autoconf-style substitutions.
5594         * Makefile.in: Regenerate.
5595
5596 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5597
5598         * configure: Substitute more variables in a more autoconf-friendly
5599         way.  Simplify slightly.
5600         * Makefile.tpl: Make more variables substitutable in an
5601         autoconf-friendly way.
5602         * Makefile.in: Regenerate.
5603
5604 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
5605
5606         * MAINTAINERS (Write After Approval): Add myself.
5607
5608 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
5609
5610         * configure.in (v810*): Remove special setting of tools.
5611
5612         * configure: Add support for extra required flags for ar or nm.
5613         * configure.in (aix4.3+): Use above support for target-specific
5614         issues, rather than using config/mt-aix43.
5615
5616 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
5617
5618         * configure: Remove 'removing', which doesn't work.  Replace $subdir
5619         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
5620         with $srcdir.  Reformat indentation.  Substitute some variables
5621         formerly hard-coded in the Makefile for build=host.
5622         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
5623         * Makefile.def: Autogenerate more.
5624         * Makefile.in: Regenerate.
5625
5626 2002-11-04  Adam Nemet  <anemet@lnxw.com>
5627
5628         * MAINTAINERS (Write After Approval): Add myself.
5629
5630 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
5631
5632         * Makefile.def (host_modules): Add rda.
5633         * Makefile.in: Regenerate.
5634         * configure.in (target_tool): Add target-rda to list.
5635
5636 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5637
5638         * MAINTAINERS: Remove "co-maintainer" note for web pages.
5639
5640 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
5641
5642         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
5643         and restrap targets to this rule.
5644         * Makefile.in:  Regenerate.
5645
5646 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
5647
5648         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
5649         GNATS only accounts.
5650
5651 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
5652
5653         * configure.in (i[3456]86-*-linux*): Add check to disable
5654         ${libgcj} for glibc1.
5655
5656 2002-10-24  Denis Chertykov  <denisc@overta.ru>
5657
5658         * MAINTAINERS: Add myself as ip2k port maintainer.
5659
5660 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
5661
5662         * configure.in: Add tic4x target.
5663
5664 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5665
5666         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
5667         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
5668         * Makefile.in: Regenerate.
5669
5670         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
5671         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
5672         * Makefile.in: Regenerate.
5673
5674 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
5675
5676         * MAINTAINERS: Add myself as web pages co-maintainer.
5677
5678 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5679
5680         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
5681         * Makefile.in: Regenerate.
5682
5683 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
5684
5685         * MAINTAINERS: Add myself and Nathan Sidwell
5686         <nathan@codesourcery.com> as VxWorks maintainers.
5687
5688 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5689
5690         * Makefile.def: Remove order dependency comments.
5691         * Makefile.tpl: Add explicit install-install dependencies.
5692         * Makefile.in: Regenerate.
5693
5694         * Makefile.tpl: Remove material now in src-release.  (Finally!)
5695         * Makefile.in: Regenerate.
5696
5697         * Makefile.tpl: Add configure-target (for src-release in src)
5698         * Makefile.in: Regenerate.
5699
5700 2002-09-30  Nick Clifton  <nickc@redhat.com>
5701
5702         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
5703
5704 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
5705
5706         * configure.in (s390*-*-linux*): Enable libgcj.
5707
5708 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
5709
5710         * configure: Revert accidentally applied changes.
5711
5712         * Makefile.tpl: Make more autoconf-friendly.
5713         * Makefile.in: Regenerate.
5714         * configure: Make substitution more autoconf-like.
5715
5716 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
5717
5718         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
5719         single entry to handle all these.
5720         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
5721         libjava on arm-*-elf.
5722
5723 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
5724
5725         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
5726         things that depend on them.
5727
5728 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
5729
5730         * Makefile.tpl: Make subsituted variables more autoconfy.
5731         * Makefile.in: Regenerate.
5732         * configure: Make seds more autoconfy.
5733
5734 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
5735
5736         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
5737         * Makefile.in: Regenerate.
5738         * configure.in: Rewrite sed statements to look autoconfy.
5739
5740         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
5741         all-target-foo on configure-target-foo.
5742         * Makefile.def: Ditto.
5743         * Makefile.in: Rebuild.
5744
5745 2002-09-25  Andrew Haley  <aph@redhat.com>
5746
5747         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
5748
5749 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
5750
5751         * Makefile.def: New file.
5752         * Makefile.tpl: New file.
5753         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
5754         * contrib/gcc_update: Note that Makefile.in is a generated file.
5755
5756         * configure.in: Minor rearrangement.  Simplify tests.
5757
5758 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
5759
5760         * configure.in (with_headers): Skip copy if value is "yes".
5761         (with_libs): Likewise.
5762
5763 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
5764
5765         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
5766         * configure.in (sh*-*-pe*): Ditto.
5767         * configure.in (mips*-*-pe*): Ditto.
5768         * configure.in (*arm-wince-pe): Ditto.
5769
5770         * configure.in: Rearrange.
5771
5772 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
5773
5774         * MAINTAINERS: Update my email address.
5775
5776 2002-08-30  Paul Koning  <pkoning@equallogic.com>
5777
5778         * MAINTAINERS: (Write After Approval): Add myself.
5779
5780 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
5781
5782         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
5783
5784 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
5785
5786         * MAINTAINERS: Change my mailing address.
5787
5788 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
5789
5790         * MAINTAINERS (Write After Approval): Remove myself.
5791         (Various Maintainers: c++ runtime libs): Add myself.
5792
5793 2002-08-20  Loren J. Rittle <ljrittle@acm.org>
5794
5795         * MAINTAINERS (Write After Approval): Remove myself.
5796         (Various Maintainers: c++ runtime libs): Add myself.
5797
5798 2002-08-15  Eric Christopher  <echristo@redhat.com>
5799
5800         * config.sub: Import from master repository.
5801         * config.guess: Ditto.
5802
5803 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
5804
5805         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
5806         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
5807         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
5808
5809 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
5810
5811         * MAINTAINERS: Add self to rs6000 vector extensions.
5812
5813 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
5814
5815         * libiberty/configure: Reverted unintended yesterday's check in.
5816
5817 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
5818
5819         * boehm-gc/configure, libf2c/configure: Rebuilt.
5820         * libffi/configure, libiberty/configure: Ditto.
5821         * libjava/configure, libobjc/configure: Ditto.
5822         * libstdc++-v3/configure, zlib/configure: Ditto.
5823         Merged from binutils:
5824         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
5825         From Steve Ellcey <sje@cup.hp.com>:
5826         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
5827         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
5828         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
5829         IA64.
5830         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
5831         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
5832         soname_spec, sys_lib_search_path_spec): Ditto.
5833
5834 2002-08-06  Federico G. Schwindt <fgsch@olimpo.com.br>
5835
5836         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
5837
5838 2002-08-04  H.J. Lu  (hjl@gnu.org)
5839
5840         * configure.in (mips*-*-linux*): Don't skip target-libffi.
5841
5842 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
5843
5844         * MAINTAINERS (Write After Approval): Add myself.
5845
5846 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
5847
5848         * configure.in: Move generic linux case to end.  Copy generic
5849         linux noconfigdirs to mips*-*-linux* entry and new
5850         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
5851
5852 2002-07-19  Michael Matz  <matz@suse.de>
5853
5854         * MAINTAINERS: Add myself as ra* maintainer.
5855
5856 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
5857
5858         * config.guess: Update to 2002-07-09 version.
5859         * config.sub: Update to 2002-07-03 version.
5860
5861 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
5862
5863         * MAINTAINERS: Fix typo in a maintainer email address.
5864
5865 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
5866
5867         * configure.in: Remove two redundant tests.
5868
5869 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5870
5871         * configure.in (mips*-*-irix6*o32): Enable stabs.
5872
5873 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
5874
5875         * configure.in: Don't build grez.
5876         * Makefile.in: Ditto.
5877
5878         * Makefile.in: Remove references to bsp, cygmon, libstub.
5879         * configure.in: Ditto.
5880
5881         * configure.in: Remove leftover reference to gdbtest.
5882
5883 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
5884
5885         * configure.in (gxx_include_dir):  Change to match versioned
5886         C++ headers if --enable-version-specific-runtime-libs is used.
5887
5888 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
5889
5890         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
5891
5892 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
5893
5894         * configure.in: Make --without-x work.
5895
5896 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
5897
5898         * configure.in: Rearrange target Makefile fragment collection.
5899
5900         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
5901         cvs[src].
5902         * configure.in: Ditto.
5903
5904 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
5905
5906         * MAINTAINERS (Write After Approval): Update my e-mail address.
5907
5908 2002-06-24  Ben Elliston  <bje@redhat.com>
5909
5910         * configure.in (host_tools): Remove cgen.
5911
5912         * Makefile.in (all-cgen): Remove; runs from its source directory.
5913         (check-cgen, install-cgen, clean-cgen): Likewise.
5914         (all-opcodes): Do not depend on all-cgen.
5915         (all-sim): Likewise.
5916
5917 2002-07-01  Nathanael Nerode <neroden@gcc.gnu.org>
5918
5919         * Makefile.in: Eliminate 'apache' targets.
5920         * configure.in: Eliminate 'apache' targets.
5921
5922         * configure.in: Eliminate redundant tests.  Reorganize.
5923
5924         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
5925
5926         * config-ml.in: Eliminate references to Cygnus configure.
5927
5928         * Makefile.in: Eliminate references to building emacs.
5929
5930 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
5931
5932         * MAINTAINERS: Update my email address.
5933
5934 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
5935
5936         * config.if (libstdcxx_incdir): Version C++ headers.
5937         (cxx_incdir): Remove.
5938
5939 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
5940
5941         * MAINTAINERS (Write After Approval): Add self.
5942
5943 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
5944
5945         * configure.in: Add support for ip2k.
5946
5947 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
5948
5949         * configure.in: Fix AIX configury bug.
5950
5951 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
5952
5953         * MAINTAINERS (Write After Approval): Add self.
5954
5955 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
5956
5957         * configure.in: replace ${topsrcdir} with ${srcdir}
5958
5959         * configure.in: Move definition of libstdcxx_flags
5960         right above usage, rather than waaay earlier.
5961
5962         * configure.in: Pull definition of is_cross_compiler earlier.
5963
5964         * configure.in: Rearrange a little.
5965
5966         * configure.in: Remove references to librx.
5967         * Makefile.in: Remove references to librx.
5968
5969 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
5970
5971         * config.sub: Add support for avr target.
5972         Import from master sources, rev 1.255
5973
5974 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
5975
5976         * configure, .cvsignore:  Revert previous change...
5977         * Makefile:  ...delete.
5978
5979 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
5980
5981         * configure.in: Eliminate ${gasdir} variable.
5982
5983 2002-06-18  Dave Brolley  <brolley@redhat.com>
5984
5985         * configure.in: Add support for frv.
5986         * config.sub: Add support for frv.
5987
5988 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
5989
5990         * configure:  Remove garbage from previous commit.
5991
5992 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
5993
5994         * configure:  For in-source builds, make a subdir and re-exec there.
5995         * Makefile:  New file.  Pass targets through to build directory.
5996         * .cvsignore:  No longer ignore "Makefile".
5997
5998 2002-06-16  Douglas Rupp  <rupp@gnat.com>
5999
6000         * MAINTAINERS (Write After Approval): Add self.
6001
6002 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6003
6004         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
6005
6006 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
6007
6008         * configure.in (vax-*-netbsd*): Re-enable gas.
6009
6010 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
6011
6012         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
6013         BUILD_PREFIX_1, to correct nomenclature.
6014         * configure: Likewise.
6015
6016         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
6017         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
6018
6019 2002-05-31  Olaf Hering  <olh@suse.de>
6020
6021         * config-ml.in: Propogate DESTDIR also.
6022
6023 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
6024
6025         * configure.in (vax-*-netbsd*): Don't build gas for this
6026         platform.
6027
6028 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
6029
6030         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6031         and libgcj for AVR.
6032
6033 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
6034
6035         * MAINTAINERS (Write After Approval): Add myself.
6036
6037 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
6038
6039         * config.guess: Update to 2002-05-22 version.
6040         * config.sub: Likewise.
6041
6042 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6043
6044         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
6045         * config-ml.in: Likewise.
6046         * configure: Likewise.
6047         * configure.in: Likewise.
6048
6049 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
6050
6051         * MAINTAINERS: Update my email address.
6052
6053 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
6054
6055         * configure.in: Simplify makefile fragment collection.
6056
6057         * configure.in: Remove code to build emacs.
6058
6059         * configure.in : Remove --srcdir argument from targargs and buildargs
6060         (it's always overridden in the Makefile anyway).  Rearrange a bit.
6061
6062         * configure: Move some logic to configure.in.
6063         * configure.in: Move some logic from configure.
6064
6065 2002-05-11  Tom Tromey  <tromey@redhat.com>
6066
6067         * MAINTAINERS: Reflect libgcj reality.
6068
6069 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
6070
6071         * Makefile.in: Honour DESTDIR.
6072
6073 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
6074
6075         * config.guess: Import 2002-03-20 version.
6076         * config.sub: Import 2002-04-26 version.
6077
6078 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6079
6080         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
6081
6082 2002-05-07  Tim Josling  <tej@melbpc.org.au>
6083
6084         * MAINTAINERS: Add self.
6085
6086 2002-05-06  Loren J. Rittle <ljrittle@acm.org>
6087
6088         * ltmain.sh: Detect and handle object name conflicts
6089         while piecewise linking a static library.
6090
6091 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
6092
6093         * configure.in (noconfigdirs): Don't disable libgcj on
6094         sparc64-*-solaris* and sparcv9-*-solaris*.
6095
6096 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
6097
6098         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
6099
6100 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
6101
6102         * configure.in (FLAGS_FOR_TARGET): Do not add
6103         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
6104         on i[3456]86-*-linux*.
6105
6106 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
6107
6108         * configure.in (noconfigdirs): Replace [ ] with test.
6109
6110         * configure.in (noconfigdirs): Do not add target-newlib if
6111         target == i[3456]86-*-linux*, and host == target.
6112
6113 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
6114
6115         * configure.in: delete reference to absent file
6116
6117         * configure.in: replace '[' with 'test'
6118
6119         * configure.in: Eliminate references to gash.
6120         * Makefile.in: Eliminate references to gash.
6121
6122         * configure.in: remove useless references to 'pic' makefile fragments.
6123
6124         * configure.in: (*-*-windows*) Finish removing.
6125
6126         * configure.in: Eliminate redundant test for libgui.
6127
6128 2002-04-29  Roger Sayle  <roger@eyesopen.com>
6129
6130         * MAINTAINERS: Add self and realphabetize.  Update entries
6131         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
6132         entry for a29k port maintainer.
6133
6134 2002-04-26      Joel Sherrill <joel@OARcorp.com>
6135
6136         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
6137         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
6138
6139 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
6140
6141         * configure.in: remove references to dead files
6142
6143 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
6144
6145         * MAINTAINERS: Add information about purpose of this file.
6146
6147 2002-04-18  Tom Tromey  <tromey@redhat.com>
6148
6149         * configure.in: Disallow configuring libgcj when it is already
6150         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
6151         Solaris 2.8 by default.  For PR libgcj/6158.
6152
6153 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6154
6155         * configure.in:  Move default CC setting out of config/mh-* fragments
6156         directly into here.
6157
6158 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
6159
6160         * configure.in: don't even try to configure or make a subdirectory
6161         if there's no configure script for it.
6162
6163 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
6164
6165         * MAINTAINERS: Remove chill maintainers.
6166         * Makefile.in (CHILLFLAGS): Remove.
6167         (CHILL_LIB): Remove.
6168         (TARGET_CONFIGDIRS): Remove libchill.
6169         (CHILL_FOR_TARGET): Remove.
6170         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
6171         CHILL_LIB.
6172         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
6173         (CHECK_TARGET_MODULES): Likewise.
6174         (INSTALL_TARGET_MODULES): Likewise.
6175         (CLEAN_TARGET_MODULES): Likewise.
6176         (configure-target-libchill): Remove.
6177         (all-target-libchill): Remove.
6178         * configure.in (target_libs): Remove target-libchill.
6179         Do not compute CHILL_FOR_TARGET.
6180         * libchill: Remove directory.
6181
6182 2002-04-11  DJ Delorie  <dj@redhat.com>
6183
6184         * Makefile.in, configure.in: Sync with binutils, entries
6185         follow...
6186
6187 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
6188
6189         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
6190         (do-tar, do-bz2): New rules.
6191         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
6192         (gdb-tar): New rule.
6193         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
6194         (insight_dejagnu.tar): New rule.
6195         (insight.tar): New rule.
6196         (gdb+dejagnu.tar): New rule.
6197         (gdb.tar): New rule.
6198
6199 2002-02-01  Mo DeJong  <supermo@bayarea.net>
6200
6201         * Makefile.in: Add all-tix to deps for all-snavigator
6202         so that tix is built when building snavigator.
6203
6204 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
6205
6206         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
6207         ld and gdb are not supported.
6208
6209 2002-01-07  Mark Salter  <msalter@redhat.com>
6210
6211         * configure.in: Remove target-bsp and target-cygmon from arm builds.
6212         Allow target-libgloss to be built for arm, strongarm, and xscale.
6213
6214 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
6215
6216         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
6217         options for i[3456]86-pc-linux* native builds.
6218
6219 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
6220
6221         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
6222         files from .po files for a distribution.
6223
6224 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
6225
6226         * configure.in: Enable libstdc++-v3 for h8300 targets.
6227
6228 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
6229
6230         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
6231         version from bfd/.
6232
6233 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
6234
6235         * Makefile.in (VER): When present, extract the version number from
6236         the file version.in.
6237
6238 2001-05-24  Tom Rix <trix@redhat.com>
6239
6240         * configure.in : enable ld for aix
6241
6242 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6243
6244         * config.guess: Add linux target for S/390.
6245
6246 2000-11-07  Philip Blundell  <pb@futuretv.com>
6247
6248         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
6249
6250 2000-11-03  Philip Blundell  <pb@futuretv.com>
6251
6252         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
6253         files.
6254
6255 2001-01-15  Ben Elliston  <bje@redhat.com>
6256
6257         * configure.in (host_tools): Add sid.
6258         Always configure cgen.
6259
6260 2000-11-24  Nick Clifton  <nickc@redhat.com>
6261
6262         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
6263
6264
6265 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
6266
6267         * Makefile.in (ALL_MODULES): Add all-cgen.
6268         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
6269         (all-cgen): New target.
6270         (all-opcodes,all-sim): Depend on all-cgen.
6271         * configure.in (host_tools): Add cgen.
6272         Only configure cgen if --enable-cgen-maint.
6273
6274 2002-04-09  Loren J. Rittle <ljrittle@acm.org>
6275
6276         * configure.in: Add *-*-freebsd* configurations.
6277
6278 2002-04-08  Tom Tromey  <tromey@redhat.com>
6279
6280         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
6281         Fixes PR libgcj/6068.
6282
6283 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
6284
6285         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
6286
6287 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6288
6289         * configure.in (alpha*-dec-osf*): Enable libgcj.
6290
6291 2003-03-27  Matthew Gingell <gingell@gnat.com>
6292
6293         * MAINTAINERS (Write After Approval): Add myself.
6294
6295 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
6296
6297         Fix for: PR bootstrap/3591, target/5676
6298         * configure.in (mcore-pe): Disable the configuration of
6299         libstdc++-v3 since exceptions are not supported.
6300
6301 2002-03-20  Anthony Green  <green@redhat.com>
6302
6303         * configure.in: Enable libgcj for xscale-elf target.
6304
6305 Tue Mar 19 09:05:08 2002  J"orn Rennecke <joern.rennecke@superh.com>
6306
6307         * MAINTAINERS:  Update my email address.
6308
6309 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
6310
6311         * ltmain.sh (relink_command): Fix typo in previous change.
6312
6313 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
6314
6315         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
6316         (relink_command): Added --tag flags.
6317         (mode=install): If relinking fails; error out.
6318
6319 2002-03-12  Richard Henderson  <rth@redhat.com>
6320
6321         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
6322         .NOTPARALLEL tag.
6323         (do-check): Rename from check.
6324         (check): Allow parallel check.
6325
6326 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
6327
6328         * MAINTAINERS: Add myself as maintainer for xtensa port.
6329         Fix alphabetical order in CPU port maintainer list.
6330         Remove myself from Write After Approval list.
6331
6332 2002-03-11  Richard Henderson  <rth@redhat.com>
6333
6334         * Makefile.in (.NOTPARALLEL): Add fake tag.
6335
6336 2002-03-07  H.J. Lu  (hjl@gnu.org)
6337
6338         * configure.in: Enable gprof for mips*-*-linux*.
6339
6340 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
6341
6342         * MAINTAINERS (Write After Approval): Add myself.
6343
6344 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
6345
6346         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
6347         libjava.
6348         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
6349
6350 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
6351
6352         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
6353         because its Makefile is there; test for the executable instead.
6354
6355 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
6356
6357         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
6358         libstdc++-v3 and libjava.
6359
6360 2002-02-11  Adam Megacz <adam@xwt.org>
6361
6362         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
6363         boehm-gc
6364
6365 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
6366
6367         * config.guess: Updated to 2002-01-30's version.
6368         * config.sub: Updated to 2002-02-01's version.
6369         Contribute sh64-elf.
6370         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
6371         * configure.in: Added sh64-*-*.
6372
6373 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
6374
6375         * MAINTAINERS: Belatedly add myself to write after approval list.
6376
6377 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
6378
6379         * MAINTAINERS: Put self in as maintainer for x86-64 port.
6380         Remove self as Write After Approval.
6381
6382 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
6383
6384         * MAINTAINERS: Put self in as maintainer for contrib/regression
6385         directory.
6386
6387 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
6388
6389         * MAINTAINERS:  Update my email address.
6390
6391 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
6392
6393         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
6394         target-libiberty, and target-libgloss.  Skip Java-related
6395         libraries if not supported for NetBSD on target CPU.
6396
6397 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
6398
6399         * install-sh: Use _inst.$$_ for temp file name.
6400
6401 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
6402
6403         * MAINTAINERS (Write After Approval): Move my contact info
6404         from here...
6405         (OS Port Maintainers): ...to here (netbsd).
6406
6407 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
6408
6409         * MAINTAINERS (Write After Approval): Add myself.
6410
6411 2002-01-17  H.J. Lu <hjl@gnu.org>
6412
6413         * Makefile.in (all-fastjar): Also depend on all-libiberty.
6414         (all-target-fastjar): Also depend on all-target-libiberty.
6415
6416 2002-01-16  H.J. Lu  (hjl@gnu.org)
6417
6418         * config.guess: Import from master sources, rev 1.225.
6419         * config.sub: Import from master sources, rev 1.238.
6420
6421 2002-01-16  Kazu Hirata  <kazu@hxi.com>
6422
6423         * MAINTAINERS (Write After Approval): Remove myself.
6424
6425 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
6426
6427         * MAINTAINERS (Write After Approval): Add myself.
6428
6429 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6430
6431         * MAINTAINERS: Add self as docs co-maintainer.
6432
6433 2001-12-11  Matthias Klose  <doko@debian.org>
6434
6435         * MAINTAINERS (Write After Approval): Add myself.
6436
6437 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
6438
6439         * MAINTAINERS: Update my email address.
6440
6441 2001-12-07  Turly O'Connor  <turly@apple.com>
6442         * MAINTAINERS (Write After Approval): Add myself.
6443         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
6444         (rs6000_initialize_trampoline): Call __trampoline_setup for
6445         ABI_DARWIN too.
6446         * darwin-tramp.asm: New file, implements __trampoline_setup.
6447         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
6448
6449 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
6450
6451         * MAINTAINERS (Write After Approval): Add myself.
6452
6453 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
6454
6455         * configure, configure.in: Use temp file for long sed commands.
6456
6457 2001-12-03  Laurent Guerby  <guerby@acm.org>
6458
6459         * config.sub: Update to version 1.232 on subversion.
6460
6461 2001-12-03  Ben Elliston  <bje@redhat.com>
6462
6463         * MAINTAINERS: Update mail address for config.* patches.
6464
6465 2001-11-27  DJ Delorie <dj@redhat.com>
6466             Zack Weinberg  <zack@codesourcery.com>
6467
6468         When build != host, create libiberty for the build machine.
6469
6470         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
6471         CONFIG_ARGUMENTS.
6472         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
6473         New variables.
6474         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
6475         and rules.
6476         (all.normal): Depend on ALL_BUILD_MODULES.
6477         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
6478         (all-build-libiberty): Depend on configure-build-libiberty.
6479
6480         * configure: Calculate and substitute proper value for
6481         ALL_BUILD_MODULES.
6482         * configure.in: Create the build subdirectory.
6483         Calculate and substitute TARGET_CONFIGARGS (formerly
6484         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
6485
6486 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
6487
6488         * MAINTAINERS (write-after-approval): Add self.
6489
6490 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6491
6492         * MAINTAINERS (GNATS only accounts): Remove self.
6493
6494 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
6495
6496         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
6497         libf2c.
6498
6499 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6500
6501         * MAINTAINERS (Write After Approval): Add self.
6502
6503 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
6504
6505         * MAINTAINERS: mips and s390 are also CPU ports.
6506
6507 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
6508
6509         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
6510
6511 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
6512
6513         * MAINTAINERS: Alphabetize.
6514
6515 2001-11-09  Kazu Hirata  <kazu@hxi.com>
6516
6517         * MAINTAINERS (Various maintainers: h8 port): Add myself.
6518
6519 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6520
6521         * MAINTAINERS (Various maintainers: hppa port): Added myself.
6522
6523 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
6524
6525         * configure.in (--enable-languages): Be more permissive about
6526         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
6527
6528 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
6529
6530         * config.sub: Import from master sources, rev. 1.230.
6531         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
6532
6533 2001-11-07  Laurent Guerby  <guerby@acm.org>
6534
6535         * MAINTAINERS (Write After Approval): Add self.
6536
6537 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
6538
6539         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
6540
6541 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
6542
6543         * config.sub: Import from master sources, rev 1.226.
6544         * config.guess: Import from master sources, rev 1.216.
6545
6546 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
6547
6548         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
6549         * MAINTAINERS: Add self as maintainer of MMIX port.
6550         Remove old after-approval entry.
6551
6552 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
6553
6554         * ChangeLog, configure: Fix spelling errors.
6555
6556 2001-10-20  Brendan Kehoe  <brendan@zen.org>
6557
6558         * MAINTAINERS: Tweak my address.
6559
6560 Thu Oct 11 21:50:15 2001  J"orn Rennecke <amylaar@onetel.net.uk>
6561
6562         * MAINTAINERS: Update my email address.
6563
6564 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
6565
6566         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
6567         * MAINTAINERS: Add self as maintainer of CRIS port.
6568
6569 2001-10-10  Geert Bosch  <bosch@gnat.com>
6570
6571         * MAINTAINERS (Various maintainers: Ada front end):
6572         Added Robert Dewar.
6573
6574 2001-10-03  David Billinghurst <David.Billinghurst@riotinto.com>
6575
6576         * MAINTAINERS (Write After Approval): Added self
6577
6578 2001-10-02  Geert Bosch  <bosch@gnat.com>
6579
6580         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
6581
6582 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6583
6584         * configure: Handle temporary files securely using mkdir.
6585
6586 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
6587
6588         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
6589
6590 2001-09-26  Will Cohen <wcohen@redhat.com>
6591
6592         * configure.in (*-*-linux*): Disable configuration of target-newlib
6593         and target-libgloss.
6594
6595 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
6596
6597         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
6598         RANLIB.
6599
6600 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
6601
6602         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
6603         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
6604         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
6605         avoid quotes nesting problems.
6606         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
6607         (DO_X): Export only variables that are set.
6608
6609 2001-09-19  Ben Elliston  <bje@redhat.com>
6610
6611         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
6612         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
6613         semantics.  Use the shell built-in "type" command instead.
6614
6615 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
6616
6617         Merged from gcc-3_0-branch:
6618         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
6619         * ltcf-c.sh: Use $objext, not $ac_objext.
6620         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
6621         * ltcf-cxx.sh: Add support for GNU.
6622         2001-07-22  Timothy Wall  <twall@redhat.com>
6623         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
6624         default settings if using GNU tools with that configuration.
6625         * ltcf-cxx.sh: Ditto.
6626         * ltcf-gcj.sh: Ditto.
6627         2001-07-21  Michael Chastain  <chastain@redhat.com>
6628         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
6629         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
6630         * ltmain.sh: Mark as gcc-local.
6631
6632 2001-08-30  Eric Christopher  <echristo@redhat.com>
6633             Jason Eckhardt  <jle@redhat.com>
6634
6635         * config.guess: Merge from master sources.
6636         * config.sub: Merge from master sources, add support for mipsisa32.
6637
6638 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
6639         * config.sub: Merge from master sources, rev 1.219.
6640         * MAINTAINERS: Add self as contact for stormy16 port.
6641
6642 2001-08-14  Zack Weinberg  <zackw@panix.com>
6643
6644         * config.sub: Merge from master sources, rev 1.218.
6645         * config.guess: Merge from master sources, rev 1.209.
6646
6647 2001-08-11  Graham Stott  <grahams@redhat.com>
6648
6649         * Makefile.in (check-c++): Add missing semicolon.
6650
6651 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
6652
6653         * MAINTAINERS (Various maitainers: predict.def): Added myself.
6654
6655 2001-07-30  Eric Christopher  <echristo@redhat.com>
6656
6657         * MAINTAINERS (Various maintainers: mips port): Added myself.
6658
6659 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
6660
6661         * configure.in (sh-*-linux*): New.
6662
6663 2001-07-27  Richard Henderson  <rth@redhat.com>
6664
6665         * .cvsignore: Add LAST_UPDATED.
6666
6667 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
6668
6669         * MAINTAINERS (Various maintainers: s390 port): Added myself.
6670
6671 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
6672
6673         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
6674
6675 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
6676
6677         * MAINTAINERS (Write After Approval): Added myself.
6678
6679 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
6680
6681         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
6682         and libgcj on m68hc11/m68hc12.
6683
6684 2001-06-27  H.J. Lu  (hjl@gnu.org)
6685
6686         * Makefile (CFLAGS_FOR_BUILD): New.
6687         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
6688
6689 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6690
6691         * README: Remove version number.
6692
6693 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6694
6695         * INSTALL/README: Update wrt. to the installation instructions now
6696         residing in gcc/doc/install.texi.
6697
6698 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6699
6700         * README: Replace with a cut-down and updated version of gcc/README.
6701
6702 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
6703
6704         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
6705         multilibs to be disabled.
6706
6707 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
6708
6709         * MAINTAINERS (Write After Approval): Add myself.
6710
6711 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
6712
6713         * config.guess: Import CVS version 1.195.
6714         * config.sub: Import CVS version 1.212.
6715
6716 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
6717
6718         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
6719         gcc/xgcc is built, use -print-prog-name to find out the program
6720         name to use.
6721
6722 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
6723
6724         * config.guess:  Import CVS version 1.194.  All gcc-local changes
6725         appear to also be in the master copy.
6726         * config.sub:  Import CVS version 1.211.
6727
6728 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
6729
6730         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
6731         with_gcc]: Use `gcc -shared' to build a shared library.
6732
6733 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6734
6735         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
6736         archives.
6737
6738 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6739
6740         * MAINTAINERS (Write After Approval): Add myself.
6741
6742 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
6743
6744         * configure.in (libstdcxx_flags): Do not try to execute
6745         libstdc++-v3/testsuite_flags until it exists.
6746
6747 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
6748
6749         * MAINTAINERS: Update my email address.
6750
6751 2001-05-31  Graham Stott  <grahams@redhat.com>
6752
6753         * MAINTAINERS (Write After Approval): Add myself.
6754
6755 2001-05-28  Simon Patarin <simon.patarin@inria.fr>
6756
6757         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
6758         libraries when using g++ with native linker.
6759
6760 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
6761
6762         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
6763
6764 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
6765
6766         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
6767         [aix4*|aix5*]: Prepend blank.
6768
6769 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
6770
6771         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6772         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
6773         of subdir/configure scripts to use the new libtool.m4.
6774
6775 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
6776
6777         * MAINTAINERS (Write After Approval): Add myself.
6778
6779 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
6780
6781         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
6782
6783 2001-05-11  Ben Elliston  <bje@redhat.com>
6784
6785         * Makefile.in (all-sid): New target.
6786         (check-sid, clean-sid, install-sid): Likewise.
6787
6788 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
6789
6790         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
6791
6792 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
6793
6794         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
6795         libgcj.
6796
6797 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
6798
6799         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
6800         gcc/xgcc is built, use -print-prog-name to find out the program
6801         name to use.
6802
6803 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
6804
6805         * configure.in (noconfigdirs): Don't reset it from scratch in the
6806         target case; only append to it.
6807
6808         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
6809         sparc-*-solaris2.8]: Disable ${libgcj}.
6810
6811 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
6812
6813         * configure.in (libgcj_saved): Copy from $libgcj.
6814         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
6815         --disable-libgcj.
6816
6817 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
6818
6819         * MAINTAINERS: Remove self as MIPS maintainer and
6820         C front end maintainer.
6821
6822 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
6823
6824         * configure.in: Move *-chorusos target case to the proper switch.
6825         Disable libgcj.
6826
6827 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
6828
6829         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
6830         1.641.2.228.
6831
6832 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6833
6834         * Makefile.in (STAGE1_CFLAGS): Pass down.
6835
6836 2001-04-13  Alan Modra  <amodra@one.net.au>
6837
6838         * config.guess: Add hppa64-linux support.  Note for next import that
6839         this is already in the master file.
6840         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
6841
6842 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
6843
6844         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6845         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
6846
6847 2001-04-11  Stan Shebs  <shebs@apple.com>
6848
6849         * MAINTAINERS: Add self as Darwin port maintainer.
6850
6851 2001-04-11  Alan Modra  <amodra@one.net.au>
6852
6853         * MAINTAINERS: Update my email address.
6854
6855 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
6856
6857         * ltcf-cxx.sh: Support creation of C++ shared libraries on
6858         recent versions of FreeBSD (release 3 or later).
6859         * ltconfig: On FreeBSD, -lc must not be provided when building
6860         a shared library or else the standard -pthread gcc option is
6861         rendered worthless to later users of the built library.
6862
6863 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
6864
6865         * MAINTAINERS: Add self and RTH as C front end maintainers.
6866
6867 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
6868
6869         * config.sub: Make sure to match an already-canonicalized
6870         machine name (eg. mn10300-unknown-elf).
6871
6872 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
6873
6874         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
6875         New macros.
6876         (bootstrap, cross): Use RECURSE_FLAGS.
6877         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
6878
6879 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
6880
6881         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
6882
6883 2001-03-22  Colin Howell  <chowell@redhat.com>
6884
6885         * Makefile.in (DO_X): Do not backslash single-quotes in
6886         backquotes (two places).
6887
6888 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
6889
6890         Re-installed:
6891         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
6892         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
6893         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
6894         * ltcf-cxx.sh: Likewise.
6895         * ltcf-gcj.sh: Likewise.
6896
6897 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6898
6899         * MAINTAINERS: Add myself as "documentation co-maintainer".
6900
6901 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
6902
6903         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
6904         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
6905
6906 2001-03-19  Tom Tromey  <tromey@redhat.com>
6907
6908         * config-ml.in: Handle GCJ and GCJFLAGS.
6909
6910 2001-03-21  Michael Chastain  <chastain@redhat.com>
6911
6912         * Makefile.in: all-m4 depends on all-texinfo.
6913
6914 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
6915
6916         * MAINTAINERS: Add myself to write after approval list.
6917
6918 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
6919
6920         * Makefile.in (DO_X): Quote nested quotes.
6921
6922 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
6923
6924         * MAINTAINERS: Add myself to write after approval list.
6925
6926 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
6927
6928         * Makefile.in (DO_X): Use double quotes for quoting
6929         "RANLIB=$${RANLIB}".
6930
6931 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
6932
6933         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
6934
6935 2001-03-09  Nicola Pero <n.pero@mi.flashnet.it>
6936
6937         * configure.in: Only use `lang_requires' for languages athat are
6938         actually enabled.
6939
6940 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
6941
6942         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
6943
6944 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
6945
6946         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
6947
6948 2001-03-07  Tom Tromey  <tromey@redhat.com>
6949
6950         * configure.in: Allow config-lang.in to set `lang_requires' to list
6951         of other required languages.
6952
6953 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
6954
6955         * Makefile.in: Remove RANLIB definition. Use RANLIB
6956         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
6957         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6958
6959 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
6960             Alexandre Oliva  <aoliva@redhat.com>
6961
6962         * Makefile.in (check-c++): Use tabs, not spaces.
6963
6964 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
6965
6966         * MAINTAINERS: add myself to Write After Approval list.
6967
6968 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
6969
6970         * Makefile.in (check-c++): New rule.
6971
6972         * configure.in (target_libs): Remove libg++.
6973         (noconfigdirs): Remove libg++.
6974         (noconfigdirs): Same.
6975         (noconfigdirs): Same.
6976         (noconfigdirs): Same.
6977
6978         * config-ml.in: Remove libg++ references.
6979
6980         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
6981         (ALL_TARGET_MODULES): Same.
6982         (configure-target-libg++): Remove.
6983         (all-target-libg++): Remove.
6984         (configure-target-libio): Remove.
6985         (all-target-libio): Remove.
6986         (check-target-libio): Remove.
6987         (.PHONY): Remove.
6988         (libg++.tar.bz2): Remove.
6989         (all-target-cygmon): Remove libio.
6990         (all-target-libstdc++): Remove.
6991         (configure-target-libstdc++): Remove.
6992         (TARGET_LIB_PATH): Remove libstdc++.
6993         (ALL_GCC_CXX): Remove libstdc++.
6994         (all-target-gperf): Correct.
6995
6996 2001-02-16  Nick Clifton  <nickc@redhat.com>
6997
6998         * configure.in (noconfigdirs): Allow configuration of texinfo
6999         for Cygwin hosts.
7000
7001 2001-02-15  Anthony Green  <green@redhat.com>
7002
7003         * configure: Introduce GCJ_FOR_TARGET.
7004         * configure.in: Ditto.
7005         * Makefile.in: Ditto.
7006
7007 2001-02-13  Andreas Schwab  <schwab@suse.de>
7008
7009         * MAINTAINERS: Update mail address.
7010
7011 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7012
7013         * config.guess: Add linux target for S/390.
7014         * config.sub: Likewise.
7015
7016 2001-02-08  Chandrakala Chavva <cchavva@redhat.com>
7017
7018         * configure.in: for *-chorusos, don't config target-newlib and
7019         target-libgloss.
7020
7021 2001-02-06  Ben Elliston  <bje@redhat.com>
7022
7023         * configure: Output host type to stdout, not stderr.
7024
7025 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
7026
7027         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
7028         * ltcf-cxx.sh: Likewise.
7029
7030         * config.if: Assume enable_libstdcxx_v3 is defined.
7031
7032 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
7033
7034         Remove V2 C++ library.
7035         * configure.in: Remove --enable-libstdcxx_v3 support.
7036
7037 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
7038
7039         * include/demangle.h: Add prototype for java_demangle_v3.
7040
7041 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
7042
7043         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
7044
7045 2001-01-27  Richard Henderson  <rth@redhat.com>
7046
7047         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
7048
7049 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7050
7051         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
7052         Don't unset, it's non-portable and no longer necessary, set to empty
7053         instead.
7054
7055 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7056
7057         * ltconfig: Shell portability fix for the tagname validity check.
7058
7059 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
7060
7061         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
7062         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
7063
7064 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7065
7066         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
7067
7068 2001-01-26  Tom Tromey  <tromey@redhat.com>
7069
7070         * configure.in: Allow libgcj to be built on Sparc Solaris.
7071
7072 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
7073
7074         * ltcf-c.sh: Add aix5 case.
7075         * ltcf-cxx.sh: Likewise.
7076         * ltconfig: Likewise.
7077
7078 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
7079
7080         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
7081         keep at least one of build_libtool_libs or build_old_libs set to
7082         yes.
7083
7084         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
7085         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
7086
7087 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
7088
7089         * configure.in: Enable libgcj on several additional platforms.
7090
7091 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
7092
7093         * configure.in: Enable libgcj for linux targets.
7094
7095 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7096
7097         * MAINTAINERS (Write After Approval): Add myself.
7098
7099 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7100
7101         * MAINTAINERS: Add myself as vax port maintainer.
7102
7103 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
7104
7105         * MAINTAINERS: Add myself as Mercury front-end maintainer.
7106
7107 2001-01-09  Mike Stump  <mrs@wrs.com>
7108
7109         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
7110         failures of subdirectories.
7111
7112 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7113
7114         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
7115         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
7116         * ltcf-cxx.sh: Likewise.
7117         * ltcf-gcj.sh: Likewise.
7118         * ltconfig.sh: Fix typo.
7119
7120 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7121
7122         * configure: handle DOS-style absolute paths.
7123
7124 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
7125
7126         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
7127
7128 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
7129
7130         * MAINTAINERS: Add myself as avr port co-maintainer.
7131
7132 2000-12-28  Ben Elliston  <bje@redhat.com>
7133
7134         * MAINTAINERS: Add myself under ``Write After Approval''.
7135
7136 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
7137
7138         * texinfo: Remove directory from GCC.
7139
7140 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
7141
7142         * COPYING: Update to current
7143         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
7144         to 19yy as example year in copyright notice).
7145
7146 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
7147
7148         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
7149         (libstdcxx_incdir): Pass down.
7150         * config.if: Remove expired bits for cxx_interface, add stub.
7151         (libstdcxx_incdir): Add variable for g++ include directory.
7152         * configure.in (gxx_include_dir): Use it.
7153
7154 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
7155
7156         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
7157         with old-email address from ``Write After Approval''.
7158
7159 2000-12-15  Andreas Jaeger  <aj@suse.de>
7160
7161         * configure.in: Handle lang_dirs.
7162
7163 2000-12-14  Tom Tromey  <tromey@redhat.com>
7164
7165         * MAINTAINERS: Removed brads.
7166
7167         * MAINTAINERS: Added gcj developers.
7168
7169 2000-12-13  Anthony Green  <green@redhat.com>
7170
7171         * configure.in: Disable libgcj for any target not specifically
7172         listed.  Disable libgcj for x86 and Alpha Linux until compatible
7173         with g++ abi.
7174
7175 2000-12-13  Mike Stump  <mrs@wrs.com>
7176
7177         * Makefile.in (local-distclean): Also remove fastjar.
7178
7179 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
7180
7181         * contrib/gcc_update: Add fastjar --touch entries.
7182
7183 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
7184
7185         * configure.in: Disable language-specific target libraries for
7186         languages that aren't enabled.
7187
7188 2000-12-10  Anthony Green  <green@redhat.com>
7189
7190         * configure.in: Define libgcj.  Disable libgcj target libraries for
7191         most targets.
7192
7193 2000-12-10  Neil Booth  <neilb@earthling.net>
7194
7195         * MAINTAINERS: Update mail address, remove from WAA list.
7196
7197 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7198
7199         * libjava: Imported from /cvs/java.
7200         * libffi: Likewise.
7201         * Boehm-gc: Likewise.
7202
7203 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7204
7205         * configure.in (target_libs): Revert 2000-12-08 patch.
7206         (noconfigdirs): Added target-libjava.
7207
7208 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7209
7210         * djunpack.bat: removed.
7211
7212 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
7213
7214         * Makefile.in: handle DOS-style absolute paths.
7215         * config-ml.in: likewise.
7216         * symlink-tree: likewise.
7217
7218 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7219
7220         * fastjar: Imported.
7221
7222 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7223
7224         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
7225         libjava.
7226         * configure.in (target_libs): Removed `target-libjava'.
7227
7228 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7229
7230         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
7231         (ALL_MODULES): Added fastjar.
7232         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
7233         (all-target-libjava): all-fastjar replaces all-zip.
7234         (all-fastjar): Added.
7235         (configure-target-fastjar, all-target-fastjar): Likewise.
7236         * configure.in (host_tools): Added fastjar.
7237
7238 2000-12-07  Mike Stump  <mrs@wrs.com>
7239
7240         * Makefile.in (local-distclean): Remove leftover built files.
7241
7242 2000-11-24  Nick Clifton  <nickc@redhat.com>
7243
7244         * configure.in (xscale-elf): Add target.
7245         (xscale-coff): Add target.
7246
7247 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
7248
7249         * ltcf-cxx.sh: Support creation of C++ shared libraries on
7250         recent versions of FreeBSD (release 3 or later).
7251         * ltconfig: On FreeBSD, -lc must not be provided when building
7252         a shared library or else the standard -pthread gcc option is
7253         rendered worthless to later users of the built library.
7254
7255 2000-11-16  Fred Fish  <fnf@be.com>
7256
7257         * configure.in (enable_libstdcxx_v3): Fix typo,
7258         libstd++ -> libstdc++.
7259
7260 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7261
7262         * MAINTAINERS: Add self to Write After Approval list.
7263
7264 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
7265
7266         * MAINTAINERS: Update my email address.  Add myself to global write
7267         privs list.
7268
7269 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
7270
7271         * Makefile.in: Merge with src and libgcj.
7272         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
7273         configure-target-<library> when their configure scripts need the C
7274         or C++ library to have already been built to work properly.
7275         (do_proto_toplev): Set them to an empty string.
7276
7277         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
7278         (REALLY_SET_LIB_PATH): Use them.
7279
7280 2000-11-17  Stan Shebs  <shebs@apple.com>
7281
7282         * MAINTAINERS: Add self to Write After Approval list.
7283
7284 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7285
7286         * configure: Provide the original toplevel configure arguments
7287         (including $0) to subprocesses in the environment rather than
7288         through gcc/configargs.h.
7289
7290 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
7291
7292         * MAINTAINERS: Remove references to cccp. Change C9X reference to
7293         C99.  Alphabetise "Write After Approval" list.
7294
7295 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
7296
7297         * configure: Turn on libstdc++ V3 by default.
7298
7299         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
7300         if we've got GCC.
7301
7302 2000-11-11  Philip Blundell  <philb@gnu.org>
7303
7304         * MAINTAINERS: Add self to Write After Approval list.
7305
7306 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
7307
7308         * ltcf-c.sh (aix4): Improve shared library configuration; require
7309         exporting symbols.
7310         * ltcf-cxx.sh (aix4): Define.
7311         * ltconfig (aix4): Define library and soname specs appropriate for
7312         AIX.  Define command to create export symbols list.
7313
7314 Mon Nov  6 14:19:35 2000  Christopher Faylor <cgf@cygnus.com>
7315
7316         * config.sub: Add support for Sun Chorus
7317
7318 2000-10-31  Nick Clifton  <nickc@redhat.com>
7319
7320         * MAINTAINERS: Rename <name>@cygnus.com addresses to
7321         <name>@redhat.com.  Also installed new email address for Clint
7322         Popetz.
7323
7324 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
7325
7326         * etc: Remove directory from GCC.
7327
7328 2000-10-16  Michael Meissner  <meissner@redhat.com>
7329
7330         * configure (gcc/configargs.h): Only create if there is a build GCC
7331         directory created.
7332
7333 2000-10-16  Matthias Klose  <doko@debian.org>
7334
7335         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
7336         when configured for libstdc++-v3.
7337
7338 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
7339
7340         * configure: Save configure arguments to gcc/configargs.h.
7341
7342 2000-10-04  Philipp Thomas  <pthomas@suse.de>
7343
7344         * config.guess: Import CVS version 1.157.
7345         * config.sub: Import CVS version 1.181.
7346
7347 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
7348
7349         * Makefile.in (bootstrap): avoid recursion if subdir missing
7350         (cross): ditto
7351         (do-proto-toplev): ditto
7352
7353 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
7354
7355         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
7356         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
7357
7358         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
7359         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
7360         all affected `configure' scripts.
7361
7362 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
7363
7364         * MAINTAINERS: Add self as cpplib co-maintainer.
7365
7366 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
7367
7368         * MAINTAINERS: Add self to Write After Approval list.
7369
7370 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7371
7372         * INSTALL/README: egcs -> GCC update.
7373
7374 Sun Sep 17 16:55:59 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
7375
7376         * MAINTAINERS: Add myself to Write After Approval list.
7377
7378 2000-09-15  Kazu Hirata  <kazu@hxi.com>
7379
7380         * MAINTAINERS: Add myself to Write After Approval list.
7381
7382 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
7383
7384         * configure.in: Do not build byacc for hppa64.  Provide paths to the
7385         X11 libraries for hppa64.
7386
7387 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
7388
7389         * MAINTAINERS: Add myself as 68hc11 port maintainer.
7390
7391 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
7392
7393         * Makefile.in (all-zlib): Added dummy target.
7394
7395         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
7396         ltcf-gcj.sh: Updated from libtool multi-language branch.
7397
7398 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
7399
7400         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
7401         (bootstrap*): Depend on all-bootstrap.
7402
7403 2000-09-05  Philipp Thomas  <pthomas@suse.de>
7404
7405         * config.guess: Import CVS version 1.156.
7406         * config.sub: Import CVS version 1.179.
7407
7408 2000-09-02  Anthony Green  <green@cygnus.com>
7409
7410         * Makefile.in (all-gcc): Depend on all-zlib.
7411         (CLEAN_MODULES): Add clean-zlib.
7412         (ALL_MODULES): Add all-zlib.
7413         * configure.in (host_libs): Add zlib.
7414
7415 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
7416
7417         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
7418         crosses, but add gcc/include to the header search path for them.
7419
7420 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
7421
7422         * MAINTAINERS: Add self to Write After Approval list.
7423
7424 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
7425
7426         * config.guess: Import CVS version 1.152.
7427         * config.sub: Import CVS version 1.177.
7428
7429 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
7430
7431         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
7432         $targargs to tell whether newlib is going to be built.
7433
7434         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
7435         $$r/TARGET_SUBDIR/libio for _G_config.h.
7436
7437 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
7438
7439         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
7440
7441 2000-08-22  DJ Delorie  <dj@redhat.com>
7442
7443         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
7444
7445 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
7446
7447         * config-ml.in (CC, CXX): Avoid trailing whitespace.
7448         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
7449         sub-configures.
7450
7451 2000-08-21  DJ Delorie  <dj@redhat.com>
7452
7453         * MAINTAINERS: Add self as a libiberty maintainer
7454
7455 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
7456
7457         * configure.in (libstdcxx_flags): Use
7458         libstdc++-v3/src/libstdc++.INC.
7459
7460 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
7461
7462         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
7463
7464 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
7465
7466         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
7467
7468         * configure: Make enable_threads and enable_shared defaults
7469         explicit.  Substitute enable_threads into generated Makefiles.
7470         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
7471         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
7472
7473 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
7474
7475         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
7476
7477 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
7478
7479         * config-ml.in (CC): Remove bogus duplicate quotation mark from
7480         previous delta.
7481
7482 2000-08-11  Jason Merrill  <jason@redhat.com>
7483
7484         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
7485         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
7486         (FLAGS_FOR_TARGET): Not here.
7487         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
7488
7489 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
7490
7491         * config-ml.in (CC, CXX): Don't introduce a leading space.
7492
7493 2000-08-07  DJ Delorie  <dj@delorie.com>
7494
7495         * MAINTAINERS: Add self as a DJGPP maintainer
7496
7497 2000-08-07  DJ Delorie  <dj@redhat.com>
7498
7499         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
7500         "if we're also building gcc, and it's a gcc that will run on the
7501         build machine, we want to use its includes instead of the system's
7502         default includes".
7503
7504 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7505
7506         * MAINTAINERS: Add self to Write After Approval list.
7507
7508 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
7509
7510         * configure.in (libstdcxx_flags): Don't use `"'.
7511
7512         * config-ml.in: Adjust multilib search paths to the
7513         appropriate multilib tree.
7514
7515 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
7516
7517         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
7518         commas in $LANGUAGES.
7519
7520 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
7521
7522         * configure.in: Re-enable all references to libg++ and librx.
7523
7524 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
7525
7526         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
7527         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
7528         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
7529         * ltcf-cxx.sh (need_lc): Set based on postdeps.
7530
7531         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
7532
7533 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
7534
7535         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
7536         CXX_FOR_TARGET for sed.
7537
7538 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
7539
7540         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
7541         Do not override if already set in the environment or in configure.
7542         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
7543         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
7544
7545 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
7546
7547         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
7548         the libtool CVS tree multi-language branch.
7549         * ltconfig, ltmain.sh: Updated.
7550
7551 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
7552
7553         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
7554         (clean-target): Depend on it.
7555
7556         * Makefile.in (FLAGS_FOR_TARGET): New macro.
7557         (GCC_FOR_TARGET): Use it.
7558         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
7559         * configure.in: ... here.
7560         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
7561         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
7562
7563 2000-07-24  Eric Christopher  <echristo@cygnus.com>
7564
7565         * MAINTAINERS: Add self to Write After Approval list.
7566
7567 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
7568
7569         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
7570         (configure-target-libchill, configure-target-libobjc): Likewise.
7571
7572         * configure.in: Use the same cache file for all target libs.
7573         * config-ml.in: But different cache files per multilib variant.
7574
7575 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
7576
7577         * configure (topsrcdir): Don't use dirname.
7578
7579 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
7580
7581         * MAINTAINERS: Add self to Write After Approval list.
7582
7583 2000-07-20  Jason Merrill  <jason@redhat.com>
7584
7585         * configure.in: Remove all references to libg++ and librx.
7586
7587         * configure, configure.in, Makefile.in: Unify gcc and binutils.
7588
7589 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
7590
7591         * config.sub: Update to subversions version 2000-07-06.
7592
7593 2000-07-12  Andrew Haley  <aph@cygnus.com>
7594
7595         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
7596         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
7597
7598 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
7599
7600         * symlink-tree:  Check number of arguments.
7601
7602 2000-07-05  Jim Wilson  <wilson@cygnus.com>
7603
7604         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
7605         search path for a g++ extracted from the build tree.  This
7606         will allow link tests run by configure scripts in
7607         subdirectories to succeed.
7608
7609 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
7610
7611         * ltconfig: Add support for mips-dde-sysv4.2MP
7612
7613 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
7614
7615         * MAINTAINERS: Add myself as loop discovery maintainer.
7616
7617 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
7618
7619         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
7620         `os2'. Force ac_cv_exeext to be ".exe" in that case.
7621
7622 2000-06-19  Timothy Wall  <twall@cygnus.com>
7623
7624         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
7625         * config.sub: Add tic54x target.
7626
7627 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
7628
7629         * MAINTAINERS: Add self as Fortran maintainer,
7630         remove Craig Burley.
7631
7632 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7633
7634         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
7635         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
7636
7637 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
7638
7639         * MAINTAINERS: Add self as i18n maintainer
7640
7641 20000-05-21  H.J. Lu  (hjl@gnu.org)
7642
7643         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
7644         directory are used if they exist. Make sure
7645         $(build_tooldir)/include is searched for header files,
7646         $(build_tooldir)/lib/ for library files.
7647         (GCC_FOR_TARGET): Likewise.
7648         (CXX_FOR_TARGET): Likewise.
7649
7650 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
7651
7652         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
7653
7654 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
7655
7656         * Makefile.in (configure-target-libiberty): Depend on
7657         configure-target-newlib.
7658
7659 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
7660
7661         * configure.in, Makefile.in: Merge all libffi-related
7662         configury stuff from the libgcj tree.
7663
7664 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7665
7666         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7667         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
7668
7669 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7670
7671         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
7672         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
7673         current version information.  Add to proto-toplev directory.
7674         (gdb-taz): Build do-djunpack.
7675
7676 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
7677
7678         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
7679
7680 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7681
7682         * MAINTAINERS: Add self to Write After Approval list.
7683
7684 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7685
7686         * ltmain.sh: Preserve in relink_command any environment
7687         variables that may affect the linker behavior.
7688
7689 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
7690
7691         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
7692
7693 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
7694
7695         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
7696
7697 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
7698
7699         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
7700         with the version name.
7701
7702 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
7703
7704         * MAINTAINERS: Add self as bb-reorder maintainer.
7705
7706 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
7707
7708         * config.if: Tweak.
7709
7710 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
7711
7712         * djunpack.bat: New file.
7713
7714 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7715
7716         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
7717         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
7718         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
7719         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
7720
7721 2000-04-16  Dave Pitts  <dpitts@cozx.com>
7722
7723         * config.sub (case $basic_machine): Change default for "ibm-*"
7724         to "openedition".
7725
7726 2000-04-13  Andreas Jaeger  <aj@suse.de>
7727
7728         * MAINTAINERS: Added myself.
7729
7730 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7731
7732         * Makefile.in (gdb-taz): New target.  GDB specific archive.
7733         (do-md5sum): New target.
7734         (MD5PROG): Define.
7735         (PACKAGE): Default to TOOL.
7736         (VER): Default to a shell script.
7737         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
7738         md5 checksum generation.
7739         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
7740         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
7741         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
7742         insight.tar.bz2): Use gdb-taz to create archive.
7743
7744 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7745
7746         * configure (warn_cflags): Delete.
7747
7748 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
7749
7750         * MAINTAINERS: Added myself.
7751
7752 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
7753             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
7754
7755         * configure.in (enable_libstdcxx_v3): Add.
7756         (target_libs): Add bits here to switch between libstdc++-v2 and
7757         libstdc++-v3.
7758         * config.if: And this file too.
7759         * Makefile.in: Add libstdc++-v3 targets.
7760
7761 2000-04-05  Michael Meissner  <meissner@redhat.com>
7762
7763         * config.sub (d30v): Add d30v as a basic machine type.
7764
7765 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
7766
7767         * configure.in: -linux-gnu*, not -linux-gnu.
7768
7769 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
7770
7771         * MAINTAINERS: Add self in write-after-approval section.
7772
7773 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
7774
7775         * MAINTAINERS: Add self as ia64 port maintainer.
7776
7777 2000-03-08  Neil Booth  <NeilB@earthling.net>
7778
7779         * MAINTAINERS: Add self in write-after-approval section.
7780
7781 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7782
7783         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
7784         (do-tar-bz2): Replace TOOL with PACKAGE.
7785         (gdb.tar.bz2): Remove GDBTK from GDB package.
7786         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
7787         dejagnu.tar.bz2): New packages.
7788
7789 2000-02-27  Andreas Jaeger  <aj@suse.de>
7790
7791         * configure.in: Add entry for mips*-*-linux*, move catch all
7792         *-*-*linux* entry below this one.
7793
7794 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
7795
7796         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
7797
7798 2000-02-24  Nick Clifton  <nickc@cygnus.com>
7799
7800         * config.sub: Support an OS of "wince".
7801
7802 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
7803
7804         * config.guess, config.sub: Updated to match config's 2000-02-15
7805         version.
7806
7807 2000-02-23  Linas Vepstas <linas@linas.org>
7808
7809         * config.sub: Add support for Linux/IBM 370.
7810         * configure.in: Likewise.
7811
7812 2000-02-22  Nick Clifton  <nickc@cygnus.com>
7813
7814         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
7815
7816 2000-02-20  Christopher Faylor <cgf@cygnus.com>
7817
7818         * config.guess: Guess "cygwin" rather than "cygwin32".
7819
7820 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7821
7822         * configure (gcc_version): When setting, narrow search to
7823         lines containing `version_string'.
7824
7825 2000-02-15  Denis Chertykov  <denisc@overta.ru>
7826
7827         * config.sub: Add support for avr target.
7828
7829 2000-02-14  Nick Clifton  <nickc@cygnus.com>
7830
7831         * MAINTAINERS: Add maintainers for MCore port.
7832
7833 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
7834
7835         * config.sub: Add mmix-knuth-mmixware.
7836
7837 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7838
7839         * MAINTAINERS: Pair cccp with cpplib maintainership.
7840
7841 2000-01-27  Christopher Faylor <cgf@redhat.com>
7842
7843         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
7844         structure stuff to -L library search.
7845         (CXX_FOR_TARGET): Ditto.
7846         (CROSS_CHECK_MODULES): Fix spelling mistake.
7847
7848 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
7849
7850         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
7851         the C++ compiler.
7852
7853 2000-01-12  Richard Henderson  <rth@cygnus.com>
7854
7855         * configure.in: Don't build some bits for beos.
7856
7857 2000-01-12  Joel Sherrill (joel@OARcorp.com)
7858
7859         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
7860         as include files.
7861
7862 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
7863
7864         * Add self as cpplib maintainer, as requested by Jason
7865         Merrill.  Correct my e-mail address.
7866
7867 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
7868
7869         * configure.in: Use mt-aix43 to handle *_TARGET defs,
7870         not mh-aix43.
7871
7872 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
7873
7874         * MAINTAINERS: Add myself to "write after approval" list.
7875
7876 1999-12-14  Richard Henderson  <rth@cygnus.com>
7877
7878         * config.guess (alpha-osf, alpha-linux): Detect ev67.
7879         * config.sub: Accept alphaev[78], alphaev8.
7880
7881 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
7882
7883         * config.guess, config.sub: Update from autoconf.
7884
7885 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
7886
7887         * MAINTAINERS:  update my playtime e-address.
7888
7889 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7890
7891         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
7892         necessary libraries are missing.
7893
7894 Fri Nov 19 11:22:31 MST 1999    Diego Novillo <dnovillo@cygnus.com>
7895
7896         * MAINTAINERS: Add new 'write after approval' maintainer.
7897
7898 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
7899
7900         * MAINTAINERS: Add new Java maintainer.
7901
7902 1999-10-25  Andreas Schwab  <schwab@suse.de>
7903
7904         * configure: Fix quoting inside arguments of eval.
7905
7906 1999-10-21  Nick Clifton  <nickc@cygnus.com>
7907
7908         * config-ml.in: Allow suppression of some ARM multilibs.
7909
7910 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
7911
7912         * config.guess: Add OS/390 match pattern.
7913         * config.sub: Add mvs, openedition targets.
7914         * configure.in (i370-ibm-opened*): New.
7915
7916 1999-09-04  Steve Chamberlain  <sac@pobox.com>
7917
7918         * config.sub: Add support for configuring for pj.
7919
7920 1999-08-31  Nick Clifton  <nickc@cygnus.com>
7921
7922         * config.sub (maybe_os): Add support for configuring for fr30.
7923
7924 1999-08-25  Nick Clifton  <nickc@cygnus.com>
7925
7926         * configure.in: Do not configure or build ld for AIX
7927         platforms.  ld is known to be broken on these platforms.
7928
7929 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7930
7931         * config-ml.in: Pass compiler flag corresponding to multidirs to
7932         subdir configures.
7933
7934 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
7935
7936         * Makefile.in (LDFLAGS): Define.
7937
7938 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
7939
7940         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
7941         noconfigdirs.
7942         (*-*-cygwin*): Likewise.
7943
7944 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
7945
7946         * mkdep: New file.
7947         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
7948         (BINUTILS_SUPPORT_DIRS): Add mkdep.
7949
7950         From Eli Zaretskii <eliz@is.elta.co.il>:
7951         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
7952         long file name when using DJGPP on MS-DOS.
7953
7954 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
7955
7956         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
7957
7958 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
7959
7960         * Makefile.in (check-target-libio): Remove all-target-libstdc++
7961         dependency as this causes "make check" to globally "make all"
7962
7963 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
7964
7965         * configure.in (target_libs): Added target-zlib.
7966         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
7967         (CONFIGURE_TARGET_MODULES): Likewise.
7968         (CHECK_TARGET_MODULES): Likewise.
7969         (INSTALL_TARGET_MODULES): Likewise.
7970         (CLEAN_TARGET_MODULES): Likewise.
7971         (configure-target-zlib): New target.
7972         (all-target-zlib): Likewise.
7973         (all-target-libjava): Depend on all-target-zlib.
7974         (configure-target-libjava): Depend on configure-target-zlib.
7975
7976         * Makefile.in (configure-target-libjava): Depend on
7977         configure-target-newlib.
7978         (configure-target-boehm-gc): New target.
7979         (configure-target-qthreads): New target.
7980
7981         * configure.in (target_libs): Added target-qthreads.
7982         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
7983         (CONFIGURE_TARGET_MODULES): Likewise.
7984         (CHECK_TARGET_MODULES): Likewise.
7985         (INSTALL_TARGET_MODULES): Likewise.
7986         (CLEAN_TARGET_MODULES): Likewise.
7987         (all-target-qthreads): New target.
7988         (configure-target-libjava): Depend on configure-target-qthreads.
7989         (all-target-libjava): Depend on all-target-qthreads.
7990
7991         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
7992         (CONFIGURE_TARGET_MODULES): Likewise.
7993         (CHECK_TARGET_MODULES): Likewise.
7994         (INSTALL_TARGET_MODULES): Likewise.
7995         (CLEAN_TARGET_MODULES): Likewise.
7996         (all-target-libjava): New target.
7997         (all-target-boehm-gc): Likewise.
7998         * configure.in (target_libs): Added libjava, boehm-gc.
7999
8000 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
8001
8002         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
8003         configure.bat in SUPPORT_FILES.
8004         (gas+binutils.tar.bz2): Likewise.
8005
8006         * makeall.bat: Remove; obsolete.
8007
8008 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
8009
8010         From Mark Elbrecht:
8011         * configure.bat: Remove; obsolete.
8012
8013 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
8014
8015         * configure: Add -W -Wall to the default CFLAGS when compiling with
8016         gcc.
8017
8018 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
8019
8020         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
8021
8022 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
8023
8024         * configure.in: Build ld on IRIX6.
8025
8026 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
8027
8028         * Makefile.in: Change distribution targets to use bzip2 instead of
8029         gzip.
8030         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
8031         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
8032
8033 1999-06-04  Nick Clifton  <nickc@cygnus.com>
8034
8035         * config.sub: Add mcore target.
8036
8037 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
8038
8039         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
8040
8041 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
8042
8043         * config.guess (dummy): Changed to $dummy.
8044
8045 1999-05-24  Nick Clifton  <nickc@cygnus.com>
8046
8047         * config.sub: Tidied up case statements.
8048
8049 1999-05-22  Ben Elliston  <bje@cygnus.com>
8050
8051         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
8052         <jiro@din.or.jp>.
8053
8054         * config.guess: Merge with FSF version. Future changes will be
8055         more accurately recorded in this ChangeLog.
8056         * config.sub: Likewise.
8057
8058 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
8059
8060          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
8061
8062 1999-04-30  Tom Tromey  <tromey@cygnus.com>
8063
8064         * ltmain.sh: [mode link] Always use CC given by ltconfig.
8065
8066 1999-04-23  Tom Tromey  <tromey@cygnus.com>
8067
8068         * ltconfig, ltmain.sh: Update to libtool 1.2f.
8069
8070 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
8071
8072         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
8073         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
8074         Bad merge removed these two changes.
8075
8076 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
8077                           Martin Heller (Ing.-Buero_Heller@t-online.de)
8078
8079         * config.guess (interix Alpha): Add.
8080
8081 1999-04-11  Richard Henderson  <rth@cygnus.com>
8082
8083         * configure.in (i?86-*-beos*): Do config gperf; don't config
8084         gdb, newlib, or libgloss.
8085
8086 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
8087
8088         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
8089         link a trivial program with -mabi=64.  If it fails, remove mabi=64
8090         from multidirs.
8091
8092 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
8093
8094         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
8095
8096 1999-04-08  Nick Clifton  <nickc@cygnus.com>
8097
8098         * config.sub: Add support for mcore targets.
8099
8100 1999-04-07  Michael Meissner  <meissner@cygnus.com>
8101
8102         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
8103         not mt-ospace, in order to shut up assembler warning about using
8104         symbols that are named the same as registers.
8105
8106 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
8107
8108         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
8109         dependency list for all-target-cygmon.
8110
8111 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
8112
8113         * config-ml.in: Check $host, not $target, for selective multilibs.
8114         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
8115         thumb interworking, and underscore prefix multilibs.
8116
8117 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
8118
8119         * missing: Update to version from current automake.
8120
8121 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
8122
8123         * configure (gxx_include_dir): Removed.
8124
8125         * configure.in (gxx_include_dir): Handle it.
8126         * Makefile.in: Likewise.
8127
8128 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
8129
8130         * config.sub (mips64vr4111,mips64vr4111el) Add.
8131
8132 1999-03-21  Ben Elliston  <bje@cygnus.com>
8133
8134         * config.guess: Correct typo for detecting ELF on FreeBSD.
8135
8136 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
8137
8138         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
8139         config/mh-djgpp.
8140
8141 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
8142
8143         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
8144         all-target-newlib to dependency list for all-target-bsp.
8145
8146 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8147
8148         * config.sub: Add i386-uwin support.
8149         * config.guess: Likewise.
8150
8151 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8152
8153         * configure.in: cleanup, add mh-*pic handling for arm, special
8154         case powerpc*-*-aix*
8155
8156 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
8157
8158         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
8159         can be built.
8160
8161 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
8162
8163         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
8164         targets.
8165
8166 1999-03-02  Nick Clifton  <nickc@cygnus.com>
8167
8168         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
8169
8170 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
8171
8172         * config.sub: Check for "cygwin*" rather than "cygwin32*"
8173
8174 1999-02-24  Nick Clifton  <nickc@cygnus.com>
8175
8176         * config.sub: Fix typo in arm recognition.
8177
8178 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
8179
8180         * configure.in (noconfigdirs): Changed target_configdirs to
8181         include target-bsp only for m68k-*-elf* and m68k-*-coff*
8182         rather than m68k-*-* since it is not known to work on
8183         m68k-aout. Ditto for arm-*-*oabi.
8184
8185 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
8186
8187         * configure.in (*-*-windows*): Remove, no longer used.
8188
8189 1999-02-19  Ben Elliston <bje@cygnus.com>
8190
8191         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
8192         Smart and improved by Andrew Cagney.
8193
8194 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
8195
8196         * config.guess: Recognize openbsd-*-hppa.
8197
8198 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
8199
8200         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
8201         only if it is not empty.
8202
8203 1999-02-17  Nick Clifton  <nickc@cygnus.com>
8204
8205         Patch from: Scott Bambrough <scottb@corelcomputer.com>
8206
8207         * config.guess: Modified to recognize uname's armv* syntax.
8208
8209         * config.sub: Modified to recognize uname's armv* syntax.
8210
8211 1999-02-17  Mark Salter  <msalter@cygnus.com>
8212
8213         * configure.in: Added target-bsp for sparclite.
8214
8215 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
8216
8217         * config.sub: Recognize alphapca5[67] and up to alphaev8.
8218
8219 1999-02-08  Nick Clifton  <nickc@cygnus.com>
8220
8221         * configure.in: Add support for strongarm port.
8222         * config.sub: Add support for strongarm target.
8223
8224 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8225
8226         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
8227         the old name config/mh-cygwin32.
8228         Enable texinfo.
8229
8230 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
8231
8232         * configure.in: Do build ld for ix86 Solaris.
8233
8234 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
8235
8236         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
8237         $AR_FOR_TARGET.  Likewise for RANLIB.
8238
8239 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
8240
8241         * config.sub (oabi):  Recognize.
8242         * configure.in (arm-*-oabi):  Handle.
8243
8244 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
8245
8246         * config.guess: Improve detection of i686 on UnixWare 7.
8247
8248 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
8249
8250         * config.guess: Add support for i386-pc-interix.
8251         * config.sub: Likewise.
8252         * configure.in: Likewise.
8253
8254 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
8255
8256         * Makefile.in: Remove unneeded all-target-libio from
8257         from all-target-winsup target since it is now unneeded.
8258         Add all-target-libtermcap in its place since it is now
8259         needed.
8260
8261 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
8262
8263         * configure.in: makefile stub for cygwin target is probably
8264         unnecessary.  Remove it for now.
8265
8266 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
8267
8268         * configure.in: libtermcap.a should be built when cygwin is the
8269         target as well as the host.
8270         * config.guess: Allow mixed case in cygwin uname output.
8271         * Makefile.in: Add libtermcap target.
8272
8273 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
8274
8275         * config.sub: Clean up handling of hppa2.0.
8276
8277 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
8278
8279         * config.guess: Use C code to identify more HP machines.
8280
8281 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
8282
8283         * config.sub: Handle hppa2.0.
8284
8285 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
8286
8287         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
8288         cygmon for all sparclite targets, regardless of object format.
8289
8290 1998-12-15  Mark Salter  <msalter@cygnus.com>
8291
8292         * configure.in: Added target-bsp for several target architectures.
8293
8294         * Makefile.in: Added rules for bsp.
8295
8296 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
8297
8298         * config.guess: Improve detection of hppa2.0 processors.
8299
8300 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
8301
8302         * config.guess: Recognize FreeBSD using ELF automatically.
8303
8304 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
8305
8306         * configure (skip-this-dir): Add handling for new shell script, which
8307         might be created by a sub-directory's configure to indicate, this particular
8308         directory is "unwanted".
8309         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
8310
8311 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
8312
8313         * ltconfig: import from libtool, after changing libtool to
8314         account for the cygwin name change.
8315
8316 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
8317
8318         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
8319         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
8320
8321 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
8322
8323         * configure.in: Add libtermcap to list of cygwin dependencies.
8324
8325 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
8326
8327         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
8328         they include winsup/include when it's a cygwin target.
8329
8330 1998-11-12  Tom Tromey  <tromey@cygnus.com>
8331
8332         * configure.in (host_tools): Added zip.
8333         * Makefile.in (all-target-libjava): Depend on all-zip.
8334         (all-zip): New target.
8335         (ALL_MODULES): Added all-zip.
8336         (NATIVE_CHECK_MODULES): Added check-zip.
8337         (INSTALL_MODULES): Added install-zip.
8338         (CLEAN_MODULES): Added clean-zip.
8339
8340 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
8341
8342         * Makefile.in: lose "32" from comment about cygwin.
8343
8344 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
8345
8346         * configure.in: Use -Os to build target libraries for the fr30.
8347
8348 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
8349
8350         * config.sub: Add fr30.
8351
8352 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
8353
8354         * configure.in: drop "32" from config/mh-cygwin32.  Check
8355         cygwin* instead of cygwin32*.
8356         * config.sub: Check cygwin* instead of cygwin32*.
8357
8358 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
8359
8360         * config.guess: Match any version of Unixware7.
8361
8362 1998-10-20  Syd Polk  <spolk@cygnus.com>
8363
8364         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
8365         if desired.
8366
8367 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
8368
8369         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
8370         these if the appropriate directories and files to not exist.
8371
8372 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
8373
8374         * Makefile.in (DEVO_SUPPORT): Add config.if.
8375
8376 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8377
8378         * configure: Add pattern to replace "build_tooldir"'s
8379         definition in the generated Makefile with "tooldir"'s
8380         actual value.
8381
8382 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
8383
8384         * config.sub: Bring back lost sparcv9.
8385
8386         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
8387
8388 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
8389
8390         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
8391         CC_FOR_TARGET and friends.
8392
8393 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
8394
8395         * Makefile.in (build_tooldir): New variable, same as tooldir.
8396         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
8397         -B$(build_tooldir)/bin/.
8398         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
8399
8400 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8401
8402         * README: Remove installation instructions and refer to the
8403         INSTALL directory instead.
8404
8405 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
8406
8407         * config.sub: Add support for i[34567]86-pc-udk.
8408         * configure.in: Likewise.
8409
8410 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
8411
8412         * Makefile.in: add bzip2 package building bits for user
8413         tools module
8414         * configure.in: ditto
8415
8416 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
8417
8418         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
8419         (ALL_TARGET_MODULES): Add all-target-libobjc.
8420         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8421         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8422         (all-target-libchill): Add dependencies.
8423         * configure.in (target_libs): Add libchill.
8424
8425 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
8426
8427         * configure.in (target_subdir): Remove duplicate line.
8428
8429 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
8430
8431         * Makefile.in (all-automake): fix dependencies.
8432
8433 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
8434
8435         * configure.in: Minor cleanups for building in the $(target_alias)
8436         subdir.
8437
8438 1998-09-22  Jim Wilson  <wilson@cygnus.com>
8439
8440         * Makefile.in (bootstrap): Set r and s before make all.  Use
8441         BASE_FLAGS_TO_PASS in make all.
8442         (cross): Likewise.
8443
8444 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
8445
8446         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
8447
8448 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
8449
8450         * config.sub: Fix typo in last change.
8451
8452 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
8453
8454         * config.sub: Add support for C4x target.
8455         * configure.in: Likewise.
8456
8457 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
8458
8459         * config.sub: Recognize sparcv9 just like sparc64.
8460
8461 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
8462
8463         * config.guess: Match "Pent II" or "PentII" for OpenServer.
8464
8465 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
8466
8467         * config.guess: Correctly identify Pentium II sco boxes.
8468
8469         * config.guess: Fix "tr" code.  From Weiwen Liu.
8470
8471 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
8472
8473         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
8474         stabs.
8475
8476 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
8477
8478         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
8479         (ALL_TARGET_MODULES): Add all-target-libchill.
8480         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
8481         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
8482         (all-target-libchill): Add dependencies.
8483         * configure.in (target_libs): Add libchill.
8484
8485 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
8486
8487         * config.guess: Avoid assumptions about "tr" behaves when
8488         LANG is set to something other than English.
8489
8490 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
8491
8492         * configure (gxx_include_dir): Changed to
8493         '${prefix}/include/g++'-${libstdcxx_interface}.
8494
8495         * config.if: New to determine the interfaces.
8496
8497 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
8498
8499         * config.guess: Detect and handle MPE/IX.
8500         * config.sub: Deal with MPE/IX.
8501
8502 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
8503
8504         * configure.in: Use mh-aix43.
8505
8506 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
8507
8508         * configure: Fix --without/--disable cases for gxx-include-dir.
8509
8510 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
8511
8512         * mdata-sh:  Imported.  Needed for automake support.
8513
8514 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
8515
8516         * Makefile.in (taz): Try "chmod -R og=u ." before
8517         "chmod og=u `find . -print`".
8518
8519 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
8520
8521         * configure.in: Add arm-elf and thumb-elf support.
8522
8523 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
8524
8525         * Makefile.in: Undo previous patch.
8526
8527 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
8528
8529         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
8530         to here ...
8531         (install-no-fixedincludes): and here
8532         (INSTALL_MODULES): ... from here.
8533
8534 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8535
8536         * config.sub: Merge with FSF.
8537
8538         * config.guess: Merge with FSF.
8539
8540 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
8541
8542         * configure (extraconfigdirs): New variable.
8543         (SUBDIRS): Add extraconfigdirs and recurse on them too.
8544         * Makefile.in (all): Move higher in file.
8545         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
8546         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
8547         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
8548         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
8549         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
8550
8551 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
8552
8553         * Makefile.in (all-target-libjava): Depend on all-gcc and
8554         all-target-newlib.
8555         (configure-target-libjava): Depend on $(ALL_GCC).
8556
8557 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
8558
8559         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
8560         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
8561
8562 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
8563
8564         * INSTALL/README: Fix typo.
8565
8566 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8567
8568         * ylwrap: Change absolute path checks to check for DOS style path
8569         names.
8570
8571         * ylwrap: Don't use a full path name if the source file is in the
8572         same directory.  From hjl@lucon.org (H.J. Lu).
8573
8574         * config-ml.in: Default to being verbose, to match Feb 18 change to
8575         configure.
8576
8577 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
8578
8579         Brought over from egcs:
8580
8581         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8582
8583         * configure.in (target_subdir): Set to ${target_alias} instead
8584         of "libraries".
8585
8586         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
8587
8588         * configure.in (target_subdir): Set to libraries if enable_multilib.
8589
8590 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
8591
8592         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
8593         multilibs, force reconfiguration the first time we create
8594         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
8595
8596 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
8597
8598         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
8599         avoid confusion with --no-recursion.
8600
8601 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
8602
8603         * configure.in: Win32 hosts shouldn't use install -x
8604         * install-sh: remove -x option, and special .exe-handling
8605         hack.
8606
8607 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
8608
8609         * config.guess: Recognize i586-pc-beos.
8610         * configure.in: Don't build some bits for beos.
8611
8612 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8613
8614         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
8615         CFLAGS default to -O2.
8616
8617         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
8618         when using GNU ld.
8619
8620 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
8621
8622         * ltmain.sh: Correct install when using a different shell.
8623
8624 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8625
8626         * ltconfig, ltmain.sh: Update to libtool 1.2b.
8627
8628 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
8629
8630         * makefile.vms: Update to build binutils/makefile.vms.  Add install
8631         target.
8632
8633 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
8634
8635         * ltconfig: Update to correct AIX handling.
8636
8637 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
8638
8639         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
8640
8641         * configure.in (target_subdir): Set to ${target_alias} instead
8642         of "libraries".
8643
8644 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
8645
8646         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
8647         (Makefile): Depend on $(gcc_version_trigger).
8648
8649         * configure (gcc_version): Change default initializer to empty
8650         string.
8651         (gcc_version_trigger): New variable; pass this variable down
8652         to subdir configures to enable them checking gcc's version
8653         themselves. Emit make macros for both gcc_version vars.
8654         (topsrcdir): Initialize reliably.
8655         (recursion line): Remove --with-gcc-version=${gcc_version}.
8656
8657 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8658
8659         * configure (enable_version_specific_runtime_libs): Implement new flag
8660         --enable-version-specific-runtime-libs which installs C++ runtime stuff
8661         in $(libsubdir); emit definition in each generated Makefile.
8662         (gxx_include_dir): Initialize depending on
8663         $enable_version_specific_runtime_libs.
8664
8665 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
8666
8667         * configure (gcc_version): Initialize properly depending on
8668         how and where configure is started.
8669         (recursion line): Pass a --with-gcc-version=${gcc_version}
8670         to configures in subdirs.
8671
8672 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
8673
8674         * configure.in (noconfigdirs): Add configure pattern for mips tx39
8675         cygmon
8676
8677 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
8678
8679         * configure.in: Add cygmon and libstub support for mn10200.
8680
8681 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
8682
8683         * configure (gcc_version): Add new variable describing the
8684         particular gcc version we're building.
8685         * Makefile.in (libsubdir): Add new macro for the directory
8686         in which the compiler finds executables, libraries, etc.
8687         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
8688         and libsubdir.
8689
8690 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8691
8692         * Makefile.in (local-clean): Remove *.log.
8693         (warning.log): Built with warn_summary from build.log.
8694         (mail-report.log): Run test_summary.
8695         (mail-report-with-warnings.log): Run test_summary including
8696         warning.log in the report.
8697
8698 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
8699
8700         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
8701
8702 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
8703
8704         * Makefile.in (grep): Grep no longer depends on libiberty.
8705
8706 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
8707
8708         * Makefile.in: all-snavigator needs all-libgui.
8709
8710 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
8711
8712         * configure.in: Add cygmon and libstub support for mn10300.
8713
8714 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
8715
8716         * missing: Update to version from automake 1.3.
8717
8718         * ltmain.sh: On installation, don't get confused if the same name
8719         appears more than once in the list of library names.
8720
8721 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8722
8723         * config.sub: Accept m68060 and m5200 as CPU names.
8724
8725 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
8726
8727         * configure: Use && rather than using -a in test, because odd
8728         strings can confuse test.
8729         * configure.in: Likewise.
8730
8731 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
8732
8733         * ltconfig, ltmain.sh: Bring in Visual C++ support.
8734
8735 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
8736
8737         * Makefile.in (boostrap2-lean, bootstrap3-lean,
8738         bootstrap4-lean): New targets.
8739
8740 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
8741
8742         * mpw-* Delete.  Not used.
8743
8744 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
8745
8746         * COPYING.LIB: Update FSF address.
8747
8748 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
8749
8750         * ltconfig, ltmain.sh: Update to libtool 1.2a.
8751
8752         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
8753         GAS_SUPPORT_DIRS.
8754
8755 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
8756
8757         * ltconfig, ltmain.sh: Avoid producing a version number if
8758         -version-info was not used.
8759
8760 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8761
8762         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
8763         building with newlib.
8764
8765 1998-04-30  Paul Eggert  <eggert@twinsun.com>
8766
8767         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
8768         Solaris `make' causes it to continue to next definition.
8769
8770 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8771
8772         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
8773         the right GUI libraries and files are installed along with GDB.
8774
8775 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8776
8777         * configure.in: Change alpha to alpha* in several places.
8778
8779 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
8780
8781         * config.sub: Recognize sparc86x.
8782
8783 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
8784
8785         * configure.in (--enable-target-optspace): Remove debug echo.
8786
8787 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
8788
8789         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
8790
8791 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
8792
8793         * ltconfig: Update cygwin32 support.
8794
8795         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
8796         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
8797         (GDB_SUPPORT_DIRS): Likewise.
8798
8799 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
8800
8801         * configure.in (target_makefile_frag): If --enable-target-optspace,
8802         use -Os to compile target libraries rather than -O2.  Default to
8803         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
8804         not used.
8805         * configure.in (target_cflags): Ditto for d30v.
8806
8807 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
8808
8809         * Makefile.in (all-bfd): Depend on all-intl.
8810         (all-binutils): Likewise.
8811         (all-gas): Likewise.
8812         (all-gprof): Likewise.
8813         (all-ld): Likewise.
8814
8815 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
8816
8817         * configure.in (host_tools): Fix typo, lbtool -> libtool.
8818
8819 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
8820
8821         * Makefile.in (all-bfd): Depend upon all-libiberty.
8822
8823         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
8824
8825 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
8826
8827         * Makefile.in: Add libstub.
8828
8829         * configure.in: Ditto. Build libstub for targets that have cygmon
8830         support.
8831
8832 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
8833
8834         * configure.in: Don't set PICFLAG on ix86-cygwin32.
8835
8836 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
8837
8838         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
8839         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
8840
8841 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
8842
8843         * configure: Define DEFAULT_M4 by searching PATH.
8844         * Makfile.in: Use DEFAULT_M4.
8845
8846 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
8847
8848         * ltconfig: Add cygwin32 support.
8849
8850         * Makefile.in, configure.in: Add libtool as a native only directory
8851         to configure and build.
8852
8853 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
8854
8855         * Makefile.in (INSTALL_MODULES): Remove texinfo.
8856
8857 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
8858
8859         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
8860
8861 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
8862
8863         * Makefile.in: add ash make rules
8864         * configure.in: add ash to native_only and host_tools lists
8865
8866 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
8867
8868         * Makefile.in (all-gettext, all-intl): New targets.
8869         (ALL_MODULES): Added all-gettext, all-intl.
8870         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
8871         (INSTALL_MODULES): Added install-gettext, install-intl.
8872         (CLEAN_MODULES): Added clean-gettext, clean-intl.
8873
8874         * configure.in (host_tools): Added gettext.
8875         (native_only): Likewise.
8876         (noconfigdirs) [various cases]: Likewise.
8877         (host_libs): Added intl.
8878
8879 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
8880
8881         * configure: Do not disable building gdbtk for cygwin32 hosts.
8882
8883 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
8884
8885         * configure.in: Add thumb-coff target.
8886         * config.sub: Add thumb-coff target.
8887
8888 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8889
8890         * Makefile.in: Revert yesterday's change.
8891         (all-target-winsup):  all-target-librx stays out of here.
8892
8893 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8894
8895         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
8896         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
8897         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
8898         Remove references to librx and libg++.
8899
8900 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
8901
8902         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
8903         recursive makes
8904
8905 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
8906
8907         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
8908         for newlib directory.
8909         (CXX_FOR_TARGET): Likewise.
8910
8911 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
8912
8913         * ltconfig: Update after libtool/ltconfig.in change for
8914         hpux11.
8915
8916 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
8917
8918         * ltconfig, ltmain.sh: Update to libtool 1.2.
8919
8920 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8921
8922         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
8923         (install-gcc-cross): Instead, override LANGUAGES here.
8924
8925 1998-03-18  Dave Love  <d.love@dl.ac.uk>
8926
8927         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
8928         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
8929
8930 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
8931
8932         * configure.in: Add Thumb-pe target.
8933
8934 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
8935
8936         * Makefile.in - changed sn targets to snavigator
8937         * configure.in - changed sn targets to snavigator
8938
8939 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
8940
8941         * config-ml.in: After building symlink tree call make distclean
8942         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
8943         to be the case for libiberty.
8944
8945 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
8946
8947         * configure: When making link, also check the current
8948         directory. The configure scripts may create one.
8949
8950 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
8951
8952         * config.sub: Accept alphapca56 and alphaev6 properly.
8953
8954 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
8955
8956         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
8957
8958 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
8959
8960         * config.sub (sco5): Fix typo.
8961
8962 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
8963
8964         * Makefile.in (INSTALL_MODULES): Move install-tcl before
8965         install-itcl.
8966         (install-itcl): Remove dependency on install-tcl.
8967
8968 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
8969
8970         * configure.in: Remove libgloss from noconfigdirs for MN10300.
8971
8972 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
8973
8974         * configure.in: Don't build libgui for a cygwin32 target when not on
8975         a cygwin32 host.
8976
8977 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
8978
8979         * configure (redirect): Set to null, so default behavior of
8980         configure is now --verbose.
8981
8982 1998-02-16  Dave Love  <d.love@dl.ac.uk>
8983
8984         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
8985         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
8986
8987 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
8988
8989         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
8990         this change to sync Makefile.in with its ChangeLog entries.
8991
8992 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
8993
8994         * ltmain.sh (mkdir): Check that the directory doesn't exist
8995         before we exit with error, so that we don't get races during
8996         parallel builds.
8997
8998 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
8999
9000         * ltconfig, ltmain.sh: Update from libtool 1.0i.
9001
9002 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9003
9004         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
9005         PICFLAG_FOR_TARGET.
9006         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
9007
9008         * configure: Emit a definition for the new macro enable_shared
9009         into each Makefile.
9010
9011 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
9012
9013         * configure.in (host_tools, native_only): Add libtool.
9014
9015 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
9016
9017         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
9018         Fix typo in ming config comment.
9019
9020 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
9021
9022         * ltconfig, ltmain.sh: Update from libtool 1.0h.
9023
9024 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
9025
9026         * config.sub: Add tic30 cases, and map c30 to tic30.
9027
9028 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
9029
9030         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
9031         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
9032         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
9033         (CLEAN_TARGET_MODULES): Similarly
9034         (all-target-libf2c): Add dependences.
9035         * configure.in (target_libs): Add libf2c.
9036
9037 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
9038
9039         * configure.in: Remove expect from noconfigdirs when target
9040         is cygwin32.  OK to build expect and dejagnu with Canadian
9041         Cross.
9042
9043 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
9044
9045         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
9046         host.
9047
9048         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
9049         and mingw32.
9050
9051 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9052
9053         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
9054         here as it is not defined in the toplevel Makefile.
9055
9056 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9057
9058         * configure (package_makefile_rules_frag): New variable, which names
9059         a file with generic rules, ...
9060         Change comment to mention we now have FIVE parts.
9061         * configure: Undo last change.
9062
9063 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
9064
9065         * config.guess: More accurate determination of HP processor types.
9066         * config.sub: More accurate determination of HP processor types.
9067
9068 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
9069
9070         * configure (package_makefile_frag): Move inserting the
9071         ${package_makefile_frag} to where it should be according
9072         to the comment.
9073
9074 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
9075
9076         * config.guess: Add support for Linux/ARM.
9077
9078 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
9079
9080         * .cvsignore: Remove *-info and *-install since they match
9081         release-info and mpw-install, which we don't want to just ignore.
9082
9083 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
9084
9085         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
9086
9087 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
9088
9089         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
9090         local_prefix to sub-make invocations.
9091
9092 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
9093
9094         * configure.in: Check makefile fragments in the source
9095         directory.
9096
9097 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
9098
9099         * configure.in: Check whether host and target makefile
9100         fragments exist before adding them to *_makefile_frag.
9101
9102 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
9103
9104         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
9105
9106 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
9107
9108         * configure.in: Make sure we only replace RPATH_ENVVAR on
9109         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
9110         regexp to sed.
9111
9112         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
9113         to sub-makes.
9114
9115 1998-01-13  Lee Iverson   (leei@ai.sri.com)
9116
9117         * config-ml.in (multi-do): LDFLAGS must include multilib
9118         designator.
9119
9120 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
9121
9122         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
9123
9124 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
9125
9126         * config.sub: Add mingw32 support.
9127         * configure.in: Likewise.
9128
9129 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
9130
9131         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
9132
9133 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
9134
9135         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9136         * configure (gxx_include_dir): Provide a definition for subdirs
9137         which do not use autoconf.
9138
9139 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
9140
9141         * config.guess: Sync with egcs.  Picks up new alpha support,
9142         BeOS & some additional linux support.
9143
9144 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
9145
9146         * config.guess: HP 9000/803 is a PA1.1 machine.
9147
9148 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
9149
9150         * configure.in: It's alpha*-...
9151
9152 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9153
9154         * configure.in (host_makefile_frag, target_makefile_frag):
9155         Handle multiple config files.
9156         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
9157         alpha-*-*.
9158
9159 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
9160
9161         * mkdep: New file.
9162
9163 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
9164
9165         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
9166
9167 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9168
9169         * Makefile.in: Add libgui directory.
9170         (GDB_TK): Add all-libgui.
9171         * configure.in: Add libgui directory.
9172         * configure: Add all-libgui to GDB_TK.
9173
9174 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
9175
9176         * config-ml.in (multidirs): Add m32r to multilib list.
9177
9178 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
9179
9180         * Makefile.in (all-target-gperf): Change dependency to
9181         all-target-libstdc++.
9182
9183 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
9184
9185         * config.guess: Add BeOS support.
9186
9187 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9188
9189         Source directory cvs renamed to cvssrc:
9190         * configure.in (host_tools): Change cvs to cvssrc.
9191         (native_only): Likewise.
9192         (noconfigdirs) [various cases]: Likewise.
9193         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
9194         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
9195         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
9196         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
9197         (all-cvssrc): Rename target from all-cvs.
9198
9199 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
9200
9201         * configure (gxx_include_dir): Fix thinko.
9202
9203 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
9204
9205         * Makefile.in (INSTALL_TARGET_CROSS): Define.
9206         (install-cross, install-gcc-cross): New targets.
9207
9208 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
9209
9210         * configure.in (noconfigdirs): Add support for Thumb target.
9211
9212         * config.sub (maybe_os): Add support for Thumb target.
9213
9214 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
9215
9216         * Makefile.in: Add rules for cygmon.
9217
9218         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
9219
9220 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
9221
9222         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
9223         * configure (gxx_include_dir): Provide a definition for subdirs
9224         which do not use autoconf.
9225
9226 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
9227
9228         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
9229         11/18/97 build
9230
9231 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
9232
9233         * From Franz Sirl.
9234         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
9235         found on RedHat Linux systems.
9236
9237 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
9238
9239         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
9240         guesses.
9241
9242 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
9243
9244         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
9245
9246 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
9247
9248         * ltmain.sh: If mkdir fails, check whether the directory was created
9249         anyhow by some other process.
9250
9251 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
9252
9253         * configure.in (d30v-*-*): Configure all directories.
9254
9255 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
9256
9257         * configure.in (d30v-*-*): Configure newlib, libiberty directories
9258         for the D30V.
9259
9260 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
9261
9262         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
9263
9264 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
9265
9266         * include/libiberty.h: Add extern "C" { so it can be used with C++
9267         progrms.
9268         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
9269         programs.
9270
9271 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
9272
9273         * configure.in (d30v-*-*): Configure GCC now.
9274
9275 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
9276
9277         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
9278         is no longer needed.
9279
9280 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
9281
9282         * Makefile.in: check-target-libio depends on all-target-libstdc++.
9283
9284 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
9285
9286         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
9287         targets using "$@" to provide support for similar but not identical
9288         targets without having to duplicate code.
9289
9290 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
9291
9292         * makefile.vms: Fix to work with DEC C.
9293
9294 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
9295
9296         * config.sub: Add mips-tx39-elf to marketing names.
9297
9298 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
9299
9300         * ltmain.sh: Handle symlinks in generated script.
9301
9302 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
9303
9304         * configure: Handle autoconf style directory options: --bindir,
9305         --datadir, --includedir, --infodir, --libdir, --libexecdir,
9306         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
9307         --sysconfdir.
9308         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
9309         (sharedstatedir, localstatedir, oldincludedir): New variables.
9310         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
9311         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
9312         sbindir, sharedstatedir, and sysconfdir.
9313
9314 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
9315
9316         * Makefile.in (bootstrap-lean): New target.
9317
9318 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
9319
9320         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
9321         sn, and gnuserv from noconfigdirs.
9322
9323 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
9324
9325         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
9326
9327 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
9328
9329         * Makefile.in (cross): New target.
9330
9331 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
9332                           Jeff Law         <law@cygnus.com>
9333
9334         * Makefile.in (bootstrap2, bootstrap3): New targets.
9335         (all-bootstrap): Remove outdated and confusing target.
9336         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
9337
9338 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9339
9340         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
9341         windows.  Consistent with gdb/configure.
9342
9343 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
9344
9345         * configure.in: Name Linux target fragment.
9346
9347         * configure: Rewrite so that project Makefile fragment is inserted
9348         first and appears last in the resulting Makefile.
9349
9350 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9351
9352         * Makefile.in (install-itcl): Install tcl first.
9353
9354 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
9355
9356         * configure.in: remove bison from noconfigdirs for Cygwin32 host
9357
9358 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
9359
9360         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
9361
9362         * configure.in (skipdirs): Add target-librx for Linux.
9363         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
9364
9365 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
9366
9367         * Makefile.in (bootstrap): New target.
9368
9369 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
9370
9371         * config.sub: Accept 'amigados' for backward compatibility.
9372
9373 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
9374
9375         * config.guess: Merge with FSF.
9376
9377 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
9378
9379         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
9380
9381 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
9382
9383         * config.sub: Add "marketing-names" patch.
9384
9385 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
9386
9387         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
9388
9389 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
9390
9391         * config.sub: Handle v850-elf.
9392
9393 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
9394
9395         * .cvsignore (*-install): Remove.
9396
9397 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
9398
9399         * ltconfig: Set CONFIG_SHELL in libtool.
9400         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
9401
9402 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
9403
9404         * configure.in (target_subdir): Set to libraries if enable_multilib.
9405
9406 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
9407
9408         * config.guess: Update from gcc directory.
9409
9410 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9411
9412         * Makefile.in (all-sim): Depends on all-readline.
9413
9414 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
9415
9416         * Makefile.in (BISON, YACC): Use $$s.
9417         (all-bison): Depend on all-texinfo.
9418
9419 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
9420
9421         * Makefile.in (BISON): Add -L flag.
9422         (YACC): Likewise.
9423
9424 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9425
9426         * configure.in (noconfigdirs): Add support for v850e target.
9427
9428         * config.sub (maybe_os): Add support for v850e target.
9429
9430 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
9431
9432         * configure.in (noconfigdirs): Add support for v850ea target.
9433
9434         * config.sub (maybe_os): Add support for v850ea target.
9435
9436 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
9437
9438         * config.sub: Add mipstx39.  Delete r3900.
9439
9440 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9441
9442         * Makefile.in (all-autoconf): Depends on all-texinfo.
9443
9444 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
9445
9446         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
9447         eabi targets.
9448
9449 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
9450
9451         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
9452
9453         * configure: When handling a Canadian Cross, handle YACC as well as
9454         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
9455         * Makefile.in (all-bison): Depend upon all-texinfo.
9456
9457 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
9458
9459         * Makefile.in (BISON): bison, not byacc or bison -y.
9460         (YACC): bison -y or byacc or yacc.
9461         (various): Add *-bison as appropriate.
9462         (taz): No need to mess with BISON anymore.
9463
9464 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
9465
9466         * configure: If OSTYPE matches *win32*, try to find a good value for
9467         CONFIG_SHELL.
9468
9469 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
9470
9471         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
9472         configure.in if it is present.
9473
9474 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
9475
9476         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
9477
9478 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
9479
9480         * config.sub: Recognize `arc' cpu.
9481         * configure.in: Likewise.
9482         * config-ml.in: Likewise.
9483
9484 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
9485
9486         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
9487
9488 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
9489
9490         * configure: Changed sed delimiter from ':' to '|' when
9491         attempting to substitute ${config_shell} for SHELL. On
9492         NT ${config_shell} may contain a ':' in it.
9493
9494 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
9495
9496         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
9497
9498 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
9499
9500         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
9501
9502 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9503
9504         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
9505
9506         * ylwrap: If the program is a relative path, force it to be
9507         absolute.
9508
9509 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9510
9511         * configure (tooldir): Set BISON to `bison -y' and not just bison.
9512
9513 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
9514
9515         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
9516         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
9517         for libraries.
9518
9519 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
9520
9521         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
9522         separated by spaces.
9523
9524 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
9525
9526         * ylwrap: New file.
9527         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
9528
9529         * ltmain.sh: Handle /bin/sh at start of install program.
9530
9531         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
9532
9533         * ltconfig, ltmain.sh: New files, from libtool 1.0.
9534         * missing: New file, from automake 1.2.
9535
9536 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
9537
9538         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
9539         check-tk to CHECK_X11_MODULES.
9540
9541 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9542
9543         * config.sub: Merge with FSF.
9544
9545 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
9546
9547         * config.guess: Merge with FSF.
9548
9549 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
9550
9551         * configure: Treat msdosdjgpp like go32.
9552         * configure.in: Likewise.  Don't remove gprof for go32.
9553
9554         * configure: Change Makefile.tem2 to Makefile.tm2.
9555
9556 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
9557
9558         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
9559
9560 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9561
9562         * install-sh (chmodcmd): Set to null if the DST directory already
9563         exists.  Same as Nov 11th change.
9564
9565 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
9566
9567         * configure (GDB_TK): Needs itcl and tix.
9568
9569 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
9570
9571         * config.guess: Update from FSF.
9572
9573 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
9574
9575         * Makefile.in (GDB_TK): Depend on itcl and tix.
9576
9577 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9578
9579         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
9580         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
9581         (INSTALL_SCRIPT): New variable.
9582         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
9583         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
9584         to -x.
9585         * install-sh: Add support for -x option.
9586
9587 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
9588
9589         * configure.in, Makefile.in: Treat tix like itcl.
9590
9591 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
9592
9593         * Makefile.in (WINDRES): New variable.
9594         (WINDRES_FOR_TARGET): New variable.
9595         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
9596         (EXTRA_HOST_FLAGS): Add WINDRES.
9597         (EXTRA_TARGET_FLAGS): Add WINDRES.
9598         (EXTRA_GCC_FLAGS): Add WINDRES.
9599         ($(DO_X)): Pass down WINDRES.
9600         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
9601         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
9602         DLLTOOL_FOR_TARGET.
9603
9604 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
9605
9606         * configure.in: configure sim before gdb for win32-x-ppc
9607
9608 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9609
9610         Move gperf into the toplevel, from libg++.
9611         * configure.in (target_tools): Add target-gperf.
9612         (native_only): Add target-gperf.
9613         * Makefile.in (all-target-gperf): New target, depend on
9614         all-target-libg++.
9615         (configure-target-gperf): Empty rule.
9616         (ALL_TARGET_MODULES): Add all-target-gperf.
9617         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
9618         (CHECK_TARGET_MODULES): Add check-target-gperf.
9619         (INSTALL_TARGET_MODULES): Add install-target-gperf.
9620         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
9621
9622 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
9623
9624         * config.sub (mn10200): Recognize new basic machine.
9625
9626 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9627
9628         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
9629         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
9630
9631 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
9632
9633         * configure.in: If we're building mips-sgi-irix6* native, turn on
9634         ENABLE_MULTILIB and set TARGET_SUBDIR.
9635
9636 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
9637
9638         * Makefile.in (all-sn): Depend on all-grep.
9639
9640 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
9641
9642         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
9643
9644         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
9645         Makefile.  From Jeff Makey <jeff@cts.com>.
9646         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
9647
9648         * Makefile.in (DISTBISONFILES): Remove.
9649         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
9650         $(DEFAULT_YACC).
9651
9652         * configure.in: Build itl, db, sn, etc., when building for native
9653         cygwin32.
9654
9655         * Makefile.in (LD): New variable.
9656         (EXTRA_HOST_FLAGS): Pass down LD.
9657         ($(DO_X)): Likewise.
9658
9659 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
9660
9661         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
9662
9663 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
9664
9665         * configure.in (targargs): Strip out any supplied --build argument
9666         before adding our own. Always add --build.
9667
9668 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
9669
9670         * configure.in (targargs): Pass --build if we're doing
9671         a cross-compile.
9672
9673 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
9674
9675         * configure: Use '|' instead of ":" as the separator in
9676         sed. Otherwise sed chokes on NT path names with drive
9677         designators. Also look for "?:*" as the leading characters in an
9678         absolute pathname.
9679
9680 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
9681
9682         * config.sub: Support for r3900.
9683
9684 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
9685
9686         * configure.in: Use install-sh, not install.sh.
9687
9688 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
9689
9690         * Makefile.in (taz): Improve check for BISON so it doesn't try to
9691         apply it twice.
9692
9693 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
9694
9695         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
9696         install-binutils.
9697
9698 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
9699
9700         * Makefile.in: Add automake targets.
9701         * configure.in (host_tools): Add automake.
9702
9703 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9704
9705         * configure: Default CXX to c++, not gcc.
9706         * Makefile.in (CXX): Set to c++, not gcc.
9707         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
9708
9709 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
9710
9711         * install-sh: try appending a .exe if source file doesn't
9712         exist
9713
9714 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
9715
9716         * configure.in: Turn on multilib by default.
9717         (cross_only): Remove target-libiberty.
9718
9719         * Makefile.in (all-gcc): Don't depend on libiberty.
9720
9721 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
9722
9723         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
9724
9725 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9726
9727         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
9728         (DISTBISONFILES): Add ld/Makefile.in
9729
9730 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
9731
9732         * configure.in: if target is cygwin32 but host isn't cygwin32,
9733         don't configure gdb tcl tk expect, not just gdb.
9734
9735 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
9736
9737         * configure.in: Added gnuserv everywhere sn appears.
9738
9739         * Makefile.in (ALL_MODULES): Added all-gnuserv.
9740         (CROSS_CHECK_MODULES): Added check-gnuserv.
9741         (INSTALL_MODULES): Added install-gnuserv.
9742         (CLEAN_MODULES): Added clean-gnuserv.
9743         (all-gnuserv): New target.
9744
9745 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
9746
9747         * config.guess: Fixes for MIPS OpenBSD systems.
9748
9749 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
9750
9751         * Makefile.in (INSTALL_XFORM): Remove.
9752         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
9753
9754         * mkinstalldirs: New file, copied from automake.
9755         * Makefile.in (installdirs): Rename from install-dirs.  Use
9756         mkinstalldirs.  Change all users.
9757         (DEVO_SUPPORT): Add mkinstalldirs.
9758
9759 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
9760
9761         * install-sh: Rename from install.sh.
9762         * Makefile.in (INSTALL): Change install.sh to install-sh.
9763         (DEVO_SUPPORT): Likewise.
9764
9765         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
9766         Graichen <graichen@rzpd.de>.
9767
9768 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
9769
9770         * config.guess: Recognize OpenBSD systems correctly.
9771
9772 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
9773
9774         * README, Makefile.in (ETC_SUPPORT): Remove references to
9775         cfg-paper*, configure.{texi,man,info*}._
9776
9777 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
9778
9779         * Makefile.in (all.normal): Ensure that gcc is built after all
9780         the x11 - ie gdb - targets.
9781
9782 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
9783
9784         * makefile.vms: Don't run conf-a-gas.
9785
9786 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
9787
9788         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
9789
9790 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
9791
9792         * configure.in: Remove noconfigdirs case since gdb also
9793         configures and builds for tic80-coff.
9794
9795 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
9796
9797         * configure: Set cache_file to config.cache.
9798         * Makefile.in (local-distclean): Remove config.cache.
9799
9800 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9801
9802         * COPYING: Update FSF address.
9803
9804 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
9805
9806         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
9807         noconfigdirs.
9808
9809 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
9810
9811         * Makefile.in (install-dirs): Don't crash if prefix, and hence
9812         MAKEDIRS, is empty.
9813
9814 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
9815
9816         * config.sub: Tweak mn10300 entry.
9817
9818 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
9819
9820         * configure.in (host_tools): Put sim before gdb, so gdb's
9821         configure.tgt can determine if the simulator was configured.
9822
9823 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
9824
9825         * config.sub: Move BeOS $os case to be with other Cygnus
9826         local cases.
9827
9828 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
9829
9830         * config.sub: Remove misplaced comment that broke Linux.
9831
9832 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
9833
9834         * config.sub: Add BeOS support.
9835
9836 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
9837
9838         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
9839
9840 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
9841
9842         * configure.in (noconfigdirs): Remove tcl and tk from
9843         noconfigdirs for cygwin32 builds.
9844
9845 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
9846
9847         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
9848
9849 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
9850
9851         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
9852         make-all.com, use makefile.vms instead.
9853
9854 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
9855
9856         * config.sub: Accept -lnews*.
9857
9858 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
9859
9860         * configure.in (noconfigdirs): Disable target-newlib,
9861         target-examples and target-libiberty for d30v.
9862
9863 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9864
9865         * configure.in (noconfigdirs): Enable ld for d30v.
9866
9867 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
9868
9869         * configure.in (tic80-*-*): Build compiler.
9870
9871 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
9872
9873         * configure.in (d30v-*): Remove sim directory from list of
9874         unsupported d30v directories
9875
9876 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
9877
9878         * config.sub, configure.in: Add d30v target cpu.
9879
9880 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
9881
9882         * makefile.vms: New file.
9883         * make-all.com: Remove.
9884
9885 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
9886
9887         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
9888
9889 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
9890
9891         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
9892
9893 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
9894
9895         * Makefile.in (ALL_MODULES): Added all-db.
9896         (CROSS_CHECK_MODULES): Addec check-db.
9897         (INSTALL_MODULES): Added install-db.
9898         (CLEAN_MODULES): Added clean-db.
9899
9900 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
9901
9902         * config.guess: Merge with latest FSF sources.
9903
9904 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
9905
9906         * Makefile.in (ALL_MODULES): Added all-itcl.
9907         (CROSS_CHECK_MODULES): Added check-itcl.
9908         (INSTALL_MODULES): Added install-itcl.
9909         (CLEAN_MODULES): Added clean-itcl.
9910
9911 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
9912
9913         * configure.in: build gdb for mn10200
9914
9915 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
9916
9917         * Makefile.in (all-target-winsup): Depend on all-target-libio.
9918
9919 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
9920
9921         * configure.in (tic80-*-*): Turn off most targets right now.
9922
9923 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
9924
9925         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
9926         rather than the makeinfo program.
9927         (do-info): Depend upon all-texinfo.
9928
9929 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
9930
9931         * configure.in: Remove uses of config/mh-linux.
9932
9933         * config.sub, config.guess: Merge with latest FSF sources.
9934
9935 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
9936
9937         * config.sub (case $basic_machine): Add tic80 entries.
9938
9939 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
9940
9941         * config.sub, config.guess: Merge with latest FSF sources.
9942
9943 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
9944
9945         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
9946         * mpw-config.in: Test for NewFolderRecursive.
9947         * mpw-install: Use symbolic name for startup filename.
9948         * mpw-README: Add various additional details.
9949
9950 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
9951
9952         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
9953
9954 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
9955
9956         * configure.in: Do build gcc and the target libraries for
9957         the mn10200.
9958
9959 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
9960
9961         * configure.in: don't avoid building gdb for mn10300 any more
9962         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
9963         instead of single-quoting it.
9964
9965 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
9966
9967         * configure.in: Don't use --with-stabs on IRIX 6.
9968
9969 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
9970
9971         * configure.in (m32r): Build gdb, libg++ now.
9972
9973 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
9974
9975         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
9976         directories from noconfigdirs.
9977
9978 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
9979
9980         * config.sub (basic_machine): added mips16 configuration
9981
9982 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
9983
9984         * config.sub: Handle d10v-unknown.
9985
9986 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
9987
9988         * config.sub: Handle v850-unknown.
9989
9990 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
9991
9992         * Makefile.in: add findutils
9993         * configure.in: add findutils to list of host_tools
9994
9995 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
9996
9997         * config.sub: Handle mn10200 and mn10300.
9998
9999 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10000
10001         * configure.in (d10v-*): Do not build librx.
10002
10003 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
10004
10005         * configure.in (mn10300): Build everything except gdb & libgloss.
10006
10007 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
10008
10009         * config.guess:  Patch for Dansk Data Elektronik servers,
10010         from Niels Skou Olsen <nso@dde.dk>.
10011
10012         For ncr, use /bin/uname rather than uname, since GNU uname does not
10013         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
10014
10015         Patch for MIPS R4000 running System V,
10016         from Eric S. Raymond <esr@snark.thyrsus.com>.
10017
10018         Fix thinko for nextstep.
10019
10020         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
10021
10022         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
10023         * config.guess: Guess mips-dec-mach_bsd4.3.
10024
10025         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
10026         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
10027         release numbers.
10028         * config.guess (mips-mips-riscos*):  Emit just enough of the
10029         release number.
10030
10031         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
10032         * config.guess (sparc-auspex-sunos*):  Added.
10033         (f300-fujitsu-*): Added.
10034
10035         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
10036         * config.guess:  Recognize a Tadpole as a sparc.
10037
10038 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10039
10040         * config.guess: Don't assume that NextStep version is either 2 or
10041         3.  NextStep 4 (aka OpenStep 4) has come out now.
10042
10043 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
10044
10045         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
10046         From Rik Faith <faith@cs.unc.edu>.
10047
10048 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
10049
10050         * config.sub: Contributions from bug-gnu-utils to:
10051         Support plain "hppa" (no version given) architecture, reported by
10052         OpenStep.
10053         OpenBSD like NetBSD.
10054         LynxOs is not a hardware supplier.
10055
10056         * config.guess: Contributions from bug-gnu-utils to add support for:
10057         OpenBSD like NetBSD.
10058         Stratus systems.
10059         More Pyramid systems.
10060         i[n>4]86 Intel chips.
10061         M680[n>4]0 Motorola chips.
10062         Use unknown instead of lynx for hardware manufacturer.
10063
10064 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10065
10066         * install.sh (chmodcmd): Set to null if the DST directory already
10067         exists.
10068
10069 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10070
10071         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
10072         not use mt-ppc target Makefile fragment any more.
10073
10074 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10075
10076         * configure.in (*-*-windows):  Exclude everything but those dirs
10077         needed to build windows.
10078
10079 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
10080
10081         * Makefile.in (all-target-winsup): Depend on all-target-librx.
10082
10083 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10084
10085         * configure.in:  Exclude mmalloc from i386-windows.
10086
10087 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
10088
10089         * Undo my previous change.
10090
10091 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
10092
10093         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
10094         unconditionally.
10095         (MAKEOVERRIDES): Define (revert this part of October 18 change).
10096
10097 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
10098
10099         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
10100         host to add it's own flags.
10101
10102 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
10103
10104         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
10105
10106 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
10107
10108         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
10109         (CXX_FOR_TARGET): Likewise.
10110         (GCC_FOR_TARGET): Define.
10111         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
10112         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
10113         CC_FOR_TARGET was specified on the command line.
10114         (MAKEOVERRIDES): Don't define.
10115
10116 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
10117
10118         * configure.in (m32r): Fix spelling of libg++ libs.
10119
10120 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
10121
10122         * config.sub (-apple*): Remove, now redundant.
10123
10124 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
10125
10126         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
10127
10128         * configure: Rework yesterday's sed script patch.
10129
10130         * config.sub: Merge with FSF.
10131
10132 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
10133
10134         * config.guess:  Merge from FSF.
10135
10136         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
10137         * config.guess: Use pc instead of unknown, for pc clone systems.
10138         Change linux to linux-gnu.
10139
10140         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10141         * config.guess: Avoid non-portable tr syntax.
10142
10143 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
10144
10145         * test-build.mk (HOLES): Add "xargs" for gdb.
10146
10147         * configure: Avoid hpux10.20 sed bug.
10148
10149 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
10150
10151         * configure.in:  Add support for windows host
10152         (that is a build done under the Microsoft build environment).
10153
10154 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
10155
10156         * Makefile.in: Replace all uses of srcroot with s, to shrink
10157         command line lengths.
10158
10159         Patches from Geoffrey Noer <noer@cygnus.com>:
10160         * configure.in: If configuring for newlib, pass --with-newlib to
10161         subdirectories.
10162         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
10163         -Bnewlib/ and -Lwinsup to gcc.
10164         (CXX_FOR_TARGET): Likewise.
10165
10166 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10167
10168         * Makefile.in (ETC_SUPPORT): Add configure.
10169
10170 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
10171
10172         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
10173         host configuration file.
10174
10175 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
10176
10177         * configure.in: Break mn10x00 support into separate
10178         mn10200 and mn10300 configurations.
10179         * config.sub: Likewise.
10180
10181 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
10182
10183         * configure.in: Add lots of stuff to noconfigdirs for
10184         the mn10x00 targets.
10185
10186         * config.sub, configure.in: Add mn10x00 support.
10187
10188 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
10189
10190         * make-all.com: Call conf-a-gas, not config-a-gas.
10191
10192 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
10193
10194         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
10195         targets.
10196
10197 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
10198
10199         * mpw-README: Add much more detail for native PowerMac.
10200         * mpw-install: New file.
10201         * mpw-configure: Add --norecursion and --help options.
10202         * mpw-config.in: Translate readme and install files when
10203         copying to objdir.
10204         * mpw-build.in: Don't always depend on byacc and flex.
10205         (install-only-top): New action.
10206
10207 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
10208
10209         * configure.in:  You can now configure GDB for the v850.
10210
10211 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
10212
10213         * configure.in (noconfigdirs): Don't configure any C++ dirs
10214         if targeting D10V.
10215
10216 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
10217
10218         * config.sub: Recognize mips64vr5000.
10219
10220 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
10221
10222         * configure.in: Use a single line for host_tools and native_only.
10223
10224 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
10225
10226         * config.sub, configure.in: Add entries for m32r.
10227
10228 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
10229
10230         * Makefile.in (inet-install): Don't run install-gzip.
10231
10232 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
10233
10234         * configure.in:  Don't config lots of things for *-*-windows*.
10235
10236 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
10237
10238         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
10239         (host_libs, host_tools): Copy from configure.in.
10240         * mpw-configure: Don't complain about directories not found.
10241
10242 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10243
10244         * configure.in (i[345]86): Recognize i686 for pentium pro.
10245         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
10246         file.
10247
10248         * config.guess (i[345]86): Ditto.
10249
10250 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10251
10252         * configure.in (noconfigdirs): Removed gdb for D10V.
10253
10254 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
10255
10256         * configure.in: Remove ld, target-libio, target-libg++, and
10257         target-libstdc++ from noconfigdirs.
10258
10259 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
10260
10261         * configure: Fix three locations where shell scripts were
10262         being run directly rather than with config_shell.
10263
10264 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
10265
10266         * configure.in (v850-*-*): Set up initial $noconfigdirs.
10267         * config.sub (basic_machine): Recognize v850.
10268
10269 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
10270
10271         * mpw-configure: Handle multiple enable/disable options and
10272         pass them down recursively, handle -c and -s flags appropriately
10273         depending on choice of compiler, add escape mechanism for
10274         quoted arguments to gC.
10275
10276 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10277
10278         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
10279         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
10280         so that -mrelocatable-lib and -mno-eabi are used.
10281
10282         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
10283         not support --print-multi-lib, don't abort.
10284
10285 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
10286
10287         * make-all.com: Run config-a-gas.
10288         * setup.com: Don't copy subdirectory files around.
10289
10290 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
10291
10292         * configure.in (*-*-ose): Remove exclusion of libgloss for this
10293         target, it now compiles correctly.
10294
10295 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
10296
10297         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
10298
10299 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10300
10301         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
10302
10303 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10304
10305         * configure.in (native_only): Add prms.
10306
10307 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
10308
10309         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
10310         (BINUTILS_SUPPORT_DIRS): Likewise.
10311
10312 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10313
10314         * configure.in (d10v-*-*): Don't configure ld or gdb until the
10315         d10v support is added.
10316
10317 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
10318
10319         * configure.in (d10v-*-*): New target.
10320
10321 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
10322
10323         * config.guess (HP 9000/811): Recognize this as a PA1.1
10324         machine.
10325
10326 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
10327
10328         * Makefile.in (do-tar-gz): New target, split out from tail end of
10329         taz target.  Run each command separately, don't use pipes.
10330         (taz): Use it.
10331
10332 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
10333
10334         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
10335         * mpw-build.in: No builds should depend on building byacc or flex,
10336         they are assumed to be installed already.
10337
10338 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10339
10340         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
10341         variable that CC_FOR_TARGET needs.
10342
10343 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10344
10345         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
10346         options have changed since the last time the subdirectory was
10347         configured, and if it has, reconfigure.
10348         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
10349         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
10350
10351 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
10352
10353         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
10354         CLEAN_MODULES): Add bash.
10355         (all-bash): New target.
10356
10357 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
10358
10359         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
10360
10361 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10362
10363         * config.sub (basic_machine): Recognize d10v as a valid processor.
10364
10365 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
10366
10367         * mpw-configure: Add support for --bindir.
10368         * mpw-build.in: Use a GCC-specific build script for GCC actions.
10369
10370 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
10371
10372         * configure.in: add bash, time, gawk to list of hosttools and things
10373         to only build for native toolchains
10374
10375 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10376
10377         * Makefile.in (docdir): Remove.
10378
10379 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10380
10381         * Makefile.in (datadir): Set to $(prefix)/share.
10382
10383 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
10384
10385         * configure.in: build diff and patch for cygwin32-hosted
10386         toolchains.
10387
10388 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
10389
10390         * config.sub: Accept -rtems*.
10391
10392 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
10393
10394         * configure.in: enable dosrel for cygwin32-hosted builds,
10395                 remove diff from the list of things not buildable
10396                 via Canadian Cross
10397
10398 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
10399
10400         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
10401         don't get ". ".
10402
10403 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
10404
10405         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
10406
10407 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
10408
10409         * Makefile.in (taz): Handle case where tex3patch didn't even get
10410         checked out.  Also, if it was found, put the symlink in a new util
10411         subdirectory.
10412
10413 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10414
10415         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
10416
10417 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
10418
10419         * config.sub: Recognize -openvms.
10420         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
10421         * make-all.com, setup.com: New files.
10422
10423 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10424
10425         * Makefile.in (taz): tex3patch moved to texinfo/util.
10426
10427 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
10428
10429         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
10430         * configure.in: remove make from disable-if-Can-Cross list
10431                 enable gdb if ${host} and ${target} are cygwin32
10432
10433 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
10434
10435         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
10436         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
10437
10438 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10439
10440         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
10441         distinguish sysv/svr4/bsd variants.
10442         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
10443
10444 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
10445
10446         * configure.in: Added copyright notice.
10447         * move-if-change: Added copyright notice.
10448
10449 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10450
10451         * configure.in (powerpcle-*-solaris*): Until we get shared
10452         libraries working, don't build gdb, sim, make, tcl, tk, or
10453         expect.
10454
10455 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
10456
10457         * config.guess:  Merge with FSF:
10458
10459         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
10460         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
10461
10462         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
10463         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
10464
10465         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
10466         * config.guess:  Combine two OSF1 rules.
10467         Also recognize field test versions.  From mjr@zk3.dec.com.
10468         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
10469         because GNU uname does not support -p.  From pmr@pajato.com.
10470
10471 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
10472
10473         * Makefile.in (MAKEDIRS): Removed $(tooldir).
10474
10475 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
10476
10477         * mpw-README: Document GCCIncludes.
10478
10479 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
10480
10481         * configure.in (alpha-*-linux*): Set enable_shared to yes.
10482
10483 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
10484
10485         * mpw-configure: Handle --enable-FOO and --disable-FOO.
10486
10487 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
10488
10489         * configure.in (*-*-cygwin32): Configure make.
10490
10491 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
10492
10493         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
10494
10495 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
10496
10497         * Makefile.in (all-inet): Depend on all-perl.
10498
10499         * Makefile.in (inet-install): New target.
10500
10501         * Makefile.in (all-inet): Depend on all-tcl.
10502         (all-inet): Depend on all-send-pr.
10503
10504 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10505
10506         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
10507         temporarily.
10508
10509 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
10510
10511         * configure.in: Don't configure --with-gnu-ld on AIX.
10512
10513 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10514
10515         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
10516
10517 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
10518
10519         * Makefile.in (ALL_MODULES): Added all-inet.
10520         (CROSS_CHECK_MODULES): Added check-inet.
10521         (INSTALL_MODULES): Added install-inet.
10522         (CLEAN_MODULES): Added clean-inet.
10523         (all-indent): New target.
10524
10525         * configure.in (host_tools): Added inet.
10526         (native_only): Added inet.
10527         (noconfigdirs): Added inet.
10528
10529 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
10530
10531         * configure.in: Don't configure libgloss if we are not configuring
10532         newlib.
10533
10534 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
10535
10536         * configure.in: Don't configure libgloss for unsupported
10537         architectures.
10538
10539 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10540
10541         * Makefile.in (CLEAN_MODULES): Add clean-apache.
10542
10543 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
10544
10545         * Makefile.in (ALL_MODULES): Include all-apache.
10546         (CROSS_CHECK_MODULES): Include check-apache.
10547         (INSTALL_MODULES): Include install-apache.
10548         (all-apache): New target.
10549
10550         * configure.in: Added apache everywhere perl is seen.
10551
10552 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10553
10554         * Makefile.in: Add support for clean-{module} and
10555         clean-target-{module} rules.
10556
10557 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
10558
10559         * configure.in (*-*-ose) do not build libgloss.
10560
10561 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10562
10563         * config.guess (prep*:SunOS:5.*:*): Turn into
10564         powerpele-unknown-solaris2.
10565
10566 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
10567
10568         * configure.in: Permit --enable-shared to specify a list of
10569         directories.
10570
10571 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10572
10573         * configure.in (host==solaris): Pass only the first word of $CC
10574         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
10575
10576 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
10577
10578         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
10579
10580 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
10581
10582         * Makefile.in (ALL_MODULES): Include all-perl.
10583         (CROSS_CHECK_MODULES): Include check-perl.
10584         (INSTALL_MODULES): Include install-perl.
10585         (ALL_X11_MODULES): Include all-guile.
10586         (CHECK_X11_MODULES): Include check-guile.
10587         (INSTALL_X11_MODULES): Include install-guile.
10588         (all-perl): New target.
10589         (all-guile): New target.
10590
10591         * configure.in (host_tools): Include perl and guile.
10592         (native_only): Include perl and guile.
10593         (noconfigdirs): Don't build guile and perl; no ports have been
10594         done.
10595
10596 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
10597
10598         * configure (--enable-*): Handle quoted option lists such as
10599         --enable-sim-cflags='-g0 -O' better.
10600
10601 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10602
10603         * Makefile.in ({,inst}all-target): New rule so we can make and
10604         install all of the target directories easily.
10605
10606 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10607
10608         * configure.in: Add missing global flag in sed substitution when
10609         deleting `target-' from ${configdirs}.
10610
10611 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
10612
10613         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
10614         option.
10615
10616         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
10617         config/mh-necv4.
10618
10619         * install.sh: Correct misspelling of transformbasename.
10620
10621         * config.guess: Recognize mips-*-sysv*.
10622
10623 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
10624
10625         * config.sub: Recognize mon960.
10626
10627 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
10628
10629         * configure: Restore Canadian Cross handling of BISON and LEX,
10630         removed in Feb 20 change.
10631
10632 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
10633
10634         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
10635         Mention make install.  Remove the old copyright date as well the
10636         clumsy and rather pointless copyright on the README file.
10637
10638 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10639
10640         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
10641         Makefile after running symlink-tree, then run `make distclean' to
10642         avoid clobbering any generated files in srcdir.
10643
10644 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
10645
10646         * configure.in (m68k-*-netbsd*): Build everything now.
10647
10648 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
10649
10650         * Makefile.in (taz): Fix quoting.
10651
10652 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
10653
10654         * configure.in (sparclet-*-*): Build everything now.
10655
10656 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10657
10658         * configure.in (m68k-*-linux*): New host.
10659
10660 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
10661
10662         * configure: Check for bison before byacc.
10663
10664 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
10665
10666         * Makefile.in configure:  Change the way LEX and BISON/YACC are
10667         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
10668         searching PATH.  These are used as fallbacks by Makefile.in if
10669         flex/bison/byacc aren't in objdir.
10670
10671 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
10672
10673         * Makefile.in: Make everything which depends upon all-bfd also
10674         depend upon all-opcodes, in case --with-commonbfdlib is used.
10675
10676 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10677
10678         * configure.in (host *-*-cygwin32): Don't build gdb if we are
10679         building NT native compilers on Unix.
10680
10681 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
10682
10683         * configure.in: Don't get CC from the host Makefile fragment if we
10684         can find gcc in PATH, or if this is a Canadian Cross.  Move the
10685         Solaris test for /usr/ucb/cc to the post target script, just after
10686         the compiler sanity test.
10687
10688 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
10689
10690         * config.sub: Merge with FSF.
10691
10692 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
10693
10694         * Makefile.in (RPATH_ENVVAR): New variable.
10695         (REALLY_SET_LIB_PATH): Use it.
10696         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
10697
10698 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
10699
10700         * config.sub, configure.in: Recognize sparclet cpu.
10701
10702 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
10703
10704         * config.guess:  Support m68k-cbm-sysv4.
10705
10706 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10707
10708         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
10709         m68k-unknown-linuxaout from linker help string.  Put quotes around
10710         $ld_help_string.
10711
10712 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
10713
10714         * config.guess (powerpc-harris-powerunix): Add guess for port
10715         to new target.
10716
10717 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10718
10719         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
10720
10721 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
10722
10723         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
10724         $(REALLY_SET_LIB_PATH) in Makefile.
10725         * Makefile.in (SET_LIB_PATH): New variable.
10726         (REALLY_SET_LIB_PATH): New variable.
10727         ($(DO_X)): Use $(SET_LIB_PATH).
10728         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
10729         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
10730         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
10731         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
10732         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
10733         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
10734         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
10735         (install-dosrel): Likewise.
10736         (all-opcodes): Depend upon all-libiberty.
10737
10738 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10739
10740         * config.guess (*:CYGWIN*): New
10741
10742 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10743
10744         * Makefile.in (all-target-winsup): All all-target-libiberty.
10745
10746 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
10747
10748         * configure.in (noconfigdirs): Add missing # in front of comment.
10749
10750 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
10751
10752         * configure.in: add second pass to things added to noconfigdirs
10753         so *-gm-magic can exclude libgloss properly.
10754
10755 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
10756
10757         * mpw-configure (extralibs_name, rez_name): Set correctly
10758         for MWC68K compiler.
10759
10760         * mpw-README: Add more info on the necessary build tools.
10761
10762 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10763
10764         * configure.in, config.sub: Recognize cygwin32.
10765
10766 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
10767
10768         * config.guess, config.sub: Recognize A/UX.
10769
10770 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
10771
10772         * config.sub: Merge with gcc/config.sub.
10773
10774 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
10775
10776         * mpw-build.in (do-binutils): Add build of stamps.
10777
10778 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
10779
10780         * config.sub: Add recognition for mips64vr4100*-* targets.
10781
10782 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
10783
10784         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
10785         Add creation of gconfigargs with `--enable-shared' turned on.
10786         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
10787         ($(host)-stamp-stage3-configured): Likewise.
10788         (HOLES): Add chatr and ldd.
10789         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
10790
10791 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
10792
10793         * configure: Pass --nfp to recursive configures.
10794
10795 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
10796
10797         * Makefile.in (DLLTOOL): New.
10798         (DLLTOOL_FOR_TARGET): New.
10799         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
10800         (EXTRA_TARGET_FLAGS): Ditto.
10801         (EXTRA_GCC_FLAGS): Ditto.
10802         (CONFIGURE_TARGET_MODULES): Ditto.
10803         (DO_X): Ditto.
10804         * configure: Add DLLTOOL.
10805
10806 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
10807
10808         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
10809         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
10810         mh-sco, since old workarounds no longer needed, and don't
10811         build ld, since libraries have weak symbols in COFF.
10812
10813 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
10814
10815         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
10816
10817 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
10818
10819         * configure.in: Make sure that ${CC} can be used to compile an
10820         executable.
10821
10822 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
10823
10824         * Makefile.in (all-gdb): Depend on $(GDB_TK).
10825         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
10826         nothing depending on whether gdbtk is being built.
10827
10828 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
10829
10830         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
10831
10832 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
10833
10834         * configure.in (noconfigdirs): Put ld or gas in this early, if the
10835         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
10836
10837 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
10838
10839         * config-ml.in: Add support for
10840         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
10841         Simplify setting of multidirs from --disable-foo.
10842
10843 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10844
10845         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
10846         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
10847         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
10848         non-empty, pass them on to the  GCC make.
10849         (all-bootstrap): New rule that is like all-gcc, except it executes
10850         the GCC bootstrap rule instead of the GCC all rule.
10851
10852 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
10853
10854         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
10855
10856 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10857
10858         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
10859         DG/UX support.
10860
10861 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
10862
10863         * config.sub (i*86*) Change [345] to [3456]
10864
10865 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
10866
10867         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
10868         --with-gnu-ld=no.
10869
10870 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
10871
10872         * config-ml.in (rs6000*, powerpc*): Add switches to control which
10873         AIX multilibs get built.
10874
10875 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10876
10877         * configure.in (i386-win32): Don't build expect if we're not
10878         building the tcl subdir.
10879
10880 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
10881
10882         * Makefile.in: (configure-target-examples, all-target-examples):
10883         New targets, configure and build example programs.
10884
10885 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10886
10887         * mpw-configure: If an mpw-config.in generated a file mk.sed,
10888         use it as input to sedit the generated MPW makefile.
10889         * mpw-README: Add a suggestion about Gestalt.h.
10890
10891 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
10892
10893         * config.sub: Accept *-*-ieee*.
10894
10895 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
10896
10897         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
10898         Ronald F. Guilmette <rfg@monkeys.com>.
10899
10900 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10901
10902         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
10903         for powerpc-pe native.
10904         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
10905         (target==powerpc-pe): duplicate i386-win32 entry.
10906
10907 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
10908
10909         * configure.in (noconfigdirs): Exclude target-newlib for all versions
10910         of vxworks, not just vxworks5.1.
10911
10912 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
10913
10914         * mpw-configure: Add support for exec-prefix.
10915
10916 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
10917
10918         * config.guess: Recognize HP model 816 machines as having
10919         a PA1.1 processor.
10920
10921 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10922
10923         * configure: Ignore new autoconf configure options.
10924
10925 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
10926
10927         * config.guess:  Recognize Pentium under SCO.
10928         From Robert Lipe <robertl@arnet.com>.
10929
10930 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10931
10932         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
10933
10934 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
10935
10936         * configure.in: Don't configure gas for alpha-dec-osf*.
10937
10938 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
10939
10940         * configure.in: Default to --with-stabs for some targets for which
10941         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
10942         i[345]86*-*-unixware*.
10943
10944 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
10945
10946         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
10947         rather than basing it on the target.  Simplify handling of options
10948         controlling which directories to configure.  Remove extraneous
10949         slash in multi-clean target.
10950
10951 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
10952
10953         * config-ml.in: Prefix more variables with ml_ so they don't collide
10954         with configure's.
10955
10956 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
10957
10958         * configure: Don't turn -v into --v.
10959
10960 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
10961
10962         * configure.in (targargs): Fix typo.
10963
10964         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
10965
10966 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10967
10968         * configure.in: Strip --host and --target options from
10969         CONFIG_ARGUMENTS, and always configure for --host only.  Add
10970         --with-cross-host option when building with a cross-compiler.
10971         * configure: Canonicalize the arguments put into config.status by
10972         always using `=' for an option with an argument.  Pass a presumed
10973         --host or --target explicitly.
10974
10975 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
10976
10977         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
10978         into general OS recognition case.
10979
10980 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
10981
10982         * configure.in (target_configdirs): add target-winsup only
10983         for win32 target systems.
10984
10985 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
10986
10987         * Makefile.in (all-target-libgloss): Depend upon
10988         configure-target-newlib, since when libgloss is built it looks to
10989         see if the newlib directory exists.
10990
10991 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
10992
10993         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
10994         cfg-ml-*.in.
10995
10996 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
10997
10998         * configure: Handle LD and LD_FOR_TARGET when configuring a
10999         Canadian Cross.
11000
11001 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11002
11003         * configure.in (target_libs): add target-winsup.
11004         (target==i386-win32): add patch diff flex make to $noconfigdirs.
11005         (target==ppcle-pe): remove ld from $noconfigdirs.
11006
11007 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
11008
11009         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
11010         Preserve relative path names in $srcdir.  Build symlink tree if
11011         configuring cross target dir and srcdir=. (= no VPATH support).
11012         (configure-target-libg++): Depend on configure-target-librx.
11013         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
11014         * config-ml.in: New file.
11015         * symlink-tree: New file.
11016         * configure: Ensure srcdir="." if that's what it is.
11017
11018 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
11019
11020         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
11021         includes and FLEX_SKELETON setting.
11022         * mpw-configure (--with-gnu-ld): New option, controls whether
11023         to use PPCLink or ld with PowerMac GCC.
11024         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
11025         * mpw-config.in: Configure grez if targeting Mac.
11026
11027         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
11028         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
11029         just macos.
11030         * configure.in: Configure grez resource compiler if targeting Mac.
11031         * Makefile.in (all-grez, install-grez): New targets.
11032
11033 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
11034
11035         * configure: CXX defaults to gcc, not g++.  If we find
11036         gcc in the path, set CC to gcc -O2.
11037
11038 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
11039
11040         * configure: Default ${build} correctly.  Avoid picking up extra
11041         spaces when reading CC and CXX from Makefile.  When doing a
11042         Canadian Cross, use plausible default values for numerous
11043         variables.
11044         * configure.in: When doing a Canadian Cross, don't try to
11045         configure tools whose configure script can't handle it.
11046
11047 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11048
11049         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
11050
11051 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11052
11053         * configure:  Remove dubious bug reporting address.
11054
11055 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11056
11057         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
11058         configure script, run that instead of this directory's configure.
11059         In either case, print a message that we're configuring the sub-dir.
11060
11061 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11062
11063         * configure.in: Before checking for the existence of various files,
11064         use sed to filter out "target-".
11065
11066 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11067
11068         * Makefile.in (DO_X): Split rule to decrease command line length
11069         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
11070         (Philippe De Muyter).
11071
11072 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11073
11074         * Makefile.in (all-patch): depend on all-libiberty.
11075
11076 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
11077
11078         * configure.in: If the only directory in target_configdirs which
11079         actually exists is libiberty, then set target_configdirs to empty,
11080         to avoid trying to build a target libiberty in a gas or gdb
11081         distribution.
11082
11083 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
11084
11085         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
11086         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
11087         systems.
11088
11089 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11090
11091         * configure.in (copy_dirs): Use sys-include instead of include
11092         for --with-headers option.
11093
11094 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
11095
11096         * Makefile.in, configure.in: Make winsup builds work with
11097         new scheme.
11098
11099 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
11100
11101         * configure.in: Build the linker on AIX.
11102
11103 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11104
11105         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
11106         where needed.
11107
11108 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
11109
11110         * Makefile.in (all-gcc): Fix typo.
11111
11112 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11113
11114         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
11115
11116 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11117
11118         * configure.in:  Rename libFOO to target-libFOO, and xiberty
11119         to target-xiberty, to provide more flexibility.
11120         (target_subdir):  Define.  Create if cross.
11121         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
11122         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
11123         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
11124         check-libFOO -> check-target-libFOO, etc.
11125         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
11126         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
11127         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
11128         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
11129         allow ALL_GCC="" to only configure.
11130         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
11131         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
11132         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
11133
11134 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
11135
11136         * Makefile.in (taz): Build "info" in etc explicitly.
11137
11138 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
11139
11140         * configure.in:  Make sure that CC is undefined (as opposed to
11141         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
11142         problem with autoconf trying to configure on a host without GCC.
11143
11144 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11145
11146         * mpw-configure: Set host alias from choice of host compiler,
11147         only use generic MPW Makefile sed if present, edit a file
11148         named "hacked_Makefile.in" instead of "Makefile.in" if present.
11149         * mpw-README: Add problem notes about CW6 and CW7.
11150
11151 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
11152
11153         * Makefile.in (taz): Use ";" instead of ";;".
11154
11155 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11156
11157         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
11158         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
11159         DISTDOCDIRS.
11160         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
11161         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
11162
11163 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11164
11165         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
11166         and gnats, because they are now subsumed by DISTSTUFFDIRS.
11167         Move bfd to DISTSTUFFDIRS.
11168
11169 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11170
11171         * Makefile.in (X11_LIB): Removed.
11172         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
11173
11174         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
11175
11176 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11177
11178         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
11179         names.
11180
11181 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11182
11183         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
11184
11185 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
11186
11187         * configure.in (i[345]86-*-win32): Always build newlib.
11188         Don't configure cvs, autoconf or texinfo.
11189         * Makefile.in (LD_FOR_TARGET): New.
11190         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
11191         Pass down LD_FOR_TARGET.
11192
11193 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11194
11195         * winsup: New directory.
11196         * Makefile.in: Build winsup.
11197         * configure.in: Winsup is configured when target is win32.
11198         Can only build win32 target GDB when native.
11199
11200 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
11201
11202         * config.guess: Recognize HP model 819 machines as having
11203         a PA 1.1 processor.
11204
11205 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11206
11207         * configure: Fix sed loop which substitutes for CC and CXX to
11208         avoid bug found in various sed implementations.
11209
11210 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11211
11212         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
11213         simulator.  Use standard powerpc-*-eabi*.
11214
11215 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
11216
11217         * configure.in: Stop putting gas and binutils in noconfigdirs for
11218         powerpc-*-aix* and rs6000-*-*.
11219
11220 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
11221
11222         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
11223         -mcall-aixdesc libraries.
11224
11225 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
11226
11227         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11228
11229         * config.sub (arm | armel | armeb): Fix shell syntax.
11230
11231 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11232
11233         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
11234         -msoft-float and -mcpu=common support.
11235         (powerpc*-*-eabisim*): Add support for building -mcall-aix
11236         libraries.
11237
11238 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11239
11240         * configure.in: Allow configuration and build of emacs19 for the alpha.
11241
11242 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11243
11244         * configure.in (CC): Get ^CC, not just any old CC, from
11245         ${host_makefile_frag}.
11246
11247 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11248
11249         * configure.in (CC): Try to get CC from
11250         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
11251
11252 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11253
11254         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
11255         only if it exists in $(srcdir).
11256
11257 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11258
11259         * configure: If CC and CXX are not set in the environment, set
11260         them, based on either an existing Makefile or on searching for gcc
11261         in PATH.  Substitute for CC and CXX in Makefile.
11262         * configure.in: Remove libm from target_libs.  Separate
11263         target_configdirs from configdirs.  If CC is not set in
11264         environment, try to get it from a host Makefile fragment.  Rewrite
11265         changes of configdirs to use skipdirs instead.  A few minor
11266         tweaks.  Take directories out of target_configdirs as they are
11267         taken out of configdirs.  Remove existing Makefile files from
11268         subdirectories.  Substitute for TARGET_CONFIGDIRS and
11269         CONFIG_ARGUMENTS in Makefile.
11270         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
11271         by configure.in.
11272         (CONFIG_ARGUMENTS): Likewise.
11273         (CONFIGURE_TARGET_MODULES): New variable.
11274         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
11275         ($(CONFIGURE_TARGET_MODULES)): New target.
11276         (configure-libg++, configure-libio): New targets.
11277         (all-libg++): Depend upon configure-libg++.
11278         (all-libio): Depend upon configure-libio.
11279         (configure-libgloss, all-libgloss): New targets.
11280         (configure-libstdc++): New target.
11281         (all-libstdc++): Depend upon configure-libstdc++.
11282         (configure-librx, all-librx): New targets.
11283         (configure-newlib): New target.
11284         (all-newlib): Depend upon configure-newlib
11285         (configure-xiberty): New target.
11286         (all-xiberty): Depend upon configure-xiberty.
11287
11288 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11289
11290         * configure.in (host i[345]86-*-win32):  Expand the
11291         noconfigdirs again.
11292
11293 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
11294
11295         * mpw-configure: Fix sed command file name.
11296
11297 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
11298
11299         * configure.in (host i[345]86-*-win32): Reduce the
11300         noconfigdirs again.
11301
11302 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
11303
11304         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
11305         or powerpc*-*-pe*, since they are not yet supported.
11306
11307 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
11308
11309         Add PowerMac support and many other enhancements.
11310         * mpw-configure: New option --cc to select compiler to use,
11311         paste options set according to --cc into the generated
11312         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
11313         if mpw-make.sed is present.
11314         * mpw-config.in: Don't test for gC1, test for mpw-touch,
11315         add forward includes for PowerPC include files.
11316         * mpw-build.in: Build using Makefile.PPC if present.
11317         (do-byacc, etc): Remove separate version resource builds.
11318         (do-gas): Build "stamps" before "all".
11319         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
11320         * mpw-README: Update to reflect --cc option, PowerMac support,
11321         and recently-reported compatibility problems.
11322
11323 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
11324
11325         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
11326         embedded m68k systems (-aout, -coff, -elf, -vxworks).
11327         (--with-multilib-top): Pass to recursive invocations.
11328
11329 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
11330
11331         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
11332         v810-*-*.
11333
11334 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11335
11336         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
11337         gdb, ld and opcodes on v810-*-*.
11338
11339 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
11340
11341         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
11342         (local-maintainer-clean): New target.
11343         (maintainer-clean): New target.
11344         (realclean): Just depend upon maintainer-clean.
11345
11346 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11347
11348         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
11349
11350 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
11351
11352         * configure.in: Build ld in mips*-*-bsd* case.
11353
11354 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
11355
11356         * config.sub: Accept -lites* OS.  From Ian Dall.
11357
11358 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
11359
11360         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
11361         targets.
11362
11363 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11364
11365         * configure.in: treat i386-win32 canadian cross the same as
11366         i386-go32 canadian cross.
11367
11368 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11369
11370         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
11371         running under the simulator to build a reduced set of libraries.
11372         (powerpc-*-eabiaix): Add fine grained multilib support added to
11373         other powerpc targets yesterday.
11374
11375 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11376
11377         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
11378         -disable-softfloat, -disable-relocatable, -disable-aix, and
11379         -disable-sysv to control which multilib libraries get built.
11380
11381 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11382
11383         * configure: Add Makefile.tem to list of files to remove in trap
11384         handler.
11385
11386 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11387
11388         * config.guess (*Linux*):  Add missing "exit"s.
11389         Also, need specific check for alpha-unknown-linux (uses COFF).
11390
11391 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11392
11393         * config.guess:  Merge with FSF:
11394
11395         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
11396         * config.guess (AIX4): More robust release numbering discovery.
11397
11398         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
11399         * config.guess (i386-sequent-ptx): Properly get version number.
11400
11401         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
11402         * config.guess (mips:*:4*:UMIPS): New case.
11403
11404 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11405
11406         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
11407         (i386-win32 host): Likewise.  Don't build readline.
11408
11409 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
11410
11411         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
11412         SUPPORT_FILES to submakes.
11413
11414 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
11415
11416         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
11417         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
11418         mpw-configure.
11419
11420 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
11421
11422         * configure.in (appdirs): Use =, not ==, in test expression when
11423         trying to build the text to print in the warning message for
11424         Solaris users.
11425
11426 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
11427
11428         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
11429
11430 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11431
11432         * config.guess: Recognize lynx-2.3.
11433
11434 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
11435
11436         * config.sub (z8ksim): Deleted
11437         (z8k-*-coff): New, this is the one true name of the target.
11438
11439 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
11440
11441         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
11442
11443 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
11444
11445         * config.guess (*:Linux:*:*): First try asking the linker what the
11446         default object file format is (elf, aout, or coff).  Then if this
11447         fails, try previous methods.
11448
11449 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11450
11451         * configure.in: Don't build newlib for *-*-vxworks5.1.
11452
11453 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
11454
11455         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
11456         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
11457
11458 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
11459
11460         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
11461
11462 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
11463
11464         * cfg-ml-com.in: New file.
11465         * cfg-ml-pos.in: New file.
11466
11467 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
11468
11469         * COPYING.NEWLIB: Add HP free copyright to list.
11470
11471 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
11472
11473         * config.sub: Recognize -eabi* for the system, not just -eabi.
11474
11475 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11476
11477         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
11478         * config.sub, configure.in (win32): New target and host.
11479
11480 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
11481
11482         * configure.in: Add i386-pe configuration.
11483
11484 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
11485
11486         * mpw-build.in (install): Install GDB after LD.
11487
11488 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
11489
11490         * mpw-config.in (elf/mips.h): Always forward-include, needed
11491         for GDB to build.
11492
11493 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11494
11495         * testsuite: New directory for customer acceptance and whole tool
11496         chain tests.
11497
11498 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11499
11500         * configure: If per-host line isn't found, but AC_OUTPUT is found
11501         and a configure script exists, run it instead.
11502
11503 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11504
11505         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
11506
11507 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11508
11509         * configure: Set build_{cpu,vendor,os,alias} to host values when
11510         --build isn't specified.
11511
11512 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11513
11514         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
11515         (FLAGS_TO_PASS): Pass them.
11516         (EXTRA_TARGET_FLAGS): Ditto.
11517
11518 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11519
11520         * Makefile.in (all-libg++): Depend on all-libstdc++.
11521
11522 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11523
11524         * configure.in (noconfigdirs): Enable all packages for
11525           i386-unknown-netbsd.
11526
11527 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
11528
11529         * configure.in (noconfigdirs): Don't configure tk for i386-go32
11530         hosted builds (DOS builds)
11531
11532 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
11533
11534         Changes for ARM based on patches from Richard Earnshaw:
11535         * config.sub: Handle armeb and armel.
11536         * configure.in: Omit arm linker only for riscix.
11537
11538 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11539
11540         * config.guess:  Update from FSF.
11541
11542 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
11543
11544         * config.sub: Recognize powerpcle as the little endian variant of
11545         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
11546         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
11547         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
11548         temporarily.
11549
11550 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
11551
11552         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
11553
11554 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
11555
11556         * config.sub: Accept -lites* as a basic system type.
11557
11558 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
11559
11560         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
11561         installed, and if so return linuxoldld as the system name.
11562
11563 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
11564
11565         * config.guess: Add hppa1.1-hp-lites support.
11566
11567 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
11568
11569         * configure.in: Don't build newlib for m68k-vxworks5.1.
11570
11571 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11572
11573         * configure.in (mips-sgi-irix6): Use mh-irix5.
11574
11575 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
11576
11577         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
11578
11579 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11580
11581         * test-build.mk: Enable building of shared libraries on IRIX 5 and
11582         OSF/1.  Fix compiler flags.
11583         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
11584
11585 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
11586
11587         * configure.in: Recognize --with-newlib.
11588         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
11589
11590 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11591
11592         * Makefile.in: move {all,check,install}-gdb from *_MODULES
11593         to *_X11_MODULES due to gdbtk needing X include files et al.
11594
11595 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
11596
11597         Merge in support for Mac MPW as a host.
11598         (Old change descriptions retained for informational value.)
11599
11600         * mpw-config.in: Add generic include forwards for cpu-specific
11601         include files in aout and elf directories.
11602
11603         * mpw-configure: Added copyright.
11604         * mpw-config.in: Check for presence of required build tools.
11605         (target_libs): Add newlib.
11606         (target_tools): Add examples.
11607         (Read Me): Generate as "Read Me for MPW" instead.
11608         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
11609         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
11610         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
11611
11612         * mpw-configure: Remove subdir-specific makefile hackery,
11613         delete mk.tmp after using it.
11614
11615         * mpw-build.in (all): Display start and end times.
11616
11617         * mpw-configure (host_canonical): Set.
11618         (target_cpu): Always add to makefiles.
11619         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
11620         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
11621         (mpw-mh-mpw): Look for in srcdir and srcroot.
11622         Use sed instead of mpw-edit-prefix to edit prefix definitions.
11623
11624         * mpw-build.in: (install-only): New target.
11625
11626         * mpw-configure (host_alias, target_alias): Rename from hostalias
11627         and targetalias, add into generated Makefile.
11628         (mk.tmp): If present, add into generated Makefile.
11629         * mpw-build.in (all-gas): Build config.h first before gas proper.
11630
11631         * mpw-configure (config.status): Write only if changed.
11632         * mpw-config.in (readline): Configure it (not built, just used for
11633         definitions).
11634
11635         * mpw-config.in (elf/mips.h): Add a forward include.
11636
11637         * mpw-config.in: Forward-include most .h files in include into
11638         extra-include.
11639         (readline): Don't build.
11640         mpw-build.in (install): Install GDB.
11641
11642         * mpw-configure (prefix, mpw_prefix): Handle it.
11643         * mpw-config.in (mmalloc, readline): Don't configure.
11644         * mpw-build.in (thisscript): Rename to ThisScript.
11645         Use mpw-build instead of BuildProgram everywhere.
11646         (mmalloc, readline): Don't build.
11647         * mpw-README: New file, basic documentation about the MPW port.
11648
11649         * mpw-config.in: Use forward-include to create include files.
11650
11651         * mpw-configure: Add more things to the top of each configured
11652         Makefile, including contents of config/mpw-mh-mpw.
11653         * mpw-config.in (extra-include): Create this directory and fill it
11654         with Posix-like include files when configuring.
11655
11656         * config.sub (apple, mac, mpw): Add various aliases.
11657
11658         * mpw-build.in: New file, top-level build script fragment for MPW.
11659         * mpw-configure: New file, configure script for MPW.
11660         * mpw-config.in: New file, config fragment for MPW.
11661
11662 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11663
11664         * configure.in (host_libs): Remove glob, since it is gone from the
11665         sources.
11666
11667 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
11668
11669         * Makefile.in: define empty GDB_NLM_DEPS var.
11670
11671         * configure.in(target_makefile_frag): use config/mt-netware
11672         for netware targets.
11673
11674 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
11675
11676         * config.sub: Merge in recent FSF changes.  Remove linux special
11677         cases.
11678
11679 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
11680
11681         Revert this change:
11682
11683         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
11684
11685                 * build-all.mk: Use CC=cc -Xs on Solaris.
11686
11687 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11688
11689         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
11690         stop using it.
11691         * Makefile.in: Nuke all references to glob subdirectory.
11692
11693 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11694
11695         * configure.in: Fix --enable-shared logic in per-host.
11696
11697 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
11698
11699         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
11700
11701 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11702
11703         * configure.in (noconfigdirs): Don't build gas on AIX, for
11704         powerpc*-*-aix* as well as for rs6000*-*-aix*.
11705
11706 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
11707
11708         * configure: Fix --cache-file to work if the file argument is a
11709         relative path.
11710
11711 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
11712
11713         * configure: If the --cache-file is used, pass it down to
11714         configure in subdirectories.
11715
11716 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
11717
11718         * config.sub: add vxworks29k configuration.
11719
11720 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
11721
11722         * Makefile.in (taz): Do "diststuff" part quietly.
11723
11724 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
11725
11726         * config.sub: Mini-merge with gcc/config.sub.
11727
11728 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
11729
11730         * config.guess (IRIX): Sed - to _.
11731
11732 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11733
11734         * Makefile.in (source-vault, binary-vault): New targets.
11735
11736 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
11737
11738         * config.sub: Recognize -eabi as a basic system type.
11739
11740 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11741
11742         * configure.in (enable_shared stuff): Fix typo.
11743
11744 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
11745
11746         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
11747
11748 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
11749
11750         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
11751
11752 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
11753
11754         * configure.in (rs6000-*-*): Don't build gas.
11755
11756 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
11757
11758         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
11759         reduce command line length.
11760         (AS_FOR_TARGET): Check for as.new, not Makefile.
11761         (NM_FOR_TARGET): Check for nm.new, not Makefile.
11762
11763 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11764
11765         * config.guess:  Merge from FSF.
11766
11767 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11768
11769         * configure: Don't use $ when handling program_suffix.
11770
11771 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
11772
11773         * configure.in:  Configure tk for hppa/hpux.
11774
11775 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11776
11777         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
11778
11779 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11780
11781         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
11782         to LIBCXXFLAGS.  Tests are better run without it.
11783
11784 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
11785
11786         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
11787
11788 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
11789
11790         * configure.in (*-*-netware*): Don't configure xiberty.
11791
11792 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
11793
11794         * configure.in:  Remove tk from native_only list.
11795
11796 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
11797
11798         * build-all.mk: Add mips-ncd-elf target to sun4 targets
11799           for special NCD build.
11800
11801 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11802
11803         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
11804         makeall.bat, they're only useful for binutils snapshots.
11805         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
11806         makeall.bat to specified SUPPORT_FILES.
11807
11808 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
11809
11810         * build-all.mk: Add Ericsson targets to sun4 and solaris
11811           hosts.  Add  BNR's sun4 target to solaris host, so their
11812           build-from-source will be tested in-house first.
11813
11814 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11815
11816         * Makefile.in (LIBCFLAGS): New variable.
11817         (CFLAGS_FOR_TARGET): Ditto.
11818         (LIBCFLAGS_FOR_TARGET): Ditto.
11819         (LIBCXXFLAGS): Ditto.
11820         (CXXFLAGS_FOR_TARGET): Ditto.
11821         (LIBCXXFLAGS_FOR_TARGET): Ditto.
11822         (BASE_FLAGS_TO_PASS): Pass them.
11823         (EXTRA_TARGET_FLAGS): Ditto.
11824
11825         * configure.in: Support --enable-shared.
11826
11827 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11828
11829         * configure.in (target_libs):  Include libstdc++ again.
11830         * config.guess:  Update from FSF (for FreeBSD).
11831
11832 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11833
11834         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
11835         makeall.bat.
11836         (DISTDOCDIRS): Add `etc'.
11837         (ETC_SUPPORT_PFX): New variable.
11838         (taz): Include anything from etc starting with a word in
11839         ETC_SUPPORT_PFX.
11840
11841 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11842
11843         * config.sub: Update for recent FSF changes.  Remove obsolete
11844         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
11845         spacing changes.
11846
11847 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
11848
11849         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
11850
11851         * config.guess:  Merge with FSF.
11852         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
11853
11854 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11855
11856         * configure: Since the "trap 0" handler will override the exit
11857         status on many systems, only use it for "exit 1", and make it set
11858         a non-zero exit status; reset it before "exit 0".  Also, check
11859         exit status of config.sub, and error out if it failed.
11860
11861 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
11862
11863         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
11864         and install libgloss.
11865
11866 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11867
11868         * Makefile.in (all-binutils): Depend upon all-byacc.
11869
11870         * configure.in: Don't build emacs on Irix 5.
11871
11872 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11873
11874         * configure.in (*-*-netware*): Add libio.
11875
11876 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11877
11878         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
11879         (CHECK_TARGET_MODULES): Ditto.
11880         (INSTALL_TARGET_MODULES): Ditto.
11881         (TARGET_LIBS): Ditto.
11882         (all-libstdc++): Note dependencies.
11883
11884 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11885
11886         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
11887
11888 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
11889
11890         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
11891         -fexternal-templates.
11892
11893         * configure.in (target_libs): Add libstdc++.
11894         (noconfigdirs): Add libstdc++ as appropriate.
11895
11896 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11897
11898         * config.guess:  Update from FSF.
11899
11900 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11901
11902         * configure: Use ${config_shell} when running ${configsub}.
11903
11904 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
11905
11906         * config.sub: No longer recognize h8300h.
11907
11908 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11909
11910         * config.sub: Remove extraneous differences between config.sub and
11911         gcc/config.sub.
11912
11913 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
11914
11915         * Makefile.in (DISTSTUFFDIRS): Add gas.
11916
11917 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
11918
11919         * COPYING.NEWLIB: New file.
11920
11921 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11922
11923         * config.guess (HP-UX):  Patch from Harlan Stenn
11924         <harlan@landmark.com> to also emit release level.
11925
11926 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
11927
11928         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
11929
11930 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11931
11932         * config.sub:  Merge nextstep cleanup from FSF.
11933
11934 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
11935
11936         * configure.in (arm-*-*): Don't configure ld for this target.
11937
11938 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
11939
11940         * configure.in (*-*-netware): don't configure libg++, libio,
11941           librx, or newlib.
11942
11943 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
11944
11945         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
11946         configure ld--it works, but it doesn't support shared libraries.
11947
11948 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11949
11950         * config.guess (*-unknown-freebsd*):  Get rid of possible
11951         trailing "(Release)" in version string.
11952         Patch from Paul Richards <paul@isl.cf.ac.uk>.
11953
11954 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11955
11956         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
11957         Fix type: *-next-neststep -> *-next-nextstep.
11958
11959         * config.guess:  Merge from FSF:
11960
11961         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
11962
11963         * config.guess: Recognize powerpc-ibm-aix3.2.5.
11964
11965         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
11966
11967         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
11968         instead of UNIX_SV for UnixWare 1.0).
11969
11970 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
11971
11972         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
11973         to make gdb/nlm/* build after the compiler and linker.
11974
11975 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
11976
11977         * config.guess (netbsd, freebsd, linux):  Accept any machine,
11978         not just i[34]86.
11979         (m68k-atari-sysv4):  Relocate to match FSF version.
11980
11981         * config.guess:  More merges from the FSF:
11982
11983         Add a space before function call or macro invocation.
11984
11985         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11986
11987         * config.guess: Add trap cmd to remove dummy.c and dummy when
11988         interrupted.
11989
11990         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
11991
11992         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
11993         (dummy): Redirect stderr from compilation of dummy.c.
11994
11995         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
11996
11997         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
11998
11999 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
12000
12001         * configure: Accept and ignore --cache*, for compatibility with
12002         new autoconf.
12003
12004 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12005
12006         * config.guess:  Merge from FSF:
12007
12008         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12009
12010         * config.guess (Pyramid*:OSx*:*:*): New case.
12011         (PATH): Add /.attbin at end for finding uname.
12012         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
12013
12014         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
12015
12016         * config.guess (M88*:DolphinOS:*:*): New case.
12017
12018         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
12019
12020         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
12021         to select whether to use ELF or COFF.
12022
12023         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
12024
12025         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
12026
12027         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
12028
12029         * config.guess: Guess the OS version for HPUX.
12030
12031         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
12032
12033         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
12034
12035 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12036
12037         * configure.in: Recognize --with-headers, --with-libs, and
12038         --without-newlib.
12039         * Makefile.in (all-xiberty): Depend upon all-ld.
12040
12041 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12042
12043         * configure.in: Change i[34]86 to i[345]86.
12044
12045 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12046
12047         * configure (version): A few more tweaks to help message.
12048
12049 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12050
12051         * Makefile.in:  Remove (for now) librx as a host library,
12052         now that we're building it for target.
12053
12054 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12055
12056         * configure: Fix up help message; from karl@owl.hq.ileaf.com
12057         (Karl Berry).
12058
12059 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12060
12061         * configure.in:  Also configure librx.
12062
12063 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12064
12065         * Makefile.in:  Update various rules to reflect that librx
12066         is now needed for libg++.
12067
12068 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12069
12070         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
12071
12072 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
12073
12074         * configure.in: Configure the examples directory.
12075
12076 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12077
12078         * configure: Simplify Jun 2 1994 change.
12079
12080 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12081
12082         * change CC to /usr/latest/bin/gcc for lynx host builds, since
12083         /bin/gcc isn't good enough to build gcc.
12084
12085 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
12086
12087         * Makefile.in (GDB_SUPPORT_FILES): Remove
12088         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
12089         (gdb.tar.gz): Add new rule to use standard distribution building
12090         mechanism.
12091
12092 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12093
12094         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
12095         Bill Cox <bill@cygnus.com>.
12096
12097 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12098
12099         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
12100
12101 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
12102
12103         * configure:  Search current dir first in .gdbinit.
12104
12105 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12106
12107         * config.sub:  Recognize freebsd (merged from gcc config.sub).
12108
12109 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12110
12111         * config.sub:  Refer to NeXT's operating system as nextstep.
12112
12113         * config.sub (case $basic_machine):  Re-order the cases, to match
12114         the order in the FSF version (which is mostly alphabethical).
12115         Merge in some additions and changes from the FSF.
12116
12117 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
12118
12119         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
12120         * config.sub: Recognize cxux7.
12121         * configure.in: Use mh-cxux for m88k-harris-cxux*.
12122
12123 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12124
12125         * config.sub:  Fix typo powerpc -> powerpc-*.
12126
12127 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
12128
12129         * Makefile.in: `all-emacs19' depends on `all-byacc'.
12130
12131         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
12132         parallel with all-emacs and install-emacs).  Top-level command
12133         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
12134
12135 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12136
12137         * test-build.mk ($(host)-stamp-stage2-installed): Remove
12138         $(relbindir)/make before doing ``make install'', and use
12139         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
12140         installing over running make binary.
12141         ($(host)-stamp-stage3-installed): Likewise.
12142
12143 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12144
12145         * config.guess: Recognize Mach.
12146
12147 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
12148
12149         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
12150         see whether --exec-prefix was used.
12151
12152 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12153
12154         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
12155
12156 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12157
12158         * Makefile.in: Add all-librx target similar to all-libproc.
12159
12160 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
12161
12162         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
12163         with post 1.2 uname bogosity.
12164
12165 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12166
12167         * configure: Remove temporary files on receipt of a signal.
12168
12169 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
12170
12171         * configure: If there is a package_makefile_frag, remove
12172         ${subdir}/Makefile.tem after copying it in.
12173
12174 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12175
12176         * build_all.mk: support rs6000 lynx identifies itself as
12177         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
12178         since /bin/gcc is too feeble to compile a modern gcc.
12179
12180 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12181
12182         * brought devo/test-build.mk update-to-date with progressive/
12183           test-build.mk. Add lynx targets and hppa flag info.
12184
12185 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12186
12187         * configure.in:  Use mh-ncrsvr43.  Patch from
12188         Tom McConnell <tmcconne@sedona.intel.com>.
12189
12190 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12191
12192         * config.guess (i386-unknown-bsdi):  No longer need to
12193         check #if defined(__bsdi__) && defined(__i386__).
12194
12195 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12196
12197         * configure: Set program_transform_nameoption correctly.
12198
12199 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
12200
12201         * brought build-all.mk update-to-date with progressive build-all.mk,
12202           added new targets and hppa info.
12203
12204 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12205
12206         * configure: If config.guess result is a prefix of the user
12207         specified target, assume a native build and use the user specified
12208         target as the host alias.  Remove SunOS patch suffix removal hack.
12209         * configure.in: Remove SunOS patch suffix removal hack.
12210
12211         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
12212         in NATIVE_CHECK_MODULES.
12213
12214 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
12215
12216         * Makefile.in: Rename HOST_ONLY to NATIVE.
12217         * configure: Delete SunOs patch suffix from host_canonical
12218           and build_canonical variables that are prepended to Makefiles.
12219         * configure.in: Add comments for easier maintenance.
12220
12221 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12222
12223         * Makefile.in: Add all-libproc target similar to all-gui.
12224
12225 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
12226
12227         * Makefile.in (CHECK_MODULES): split into
12228         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
12229
12230 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
12231
12232         * config.guess (i386-unknown-bsdi): New system to guess.
12233
12234 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12235
12236         * Makefile.in: Add all-gui target (but not yet build by "all").
12237
12238 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
12239
12240         * config.sub: Move deletion of patch suffix from here...
12241         * configure.in: To here, at Ian's suggestion.  The top-
12242           level scripts might need to know of a patch level.
12243
12244 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
12245
12246         * config.sub: Strip off patch suffix so rtl is recognized
12247           as a sunos4.1.3 machine, even though it's been patched.
12248
12249 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
12250
12251         * Makefile.in (INSTALL_LAST): Delete.
12252         (INSTALL_DOSREL): New.
12253
12254 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12255
12256         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
12257         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
12258         whether we pass down --with-gnu-ld anyhow.
12259
12260 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
12261
12262         * Makefile.in (INSTALL_LAST): Change operation so it works
12263         on more flavors of make.
12264         * configure.in (go32): Don't build libg++ or libio.
12265
12266 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
12267
12268         * Makefile.in (Move HOST_PREFIX_1 and friends up so
12269         they can be overriden by templates.
12270
12271 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
12272
12273         * configure.in (target==go32): Don't build gdb.
12274         * dosrel: New directory.
12275
12276 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
12277
12278         * configure.in (host==go32): Configure dosrel too.
12279         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
12280         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
12281         be set by incoming names or templates.
12282         (INSTALL_LAST): New rule.
12283
12284 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
12285
12286         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
12287
12288 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12289
12290         * configure.in (appdirs): New variable.  Currently empty, but will
12291         be used in gas distribution.  If nonempty, lists a set of
12292         directories at least one of which must get configured, or top
12293         level configuration is considered to have failed.
12294         (rs6000-*-lynxos*): Use new file name.
12295
12296 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12297
12298         Eliminate XTRAFLAGS.
12299         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
12300         newlib include files using -idirafter, and also use -nostdinc.
12301         (CXX_FOR_TARGET): Likewise.
12302         (XTRAFLAGS): Removed.
12303         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
12304         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
12305         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
12306         ($(DO_X)): Don't pass down XTRAFLAGS.
12307
12308 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
12309
12310         * configure.in (mips*-dec-bsd*): New target; do build linker.
12311         (mips*-*-bsd*): New target; don't build linker.
12312
12313 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
12314
12315         * configure.in: support rs6000-*-lynxos* configuration.
12316         support sunos4 as a cross target.
12317
12318         * config.sub: look for lynx*, not lynx since the OS version may
12319         legitimately be part of the name.
12320
12321 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12322
12323         * configure.in (i[34]86-*-sco*): Move to be with other i386
12324         targets.
12325         (romp-*-*): New target.  Skip various binary utilities.
12326         (vax-*-*): New target.  Don't build newlib.
12327         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
12328
12329 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12330
12331         * configure.in: Only set host_makefile_frag if config
12332         directory exists.
12333
12334 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12335
12336         * install.sh: If $dstdir exists, don't check whether each
12337         component does.
12338
12339 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12340
12341         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
12342
12343 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
12344
12345         * configure.in (*-*-lynxos*): Don't configure newlib for either
12346         native or cross Lynx.
12347
12348 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
12349
12350         * config.sub (sparc64-elf): Fix os.
12351         (z8k): Remove duplicate.
12352
12353 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12354
12355         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
12356         gcc/stmp-fixproto, to try to prevent fixproto from being run.
12357
12358 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
12359
12360         * configure: Make file links cleanly even if Lynx fails on
12361           an NFS symlink (at least fail cleanly).
12362
12363 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
12364
12365         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
12366         -XNh2000.
12367
12368 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12369
12370         * configure: Unknown options are fatal again.
12371
12372 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
12373
12374         * configure: Ignore --x-includes and --x-libraries, for Autoconf
12375         compatibility.
12376
12377 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
12378
12379         * build-all.mk: Add `clean' target.
12380
12381 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12382
12383         * config.guess:  Add SINIX support.
12384         * configure.in:  Add mips-*-sysv4* support.
12385
12386 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
12387
12388         * build-all.mk: Document all useful targets.
12389         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
12390         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
12391
12392 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12393
12394         * configure: Support --silent, --quiet.
12395
12396 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12397
12398         * configure: Support --disable-FEATURE.
12399
12400 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12401
12402         * config.guess: Recognize NCR running SVR4.3.
12403
12404 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12405
12406         * config.guess:  Make BSDI generate i386-unknown-bsd386.
12407         Patch from Paul Eggert <eggert@twinsun.com>.
12408
12409 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12410
12411         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
12412
12413 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12414
12415         * configure: Make unrecognized options give nonfatal warnings
12416         instead of fatal errors, and pass them to any subdirectory
12417         configures in case they recognize them.
12418         Make --x equivalent to --with-x.
12419
12420 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
12421
12422         * configure: Add --enable-* options.  Clean up usage message and
12423         some comments.
12424
12425 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
12426
12427         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
12428
12429 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12430
12431         * configure.in (hppa*-*-*): Enable binutils.
12432
12433 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12434
12435         * config.sub: Recognize cisco.
12436
12437 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
12438
12439         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
12440
12441 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12442
12443         * config.guess: about target *-hitachi-hiuxwe2, don't print more
12444         than one configuration name.  Add comment.
12445
12446 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
12447
12448         * config.guess: about target *-hitachi-hiuxwe2, fixed
12449         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
12450         macro is incorrect.]
12451
12452 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12453
12454         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
12455         than the "make ls" stuff which used to be here.
12456
12457 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12458
12459         * config.guess:  Recognize i[34]86-unknown-freebsd.
12460         From Shawn M Carey <smcarey@rodan.syr.edu>.
12461
12462 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12463
12464         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
12465
12466 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
12467
12468         * config.guess: Check for ptx.
12469
12470 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
12471
12472         * config.sub: Add os9k checking.
12473
12474 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12475
12476         * config.guess: Handle OSF1 running on HPPA processors
12477
12478 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12479
12480         * configure: If subdir configure fails, print out a message with
12481         subdirectory name, in case subdir's configure code didn't identify
12482         itself.
12483
12484 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
12485
12486         * configure.in: Remove embedded newlines from configdirs.
12487         Avoid mismatches of substrings.  Fix matching strings at end
12488         of configdirs.
12489
12490 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
12491
12492         * config.guess:  Add Lynx/rs6000 config support.
12493
12494 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
12495
12496         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
12497
12498 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
12499
12500         * configure.in (hppa*-*-osf*): Treat this just like most other
12501         PA configurations (eg no binutils or ld).
12502         (hppa*-*-*elf*): These configurations have binutils and ld.
12503
12504 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12505
12506         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
12507
12508 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12509
12510         * configure.in (rs6000-*-*): Build gas.
12511
12512 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
12513
12514         * Makefile.in:  Avoid bug in losing hpux sed.
12515
12516 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
12517
12518         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
12519         for GDB and GDB has been fixed to not need it.
12520
12521 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12522
12523         * config.guess: Recognize vax hosts.
12524
12525 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12526
12527         * configure (while loop): Don't use "break 2" inside case
12528         statement -- the case statement isn't an enclosing loop.
12529
12530 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
12531
12532         * config.guess:  Clean up NeXT support, to allow nextstep
12533         on Intel machines.  Make OS be nextstep.
12534
12535 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
12536
12537         * config.guess: Add alternate forms for Convex.
12538
12539 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
12540
12541         * configure:  Completely rewrite option processing.  Take
12542         advantage of pattern-matching to avoid invoking test frequently.
12543         Also clean up host and target defaulting logic.
12544
12545 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
12546
12547         * Makefile.in: Replace all occurrances of "rootme" with "r" and
12548         "$${rootme}" with "$$r", to increase the likelihood that the do-*
12549         commands (plus user environment) will fit SCO limits.
12550
12551 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12552
12553         * configure.in: Don't issue warnings about directories which are
12554         not being configured if -norecursion is set.  Correct test for
12555         --with-gnu-as and --with-gnu-ld to not get confused by substring
12556         matches.
12557
12558         * configure.in: Don't build gas for alpha-dec-osf1*.
12559
12560 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
12561
12562         * configure:  Back out Per's change of 12/19/1993.  It changes the
12563         behavior of configure in unexpected and confusing ways.
12564
12565         Also, use different delim char when calculating
12566         program_transform_name so that the name can contain slashes.
12567
12568 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
12569
12570         * configure.in, config.sub: Add support for VSTa micro-kernel.
12571
12572 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
12573
12574         * configure.in: Nuke hacks which were used to get a special
12575         version of GAS for HPPA configurations.
12576
12577 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12578
12579         * configure:  If only ${target_alias} is given, use that
12580         as the default for ${host_alias}.
12581         * configure:  Add missing back-slashes before nested quotes.
12582
12583 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12584
12585         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
12586
12587 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
12588
12589         * config.guess:  Recognize some Tektronix configurations.
12590         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
12591
12592 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
12593
12594         * config.sub: Match any flavor of SH.
12595
12596 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
12597
12598         * configure.in: Don't try to configure newlib for Alpha.
12599
12600 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12601
12602         * configure.in: Don't build ld for Irix 5.  Don't build gas,
12603         libg++ or libio for any Alpha target.
12604
12605         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
12606
12607 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
12608
12609         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
12610         default arguments -- so it tried to compress itself.
12611
12612 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
12613
12614         * configure.in (notsupp): ensure that a space is always at the end
12615           of the configdirs list, since the grep checks for an explicit space
12616
12617 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12618
12619         * configure.in (target i386-sysv4.2): don't build ld, since static
12620           versions of many libraries are not available.
12621
12622 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12623
12624         * config.guess: Recognize Apollos (using environment variables).
12625         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
12626
12627 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12628
12629         * config.guess: Recognize Sony news mips running newsos.
12630
12631 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
12632
12633         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
12634         "fi ; else" for bash.
12635
12636 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
12637
12638         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
12639
12640 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
12641
12642         * config.sub: accept unixware as an alias for svr4.2.
12643         Fix some inconsistancies with the gcc version.
12644
12645 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12646
12647         * Makefile.in (DISTDOCDIRS):  Add gdb.
12648
12649 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12650
12651         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
12652
12653 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12654
12655         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
12656         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
12657         this now.
12658
12659 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12660
12661         * config.sub: Accept hiux* as an OS name.
12662
12663         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
12664         etc/make-stds.texi.  The underscore came from gcc, and dje now
12665         agrees that RUNTESTFLAGS is the correct name.
12666
12667 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12668
12669         * install.sh:  Remove 'set -e'.  It makes any conditionals
12670         in the script useless.
12671
12672         * config.guess: Automatically recognize arm-acorn-riscix
12673         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
12674
12675 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
12676
12677         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
12678
12679 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12680
12681         * Makefile.in (DISTDOCDIRS): New variable.
12682         (taz): Edit local Makefile.in sooner, instead of proto-toplev
12683         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
12684
12685 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12686
12687         * configure.in (hppa target): check the source directory for the
12688           pagas sub-directory
12689
12690 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
12691
12692         * config.sub: Allow -aout* and -elf*.
12693
12694 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12695
12696         * configure.in: Don't build ld on i386-solaris2, same as for
12697         sparc-solaris2.
12698
12699 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12700
12701         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
12702
12703 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12704
12705         * configure.in:  Configure gdb for alpha.
12706
12707 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12708
12709         * Makefile.in (CXXFLAGS): Add -O.
12710
12711 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12712
12713         * config.guess: added support for DG Aviion
12714
12715 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12716
12717         * configure.in: Produce warning message for subdirectories not
12718         configurable for this host/target combination.  Don't try to
12719         configure gdb for vms.
12720
12721 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
12722
12723         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
12724         appropriate files before making "diststuff".
12725         (DISTBISONFILES): New var: list of files to be edited.
12726         (DISTSTUFFDIRS): Add binutils.
12727
12728 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12729
12730         * config.sub: also handle mipsel and mips64el (for little endian mips)
12731
12732 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12733
12734         * configure.in: Add * to end of all OS names.
12735
12736 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
12737
12738         * configure.in: Build newlib for LynxOS native.
12739
12740 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12741
12742         * config.guess: Add support for delta 88k running SVR3.
12743
12744         * configure.in: Add comment about HP compiler vs. emacs.
12745
12746 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12747
12748         * configure.in: don't build ld on solaris2 (not a viable option
12749           due to bugs in getpwnam & getpwuid)
12750
12751 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
12752
12753         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
12754         config.guess will produce a full version number.
12755
12756 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12757
12758         * configure.in: Build linker and binutils for alpha-dec-osf1.
12759
12760 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12761
12762         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
12763         and gdb/testsuite/Makefile.in.
12764
12765 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12766
12767         * configure.in: recognize mips*- instead of mips-
12768
12769 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
12770
12771         * config.sub: Accept linux*coff and linux*elf as operating
12772         systems.
12773
12774 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12775
12776         * config.sub: Recognize mips64, and mips3 as an alias for it.
12777
12778 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12779
12780         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
12781         gdb knows how to handle OSF/1 shared libraries.
12782
12783 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12784
12785         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
12786         * config.guess: Recognize Hitachi's HIUX.
12787         * config.sub: Recognize h3050r* and hppahitachi.
12788         Remove redundant cases for hp9k[23]*.
12789
12790 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12791
12792         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
12793         if gas and ld are in the source tree and are in ${configdirs}.
12794         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
12795         --with options (but still pass them down on the command line,
12796         if they were explicitly specified).
12797
12798 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12799
12800         * configure: substitute SHELL value in Makefile.in with
12801         ${CONFIG_SHELL}
12802
12803 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12804
12805         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
12806         *-*-solaris2* targets.
12807
12808 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12809
12810         * Makefile.in: define M4, and pass it down to sub-makes;
12811         all-autoconf now depends on all-m4
12812
12813 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12814
12815         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
12816         presence of {ar,ranlib} instead of a configured directory
12817
12818 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
12819
12820         * config.guess: Accept 34?? as well as 33?? for NCR.
12821
12822 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12823
12824         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
12825         of 'gas' in sed commands, since 'gash' is now in the tree as well.
12826
12827 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12828
12829         * configure: grab values for $(CC) and $(CXX) from the
12830         environment, so that someone can do "CC=gcc configure; make" and
12831         have it work right (matching the way that autoconf works now)
12832
12833         * configure.in, Makefile.in: add support for gash, the tcl
12834         interface to Galaxy
12835
12836         * config.guess: add NetBSD variants (hp300, x86)
12837
12838 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
12839
12840         * install.sh: Support -d option (in the manner of SunOS 4 install,
12841         as it is more deterministic than that of GNU install)
12842         (chmodcmd): Set file to mode 755 by default (should also do default
12843         chgrp and chown, but I don't feel like dealing with that now)
12844
12845 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
12846
12847         * config.sub: Remove h8300hhms alias.
12848
12849 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12850
12851         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
12852
12853 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12854
12855         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
12856         as stmp-fixinc
12857
12858 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12859
12860         * config.sub: recognize m88110-bug-coff.
12861
12862 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12863
12864         * Makefile.in (all-libio): all dependencies on the toolchain used
12865         to build this (gcc, gas, ld, etc)
12866
12867 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12868
12869         * config.guess: Deal with OSF/1 1.3 on alpha.
12870
12871 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12872
12873         * install.sh: add some 'else true' clauses for portability
12874
12875         * configure.in: don't build libio for h8[35]00-*-* targets
12876
12877 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12878
12879         * Makefile.in:  Add support for new libio.
12880
12881 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12882
12883         * install.sh: If one command fails, don't try the rest.  Don't try
12884         to remove $dsttmp (via trap) unless we have already created it.
12885         If $src doesn't exist, detect it and exit with an error.
12886
12887         * config.guess: Recognize BSD on hp300.
12888
12889 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
12890
12891         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
12892         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
12893
12894 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
12895
12896         * Makefile.in (all-send-pr): depends on all-prms
12897
12898 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12899
12900         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
12901
12902 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
12903
12904         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
12905         Added test for mips-mips-riscos5.
12906
12907 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12908
12909         * configure.in: use mh-hp300 for 68k HP hosts
12910
12911 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12912
12913         * configure: add support for CONFIG_SHELL, so that you can use
12914         some alternate shell for evaluating configure scripts
12915
12916 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
12917
12918         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
12919         in configure script to bug-gdb@prep.ai.mit.edu when building
12920         distribution archive.
12921         * Makefile.in (COMPRESS):  Remove def.
12922         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
12923         gdb.tar.Z and make-gdb.tar.Z respectively.
12924         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
12925         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
12926         to convergence with 'taz' target in Makefile.in.
12927
12928 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12929
12930         * install.sh (dsttmp): use trap to ensure that tmp files go
12931         away on error conditions
12932
12933 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12934
12935         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
12936
12937 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12938
12939         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
12940         its parent is '/' not ''.
12941
12942         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
12943
12944 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
12945
12946         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
12947         that ${newsrcdir}/configure.in does.
12948
12949 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
12950
12951         * test-build.mk: support for CONFIG_SHELL
12952
12953 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
12954
12955         * config.sub (netware):  Add as a basic system type.
12956
12957 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
12958
12959         * Makefile.in (Makefile): depend on configure.in.  Also drop the
12960           $(srcdir)/ from the dependency on Makefile.in.
12961
12962 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
12963
12964         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
12965         (h8300hhms is temporary until multi-libraries are implemented).
12966         * configure.in: Handle h8300h too.
12967
12968 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12969
12970         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
12971
12972 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
12973
12974         * configure:  Remove extraneous output when guessing host type.
12975         * config.guess:  Remove extraneous output when guessing using C
12976         compiler rather than uname, or when guessing fails.
12977
12978 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12979
12980         * Makefile.in: remove all.cross and install.cross targets
12981
12982         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
12983           definitions
12984
12985 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
12986
12987         * configure.in (target sh): Build gprof.
12988
12989 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12990
12991         * config.sub: change -solaris to -solaris2
12992
12993 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12994
12995         * configure.in: Use config/mh-riscos for mips-*-sysv*.
12996
12997 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
12998
12999         * configure: Correct error message for missing Makefile.in to
13000         print correct directory.
13001
13002 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13003
13004         * install.sh: kludge around 386BSD shell bug
13005
13006 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
13007
13008         * config.guess:  Recognize NeXT.
13009         * config.guess:  Recognize i486-ncr-sysv4.
13010         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
13011
13012 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
13013
13014         * Makefile.in (MAKEINFOFLAGS): New variable.
13015         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
13016         * build-all.mk, test-build.mk: Pass down --no-split as
13017         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
13018
13019 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
13020
13021         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
13022
13023 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
13024
13025         * Makefile.in (libg++.tar.z):  New rule.
13026         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
13027         * Makefile.in (taz):  Only do a single chmod.
13028
13029 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13030
13031         * install.sh: don't use dirname anymore (replaced with sed usage)
13032
13033 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
13034
13035         * Makefile.in:  Change extension for gzip'd files from '.z' to
13036         '.gz' per new FSF standard usage.
13037
13038 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
13039
13040         * configure: put quotes around the final value of program_transform_name
13041
13042 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13043
13044         * Makefile.in: new install.sh support; update install-info rules
13045
13046 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
13047
13048         * configure.in: Build diff for crosses, but not for go32 host.
13049
13050         * configure.in: Build gprof only for native, and don't build it
13051         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
13052
13053 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
13054
13055         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
13056
13057 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13058
13059         * configure.in (host_tools): Add prms.
13060
13061 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13062
13063         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
13064         with $(FLAGS_TO_PASS) on the command line
13065
13066         * config.sub: Recognize lynx and lynxos
13067
13068 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13069
13070         * config.sub: Accept -ecoff*, not just -ecoff.
13071
13072 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13073
13074         * Makefile.in (taz): Use .gz suffix instead of .z.
13075         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
13076         names.
13077
13078 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13079
13080         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
13081
13082 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13083
13084         * Makefile.in (install-no-fixedincludes):  install gcc last, so
13085         that rebuilds that might happen during 'make install' don't get
13086         bogus gcc include files
13087
13088 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13089
13090         Change from Utah for HPPA support:
13091         * config.guess: Recognize hppa1.x-hp-bsd.
13092
13093 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
13094
13095         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
13096         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
13097
13098 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13099
13100         * config.sub: Add support for rom68k and bug boot monitors.
13101
13102 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
13103
13104         * Makefile.in: Make all-opcodes depend on all-bfd.
13105
13106 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13107
13108         * config.guess: Added special check for i[34]86-univel-sysv4*.
13109
13110 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
13111
13112         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
13113         the processor rather than assuming i486.
13114
13115 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
13116
13117         * config.guess: Recognize SunOS6 as Solaris3.
13118
13119 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
13120
13121         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
13122         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
13123
13124 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
13125
13126         * build-all.mk (all-cross): New target for Canadian Cross.
13127         Added Q2 go32 targets.
13128         * test-build.mk: Configure go32 cross sparclite-aout and
13129         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
13130         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
13131
13132 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13133
13134         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
13135         GO32 hosted toolchains
13136
13137 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13138
13139         * configure: change  so "-exec-prefix" gets passed down rather
13140         than "-exec_prefix" so autoconf generated Makefiles get the
13141         exec_prefix set right.
13142
13143 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13144
13145         * config.guess: get the Solaris2 minor version number
13146
13147         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
13148
13149 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13150
13151         * config.guess: Recognize some Sequent platforms.
13152
13153 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13154
13155         * Makefile.in: added the vault-install target
13156
13157         * configure.in: actually use the Sun3 makefile fragment that's in
13158         config, also added the release dir to configdirs
13159
13160 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13161
13162         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
13163
13164 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13165
13166         * configure.in: remove some program from Alpha targetted toolchains
13167
13168 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
13169
13170         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
13171         gprof.
13172         (taz): Run "make diststuff" in those directories instead of "make
13173         proto-dir".  Look for "VERSION=" only at start of line in subdir
13174         Makefile.  Use "gzip -9" for compression.
13175         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
13176         (binutils.tar.z): New target.
13177
13178 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13179
13180         * Makefile.in (taz): Include gpl.texinfo.
13181
13182 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13183
13184         * Makefile.in (setup-dirs): Merged into "taz" target.
13185         (taz): Only do `proto-dir' stuff if a directory is actually needed
13186         for this target.
13187
13188 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
13189
13190         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
13191         (FLAGS_TO_PASS): Pass down MUNCH_NM.
13192         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
13193         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
13194         (gcc-no-fixedincludes): Correct for current gcc Makefile.
13195
13196 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
13197
13198         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
13199         config.sub, and move-if-change to gdb testsuite distribution
13200         archive, so the testsuite can be extracted, configured, and
13201         run separately from the gdb distribution.  Blow away the Chill
13202         tests that require a Chill compiled executable, since GNU Chill
13203         is not yet publically available.
13204
13205 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13206
13207         * test-build.mk: set environment variables in a single command,
13208         instead of a list of assignments and exports
13209
13210         * config.guess: recognize Alpha/OSF1 systems
13211
13212 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13213
13214         * configure: Change help message to prefer --options rather than
13215           -options.
13216
13217 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13218
13219         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
13220         zippy@ecst.csuchico.edu.
13221         * config.guess: Recognize miniframe.
13222
13223 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
13224
13225         * Makefile.in: Use srcroot to find runtest rather than rootme.
13226         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
13227
13228 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13229
13230         * test-build.mk: Extensive additions to support building on a
13231         machine other than the host.
13232
13233 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
13234
13235         * configure (tooldir): Fix for i386-aix again.
13236
13237 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
13238
13239         * configure, Makefile.in:  Change definition of $(tooldir)
13240         to match the FSF.
13241
13242 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
13243
13244         * config.guess:  Recognize i[34]86/SVR4.
13245
13246 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13247
13248         * Makefile.in (all-gdb): gdb depends on sim.
13249
13250 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
13251
13252         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
13253         at the same time we make the prototype gdb directory.
13254         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
13255         files at the same time as the gdb base release distribution.
13256
13257 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
13258
13259         * Makefile.in (check): Use individual check targets rather than
13260         DO_X rule.
13261         (check-gcc): Added.
13262
13263 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
13264
13265         * config.sub: Use sysv3.2 not sysv32 for canonical OS
13266         for System V release 3.2.
13267
13268 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13269
13270         * config.sub: Recognize hppaosf.
13271         * configure.in: Do configure ld/binutils/gas for it.
13272
13273 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13274
13275         * configure (tooldir): Alter syntax used to set this, for systems
13276         where "\$" isn't handled right, like i386-aix.
13277
13278 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13279
13280         * configure: Pass program-transform-name, not
13281         program_transform_name, to recursive configures.
13282
13283 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
13284
13285         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
13286         of gas+ld+binutils.
13287
13288 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
13289
13290         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
13291
13292 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13293
13294         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
13295
13296 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13297
13298         * Makefile.in (PRMS): Set back to all-prms.
13299
13300 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13301
13302         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
13303         targets, rather than for MIPS hosts.
13304
13305 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13306
13307         * configure.in: add comment for --with-x default values
13308
13309         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
13310
13311         * Makefile.in: add check-* targets for each of the directories in
13312         the tree.  Add a definition of RUNTEST that will use the one we
13313         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
13314
13315 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
13316
13317         * configure.in: Removed obsolete references to bfd_target and
13318         target_makefile_frag.
13319
13320         * build-all.mk: Set assorted targets for Q2.
13321         * config.sub: Recognize z8k-sim and h8300-hms.
13322         * test-build.mk: Really don't pass host to configure.
13323         (HOLES): Added uname.
13324
13325 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
13326
13327         * configure: Handle an empty program-prefix, program-suffix or
13328         program-transform-name correctly.
13329
13330 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13331
13332         * build-all.mk: -G 8 no longer required for MIPS targets.
13333         * test-build.mk: Don't pass host argument to configure; make it
13334         guess.
13335
13336 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
13337
13338         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
13339         * Makefile.in (COMPRESS):  New macro, like GZIP.
13340
13341 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
13342
13343         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
13344
13345         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
13346         with gas currently defaults to -G 0.
13347
13348 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
13349
13350         * Makefile.in (all-flex): flex depends on byacc.
13351
13352         * build-all.mk: If host not specified, use config.guess.  Pass TAG
13353         to test-build.mk as RELEASE_TAG.
13354         * test-build.mk (configargs): New variable containing arguments to
13355         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
13356         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
13357
13358         * config.guess: Use /bin/uname when checking -X argument on SCO,
13359         to avoid invoking GNU uname which doesn't understand -X.
13360
13361         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
13362
13363         * configure.in: Build gas for mips-*-*.
13364
13365 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13366
13367         * Makefile.in (all.normal): insert missing backslash.
13368
13369 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
13370
13371         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
13372
13373         * Makefile.in: Complete overhaul to merge many almost identical
13374         targets.
13375
13376 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13377
13378         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
13379         (gdb.tar.Z): Adjusted.
13380
13381         * Makefile.in (setup-dirs, taz): New targets; should be general
13382         enough to adapt for gdb sometime.  Build only .z file.
13383         (gas.tar.z): New target.
13384
13385 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
13386
13387         * build-all.mk: Use CC=cc -Xs on Solaris.
13388
13389 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
13390
13391         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
13392         for handling BISON for FSF releases.
13393
13394 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
13395
13396         * configure: Actually implement the change zoo just documented.
13397
13398 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
13399
13400         * configure: when using config.guess, only set target_alias when
13401         it's not already been set (ie, on the command line)
13402
13403 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13404
13405         * Makefile.in: add installcheck target, set PRMS to install-prms
13406
13407 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13408
13409         * configure: add support for package_makefile_fragment, handle the
13410         case where a directory has a configure.in file but no Makefile.in
13411         more gracefully (with an actual understandable error message, even);
13412         add support for --without (and add this to the usage message); also
13413         explicitly add a --host=${host_alias} to the command line when
13414         config.guess is used
13415
13416 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13417
13418         * configure: Must use both --host and --target in recursive calls.
13419
13420 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13421
13422         * Makefile.in: Change deja-gnu to dejagnu.
13423
13424 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
13425
13426         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
13427
13428 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13429
13430         * configure.in: canonicalize all instances to *-*-solaris2*,
13431         also strip out a number of tools to not build for go32 host
13432
13433 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13434
13435         * config.guess: add GPL.
13436
13437         * Makefile.in, config.guess, config.sub, configure: bump
13438           copyrights to 93.
13439
13440 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
13441
13442         * Makefile.in (do-info): Removed obsolete check for existence of
13443         localenv file.
13444
13445         * Makefile.in (MAKEOVERRIDES): Define to be empty.
13446
13447 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13448
13449         * Makefile.in: a couple of 'else true' for decstation,
13450         support for TclX
13451
13452         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
13453
13454 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
13455
13456         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
13457
13458 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
13459
13460         * config.guess: Recognize i386-ibm-aix (PS/2).
13461         * configure.in: Use config/mh-aix386 file for it.
13462
13463 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
13464
13465         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
13466         CC_FOR_TARGET instead.
13467         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
13468
13469 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
13470
13471         * Makefile.in: Add sim to list of directories sent with gdb
13472
13473 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
13474
13475         * configure.in: Put back mips-dec-bsd* case.
13476
13477 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
13478
13479         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
13480         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
13481         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
13482
13483 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13484
13485         * configure.in: remove no-op mips-dec-bsd* in "case $target"
13486
13487         * Makefile.in (dir.info): only run gen-info-dir if it exists,
13488         (install-info): install dir.info only if it exists,
13489         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
13490
13491 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
13492
13493         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
13494         gas for mips-dec-bsd.
13495
13496 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
13497
13498         * configure (makesrcdir): If ${srcdir} is relative and not ".",
13499         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
13500
13501 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13502
13503         * configure.in: Added "dejagnu" to hosttools list.
13504
13505 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
13506
13507         * config.sub, configure.in, config.guess:  Add support
13508         for Bosx, an AIX variant from Bull.
13509         Patches from F.Pierresteguy@frcl.bull.fr.
13510
13511 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
13512
13513         * devo/dejagnu: Initial creation of devo/dejagnu.
13514         Migrated dejagnu testcases and support files for testing software
13515         tools to reside as subdirectories, currently called "testsuite",
13516         within the directory of the software tool.  Migrated all programs,
13517         support libraries, etc. beloging to dejagnu proper from
13518         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
13519         with no modifications.  The changes to these files which will
13520         allow them to configure, build, and execute properly will be made
13521         in a future update.
13522
13523 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
13524
13525         * Makefile.in: Change send_pr to send-pr.
13526         * configure.in: Likewise.
13527         * send_pr: Renamed directory to send-pr.
13528
13529 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
13530
13531         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
13532
13533 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
13534
13535         * README:  Update for gdb-4.8 release.
13536         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
13537         gdb-xxx.tar.z (gzip'd) file also.
13538
13539 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13540
13541         * Makefile.in: make all-diff depend on all-libiberty
13542
13543 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
13544
13545         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
13546
13547 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13548
13549         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
13550
13551 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
13552
13553         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
13554         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
13555         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
13556
13557 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13558
13559         * Makefile.in:  makeinfo binary is in a new location
13560
13561 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
13562
13563         * config.sub: Accept -ecoff as an OS.
13564
13565         * Makefile.in: Various changes to eliminate a level of make
13566         recursion and reduce the required command line length.
13567         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
13568         sub-makes.
13569         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
13570         variables holding settings for specific sub-makes.
13571         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
13572         in terms of BASE_FLAGS_TO_PASS.
13573         (TARGET_LIBS): New variable listing directories which use
13574         TARGET_FLAGS_TO_PASS.
13575         (subdir_do): Eliminated.
13576         (do-*): New set of targets to replace subdir_do.
13577         (various): All targets which used subdir_do now depend on do-*.
13578         (local-clean): Renamed from do_clean.
13579         (local-distclean): New target, dependency of distclean and
13580         realclean.
13581         (install-info): Don't create directories.  Depend on dir.info
13582         rather than calling make recursively.
13583         (install-dir.info): Eliminated.
13584         (install-info-dirs): Create all info directories here.
13585         (dir.info): Depend upon do-install-info.
13586
13587         * test-build.mk (HOLES): Added false.
13588
13589 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
13590
13591         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
13592
13593 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13594
13595         * Makefile.in (info): remove dependency on all-texinfo.  The
13596         problem was really in texinfo/C, not at this level.
13597
13598 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
13599
13600         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
13601
13602 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
13603
13604         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
13605         GDB releases.
13606
13607 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13608
13609         * configure: Include srcdir in message about target of link not
13610         being found.  Don't convert `-' to `_' in `with' options being
13611         passed to subdirs.
13612
13613 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13614
13615         * configure.in: add uudecode to host_tools
13616
13617         * Makefile.in: added {all,install}-uudecode targets, added them to
13618         the appropriate lists
13619
13620 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
13621
13622         * Makefile.in (all-gcc): Added dependency on all-gas.
13623
13624         * configure.in (mips-*-*): Build ld and binutils.
13625
13626 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
13627
13628         * configure: check return code from mkdir, print error message and
13629           exit on failure.
13630
13631 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
13632
13633         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
13634
13635 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
13636
13637         * test-build.mk (HOLES): Added tar, cpio and uudecode.
13638
13639 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13640
13641         * config.sub (h8500):  Recognize this as a cpu type.
13642
13643 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13644
13645         * configure: source directory missing is no longer a warning
13646
13647         * configure.in: recognize irix[34]* instead of irix[34]
13648
13649         * Makefile.in: define and pass down X11_LIB
13650
13651 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
13652
13653         * guess-systype: Renamed to ...
13654         * config.guess:  ... by popular request.
13655         * configure.in, Makefile.in:  Update accordingly.
13656
13657 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
13658
13659         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
13660         + Add Convex, Cray/Unicos, and Encore/Multimax support.
13661         + Execute ./dummy instead of assuming . is in PATH.
13662
13663 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
13664
13665         * guess-systype:  New shell script.  Attempts to guess the
13666         canonical host name of the executing host.
13667         Only a few hosts are supported so far.
13668         * configure:  Call guess-systype if no host is specified.
13669
13670 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
13671
13672         * Makefile.in (gcc-no-fixedincludes): Made to work with current
13673         gcc Makefile.
13674
13675
13676 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
13677
13678         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
13679         (all-gcc, install-gcc, subdir_do): Use it.
13680
13681 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
13682
13683         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
13684
13685 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
13686
13687         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
13688           set exclusively by configure, using configure.in .
13689
13690 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13691
13692         * test-build.mk: set $PATH for all builds
13693
13694         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
13695
13696 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
13697
13698         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
13699         the one used in gcc/Makefile.in, so that a null expansion doesn't
13700         override the one needed to build gcc with a native cc.
13701
13702
13703 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
13704
13705         * configure: Accept -with arguments.
13706
13707 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
13708
13709         * Makefile.in: added h8300sim
13710
13711 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
13712
13713         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
13714         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
13715         (all-cygnus, native, build-cygnus): Make
13716         $(canonhost)-stamp-3stage-done, not $(host)....
13717         * test-build.mk (stamp-3stage-compared): Use tail +10c for
13718         i386-sco3.2v4.  Added else true to if command.
13719
13720 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
13721
13722         * config.sub: (from FSF) Sequent uses a BSD-like OS.
13723
13724 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
13725
13726         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
13727
13728 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13729
13730         * configure.in: don't remove binutils from Solaris builds
13731
13732 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
13733
13734         * Makefile.in: get rid of earlier definitions for *clean,
13735         also handle the recursive info rule better
13736
13737 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
13738
13739         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
13740         do more-or-less the right thing.
13741
13742 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
13743
13744         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
13745         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
13746
13747 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13748
13749         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
13750         $(host_canonical).
13751
13752         * configure.in: split the configdirs list into 4 categories (native
13753         v. cross, library v. tool) and handle the cross-only and native-
13754         only in more reasonable (and correct!) way.
13755
13756 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
13757
13758         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
13759         configdirs anymore.
13760
13761 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13762
13763         * Makefile.in: extensive cleanup::  removed all of the explicit
13764         clean-* targets, collapsed many wrappers around subdir_do into
13765         one, added additional targets to satisfy standards.texi, deleted
13766         some old targets, some changes for consistency
13767
13768 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13769
13770         * configure.in: handle some programs as cross-only, and others as
13771         native only
13772
13773         * test-build.mk: handle partial holes in a more generic manner
13774
13775         * Makefile.in: m4 depends on libiberty
13776
13777 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13778
13779         * configure.in: add m4, textutils, fileutils, sed, shellutils,
13780         time, wdiff, and find to configdirs
13781
13782         * Makefile.in: all, clean, and install rules for the new programs
13783         added to configure.in
13784
13785 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13786
13787         * configure.in: use mh-sun for all *-sun-* hosts
13788
13789 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13790
13791         * Makefile.in: define flags for X11 include files and library file
13792         locations, pass them down to the programs that need this info
13793
13794         * build-all.mk: added a 'native' target, to 3stage the native toolchain
13795
13796 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13797
13798         * configure.in: start building libg++ for HP-UX targets
13799
13800 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
13801
13802         * README:  Update references to files moved into etc/.
13803
13804 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
13805
13806         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
13807         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
13808
13809 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
13810
13811         * configure: accept dash as well as underscore in long option
13812         names for FSF compatibility.
13813
13814 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
13815
13816         * config.sub: added -sco3.2v4 support from FSF.
13817
13818 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13819
13820         * configure.in: expand the section that adds or removes
13821         directories from the list of programs to build, to handle native
13822         vs. cross in addition to host v. native
13823
13824 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
13825
13826         * Makefile.in:  Replace C++ in macro names with CXX.
13827         This is less likely to break ...
13828
13829 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13830
13831         * test-build.mk: add -w to GNU_MAKE
13832
13833 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13834
13835         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
13836         add 'sparc' to list of recognized cpus.  This needed to make
13837         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
13838         Delete some redundant ose68 variants.  Recognize -wrs as an os,
13839         then changes that into $CPU-wrs-vxworks.
13840
13841         * configure.in: remove most references to gdbtest, regularize
13842         target based program removal
13843
13844         * test-build.mk: import from p3 tree (many fixes and changes)
13845
13846 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
13847
13848         * Makefile.in: added rules to handle tcl, tk, and expect
13849
13850         * configure.in: handle those directories if they exist
13851
13852 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13853
13854         * config.sub: removed bogus hppabsd and hppahpux names, since
13855         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
13856
13857 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13858
13859         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
13860         depends upon all-xiberty
13861
13862         * Makefile.in: changes from p3, including:
13863
13864         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
13865
13866         * Makefile.in (XTRAFLAGS): include newlib directories if
13867         newlib/Makefile exists, rather than if host != target.
13868
13869         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
13870
13871         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13872         from the same source tree and not building a cross-compiler.  This
13873         matters for the libg++ configuration if reconfiguring a tree that
13874         has already been installed.
13875
13876         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
13877
13878         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13879         pick up the machine and system specific header files.
13880
13881         * Makefile.in: added AS_FOR_TARGET, passed down in
13882         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13883         the C compiler to use to create programs which are run in the
13884         build environment, set it to default to $(CC), and passed it down
13885         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13886
13887         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
13888
13889         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
13890         We need them for unusual native builds, like systems without
13891         ranlib.
13892
13893         * configure: also define $(host_canonical) and
13894         $(target_canonical), which are the full, canonical names for the
13895         given host and target
13896
13897 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
13898
13899         * Makefile.in:  Added separate definitions for C++.
13900
13901 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
13902
13903         * configure.in (configdirs):  Add deja-gnu.
13904
13905 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
13906
13907         * README:  Update for configure.texi and gdb-4.7 release.
13908
13909 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
13910
13911         * Makefile.in:  Move "all" target to top of file.
13912         Previously, first target was ".PHONY" which caused BSD4.4 make
13913         to build .PHONY when make was run without arguments.
13914
13915 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
13916
13917         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
13918         Library-copylefted code in libiberty.
13919
13920 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
13921
13922         * config.sub:  Replace m68kmote with plain old m68k.
13923
13924 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
13925
13926         * Makefile.in:  Remove space from blank line, avoid Make complaints.
13927
13928 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
13929
13930         * config.sub: Complain if no argument is given.  Added support for
13931         386bsd as OS and target alias.
13932
13933 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
13934
13935         * Makefile.in (XTRAFLAGS): include newlib directories if
13936         newlib/Makefile exists, rather than if host != target.
13937
13938 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
13939
13940         * config.sub: recognize sparclite-wrs-vxworks.
13941
13942         * Makefile.in (install-xiberty): added *-xiberty make rules (from
13943         p3.) Added clean-xiberty to clean.
13944
13945 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
13946
13947         * configure.in: use *-*-* instead of nested cases for host and target
13948
13949 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
13950
13951         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
13952         from the same source tree and not building a cross-compiler.  This
13953         matters for the libg++ configuration if reconfiguring a tree that
13954         has already been installed.
13955
13956 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
13957
13958         * config.sub (i486v/i486v4):  Merge in from FSF version.
13959
13960 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
13961
13962         * configure: only set PWD if it is already set.
13963
13964 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
13965
13966         * configure: just set PWD=`pwd` at the top, since Ultrix sh
13967         doesn't have unset and all success paths (and most error paths)
13968         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
13969         to just ${PWD} to avoid confusion.)
13970
13971 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
13972
13973         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
13974         even for a native compilation.
13975
13976 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
13977
13978         Changes to make the gdb.tar.Z rule work better.
13979
13980         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
13981         (DEVO_SUPPORT):  Add configure.texi.
13982         (bfd-ilrt.tar.Z):  Remove ancient rule.
13983
13984 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
13985
13986         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
13987         pick up the machine and system specific header files.
13988
13989         * configure.in, config.sub: added new target m68010-adobe-scout,
13990         with alias of adobe68k.  Changed configure.in to check for
13991         -scout before -sco* to avoid a false match.
13992
13993         * Makefile.in: added AS_FOR_TARGET, passed down in
13994         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
13995         the C compiler to use to create programs which are run in the
13996         build environment, set it to default to $(CC), and passed it down
13997         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
13998
13999 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
14000
14001         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
14002         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
14003         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
14004         FOR_TARGET variants, to newlib and libg++.
14005
14006 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
14007
14008         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
14009         first.
14010
14011 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
14012
14013         * config.sub:  Accept `elf' as an environment.
14014
14015 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14016
14017         * Makefile.in (all-opcodes):  cd into the right directory
14018
14019 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
14020
14021         * configure: added -program_transform_name option, used as
14022         argument to sed when installing programs.
14023         configure.texi: added documentation for -program_prefix,
14024         -program_suffix and -program_transform_name.
14025
14026 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
14027
14028         * config.sub:  Accept i486 where i386 ok.
14029
14030 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
14031
14032         * config.sub: accept we32k
14033
14034 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
14035
14036         * config.sub, configure.in: accept OSE68000 and OSE68k.
14037
14038         * Makefile.in: don't create all directories for ``make install'';
14039         let the subdirectories create the ones they need.
14040
14041 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14042
14043         * COPYING: new file, GPL v2
14044
14045 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14046
14047         * Makefile.in: use the new gen-info-dir, which needs a template
14048         argument (which also lives in texinfo)
14049
14050         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
14051
14052 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
14053
14054         * config.sub (ncr3000):  Change i386 to i486.
14055
14056 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14057
14058         * Makefile.in: add install-rcs, install-grep to
14059         install-no-fixedincludes, removed install-bison and install-libgcc
14060
14061 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
14062
14063         * configure.in: grab the HPUX makefile fragment if on HPUX
14064
14065 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14066
14067         * Makefile.in: eradicate bison spoor (ditto libgcc).
14068          configure.in: recognise m68{k,000}-ericsson-OSE.
14069          es1800 is alias for m68k-ericsson-OSE
14070
14071 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14072
14073         * configure.in: rearrange the parts that remove programs from
14074         configdirs, based now on HOST==TARGET or by canonical triple.
14075
14076 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14077
14078         * test-build.mk: recurse explicitly with -f test-build.mk when
14079           appropriate.  predicate stage3 and comparison on the existence
14080           of gcc.  That is, if gcc isn't around, we aren't three-staging.
14081           On very clean, also remove ...stamp-co.  Build in-place before
14082           doing other builds.
14083
14084 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14085
14086         * Makefile.in, configure.in: add tgas
14087
14088 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14089
14090         * Makefile.in: a number of changes merged in from progressive.
14091
14092         * configure.in: add libm.
14093
14094         * .cvsignore: ignore some stuff that comes from test-build.mk.
14095
14096 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
14097
14098         * config.sub:  Add es1800 (m68k-ericsson-es1800).
14099
14100 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
14101
14102         * configure: Add program_suffix (parallel to program_prefix)
14103         * Makefile.in: adjust directory-creating script for losing decstation
14104
14105 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
14106
14107         * configure:  Minor $subdir-related fixes.
14108
14109 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
14110
14111         * configure: fix various problems with propogating
14112         makefile_target_frag in subdirs.
14113         * configure.in: config libgcc if its there
14114
14115 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
14116
14117         * config.sub:  HPPA merge.
14118
14119 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
14120
14121         * Makefile.in:  Replace all-bison with all-byacc in all
14122         dependency lines for other tools (which now use byacc).
14123
14124 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
14125
14126         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
14127
14128 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
14129
14130         * Makefile.in: make gprof rules similar to byacc rules (instead of
14131         vestigal $(unsubdir) that didn't work...)
14132
14133 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
14134
14135         * config.sub:  Add support for Linux.
14136         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
14137         (at least for libg++).
14138
14139 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
14140
14141         * configure.texi: fix doc for the -nfp option to configure
14142
14143 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
14144
14145         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
14146
14147 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
14148
14149         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
14150         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
14151         * configure.in: added solaris* host_makefile_frag hook.
14152
14153 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14154
14155         * config.sub: changed recognition of m68000 so that various
14156         m68k types can be specified via m680[01234]0
14157
14158 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14159
14160         * config.sub (basic_machine): fix sed so that '-foo' isn't
14161         completely substituted out while .+'-foo' loses the '-foo'
14162
14163 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14164
14165         * config.sub ($os): Add -aout.
14166
14167 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
14168
14169         * configure:  If host_makefile_frag is absolute, don't
14170         prefix ${invsubdir} (relevant to libg++ auto-configure).
14171
14172 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
14173
14174         * Makefile.in (tooldir): Define it.
14175         (all-ld): Depend on all-flex.
14176
14177 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
14178
14179         * Makefile.in (check):  Fix libg++ special case.
14180
14181 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
14182
14183         * configure: do not bury `pwd` into config.status, thus do fewer
14184           pwd's.
14185
14186         * configure: print the "Building in" message only when building in
14187           other than "." AND verbose.
14188
14189         * configure: remove -s, rework -v to better accommodate guested
14190           configures.
14191
14192         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
14193
14194 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
14195
14196         * Makefile.in: macroize flags passed on recursion.  remove
14197           fileutils.
14198
14199 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
14200
14201         * configure: get makesrcdir right for subdirs deeper than 1.
14202
14203         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
14204           install.
14205
14206 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
14207
14208         * Makefile.in: don't print subdir_do or recursion lines.
14209
14210 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
14211
14212         * standards.texi: added menu item.
14213
14214         * Makefile.in: build and install standards.info.
14215
14216         * standards.texi: new file.
14217
14218 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14219
14220         * configure: test for and move config.status pieces from
14221           ${subdir}/.
14222
14223 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
14224
14225         * configure:  Test for existance of files before trying to mv
14226         them, to avoid numerous non-existance messages.
14227
14228 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
14229
14230         * configure: correct final line of config.status.
14231
14232         * configure: patch from eggert.  Avoids a protection problem if
14233           the original Makefile.in is read only.
14234
14235         * configure: use move-if-change from gcc to create config.status.
14236           Some makefiles depend on config.status to tell if a directory
14237           has been reconfigured for a different host.  This change
14238           prevents those directories from remaking everything in the case
14239           where the reconfig was only intended to rebuild a Makefile.
14240
14241         * configure: test for config.sub with "config.sub sun4" rather
14242           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
14243           host alias from a missing config.sub.
14244
14245 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14246
14247         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
14248           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
14249
14250 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
14251
14252         * configure: mkdir ${subdir} as needed.
14253
14254 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
14255
14256         * Makefile.in,configure.in: added autoconf.
14257
14258 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14259
14260         * Makefile.in: no longer pass against on recursion.
14261
14262         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
14263           definitions are not inherited.
14264
14265         * configure: correct makesrcdir when subdir is .
14266
14267 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
14268
14269         * configure:  Add support for 'subdirs' variable, which is
14270         like 'configdirs', except that configure doesn't re-invoke
14271         itself for subdirs, it just creates a Makefile for each subdir.
14272         * configure.texi:  Document subdirs.
14273
14274 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
14275
14276         * configure.in: added flex to configdirs
14277
14278 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
14279
14280         * Makefile.in: remove clean-stamps from clean.
14281
14282 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
14283
14284         * configure.in:  Add gdbtest to configdirs.
14285
14286 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
14287
14288         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
14289         to recursive makes.
14290         * configure.in:  Recognize new ncr3000 config.
14291
14292 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
14293
14294         * Makefile.in, configure.in: removed references to gdbm.
14295
14296 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
14297
14298         * config.sub:  Don't canonicalize os value
14299         newsos* to bsd (readline needs to check for newsos).
14300         (This fix was earlier made Jan 31, but got re-broken.)
14301
14302 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
14303
14304         * configure.in:  sco is an os, not a vendor!
14305
14306         * configure:  Quote $( better.  Keep various shells happy.
14307
14308 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
14309
14310         * Makefile.in: eliminate stamp-files.
14311
14312 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
14313
14314         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
14315           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
14316
14317 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
14318
14319         * config.sub:  fix iris/iris3.
14320
14321 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
14322
14323         * configure: re-add -rm.
14324
14325 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
14326
14327         * Maskefile.in: add .stmp-rcs to all.
14328
14329         * configure.in: remove gas from rs6000 build, use aix host fragment.
14330
14331 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
14332
14333         * configure: pass down site_option during recursion.
14334
14335 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
14336
14337         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
14338
14339 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
14340
14341         * configure: Change exec_prefix so that it really defaults to prefix.
14342
14343 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
14344
14345         * Makefile.in, configure.in:  Add support for mmalloc library.
14346
14347 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
14348
14349         * Makefile.in: add stmp dependencies for a few more things.
14350
14351 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
14352
14353         * configure: adjusted error message on objdir/srcdir configure
14354           collision, per john's suggestion.
14355
14356         * Makefile.in: add libiberty stmp to all and all.cross.
14357
14358 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
14359
14360         * Makefile.in: remove force dependencies, add grep to all.
14361
14362 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
14363
14364         * Makefile.in: drop flex.  make stamp files work.
14365
14366         * configure: added test for conflicting configuration in srcdir,
14367           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
14368           gets cranky.  use relative paths for configure and srcdir
14369           whenever possible.  Send some error messages to stderr that were
14370           going to stdout.
14371
14372 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
14373
14374         * Makefile.in:  Fix libg++ rule to check for gcc directory
14375         before using gcc/gcc.  Also pass XTRAFLAGS.
14376
14377 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
14378
14379         * Makefile.in: added stmp-files so that directories aren't polled
14380           when they are already built.
14381
14382         * configure.texi: fixed a node pointer problem.
14383
14384 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
14385
14386         * config.sub configure.in gdb/configure.in
14387         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
14388         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
14389         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
14390
14391 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14392
14393         * configure: -recurring becomes -silent.  corrected help message
14394           for -site= option.
14395
14396         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
14397
14398 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14399
14400         * configure: when building Makefile for crosses, replace
14401           tooldir and program_prefix.  default srcdir from location of
14402           config.sub.  remove "for host in hosts" and "for target in
14403           targets" loops.
14404
14405 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
14406
14407         * Makefile.in: Do not pass bindir or mandir to cvs.
14408
14409 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
14410
14411         * Makefile.in, configure.in: removed traces of namesubdir,
14412           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
14413           copyrights to '92, changed some from Cygnus to FSF.
14414
14415         * configure.texi: remove most references to multiple hosts,
14416           multiple targets, subdirs, etc.
14417
14418         * configure.man: removed rcsid. reference config.sub not
14419           config.subr.
14420
14421         * Makefile.in: mkdir $(infodir) on install-info.
14422
14423 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
14424
14425         * configure.texi:  Explain better about .gdbinit and about
14426         the environment that configure.in sections run in.
14427
14428 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
14429
14430         * configure.in:  Ultrix is only a decstation if it's a MIPS.
14431
14432 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
14433
14434         * README:  DOC.configure => cfg-paper.texi.
14435
14436 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
14437
14438         * config.sub (near case $os):  Don't convert newsos* to bsd!
14439
14440 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
14441
14442         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
14443         the number of copies of COPYING that go into the GDB tar file.
14444
14445 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
14446
14447         * bfd/configure.in, gdb/config/mh-i386sco,
14448         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
14449         Fix SCO configuration stuff.
14450
14451 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
14452
14453         * Makefile.in:  For libg++, make sure the -I pointing
14454         to the gcc directory goes *after* all the libg++-local -I flags.
14455         Also, move just-gcc dependency from just-libg++ to all-libg++.
14456
14457 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
14458
14459         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
14460
14461 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
14462
14463         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
14464
14465 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
14466
14467         * config.sub:  Add stratus configuration frags.  Also
14468         submitted to FSF.
14469
14470 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
14471
14472         * Makefile.in (DEV_SUPPORT):  add configure.man.
14473
14474         * config.sub(Decode manufacturer-specific):  add -none*.
14475
14476 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
14477
14478         * Makefile.in:  remove form feeds to make Sun's make happy.
14479         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
14480
14481 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
14482
14483         * Makefile.in (AR_FLAGS):  Make quieter.
14484
14485 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
14486
14487         * configure.in:  Add libg++.
14488         * configure:  When verbose, don't output the command line at each
14489         level; it will be unremarkably the same as the previous version,
14490         which will be the same as what the user typed.
14491
14492 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
14493
14494         * configure.in, Makefile.in: fix clean-info, add flex.  add
14495           fileutils.
14496
14497         * configure: be less sensitive to spaces in Makefile.in.  Do not
14498           look for sources in "..".  Doing so breaks subdirectories that
14499           might have their own configure.  If a subdir has it's own
14500           configure script, use it.
14501
14502 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
14503
14504         * cfg-paper.texi: some changes suggested by rms.
14505
14506 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
14507
14508         * config.sub:  Merge in some small additions from the FSF version,
14509         taken from the gcc distribution, to bring the Cygnus and FSF
14510         versions into closer sync.
14511
14512 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
14513
14514         * configure.in:  Changed svr4 references to sysv4.
14515
14516 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
14517
14518         * configure: added -V for version number option.
14519
14520 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
14521
14522         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
14523           renamed from DOC.configure to cfg-paper.texi.
14524
14525 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14526
14527         * configure, config.subr, config.sub: config.subr is now
14528           config.sub again.
14529
14530 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
14531
14532         * configure.texi: new file, in progress.
14533
14534         * Makefile.in: build info file and install the man page for
14535           configure.
14536
14537         * configure.man: new file, first cut.
14538
14539         * configure: find config.subr again now that configuration "none"
14540           has gone.  removed all traces of the -ansi option.  removed all
14541           traces of the -languages option.
14542
14543         * config.subr: resync from rms.
14544
14545 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14546
14547         * configure, config.sub, config.subr: merge config.sub into
14548           config.subr, call the result config.subr, remove config.sub, use
14549           config.subr.
14550
14551         * Makefile.in: revised install for dir.info.
14552
14553 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14554
14555         * configure.in: add decstation host makefile frag.
14556
14557         * Makefile.in: BISON now bison -y again.  also install-gcc on
14558           install.  clean-gdbm on clean.  infodir belongs in datadir.
14559           Make directories for info install.  Build dir.info here then
14560           install it.
14561
14562 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14563
14564         * Makefile.in: fix for bad directory tests.
14565
14566 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14567
14568         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
14569           regexp.  -srcdir relative was being handled incorrectly.
14570
14571         * Makefile.in: unwrapped some for loops so that parallel makes
14572           work again and so one can focus one's attention on a particular
14573           package.
14574
14575 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14576
14577         * configure: added PWD as a stand in for `pwd` (for speed). use
14578           elif wherever possible.  make -srcdir work without -objdir.
14579           -objdir= commented out.
14580
14581 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14582
14583         * configure: +options become --options.  -subdirs commented out.
14584           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
14585           Makefile now at top of generated Makefile.  Removed cvs log
14586           entries.  added -srcdir.  create .gdbinit only if there is one
14587           in ${srcdir}.
14588
14589         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
14590           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
14591           and mandir now keyed off datadir by default.
14592
14593 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
14594
14595         * Freshly created ChangeLog.
14596
14597 \f
14598 Local Variables:
14599 mode: change-log
14600 left-margin: 8
14601 fill-column: 76
14602 version-control: never
14603 End: