tree-ssa-reassoc.c (get_rank): Simplify.
[platform/upstream/gcc.git] / ChangeLog
1 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
2
3         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
4         * configure: Regenerate.
5
6 2015-05-26  Jason Merrill  <jason@redhat.com>
7
8         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
9         * configure: Regenerate.
10
11 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
12
13         * configure.ac: FT32 target added.
14         * libgcc/config.host: FT32 target added.
15         * gcc/config/ft32/: FT32 target added.
16         * libgcc/config/ft32/: FT32 target added.
17         * gcc/doc/install.texi, invoke.texi, md.texi: FT32 details added.
18         * gcc/doc/contrib.texi: self added.
19         * contrib/config-list.mk: FT32 target added.
20         * configure: Regenerated.
21
22 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
23
24         * MAINTAINERS (Write After Approval): Add myself.
25
26 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
27
28         * MAINTAINERS (Write After Approval): Add myself.
29
30 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
31
32         * configure.ac: Fix typo.
33         * configure: Regenerate.
34
35 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
36
37         * MAINTAINERS (Write After Approval): Add myself.
38
39 2015-05-03  Matthias Klose  <doko@ubuntu.com>
40
41         * configure.ac: Match $host configured with triplets.
42         * configure: Regenerate.
43
44 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
45
46         * Makefile.tpl: Remove surplus whitespace throughout.
47         * Makefile.in: Regenerate.
48
49 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
50
51         * MAINTAINERS (Various Maintainers): Add myself as instruction
52         combiner maintainer.
53
54 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
55
56         PR bootstrap/62077
57         * configure.ac (--enable-stage1-checking): Default to
58         release,misc,gimple,rtlflag,tree,types if --disable-checking
59         or --enable-checking is not specified and DEV-PHASE is not
60         experimental.
61         * configure: Regenerated.
62
63 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
64
65         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
66         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
67         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
68         * Makefile.in: Regenerate.
69
70 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
71
72         * MAINTAINERS: Update my email address.
73
74 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
75
76         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
77
78 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
79
80         * MAINTAINERS: Add myself as an arm port reviewer.
81
82 2015-03-25  Martin Liska  <mliska@suse.cz>
83             Yury Gribov  <y.gribov@samsung.com>
84
85         * Makefile.in: Fix ln source location for vimrc file.
86         * Makefile.tpl: Likewise.
87
88 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
89
90         PR bootstrap/25672
91         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
92         cross-compiling.  Similarly for CXX_FOR_TARGET.
93         * configure: Regenerate.
94
95 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
96
97         * Makefile.def: Add libmpx.
98         * configure.ac: Add libmpx.
99         * Makefile.in: Regenerate.
100         * configure: Regenerate.
101
102 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
103
104         * MAINTAINERS (CPU Port Maintainers): Add myself
105         i386 vector ISA extns mantainer.
106
107 2015-03-13  Jeff Law  <law@redhat.com>
108
109         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
110         maintainer.
111         Remove Richard Henderson as a maintainer for the x86 port.
112
113 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
114
115         * MAINTAINERS (CPU Port Maintainers): Update my email address.
116
117 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
118
119         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
120         pointer bounds checker and i386 MPX maintainer.
121
122 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
123
124         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
125
126 2015-02-26  Martin Sebor  <msebor@redhat.com>
127
128         * MAINTAINERS (Various Maintainers): Add self.
129
130 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
131
132         * configure.ac [--enable-as-accelerator-for] (enable_languages):
133         Make sure it contains lto.
134         * configure: Regenerate.
135
136 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
137
138         * configure: Regenerate.
139
140 2015-02-06  Diego Novillo  <dnovillo@google.com>
141
142         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
143         middle-end, docstring): Remove myself.
144         (Write After Approval): Add myself.
145
146 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
147
148         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
149         (Write After Approval): Update address.
150
151 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
152
153         PR jit/64780
154         * configure.ac: Require the user to explicitly specify
155         --enable-host-shared if the jit is enabled.
156         * configure: Regenerate.
157
158 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
159
160         * MAINTAINERS (Write After Approval): Add myself.
161
162 2015-01-25  Tom de Vries  <tom@codesourcery.com>
163
164         * MAINTAINERS: Make whitespace consistent.
165
166 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
167
168         * MAINTAINERS (Write After Approval): Add myself.
169
170 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
171
172         * MAINTAINERS: (Write After Approval): Add myself.
173
174 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
175
176         * MAINTAINERS: (Write After Approval): Add myself.
177
178 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
179
180         * MAINTAINERS: (Write After Approval): Add myself.
181
182 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
183
184         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
185         objective-c/c++ front end maintainer.
186
187 2015-01-13  Marek Polacek  <polacek@redhat.com>
188
189         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
190
191 2015-01-12  Jeff Law  <law@redhat.com>
192
193         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
194         a very long time.
195
196 2015-01-09  Ian Lance Taylor  <iant@google.com>
197
198         * configure.ac (host_tools): Add gotools.
199         * Makefile.def (host_modules): Add gotools.
200         (dependencies): Add dependency of all-gotools on all-target-libgo.
201
202 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
203
204         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
205         * configure: Regenerate.
206
207 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
208
209         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
210         all-target-libgomp.
211         * Makefile.in: Regenerate.
212
213 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
214
215         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
216
217 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
218
219         * configure.ac: Add Visium support.
220         * configure: Regenerate.
221
222 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
223
224         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
225         * configure: Regenerate.
226
227 2015-01-03  Andrew Pinski  <apinski@cavium.com>
228
229         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
230         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
231         (BASE_TARGET_EXPORTS): Add OBJCOPY.
232         (OBJCOPY_FOR_TARGET): New variable.
233         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
234         * Makefile.in: Regenerate.
235         * configure.ac: Check for already installed target objcopy.
236         Also GCC_TARGET_TOOL on objcopy.
237         * configure: Regenerate.
238
239 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
240
241         * config.sub: Update from upstream, to 2015-01-01 version.
242         * config.guess: Ditto.
243
244 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
245
246         * MAINTAINERS (RTEMS Ports): Add myself.
247
248 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
249
250         * MAINTAINERS (Write After Approval): Add myself.
251
252 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
253
254         * MAINTAINERS (Write After Approval): Add myself.
255
256 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
257
258         * configure.ac (--enable-as-accelerator-for): Don't set
259         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
260         * configure: Regenerate.
261
262 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
263
264         PR bootstrap/64023
265         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
266         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
267         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
268         to CXX.
269         * Makefile.in: Regenerated.
270
271 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
272             Yury Gribov  <y.gribov@samsung.com>
273
274         * .gitignore: Added .local.vimrc and .lvimrc.
275         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
276         * Makefile.in: Regenerate.
277
278 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
279
280         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
281         * configure: Regenerated.
282
283 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
284
285         * MAINTAINERS (nvptx port): New entry.
286
287 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
288
289         * configure: Regenerate.
290
291 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
292
293         * configure.ac: Merge with Binutils.
294
295 2014-11-26  Tobias Burnus  <burnus@net-b.de>
296
297         * Makefile.def: Make more dependent on mpfr, mpc and isl.
298         * Makefile.in: Regenerate.
299
300 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
301
302         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
303         missing flex.
304         * Makefile.in: Regenerated.
305
306 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
307
308         * Makefile.in: Regenerate.
309
310 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
311
312         PR bootstrap/63784
313         * libtool.m4: Add $pic_flag with -shared.
314
315 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
316
317         * MAINTAINERS (Write After Approval): Added myself.
318
319 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
320
321         * MAINTAINERS (write-after-approval): Add myself.
322
323 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
324
325         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
326         from 2 years ago.
327
328 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
329
330         Revert:
331         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
332
333         * MAINTAINERS (Write After Approval): Added myself as line map
334         maintainer.
335
336 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
337
338         Revert:
339         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
340
341         * MAINTAINERS (Write After Approval): Added myself.
342
343 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
344
345         * MAINTAINERS (Write After Approval): Added myself.
346
347 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
348
349         * MAINTAINERS (Write After Approval): Added myself as line map
350         maintainer.
351
352 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
353
354         * MAINTAINERS (Various Maintainers): Added myself as line map
355         maintainer.
356
357 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
358
359         * move-if-change: Sync from upstream gnulib.
360
361 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
362
363         * compile: Sync with upstream Automake.
364         * depcomp: Ditto.
365         * install-sh: Ditto.
366         * missing: Ditto.
367         * mkinstalldirs: Ditto.
368         * ylwrap: Ditto.
369
370 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
371
372         * config.sub: Update from upstream config repo.
373         * config.guess: Ditto.
374
375 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
376
377         * Makefile.def: Add liboffloadmic to target_modules.  Make
378         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
379         * Makefile.in: Regenerate.
380         * configure: Regenerate.
381         * configure.ac: Add liboffloadmic to target binaries.
382         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
383         Add liboffloadmic to noconfig list when C++ is not supported.
384
385 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
386             Thomas Schwinge  <thomas@codesourcery.com>
387             Ilya Verbin  <ilya.verbin@intel.com>
388             Andrey Turetskiy  <andrey.turetskiy@intel.com>
389
390         * configure: Regenerate.
391         * configure.ac (--enable-as-accelerator-for)
392         (--enable-offload-targets): New configure options.
393
394 2014-11-11  Tobias Burnus  <burnus@net-b.de>
395
396         * Makefile.def: Make all-gcc depend on all-isl.
397         * Makefile.in: Regenerate.
398
399 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
400
401         * ChangeLog.jit: New.
402         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
403
404 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
405
406         PR target/63610
407         * libtool.m4: Fix globbing of darwin versions.
408         * configure: Regenerate.
409
410 2014-11-11  Tobias Burnus  <burnus@net-b.de>
411
412         * Makefile.def: Remove CLooG.
413         * Makefile.tpl: Ditto.
414         * configure.ac: Ditto.
415         * configure: Regenerate.
416         * Makefile.in: Ditto.
417
418 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
419
420         * configure.ac: Handle nvptx-*-*.
421         * configure: Regenerate.
422
423 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
424
425         * MAINTAINERS (Write After Approval): Add myself.
426
427 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
428
429         * Makefile.def (libcc1): Remove bootstrap=true;.
430         * Makefile.in: Regenerated.
431
432 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
433
434         * configure.ac: Update comment.
435         * configure: Regenerate.
436
437 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
438
439         * MAINTAINERS (Write After Approval): Add myself.
440
441 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
442
443         * configure.ac (extra_host_libiberty_configure_flags): Add
444         --enable-shared also for libcc1's benefit.
445         * configure: Regenerate.
446
447 2014-10-29  Tristan Gingold  <gingold@adacore.com>
448
449         * MAINTAINERS: Change my email address.
450
451 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
452             Tom Tromey  <tromey@redhat.com>
453
454         * Makefile.def: Add libcc1 to host_modules.
455         * configure.ac (host_tools): Add libcc1.
456         * Makefile.in, configure: Rebuild.
457
458 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
459
460         * configure.ac (build_configargs): Don't share config.cache between
461         build subdirs.
462         * configure: Regenerate.
463
464 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
465
466         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
467         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
468         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
469         leon3v7 as leon3.
470         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
471         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
472         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
473         * config/sparc/sparc.md (cpu): Add leon3v7.
474         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
475
476 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
477
478         * MAINTAINERS (write-after-approval): Add myself.
479
480 2014-10-23  Ian Lance Taylor  <iant@google.com>
481
482         * configure.ac: Disable the Go frontend on systems where it is known
483         to not work.
484         * configure: Regenerate.
485
486 2014-10-23  Richard Biener  <rguenther@suse.de>
487
488         * Makefile.def: Add libcpp build module and dependencies.
489         * configure.ac: Add libcpp build module.
490         * Makefile.in: Regenerate.
491         * configure: Likewise.
492
493 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
494
495         * MAINTAINERS (write-after-approval): Add myself.
496
497 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
498
499         * INSTALL/README: Do not mention CVS.
500
501 2014-10-03  Jing Yu  <jingyu@google.com>
502
503         * configure.ac: Add aarch64 to list of targets that support gold.
504         * configure: Regenerate.
505
506 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
507
508         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
509
510 2014-09-29  Catherine Moore  <clm@codesourcery.com>
511
512         * MAINTAINERS:  Add myself as MIPS maintainer.
513
514 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
515
516         * MAINTAINERS: Move myself to MIPS maintainers.
517
518 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
519
520         * MAINTAINERS: Put all email addresses between '<' and '>'.
521
522 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
523
524         * MAINTAINERS: Move myself to reviewers (Fortran).
525
526 2014-09-01  Andi Kleen  <ak@linux.intel.com>
527
528         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
529         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
530         * Makefile.in: Regenerate.
531
532 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
533
534         * rtx-classes-status.txt: Delete
535
536 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
537
538         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
539
540 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
541
542         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
543         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
544         of checking for version number.
545         * configure: Regenerated.
546         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
547
548 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
549
550         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
551         is done; begin phase 6 (use extra rtx_def subclasses).
552
553 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
554
555         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
556         done; begin phase 5 (additional rtx_def subclasses).
557
558 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
559
560         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
561
562 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
563
564         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
565         SET_BB_HEADER are done.
566
567 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
568
569         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
570         done.
571
572 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
573
574         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
575
576 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
577
578         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
579
580 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
581
582         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
583
584 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
585
586         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
587
588 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
589
590         * rtx-classes-status.txt: Phase 3 (per-file commits within
591         "config" subdirs) is done; begin phase 4 (removal of
592         "scaffolding").
593
594 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
595
596         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
597         dir) is done; begin phase 3 (per-file commits within "config"
598         subdirs).
599
600 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
601
602         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
603         phase 2 (per-file commits in main source dir).
604
605 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
606
607         * configure: Regenerated.
608
609 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
610
611         * rtx-classes-status.txt (TODO): Add SET_BND_TO
612
613 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
614
615         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
616
617 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
618
619         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
620
621 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
622
623         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
624
625 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
626
627         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
628
629 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
630
631         * MAINTAINERS (Write After Approval): Add myself.
632
633 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
634
635         * MAINTAINERS: Remove myself
636
637 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
638
639         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
640
641 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
642
643         * MAINTAINERS (Write After Approval): Add myself.
644
645 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
646
647         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
648         SET_BB_HEADER, SET_BB_FOOTER
649
650 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
651
652         * rtx-classes-status.txt: New file
653
654 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
655
656         * configure.ac: Eliminate ClooG installation dependency.
657         * configure: Regenerate.
658         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
659         * Makefile.in: Regenerate.
660
661 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
662
663         * MAINTAINERS (Write After Approval): Add myself.
664
665 2014-08-15  Ilya Tocar  <tocarip@gmail.com> 
666
667         * MAINTAINERS (Write After Approval): Add myself.
668
669 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
670
671         * MAINTAINERS (Write After Approval): Add myself.
672
673 2014-07-28  Anthony Green  <green@moxielogic.com>
674
675         Import from savannah.gnu.org:
676         * config.sub: Update to 2014-07-28 version.
677
678 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
679
680         * MAINTAINERS: Remove my MIPS maintainer entry.
681
682 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
683
684         PR target/47230
685         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
686         * configure: Regenerate.
687
688 2014-07-24  James Norris  <jnorris@codesourcery.com>
689
690         * MAINTAINERS (Write After Approval): Add myself.
691
692 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
693
694         * configure.ac: Accept only CLooG 0.18.1.
695         * configure: Regenerate.
696
697 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
698
699         * configure.ac: Don't accept isl 0.11.
700         * configure: Regenerate.
701
702 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
703
704         * MAINTAINERS (Write After Approval): Add myself.
705
706 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
707
708         * configure.ac: Don't accept isl 0.10.
709         * configure: Regenerate.
710
711 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
712
713         Fix include path for in-tree cloog.
714         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
715         * configure: Regenerate.
716
717 2014-06-18  Richard Henderson  <rth@redhat.com>
718
719         * .gitignore: Import gcc_update output.
720
721 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
722
723         * config-ml.in: Robustify ac_configure_args parsing.
724
725         * configure.ac (--enable-linker-plugin-configure-flags)
726         (--enable-linker-plugin-flags): New flags.
727         (configdirs): Conditionally add libiberty-linker-plugin.
728         * configure: Regenerate.
729         * Makefile.def (host_modules): Add libiberty-linker-plugin.
730         (host_modules) <lto-plugin>: Pay attention to
731         @extra_linker_plugin_flags@ and
732         @extra_linker_plugin_configure_flags@.
733         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
734         * Makefile.in: Regenerate.
735
736         * Makefile.tpl (configure-[+prefix+][+module+])
737         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
738         "module_srcdir" instead of "module" for locating a module's srcdir.
739         * Makefile.in: Regenerate.
740
741 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
742
743         * MAINTAINERS (Write After Approval): Add myself.
744
745 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
746
747         * MAINTAINERS: Update my email address.
748
749 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
750
751         * MAINTAINERS (Write After Approval): Add myself.
752
753 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
754
755         * MAINTAINERS (Write After Approval): Add myself.
756
757 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
758
759         PR libstdc++/61011
760         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
761         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
762         * configure: Regenerate.
763
764 2014-05-28  Pedro Alves  <palves@redhat.com>
765
766         * MAINTAINERS (Write After Approval): Add myself.
767
768 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
769
770         * MAINTAINERS: Update my affiliation/email.
771
772 2014-05-19  Mike Stump  <mikestump@comcast.net>
773
774         * MAINTAINERS: Add wide-int reviewers.
775
776 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
777
778         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
779         * configure: Regenerated.
780
781 2014-05-15  Torvald Riegel  <triegel@redhat.com>
782
783         * MAINTAINERS (libitm): Add myself as maintainer.
784
785 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
786
787         * MAINTAINERS (Write After Approval): Add myself.
788
789 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
790
791         * config.sub, config.guess: Import from upstream.
792
793 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
794
795         * MAINTAINERS (Write After Approval): Put myself in correct order.
796
797 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
798
799         * MAINTAINERS (Write After Approval): Add myself.
800
801 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
802
803         * MAINTAINERS: Move myself from Reviewers to Write After Approval
804         section.
805
806 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
807
808         * MAINTAINERS (Write After Approval): Delete myself.
809
810 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
811
812         PR sanitizer/56781
813         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
814         and -B* options with -Xcompiler.
815
816 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
817
818         PR bootstrap/60620
819         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. 
820         * Makefile.in: Regenerate.
821
822 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
823
824         * Makefile.def (dependencies): Make all-ld depend on all-binutils
825         for WINDRES_FOR_TARGET in default-manifest.o rule.
826         * Makefile.in: Regenerate.
827
828 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
829
830         * MAINTAINERS (Write After Approval): Add myself.
831
832 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
833
834         PR sanitizer/56781
835         * Makefile.def: Set bootstrap=true; for host fixincludes.
836         * configure.ac: Don't bootstrap host fixincludes unless
837         --with-build-config=bootstrap-{a,ub}san.
838         * Makefile.in: Regenerated.
839         * configure: Regenerated.
840
841 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
842
843         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
844         --enable-vtable-verify option parsing.  Don't add
845         target-libsanitizer to bootstrap_target_libs unless
846         --with-build-config=bootstrap-asan or
847         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
848         to bootstrap_target_libs unless --enable-vtable-verify.
849         * configure: Regenerated.
850
851 2014-03-10  Anatoly Sokolov <aesok@post.ru>
852
853         * MAINTAINERS (Write After Approval): Add myself.
854
855 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
856
857         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
858
859 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
860
861         PR bootstrap/58572
862         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
863         -I for libstdc++-v3 includes if $(LEAN).
864         * Makefile.in: Regenerated.
865
866 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
867
868         * MAINTAINERS: Update my email address.
869
870 2014-02-24  Walter Lee  <walt@tilera.com>
871
872         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
873         (tilegx-*-*): Change to tilegx*-*-*.
874         * configure: Regenerate.
875
876 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
877
878         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
879
880 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
881
882         * MAINTAINERS (Write After Approval): Add myself.
883
884 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
885
886         PR target/59788
887         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
888         *solaris2*.
889
890 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
891
892         * MAINTAINERS: Update my email address.
893
894 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
895
896         * MAINTAINERS: Convert to UTF-8.
897         Properly sort Xinliang David Li's entry.
898
899 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
900             Sandra Loosemore  <sandra@codesourcery.com>
901
902         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
903         nios2 port maintainers.
904
905 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
906
907         * MAINTAINERS (Write After Approval): Add myself.
908
909 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
910
911         * configure.ac: Add user-friendly check for native x86_64-linux
912         multilibs.
913         * configure: Regenerate.
914
915 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
916
917         * MAINTAINERS: Add myself as sh maintainer.
918
919 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
920
921         * MAINTAINERS: Add self as SLSR maintainer.
922
923 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
924
925         * MAINTAINERS: Update my email address.
926
927 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
928
929         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
930
931 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
932
933         * Makefile.in: Regenerate.
934
935         * Makefile.tpl: Fix typo.
936         * Makefile.in: Regenerate partially.
937
938 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
939
940         * configure.ac: Added libcilkrts to noconfig list when C++ is not
941         supported.
942         * configure: Regenerated.
943
944 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
945
946         * MAINTAINERS (Write After Approval): Add myself.
947
948 2013-10-30  Jason Merrill  <jason@redhat.com>
949
950         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
951         --disable-build-format-warnings.
952
953 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
954
955         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts 
956         depend on libstdc++ and libgcc.
957         * configure: Regenerate.
958         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
959         libcilkrts for POSIX and i*86, and x86_64 architectures.
960         * Makefile.in: Added libcilkrts related fields to support building it.
961
962 2013-10-26  Jeff Law  <law@redhat.com>
963
964         * Makefile.def (target_modules): Remove libmudflap
965         (languages): Remove check-target-libmudflap).
966         * Makefile.in: Rebuilt.
967         * Makefile.tpl (check-target-libmudflap-c++): Remove.
968         * configure.ac (target_libraries): Remove target-libmudflap.
969         Remove checks which disabled libmudflap on some systems.
970         * configure: Rebuilt.
971         * libmudflap: Directory removed.
972
973 2013-10-21  Cong Hou  <congh@google.com>
974
975         * MAINTAINERS (Write After Approval): Add myself.
976
977 2013-10-16  Mike Stump  <mikestump@comcast.net>
978
979         * .dir-locals.el: Add.
980
981 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
982
983         * configure.ac: Add --enable-host-shared
984         * configure: Regenerate.
985
986 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
987
988         Import from savannah.gnu.org:
989         * config.guess: Update to 2013-06-10 version.
990         * config.sub: Update to 2013-10-01 version.
991
992 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
993
994         Changes to build configuration to allow big endian ARC ELF toolchain
995         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
996         * configure: Regenerate.
997
998 2013-09-20  Alan Modra  <amodra@gmail.com>
999
1000         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1001         ppc host match.  Support little-endian powerpc linux hosts.
1002
1003 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
1004
1005         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1006         maintainer.
1007
1008 2013-09-12  DJ Delorie  <dj@redhat.com>
1009
1010         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1011         maintainers.
1012
1013 2013-09-03  Richard Biener  <rguenther@suse.de>
1014
1015         * configure.ac: Also allow ISL 0.12.
1016         * configure: Regenerated.
1017
1018 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1019
1020         * MAINTAINERS (Write After Approval): Add myself.
1021
1022 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
1023
1024         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1025
1026 2013-08-26  Caroline Tice  <cmtice@google.com>
1027
1028         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
1029         "Various Reviewers" to libvtv "Various Maintainers".
1030
1031 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
1032
1033         * MAINTAINERS: Add myself as RTL optimizers reviewer.
1034
1035 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
1036
1037         * MAINTAINERS: Update name, email.
1038
1039 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
1040
1041         * MAINTAINERS (Write After Approval): Add myself.
1042
1043 2013-08-12  Caroline Tice  <cmtice@google.com>
1044
1045         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1046         address in the Write After Approval section.
1047
1048 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
1049
1050         * MAINTAINERS (Write After Approval): Update email.
1051
1052 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1053
1054         * configure.ac: Adjust to check VTV_SUPPORTED.
1055         * configure: Regenerated.
1056
1057 2013-08-02  Caroline Tice  <cmtice@google.com>
1058
1059         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1060         on non-linux systems; add target-libvtv to noconfigdirs; add
1061         libsupc++/.libs to C++ library search paths.
1062         * configure: Regenerated.
1063         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1064         libstdc++ and libgcc.
1065         * Makefile.in: Regenerated.
1066
1067 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
1068
1069         * MAINTAINERS (Write After Approval): Add myself.
1070
1071 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
1072             Shiva Chen  <shiva0217@gmail.com>
1073
1074         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1075         nds32 port maintainers.
1076
1077 2013-07-17  Tim Shen  <timshen91@gmail.com>
1078
1079         * MAINTAINERS (Write After Approval): Add myself.
1080
1081 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1082
1083         * configure.ac: Sync from binutils.
1084         * configure: Regenerate.
1085
1086 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
1087
1088         * MAINTAINERS (Write After Approval): Add myself.
1089
1090 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
1091
1092         * MAINTAINERS (Write After Approval): Add myself.
1093
1094 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
1095
1096         * MAINTAINERS (Write After Approval): Add myself.
1097
1098 2013-04-30  Brooks Moses  <bmoses@google.com>
1099
1100         * MAINTAINERS: Update my email; move myself from Fortran
1101         reviewer to Write After Approval.
1102
1103 2013-04-16  Andreas Schwab  <schwab@suse.de>
1104
1105         * configure.ac (aarch64-*-*): Don't disable java.
1106         * configure: Regenerate.
1107
1108 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
1109
1110         * MAINTAINERS (Write After Approval): Add myself.
1111
1112 2013-03-30  Matthias Klose  <doko@ubuntu.com>
1113
1114         * Makefile.def (target_modules): Don't install libffi.
1115         * Makefile.in: Regenerate.
1116
1117 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
1118
1119         * MAINTAINERS (Write After Approval): Add myself.
1120
1121 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
1122
1123         * MAINTAINERS (Write After Approval): Add myself.
1124
1125 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
1126
1127         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1128         * configure: Regenerated.
1129
1130 2013-02-05  Ian Lance Taylor  <iant@google.com>
1131
1132         PR go/55969
1133         * configure.ac: Disable libgo on some systems where it does not
1134         work.
1135
1136 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
1137
1138         * MAINTAINERS: Explicitly add myself as AIX maintainer.
1139         Remove Geoff Keating as rs6000 port maintainer, at his request.
1140
1141 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
1142
1143         * MAINTAINERS: Update my email.
1144
1145 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
1146
1147         * configure: Re-generate.
1148
1149 2013-01-15  Richard Biener  <rguenther@suse.de>
1150
1151         PR other/55973
1152         * configure: Re-generate.
1153
1154 2013-01-14  Matthias Klose  <doko@ubuntu.com>
1155
1156         * Makefile.def (install-target-libsanitizer): Depend on
1157         install-target-libstdc++-v3.
1158         * Makefile.in: Regenerate.
1159
1160 2013-01-14  Richard Biener  <rguenther@suse.de>
1161
1162         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1163         * configure: Re-generate
1164
1165 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1166
1167         * config.sub: Update from config repo.
1168
1169 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
1170
1171         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1172         * Makefile.in: Regenerate.
1173
1174 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1175
1176         * MAINTAINERS (arc): Add new port maintainership for myself.
1177
1178 2013-01-09  Jason Merrill  <jason@redhat.com>
1179
1180         * .gitignore: Import from gdb repository.
1181
1182 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
1183
1184         * Makefile.def (configure-gcc): Depend on all-gmp.
1185         (all-gcc): Remove dependency on all-gmp.
1186         * Makefile.in: Regenerated.
1187
1188 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1189
1190         * config.sub: Merge from config repo.
1191         * config.guess: Ditto.
1192
1193 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1194
1195         * Makefile.def: Merge from binutils.
1196         * Makefile.in: Ditto.
1197
1198 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
1199
1200         * MAINTAINERS: Update my email.
1201
1202 2012-12-29  Ben Elliston  <bje@gnu.org>
1203
1204         * config.guess: Update to 2012-12-29 version.
1205         * config.sub: Likewise.
1206
1207 2012-12-20  Matthias Klose  <doko@ubuntu.com>
1208
1209         * Makefile.def (install-target-libgfortran): Depend on
1210         install-target-libquadmath, install-target-libgcc.
1211         (install-target-libsanitizer): Depend on install-target-libgcc.
1212         (install-target-libjava): Depend on install-target-libgcc.
1213         (install-target-libitm): Depend on install-target-libgcc.
1214         (install-target-libobjc): Depend on install-target-libgcc.
1215         (install-target-libstdc++-v3): Depend on install-target-libgcc.
1216         * Makefile.in: Regenerate.
1217
1218 2012-12-19  Matthias Klose  <doko@ubuntu.com>
1219
1220         * Makefile.def (install-target-libgo): Depend on
1221         install-target-libatomic.
1222         * Makefile.in: Regenerate.
1223
1224 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
1225
1226         PR go/55201
1227         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1228         * Makefile.in: Regenerate.
1229
1230 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
1231
1232         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1233         * configure: Regenerate.
1234
1235 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1236
1237         * config.sub: Merge from config repo.
1238
1239 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
1240
1241         * Makefile.def (target_modules): Add bootstrap=true and
1242         raw_cxx=true to libsanitizer.
1243         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1244         * Makefile.in: Regenerated.
1245         * configure: Likewise.
1246
1247 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
1248
1249         * MAINTAINERS: Remove self as RTL optimization maintainer.
1250
1251 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1252
1253         * MAINTAINERS (Write After Approval): Add myself.
1254
1255 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1256
1257         * Makefile.def (target_modules): Remove bootstrap=true and
1258         raw_cxx=true from libsanitizer.
1259         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1260         * Makefile.in: Regenerated.
1261         * configure: Likewise.
1262
1263 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
1264
1265         * Makefile.def (target_modules): Add bootstrap=true and
1266         raw_cxx=true to libsanitizer.
1267         * configure.ac (bootstrap_target_libs): Add libsanitizer.
1268         * Makefile.in: Regenerated.
1269         * configure: Likewise.
1270
1271 2012-11-28  Andrew Pinski  <apinski@cavium.com>
1272
1273         PR bootstrap/54279
1274         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1275         * configure: Regenerate.
1276         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1277         * Makefile.in: Regenerate.
1278
1279 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1280
1281         * configure.ac: Disable libsanitizer if we're not building C++.
1282         * configure: Regenerate.
1283
1284 2012-11-15  Roland McGrath  <roland@hack.frob.com>
1285
1286         * MAINTAINERS (Write After Approval): Add myself.
1287
1288 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
1289
1290         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1291         Kostya Serebryany (kcc@google.com) and
1292         Jakub Jelinek (jakub@redhat.com).
1293         Rename area for Dodji Seketeli (dodji@redhat.com).
1294
1295 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
1296
1297         * MAINTAINERS: (asan.c, related): Add myself.
1298
1299 2012-11-14  Roland McGrath  <mcgrathr@google.com>
1300
1301         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1302         * configure: Regenerate.
1303
1304 2012-11-13  Richard Henderson  <rth@redhat.com>
1305
1306         * configure.ac: Move libsanitizer logic to subdirectory.
1307         * configure: Regenerate.
1308
1309 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
1310
1311         * configure.ac: Enable libsanitizer just on x86 linux for now.
1312         * configure: Re-generate.
1313
1314 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
1315
1316         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1317         sections.
1318         * configure: Regenerate.
1319
1320 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
1321
1322         * configure.ac: Add section for configdirs for libsanitizer.
1323         Disable for cris-*-* and mmix-*-*.
1324         * configure: Regenerate.
1325
1326 2012-11-12  Wei Mi <wmi@google.com>
1327
1328         * configure.ac: Add libsanitizer to target_libraries.
1329         * Makefile.def: Ditto.
1330         * configure: Regenerate.
1331         * Makefile.in: Regenerate.
1332         * libsanitizer: New directory for asan runtime.  Contains an empty
1333         tsan directory.
1334
1335 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
1336
1337         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1338         against Mingw64 w32api.
1339         * configure: Regenerate.
1340
1341 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1342
1343         * configure: Regenerated.
1344
1345 2012-11-03  Robert Mason  <rbmj@verizon.net>
1346
1347         * configure.ac: add --disable-libstdcxx configure option
1348         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1349
1350 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
1351
1352         * MAINTAINERS (Write After Approval): Add myself.
1353
1354 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
1355
1356         * MAINTAINERS (Write After Approval): Add myself.
1357
1358 2012-10-24  Sharad Singhai  <singhai@google.com>
1359
1360         * MAINTAINERS (Write After Approval): Add myself.
1361
1362 2012-10-24  Eric Christopher  <echristo@gmail.com>
1363
1364         * MAINTAINERS: Update email address.
1365
1366 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
1367
1368         PR bootstrap/54820
1369         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1370         * configure: Regenerate.
1371
1372 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
1373
1374         * MAINTAINERS (aarch64): Add Marcus and myself.
1375
1376 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
1377
1378         PR bootstrap/54820
1379         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1380         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1381         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1382         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1383         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1384         * Makefile.in: Regenerate.
1385         * configure.ac (have_static_libs): New variable and associated check.
1386         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1387         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1388         * configure: Regenerate.
1389
1390 2012-10-10  Richard Biener  <rguenther@suse.de>
1391
1392         * MAINTAINERS: Adjust for changed surname.
1393
1394 2012-10-04  Lawrence Crowl  <crowl@google.com>
1395
1396         * MAINTAINERS (Write After Approval): Add myself.
1397
1398 2012-10-01  Cary Coutant  <ccoutant@google.com>
1399
1400         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1401
1402 2012-09-28  Ian Lance Taylor  <iant@google.com>
1403
1404         * Makefile.def: Make all-target-libgo depend on
1405         all-target-libbacktrace.
1406         * Makefile.in: Rebuild.
1407
1408 2012-09-26  Ian Lance Taylor  <iant@google.com>
1409
1410         * Makefile.def: Make all-gcc depend on all-libbacktrace.
1411         * Makefile.in: Rebuild.
1412
1413 2012-09-20  Walter Lee  <walt@tilera.com>
1414
1415         * configure.ac: Add tilegx to list of targets that support gold.
1416         * configure: Regenerate.
1417
1418 2012-09-20  Marek Polacek  <polacek@redhat.com>
1419
1420         * MAINTAINERS (Write After Approval): Add myself.
1421
1422 2012-09-19  Steve Ellcey  <sellcey@mips.com>
1423
1424         * configure.ac: Add mips*-mti-elf* target.
1425         * configure: Regenerate.
1426
1427 2012-09-17  Ian Lance Taylor  <iant@google.com>
1428
1429         * MAINTAINERS (Various Maintainers): Add libbacktrace.
1430         * configure.ac (host_libs): Add libbacktrace.
1431         (target_libraries): Add libbacktrace.
1432         * Makefile.def (host_modules): Add libbacktrace.
1433         (target_modules): Likewise.
1434         * configure, Makefile.in: Rebuild.
1435
1436 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
1437
1438         PR target/38607
1439         Merge upstream change.
1440         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1441
1442         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1443         Add libgomp*.o to compare_exclusions for AIX.
1444         * configure: Regenerate.
1445
1446 2012-09-06  Diego Novillo  <dnovillo@google.com>
1447
1448         * configure.ac: Bump minimum GMP version to 4.2.3.
1449         * configure: Re-generate.
1450
1451 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
1452
1453         PR target/54461
1454         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1455         target-libgloss if not configured --with-avrlibc=no.
1456         * configure: Regenerate.
1457
1458 2012-09-04  Jason Merrill  <jason@redhat.com>
1459
1460         * configure.ac: Fix --enable-languages=all.
1461
1462 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
1463
1464         * MAINTAINERS (Write After Approval): Add myself.
1465
1466 2012-09-03  Richard Guenther  <rguenther@suse.de>
1467
1468         PR bootstrap/54138
1469         * configure.ac: Re-organize ISL / CLOOG checks to allow
1470         disabling with either --without-isl or --without-cloog.
1471         * configure: Regenerated.
1472
1473 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
1474
1475         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1476         * configure: Regenerate.
1477
1478 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
1479
1480         * MAINTAINERS: Fix my email address.
1481
1482 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
1483
1484         PR binutils/4970
1485         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1486         and opcodes.
1487         * Makefile.in: Regenerated.
1488
1489 2012-08-26  Art Haas <ahaas@impactweather.com>
1490
1491         * configure: Regenerate.
1492
1493 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
1494
1495         * INSTALL/README: Also refer to the online installation
1496         instructions.
1497
1498 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1499
1500         * MAINTAINERS (Write After Approval): Add myself.
1501         (Picochip port): Remove myself.
1502
1503 2012-08-14   Diego Novillo  <dnovillo@google.com>
1504
1505         Merge from cxx-conversion branch.
1506
1507         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1508         POSTSTAGE1_CONFIGURE_FLAGS.
1509         * Makefile.in: Regenerate.
1510         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
1511         Force C++ when bootstrapping.
1512         * configure: Regenerate.
1513
1514 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1515
1516         * MAINTAINERS (Write After Approval): Add myself.
1517
1518 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
1519
1520         * README: Document use of ranges of years in copyright notices.
1521
1522 2012-07-06  Richard Guenther  <rguenther@suse.de>
1523
1524         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1525         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1526         --with-gmp=system.
1527         * Makefile.in: Regenerated.
1528         * configure: Likewise.
1529
1530 2012-07-06  Richard Guenther  <rguenther@suse.de>
1531
1532         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1533         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1534         supply V=1 as extra_make_flags.
1535         * configure: Regenerated.
1536         * Makefile.in: Likewise.
1537
1538 2012-07-04  Tristan Gingold  <gingold@adacore.com>
1539
1540         * configure: Regenerate.
1541
1542 2012-07-03  Richard Guenther  <rguenther@suse.de>
1543
1544         * Makfile.def (isl): Remove not necessary extra_exports and
1545         extra_make_flags.
1546         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1547         * Makefile.in: Regenerated.
1548
1549 2012-07-03  Richard Guenther  <rguenther@suse.de>
1550
1551         * Makefile.def (cloog): Add V=1 to extra_make_flags.
1552         * configure.ac: If either the ISL or the CLooG check failed
1553         do not try to build in-tree versions.
1554         * Makefile.in: Regenerated.
1555         * configure: Regenerated.
1556
1557 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1558
1559         * configure: Regenerate.
1560
1561 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
1562
1563         * MAINTAINERS (Various Maintainers): Add myself as testsuite
1564         maintainer.
1565
1566 2012-07-02  Richard Guenther  <rguenther@suse.de>
1567
1568         * configure: Regenerated.
1569
1570 2012-07-02  Richard Guenther  <rguenther@suse.de>
1571         Michael Matz  <matz@suse.de>
1572         Tobias Grosser <tobias@grosser.es>
1573         Sebastian Pop <sebpop@gmail.com>
1574
1575         * Makefile.def: Add ISL host module, remove PPL host module.
1576         Adjust ClooG host module to use the proper ISL.
1577         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
1578         * configure.ac: Include config/isl.m4.  Add ISL host library,
1579         remove PPL.  Remove PPL configury, add ISL configury, adjust
1580         ClooG configury.
1581         * Makefile.in: Regenerated.
1582         * configure: Likewise.
1583
1584 2012-07-02  Richard Guenther  <rguenther@suse.de>
1585
1586         Merge from graphite branch
1587         2011-07-21  Tobias Grosser  <tobias@grosser.es>
1588
1589         * configure: Regenerated.
1590         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
1591         both cloog.org and legacy versions. The only supported version will
1592         be CLooG with the isl backend.
1593
1594         2011-07-21  Tobias Grosser  <tobias@grosser.es>
1595
1596         * configure: Regenerated.
1597         * configure.ac: Require cloog isl 0.17.0
1598
1599         2011-07-21  Tobias Grosser  <tobias@grosser.es>
1600
1601         * configure: Regenerated.
1602         * config/cloog.m4: Do not define CLOOG_ORG
1603
1604 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
1605
1606         * configure.ac: Skip C if explicitly selected.
1607         * configure: Regenerate.
1608
1609 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
1610
1611         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
1612         they contain -O2.
1613         * configure: Regenerate.
1614
1615 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
1616
1617         PR debug/53740
1618         * df.h, df-problems.c, dce.c: Revert last patch.
1619
1620 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
1621
1622         * MAINTAINERS (Write After Approval): Update my email address.
1623
1624 2012-06-21  Meador Inge  <meadori@codesourcery.com>
1625
1626         * MAINTAINERS (Write After Approval): Add myself.
1627
1628 2012-06-20  Jason Merrill  <jason@redhat.com>
1629
1630         * Makefile.tpl (check-target-libgomp-c++): New.
1631         (check-target-libitm-c++): New.
1632         * Makefile.def (c++): Add them.
1633         * Makefile.in: Regenerate.
1634
1635 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
1636
1637         * MAINTAINERS (Write After Approval): Add myself.
1638
1639 2012-05-16  Olivier Hainque  <hainque@adacore.com>
1640
1641         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
1642         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
1643         (install-no-fixedincludes): Adjust accordingly.
1644         * Makefile.in: Regenerate.
1645
1646 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
1647
1648         Merge upstream change
1649         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
1650
1651 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
1652
1653         * MAINTAINERS (Write After Approval): Add myself.
1654
1655 2012-05-09  Nick Clifton  <nickc@redhat.com>
1656             Paul Smith  <psmith@gnu.org>
1657
1658         PR bootstrap/50461
1659         * configure.ac (mpfr-dir): When using in-tree MPFR sources
1660         allow for the fact that from release v3.1.0 of MPFR the source
1661         files were moved into a src sub-directory.
1662         * configure: Regenerate.
1663
1664 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
1665
1666         * configure.ac: Bump minimum MPFR version to 2.4.0.
1667         * configure: Regenerated.
1668
1669 2012-05-01  Richard Henderson  <rth@redhat.com>
1670
1671         * Makefile.def (libatomic): New target_module.
1672         * configure.ac (target_libraries): Add libatomic.
1673         (noconfigdirs): Check if libatomic is supported.
1674         * Makefile.in, configure: Rebuild.
1675
1676 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
1677
1678         * MAINTAINERS (Write After Approval): Add myself.
1679
1680 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
1681
1682         * config.sub: Update to 2012-04-18 version from official repo.
1683
1684 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
1685
1686         * MAINTAINERS (Write After Approval): Add myself.
1687
1688 2012-04-11  Steve Ellcey  <sellcey@mips.com>
1689
1690         * MAINTAINERS: Changed email address.
1691
1692 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
1693
1694         PR target/52737
1695         * contrib/gcc_update (files_and_dependencies):
1696         Remove gcc/config/avr/t-multilib from touch data.
1697
1698 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1699
1700         * MAINTAINERS (OS Port Maintainers): Remove irix.
1701         * configure.ac (enable_libgomp): Remove *-*-irix6*.
1702         (unsupported_languages): Remove mips-sgi-irix6.*.
1703         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
1704         (with_stabs): Remove.
1705         * configure: Regenerate.
1706
1707 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1708
1709         * MAINTAINERS (OS Port Maintainers): Remove osf.
1710         * configure.ac (enable_libgomp): Remove *-*-osf*.
1711         (with_stabs): Remove alpha*-*-osf*.
1712         * configure: Regenerate.
1713
1714 2012-03-05  Tristan Gingold  <gingold@adacore.com>
1715
1716         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
1717         * configure: Regenerate.
1718
1719 2012-02-17  Walter Lee  <walt@tilera.com>
1720
1721         * MAINTAINERS: (Write After Approval): Delete myself.
1722
1723 2012-02-14  Walter Lee  <walt@tilera.com>
1724
1725         * MAINTAINERS (tilegx port): Add myself.
1726         (tilepro port): Add myself.
1727         (Write After Approval): Add myself.
1728
1729 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
1730
1731         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
1732         and Joseph Myers as docstring relicensing maintainers.
1733
1734 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
1735
1736         * MAINTAINERS (write-after-approval): Add myself.
1737
1738 2012-02-08  Ira Rosen <irar@il.ibm.com>
1739
1740         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
1741         maintainer.
1742
1743 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1744
1745         * MAINTAINERS (Write After Approval): Move myself to
1746         maintain alphabetical order.
1747
1748 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
1749
1750         * MAINTAINERS (Write After Approval): Add myself.
1751
1752 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
1753
1754         * MAINTAINERS (Write After Approval): Add myself.
1755
1756 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1757             Jayant R Sonar <jayant.sonar@kpitcummins.com>
1758
1759         * configure.ac (cr16-*-*): Remove nonconfigdirs.
1760         * configure: Regenerate.
1761
1762 2012-01-23  Harshit Chopra  <harshit@google.com>
1763
1764         * MAINTAINERS (Write After Approval): Add myself.
1765
1766 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
1767
1768         * configure.ac: Remove reference to mh-interix.
1769         * configure: Regenerate.
1770
1771 2012-01-05  Richard Henderson  <rth@redhat.com>
1772
1773         PR bootstrap/51072
1774         * configure.ac: Disable libitm if c++ is not enabled.
1775         * configure: Rebuild.
1776
1777         * configure.ac: Fix regexp for same.
1778         * configure: Rebuild.
1779
1780 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
1781
1782         * MAINTAINERS (Write After Approval): Add myself.
1783
1784 2012-01-02  Richard Guenther  <rguenther@suse.de>
1785
1786         PR bootstrap/51686
1787         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
1788         * Makefile.in: Regenerate.
1789
1790 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
1791
1792         * MAINTAINERS (Write After Approval): Add myself.
1793
1794 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
1795
1796         * configure: Regenerate.
1797
1798 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
1799
1800         * MAINTAINERS (picochip): Changed email address.
1801
1802 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1803
1804         * MAINTAINERS (write-after-approval): Add self.
1805
1806 2011-11-29  DJ Delorie  <dj@redhat.com>
1807
1808         * configure.ac (rl78-*-*) New case.
1809         * configure: Regenerate.
1810         * MAINTAINERS: Add myself as RL78 maintainer.
1811
1812 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
1813
1814         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
1815
1816 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
1817
1818         * libtool.m4: Additional FreeBSD 10 fixes.
1819
1820 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
1821
1822         * MAINTAINERS: Move myself from Write After Approval to CPU Port
1823         Maintainers section, as Epiphany maintainer.
1824
1825 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
1826
1827         PR target/49992
1828         * configure.ac: Remove ranlib special-casing for Darwin.
1829         * configure: Regenerate.
1830
1831 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
1832
1833         * MAINTAINERS (Reviewers): Keep the list sorted.
1834
1835 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
1836
1837         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
1838
1839 2011-11-09  Roland McGrath  <mcgrathr@google.com>
1840
1841         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
1842         * configure: Rebuild.
1843         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
1844         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
1845         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
1846         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
1847         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
1848         Add READELF.
1849         * Makefile.in: Rebuild.
1850
1851 2011-11-09  Jason Merrill  <jason@redhat.com>
1852
1853         * Makefile.def (language=c++): Remove check-c++0x.
1854         * Makefile.in (check-gcc-c++): Regenerate.
1855
1856 2011-11-08  Richard Henderson  <rth@redhat.com>
1857
1858         * configure.ac: Test for libitm directory present first.
1859
1860         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
1861
1862         * configure.ac: Test libitm/configure.tgt to disable libitm.
1863         * configure: Rebuild.
1864
1865 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
1866             Richard Henderson  <rth@redhat.com>
1867
1868         Merged from transactional-memory.
1869
1870         * Makefile.def (lang_env_dependencies): libitm is c++.
1871         Add libitm target module.
1872         * configure.ac: Likewise.
1873         * config/mmap.m4: New file.
1874         * contrib/gcc_update: Add libitm to touch data.
1875         * Makefile.in, configure: Rebuild.
1876
1877 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1878
1879         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
1880         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
1881         * Makefile.in: Regenerate.
1882
1883 2011-11-01  DJ Delorie  <dj@redhat.com>
1884
1885         * config.sub: Update to version 2011-10-29 (added rl78)
1886
1887 2011-10-27  Nick Clifton  <nickc@redhat.com>
1888
1889         * config.sub: Import these changes from the config project:
1890
1891         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
1892             Ben Elliston  <bje@gnu.org>
1893
1894         * config.sub (epiphany): New.
1895
1896         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
1897             Ben Elliston  <bje@gnu.org>
1898
1899         * config.sub (hexagon, hexagon-*): New.
1900
1901         2011-08-23  Roland McGrath  <mcgrathr@google.com>
1902
1903         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
1904         64eb to be64.
1905
1906         2011-08-16  Roland McGrath  <mcgrathr@google.com>
1907
1908         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
1909         (nacl): Grok as alias for 32el-unknown-nacl.
1910
1911 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
1912
1913         * MAINTAINERS (Write After Approval): Add myself.
1914
1915 2011-10-24  Teresa Johnson  <tejohnson@google.com>
1916
1917         * MAINTAINERS (Write After Approval): Add myself.
1918
1919 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
1920
1921         * MAINTAINERS (sparc port): Remove myself.
1922
1923 2011-09-14  Tom de Vries  <tom@codesourcery.com>
1924
1925         * MAINTAINERS (Write After Approval): Add myself.
1926
1927 2011-08-14  Yao Qi  <yao@codesourcery.com>
1928
1929         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
1930         * configure: Regenerate.
1931
1932 2011-07-26  Ian Lance Taylor  <iant@google.com>
1933
1934         * configure.ac: Set have_compiler based on whether gcc directory
1935         exists, rather than on whether gcc is in configdirs.
1936         * configure: Rebuild.
1937
1938 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
1939
1940         * MAINTAINERS (Global Reviewers): Add self.
1941
1942 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
1943
1944         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
1945         link directories.
1946         * Makefile.in: Rebuild.
1947
1948 2011-07-20  Ian Lance Taylor  <iant@google.com>
1949
1950         PR bootstrap/49787
1951         * configure.ac: Move --enable-bootstrap handling earlier in file.
1952         If --enable-bootstrap and either --enable-build-with-cxx or
1953         --enable-build-poststage1-with-cxx, enable C++ automatically.
1954         * configure: Rebuild.
1955
1956 2011-07-19  Ian Lance Taylor  <iant@google.com>
1957
1958         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
1959         make C++ a boot_language.  Set and substitute
1960         POSTSTAGE1_CONFIGURE_FLAGS.
1961         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
1962         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
1963         * configure, Makefile.in: Rebuild.
1964
1965 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
1966
1967         * MAINTAINERS (Register Allocation): Move myself from reviewers to
1968         maintainers.
1969
1970 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
1971
1972         * MAINTAINERS (Global Reviewers): Add myself.
1973
1974 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1975
1976         * configure: Regenerate.
1977
1978 2011-07-16  Jason Merrill  <jason@redhat.com>
1979
1980         * Makefile.def (language=c++): Add check-c++0x and
1981         check-target-libmudflap-c++.
1982         * Makefile.tpl (check-target-libmudflap-c++): New.
1983         * Makefile.in: Regenerate.
1984
1985 2011-07-16  Matthias Klose  <doko@ubuntu.com>
1986
1987         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
1988         * Makefile.def (target_modules/libjava): Pass
1989         $(EXTRA_CONFIGARGS_LIBJAVA).
1990         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
1991         if not configured with --enable-static-libjava.
1992         * Makefile.in: Regenerate.
1993         * configure: Likewise.
1994
1995 2011-07-15  Jason Merrill  <jason@redhat.com>
1996
1997         * Makefile.in (check-c++): Move check-gcc-c++0x after
1998         check-target-libstdc++-v3.
1999
2000 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2001
2002         * MAINTAINERS (c6x port): New entry.
2003
2004 2011-07-13  Jason Merrill  <jason@redhat.com>
2005
2006         * Makefile.in (check-gcc-c++0x): New.
2007         (check-c++): Depend on it.
2008
2009 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2010
2011         PR target/39150
2012         * configure.ac (i[3456789]86-*-solaris2*): Also accept
2013         x86_64-*-solaris2.1[0-9]*.
2014         * configure: Regenerate.
2015
2016 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
2017
2018         * MAINTAINERS (RTL optimizers): Add self.
2019
2020 2011-06-27  Gabriel Charette  <gchare@google.com>
2021
2022         * MAINTAINERS (Write After Approval): Add myself.
2023
2024 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
2025
2026         PR regression/47836
2027         PR bootstrap/23656
2028         PR other/47733
2029         PR bootstrap/49247
2030         PR c/48825
2031         * configure.ac (target_libraries): Remove target-libiberty.
2032         Remove case-statement setting skipdirs=target-libiberty for
2033         multiple targets.  Remove checking target_configdirs and
2034         removing target-libiberty but keeping target-libgcc if
2035         otherwise empty.
2036         * Makefile.def (target_modules): Don't add libiberty.
2037         (dependencies): Remove all traces of target-libiberty.
2038         * configure, Makefile.in: Regenerate.
2039
2040 2011-06-13  Walter Lee <walt@tilera.com>
2041
2042         * configure.ac (tilepro-*-*) New case.
2043         (tilegx-*-*): Likewise.
2044         * configure: Regenerate.
2045
2046 2011-06-06  Jing Yu  <jingyu@google.com>
2047
2048         * configure.ac: Skip target-libiberty for
2049         arm*-*-linux-androideabi.
2050         * configure: Regenerated.
2051
2052 2011-06-06  Nick Clifton  <nickc@redhat.com>
2053
2054         * config.sub: Sync from upstream.
2055
2056 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
2057
2058         * MAINTAINERS (Write After Approval): Add myself.
2059
2060 2011-06-01  Daniel Jacobowitz  <drow@false.org>
2061
2062         * MAINTAINERS: Update my email address.
2063
2064 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2065
2066         * MAINTAINERS (Write After Approval): Update my email address.
2067
2068 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2069
2070         * MAINTAINERS (Write After Approval): Add myself.
2071
2072 2011-05-08  Doug Kwan  <dougkwan@google.com>
2073
2074         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2075         * configure: Regenerated.
2076         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2077         value from configure.
2078         * Makefile.in: Regenerated.
2079
2080 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
2081
2082         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2083         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2084         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2085         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2086         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2087         *-*-vxworks*): Disable newlib and libgloss in separate case
2088         statement.
2089         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2090         to separate case statement.
2091         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2092         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2093         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2094         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2095         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2096         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2097         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2098         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2099         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2100         i[[3456789]]86-*-rdos*, m32r-*-*,
2101         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2102         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2103         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2104         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2105         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2106         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2107         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2108         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2109         and libgloss in main case over targets.  Remove most empty cases
2110         in main case over targets.
2111         * configure: Regenerate.
2112
2113 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
2114
2115         * MAINTAINERS (Write After Approval): Add myself.
2116
2117 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2118
2119         * configure.ac: Remove code setting special library locations for
2120         hppa*64*-*-hpux11*.  Remove code setting compiler for
2121         sparc-sun-solaris2*.
2122         * configure: Regenerate.
2123
2124 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
2125
2126         * configure.ac: Separate libgloss_dir settings from general case
2127         over targets.
2128         * configure: Regenerate.
2129
2130 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2131
2132         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2133         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2134         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2135         cases in libgcj-disabling case statement.
2136         (hppa*64*-*-linux*): Set unsupported_languages instead of
2137         disabling target-zlib.
2138         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2139         to hppa*64*-*-hpux*.
2140         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2141         hppa*-*-hpux*.
2142         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2143         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2144         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2145         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2146         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2147         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2148         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2149         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2150         libgcj-disabling case statement.
2151         * configure: Regenerate.
2152
2153 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2154
2155         * configure.ac: Disable Java for targets not supporting libffi.
2156         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2157         Remove cases in Java-disabling statement.
2158         (*arm-wince-pe): Change to arm-wince-pe.
2159         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2160         cases in Java-disabling statement.
2161         (bfin-*-*): Don't disable Java again.
2162         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2163         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2164         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2165         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2166         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2167         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2168         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2169         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2170         Java-disabling statement.
2171         (mmix-*-*): Don't disable Java again.
2172         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2173         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2174         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2175         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2176         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2177         statement.
2178         * configure: Regenerate.
2179
2180 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
2181
2182         * configure.ac: Separate cases disabling Java and Java libraries
2183         from general case over targets.
2184         * configure: Regenerate.
2185
2186 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
2187
2188         * MAINTAINERS: Update my email address.
2189
2190 2011-04-20  Easwaran Raman  <eraman@google.com>
2191
2192         * MAINTAINERS (Write After Approval): Add myself.
2193
2194 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
2195
2196         PR lto/48086
2197         * configure.ac: Re-enable LTO on *-apple-darwin9*.
2198         * configure: Regenerate.
2199
2200 2011-04-16  Jim Meyering  <meyering@redhat.com>
2201
2202         * MAINTAINERS (Write After Approval): Add myself.
2203
2204 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
2205
2206         * MAINTAINERS: Update my email address.
2207
2208 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
2209
2210         * MAINTAINERS (Write After Approval): Add myself.
2211
2212 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
2213
2214         * MAINTAINERS (Write After Approval): Add myself.
2215
2216 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
2217
2218         * MAINTAINERS (Write After Approval): Add myself.
2219
2220 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
2221
2222         * configure.ac (build_tools): Remove build-byacc.
2223         (host_libs): Remove mmalloc.
2224         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2225         autoconf automake libtool diff rcs fileutils shellutils time
2226         textutils wdiff find uudecode hello tar gzip indent recode release
2227         sed perl gawk findutils gettext zip.
2228         (libgcj): Remove target-qthreads.
2229         (target_tools): Remove target-examples target-gperf.
2230         (YACC): Don't handle building byacc.
2231         * configure: Regenerate.
2232         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2233         dosutils, examples, fileutils, find, findutils, gawk, gettext,
2234         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2235         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2236         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2237         handle building components.
2238         * Makefile.in: Regenerate.
2239
2240 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
2241
2242         * MAINTAINERS: Update my email address as Xtensa maintainer.
2243
2244 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2245
2246         * config.sub: Sync from upstream.
2247
2248 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2249
2250         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2251         (microblaze*): Don't disable libssp.
2252         * configure: Regenerate.
2253
2254 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2255
2256         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2257         moveifchange.
2258         * configure: Regenerate.
2259         * Makefile.tpl: Use @SHELL@ not @config_shell@.
2260         * Makefile.in: Regenerate.
2261
2262 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2263
2264         * configure.ac (*-*-sysv4*): Don't enable libgomp.
2265         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2266         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2267         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2268         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2269         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2270         md_exec_prefix cases.
2271         * configure: Regenerate.
2272
2273 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2274
2275         * configure.ac: Separate cases disabling target-libssp,
2276         target-libiberty, target-libstdc++-v3 and Fortran from general
2277         case over targets.
2278         * configure: Regenerate.
2279
2280 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
2281
2282         * configure.ac (*-*-chorusos): Don't disable libgcj.
2283         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2284         Remove case.
2285         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2286         (arm-*-coff): Don't disable libgcj.
2287         (arm*-*-linux-gnueabi): Remove useless assignment.
2288         (arm-*-riscix*): Don't disable libgcj.
2289         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2290         configuration.
2291         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2292         (c54x*-*-*): Remove case.
2293         (tic54x-*-*): Don't disable GCC or GCC libraries.
2294         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
2295         to *.
2296         (d10v-*-*): Don't disable GCC libraries.
2297         (d30v-*-*): Don't disable libgcj.
2298         (h8500-*-*): Don't disable GCC libraries.
2299         (i960-*-*): Don't disable libgcj.
2300         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2301         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2302         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2303         libgcj.
2304         (m68k-*-coff*): Remove case.
2305         (mmix-*-*): Don't disable libgloss on host.
2306         (mn10200-*-*, mn10300-*-*): Remove cases.
2307         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2308         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2309         Don't disable libgcj.
2310         (romp-*-*): Remove case.
2311         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2312         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2313         case.
2314         (v810-*-*): Don't disable GCC libraries.
2315         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2316         (ip2k-*-*): Don't disable GCC libraries.
2317         * configure: Regenerate.
2318
2319 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
2320
2321         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2322         libffi on host.
2323         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2324         on host.
2325         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2326         * configure: Regenerate.
2327
2328 2011-03-26  John Marino  <binutils@marino.st>
2329
2330         * configure.ac: Add support for *-*-dragonfly*
2331         * configure: Regenerate.
2332
2333 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2334
2335         * configure.ac (native_only): Remove.
2336         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2337         send-pr uudecode guile gnuserv on host.
2338         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2339         send-pr rcs guile perl texinfo libtool on host.
2340         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2341         automake send-pr rcs guile perl texinfo libtool on host.
2342         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2343         (*-*-kaos*): Don't disable target-examples target-gperf on target.
2344         (alpha*-dec-osf*): Don't disable fileutils on target.
2345         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2346         texinfo send-pr expect dejagnu on target.
2347         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2348         target-qthreads on target.
2349         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2350         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2351         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2352         x86_64-*-mingw*): Don't disable expect on target.
2353         (*-*-cygwin*): Don't disable target-gperf on target.
2354         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2355         gnuserv on target.
2356         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2357         target.
2358         * configure: Regenerate.
2359
2360 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
2361
2362         * configure.ac (target_tools): Remove target-groff.
2363         (native_only): Remove target-groff.
2364         (hppa*64*-*-*): Don't disable byacc.
2365         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2366         setting.
2367         (*-*-kaos*): Don't skip target-librx and target-groff.
2368         (*-*-netware*): Don't skip target-libmudflap.
2369         (*-*-tpf*): Don't skip target-libmudflap.
2370         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2371         directories on the host.
2372         (ia64*-*-*vms*): Don't skip tix.
2373         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2374         host.
2375         * configure: Regenerate.
2376
2377 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
2378
2379         * configure.ac: Remove references to mt-mep, mt-netware,
2380         mt-wince.
2381         * Makefile.def: Add all-utils soft dependencies.
2382         * Makefile.tpl: Remove GDB_NLM_DEPS.
2383         * configure: Regenerate.
2384         * Makefile.in: Regenerate.
2385
2386 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2387
2388         * configure.ac: Do not include mh-x86omitfp.
2389         * configure: Regenerate.
2390
2391 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2392
2393         * configure.ac: Remove empty cases.
2394         * configure: Regenerate.
2395
2396 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2397
2398         * Makefile.def: Add dependency from termcap to gdb.
2399         * Makefile.in: Regenerate.
2400
2401 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2402
2403         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2404         * configure: Regenerate.
2405         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2406         * Makefile.tpl: Likewise.
2407         * Makefile.in: Regenerate.
2408
2409 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
2410
2411         * configure.ac: Remove all mentions of tentative_cc.
2412         * configure: Regenerate.
2413
2414 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2415
2416         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2417         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2418         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2419         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2420         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2421         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2422         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2423         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2424         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2425         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2426         *-*-rhapsody*): Remove host cases.
2427         * configure: Regenerate.
2428
2429 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2430
2431         * configure.ac (ppc*-*-pe): Remove host case.
2432         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2433         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2434         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2435         cases.
2436         * configure: Regenerate.
2437
2438 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
2439
2440         * config.sub: Update to version 2011-03-23.
2441
2442 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2443
2444         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2445         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2446         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2447         * configure: Regenerate.
2448
2449 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
2450
2451         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
2452         to Write After Approval.
2453         * config-ml.in: Don't handle arc-*-elf*.
2454         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2455         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2456         handle GCC libraries.
2457         * configure: Regenerate.
2458
2459 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2460
2461         PR bootstrap/48120:
2462         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2463         Add -lstdc++ -lm to LIBS.
2464         * configure: Regenerate.
2465
2466 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
2467
2468         * config.guess: Update to version 2011-02-02
2469         * config.sub: Update to version 2011-02-24
2470
2471 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
2472
2473         PR lto/48086
2474         * configure.ac: Re-enable LTO on *-apple-darwin9.
2475         * configure: Regenerate.
2476
2477 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
2478
2479         PR lto/48086
2480         * configure.ac: Disable LTO on darwin due to an assembler change in
2481         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2482         under 256.
2483         * configure: Regenerate.
2484
2485 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
2486
2487         * MAINTAINERS: Update myself as score backend maintainer,
2488         update my e-mail address.
2489
2490 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
2491
2492         * MAINTAINERS: Update my e-mail address.
2493
2494 2011-03-06  Joey Ye  <joey.ye@arm.com>
2495
2496         * MAINTAINERS: Update my e-mail address.
2497
2498 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2499
2500         * configure.ac: Adjust test of with_ppl.
2501         * configure: Regenerated.
2502
2503 2011-03-02  Kai Tietz  <ktietz@redhat.com>
2504
2505         * MAINTAINERS: Adjust my e-mail address.
2506
2507 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2508
2509         * configure.ac: Add -lpwl to ppllibs.
2510         * configure: Regenerated.
2511
2512 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
2513
2514         * config/cloog.m4: Add -lisl to clooglibs.
2515         * configure: Regenerated.
2516
2517 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
2518
2519         * MAINTAINERS (CPU Port maintainers): Add self.
2520
2521 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2522
2523         * MAINTAINERS: Add myself as testsuite maintainer.
2524
2525 2011-02-15  Mike Stump  <mikestump@comcast.net>
2526
2527         * MAINTAINERS: Add myself as testsuite maintainer.
2528
2529 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2530
2531         Import from Libtool and gnulib:
2532
2533         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
2534
2535         Prepare for supporting FreeBSD 10.
2536         * config.rpath: Remove handling of freebsd1* which soon would
2537         match FreeBSD 10.0.
2538
2539         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
2540
2541         Remove support for FreeBSD 1.x.
2542         * libtool.m4 (_LT_LINKER_SHLIBS)
2543         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2544         soon would incorrectly match FreeBSD 10.0.
2545
2546 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2547
2548         PR binutils/12283
2549         * move-if-change: Import version from gnulib.
2550
2551 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
2552
2553         PR lto/47225
2554         * Makefile.def (lto-plugin): Double dash for enable-shared.
2555         (configure-gcc): Depend on all-lto-plugin.
2556         * Makefile.in: Rebuilt.
2557
2558 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2559
2560         * configure.ac: Remove extra bracket.
2561         * configure: Regenerate.
2562
2563 2011-02-08  Tobias Burnus  <burnus@net-b.de>
2564
2565         * MAINTAINERS: Add myself as libquadmath maintainer.
2566
2567 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
2568
2569         * MAINTAINERS: Update my email address.
2570
2571 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
2572
2573         * MAINTAINERS (option handling): Add self.
2574
2575 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
2576
2577         PR lto/47225
2578         * Makefile.def: Add dependency for install-gcc
2579         on install-lto-plugin.
2580         * Makfile.in: Regenerated
2581
2582 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
2583
2584         * MAINTAINERS (CPU Port Maintainers): Add myself.
2585
2586 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
2587
2588         PR libgcj/44341
2589         * configure.ac: Discard --with-* flags for host when configuring
2590         target libraries for cross build.
2591         * configure: Rebuilt.
2592
2593 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
2594
2595         * MAINTAINERS (linear loop transforms): Removed.
2596
2597 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
2598
2599         * configure.ac: If with_ppl is no, move setting with_cloog=no
2600         after CLOOG_REQUESTED check.
2601         * configure: Regenerated.
2602
2603 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
2604
2605         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
2606         CLooG has been requested.
2607         * configure: Regenerated.
2608
2609 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
2610
2611         * configure: Regenerated.
2612         * configure.ac: Check for version 0.11 (or later revision) of PPL.
2613
2614 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
2615
2616         * configure: Regenerated.
2617         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
2618
2619 2011-01-21  Andreas Schwab  <schwab@redhat.com>
2620
2621         * configure.ac: Use AS_HELP_STRING throughout.
2622         * configure: Regenerate.
2623
2624 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
2625
2626         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
2627         * configure: Regenerate.
2628
2629 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
2630
2631         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
2632
2633 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
2634
2635         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
2636         for ia64-hpux.
2637         * configure: Regenerate.
2638
2639 2011-01-07  Jan Hubicka  <jh@suse.cz>
2640
2641         PR lto/47225
2642         * Makefile.in: Regenerate.
2643         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
2644         configure.
2645
2646 2011-01-07  Jan Hubicka  <jh@suse.cz>
2647
2648         * Makefile.in: Regenerate.
2649         * Makefile.def (gcc host module) and soft dependency on lto-plugin
2650         and configure dependency on lto-plugin configure.
2651         (lto-plugin module): Remove dependency on GCC; add dependency on
2652         liniberty.
2653
2654 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
2655
2656         * MAINTAINERS (Write After Approval): Add myself.
2657
2658 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
2659
2660         * configure: Regenerate.
2661
2662 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
2663
2664         * configure.ac: (picochip): Disable libiberty.
2665
2666 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
2667
2668         * MAINTAINERS (Write After Approval): Add myself.
2669
2670 2010-12-10  Ian Lance Taylor  <iant@google.com>
2671
2672         PR bootstrap/46819
2673         * configure.ac: For --disable-libgcj clear libgcj_saved.
2674         * configure: Rebuild.
2675
2676 2010-12-10  Tobias Burnus  <burnus@net-b.de>
2677
2678         PR fortran/46540
2679         * configure.ac: Add --disable-libquadmath and
2680         --disable-libquadmath-support.
2681         * configure: Regenerate.
2682
2683 2010-12-03  Ian Lance Taylor  <iant@google.com>
2684
2685         * MAINTAINERS: Add myself as libgo maintainer.
2686
2687 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
2688
2689         PR libffi/46792
2690         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
2691         * configure: Regenerate.
2692
2693 2010-12-02  Ian Lance Taylor  <iant@google.com>
2694
2695         * configure.ac: Always set default for poststage1_ldflags to
2696         -static-libstdc++ -static-libgcc.
2697
2698 2010-11-29  Andreas Schwab  <schwab@redhat.com>
2699
2700         * configure.ac: Move comment to remove extra space in last argument
2701         of GCC_TARGET_TOOL.
2702
2703 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
2704
2705         PR other/46026
2706         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
2707         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
2708         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
2709         (BASE_FLAGS_TO_PASS): Use it.
2710         * configure: Rebuilt.
2711         * Makefile.in: Rebuilt.
2712
2713 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
2714
2715         PR binutils/12258
2716         * configure.ac: Correct comments for --enable-gold/--enable-ld.
2717         Properly check default linker.
2718         * configure: Regnerated.
2719
2720 2010-11-23  Matthias Klose  <doko@ubuntu.com>
2721
2722         * configure.ac: For --enable-gold, handle value `default' instead of
2723         `both*'.  New configure option --{en,dis}able-ld.
2724         * configure: Regenerate.
2725
2726 2010-11-20  Ian Lance Taylor  <iant@google.com>
2727
2728         * configure.ac: Only disable a language library if no language needs
2729         it.  Don't let --disable-libgcj uncondtionally disable libffi.
2730         * configure: Rebuild.
2731
2732 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2733
2734         * Makefile.in: Regenerate.
2735
2736         PR other/46202
2737         * configure.ac: Fix just-built in-tree STRIP name to be
2738         binutils/strip-new.
2739         * configure: Regenerate.
2740         * Makefile.def (install-strip-gcc, install-strip-binutils)
2741         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
2742         (install-strip-sid): Mirror dependencies on non-strip variants
2743         of these targets on the respective -strip prerequisites.
2744         * Makefile.tpl (install-strip, install-strip-host)
2745         (install-strip-target): New targets.
2746         (install-strip-[+module+], install-strip-target-[+module+]):
2747         New targets.
2748         * Makefile.in: Regenerate.
2749
2750 2010-11-19  Ian Lance Taylor  <iant@google.com>
2751             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2752
2753         * configure.ac: Add target-libgo to target_libraries.  Set
2754         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
2755         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
2756         (HOST_EXPORTS): Add GOC.
2757         (BASE_TARGET_EXPORTS): Add GOC.
2758         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
2759         (GOCFLAGS_FOR_TARGET): New variable.
2760         (EXTRA_HOST_FLAGS): Add GOC.
2761         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
2762         * Makefile.def (target_modules): Add libgo.
2763         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
2764         (dependencies): Add dependency from configure-target-libgo to
2765         configure-target-libffi and all-target-libstdc++-v3.  Add
2766         dependencies from all-target-libgo to all-target-libffi.
2767         (languages): Add go.
2768         * configure: Rebuild.
2769         * Makefile.in: Rebuild.
2770
2771 2010-11-19  Ian Lance Taylor  <iant@google.com>
2772
2773         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
2774         compiler/flag environment variables.
2775
2776 2010-11-18  Ian Lance Taylor  <iant@google.com>
2777
2778         * configure.ac: Check for lang_requires_boot_languages in
2779         config-lang.in files.
2780         * configure: Rebuild.
2781
2782 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2783             Tobias Burnus  <burnus@net-b.de>
2784
2785         PR fortran/32049
2786         * Makefile.def: Add libquadmath; build it with language=fortran.
2787         * configure.ac: Add libquadmath.
2788         * Makefile.tpl: Handle multiple libs in check-[+language+].
2789         * Makefile.in: Regenerate.
2790         * configure: Regenerate.
2791
2792 2010-11-16  Tom Tromey  <tromey@redhat.com>
2793
2794         * MAINTAINERS: Moved myself to reviewers section.
2795
2796 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
2797
2798         * MAINTAINERS: Moved myself to reviewers section.
2799
2800 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2801
2802         * MAINTAINERS (Various Maintainers): Add self for build machinery.
2803         (Write After Approval): Remove self.
2804
2805 2010-11-15  Andreas Schwab  <schwab@redhat.com>
2806
2807         * configure.ac: Fix spelling in option names.
2808         * configure: Regenerated.
2809
2810 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
2811
2812         PR bootstrap/39622
2813         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
2814         * configure: Regenerated.
2815
2816 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
2817
2818         * MAINTAINERS: Update my email address.
2819
2820 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2821
2822         * configure: Regenerate.
2823
2824 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2825
2826         * configure: Regenerate.
2827
2828 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2829
2830         * configure: Regenerate.
2831
2832 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
2833
2834         * configure: Regenerate.
2835
2836 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
2837
2838         * configure.ac: Support official CLooG.org versions.
2839         * configure: Regenerate.
2840         * config/cloog.m4: New.
2841
2842 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
2843
2844         * MAINTAINERS (Write After Approval): Add myself.
2845
2846 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
2847
2848         * MAINTAINERS: Update my email address.
2849
2850 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
2851
2852         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
2853         * configure: Regenerate.
2854
2855 2010-11-03  Ian Lance Taylor  <iant@google.com>
2856             Dave Korn  <dave.korn.cygwin@gmail.com>
2857
2858         PR lto/46273
2859         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
2860         and on other supported platforms whenever LTO is enabled.
2861         * configure: Rebuild.
2862
2863 2010-11-02  Alan Modra  <amodra@gmail.com>
2864
2865         PR binutils/12110
2866         * configure.ac: Error when source path contains spaces.
2867         * configure: Regenerate.
2868
2869 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
2870
2871         * MAINTAINERS: Update my email address.
2872
2873 2010-10-20  Ian Lance Taylor  <iant@google.com>
2874
2875         * Makefile.def (target_modules): Set lib_path to src/.libs for
2876         libstdc++-v3 module.
2877         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
2878         * Makefile.in: Rebuild.
2879
2880 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2881
2882         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
2883         (Write After Approval): Remove myself.
2884
2885 2010-10-15  Tristan Gingold  <gingold@adacore.com>
2886
2887         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2888
2889 2010-10-14  Douglas Rupp  <rupp@gnat.com>
2890
2891         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
2892
2893 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
2894
2895         * configure.ac (build_lto_plugin): New shell variable.
2896         (--enable-lto): Turn on by default for all non-ELF platforms that
2897         have had LTO support added so far.  Set build_lto_plugin appropriately
2898         for both ELF and non-ELF.
2899         (configdirs): Add lto-plugin or not based on build_lto_plugin.
2900         * configure: Regenerate.
2901
2902 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2903
2904         Sync from src:
2905         * configure.ac (v850 support): Remove target-libgloss from
2906         noconfigdirs.
2907         * configure: Regenerate.
2908
2909 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2910
2911         PR bootstrap/45326
2912         PR bootstrap/45174
2913         * configure.ac: Honor initial values of $build_configargs,
2914         $host_configargs, $target_configargs.  Mark the precious, so
2915         environment settings get recorded.
2916         * configure: Regenerate.
2917
2918 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2919
2920         PR bootstrap/45796
2921         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
2922         Depend on all-build-libiberty.
2923         * Makefile.in: Regenerate.
2924
2925 2010-09-30  Michael Eager  <eager@eagercon.com>
2926
2927         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
2928         * configure: Regenerate.
2929
2930 2010-09-28  Michael Eager  <eager@eagercon.com>
2931
2932         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
2933
2934 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2935
2936         PR bootstrap/44621
2937         * configure.ac: Fix unportable shell quoting.
2938         * configure: Regenerate.
2939
2940 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
2941
2942         * configure.ac (enable-lto): Add Darwin to the list of supported lto
2943         targets and amend comment.
2944         * configure: Regenerate.
2945
2946 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
2947
2948         * MAINTAINERS (Write After Approval): Add myself.
2949
2950 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
2951
2952         * configure.ac: Enable LTO by default on Darwin.
2953         * configure: Regenerate.
2954
2955 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
2956
2957         * MAINTAINERS (Write After Approval): Add myself.
2958
2959 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
2960
2961         * MAINTAINERS (Write After Approval): Add myself.
2962
2963 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
2964
2965         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
2966         ports
2967
2968 2010-07-28  David Yuste  <david.yuste@gmail.com>
2969
2970         * MAINTAINERS (Write After Approval): Add myself.
2971
2972 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
2973
2974         * configure.ac: Support all v850 targets.
2975         * configure: Regenerate.
2976
2977 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
2978
2979         PR bootstrap/44455
2980         * configure.ac (extra_mpfr_configure_flags): Copy from
2981         extra_mpc_gmp_configure_flags.
2982         * configure: Re-generated.
2983
2984 2010-07-22  Andi Kleen  <ak@linux.intel.com>
2985
2986         * MAINTAINERS (Write After Approval): Add myself.
2987
2988 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
2989
2990         * MAINTAINERS (Write After Approval): Add myself.
2991
2992 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
2993
2994         * MAINTAINERS (Write After Approval): Add myself.
2995
2996 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
2997
2998         PR target/44862
2999         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3000         Provide -B option to allow for link spec %s substitutions for
3001         libstdc++.a on darwin.
3002         * Makefile.in: Regenerate.
3003
3004 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
3005
3006         * MAINTAINERS (Reviewers): Update my e-mail address
3007
3008 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
3009
3010         * Makefile.def (configure-gcc): Depend on all-libelf.
3011         * Makefile.in: Rebuild.
3012
3013 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
3014
3015         * MAINTAINERS (Write After Approval): Add myself in the right place.
3016
3017 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
3018
3019         * MAINTAINERS (Write After Approval): Add myself.
3020
3021 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
3022
3023         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3024
3025 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
3026
3027         * config.sub: Update to version 2010-05-21.
3028         * config.guess: Update to version 2010-04-03.
3029
3030 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3031
3032         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3033         * configure: Regenerate.
3034
3035 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
3036
3037         * MAINTAINERS (Write After Approval): Add myself.
3038
3039 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
3040
3041         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3042         a platform that supports LTO.
3043         * configure: Regenerate.
3044
3045 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
3046
3047         * configure.ac: Allow all the versions greater than 0.10 of PPL.
3048         * configure: Regenerated.
3049
3050 2010-04-27  Roland McGrath  <roland@redhat.com>
3051             H.J. Lu  <hongjiu.lu@intel.com>
3052
3053         * configure.ac (--enable-gold): Support both, both/gold and
3054         both/bfd to add gold to configdirs without removing ld.
3055         * configure: Regenerated.
3056
3057         * Makefile.def: Add install-gold dependency to install-ld.
3058         * Makefile.in: Regenerated.
3059
3060 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
3061
3062         PR lto/42776
3063         * configure.ac (--enable-lto): Refactor handling so libelf tests
3064         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3065         and allow LTO to be explicitly enabled on non-ELF platforms that
3066         are known to support it inside else-clause.
3067         * configure: Regenerate.
3068
3069 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
3070
3071         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3072         * configure: Regenerate.
3073
3074 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
3075
3076         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3077         * configure: Regenerate.
3078
3079 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3080
3081         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3082         separately.
3083         * configure: Regenerate.
3084
3085 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
3086
3087         * MAINTAINERS (Write After Approval): Add myself.
3088
3089 2010-04-14  Tristan Gingold  <gingold@adacore.com>
3090
3091         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3092         * configure: Regenerate.
3093
3094 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
3095
3096         * configure: Regenerate after change to elf.m4.
3097
3098 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
3099
3100         * MAINTAINERS (Write After Approval): Add myself.
3101
3102 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3103
3104         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3105         * configure: Regenerated.
3106
3107 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3108
3109         * configure.ac: Print "buggy but acceptable" when CLooG
3110         revision is less than 9.
3111         * configure: Regenerated.
3112
3113 2010-04-01  Diego Novillo  <dnovillo@google.com>
3114
3115         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3116
3117 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3118
3119         PR bootstrap/43615
3120         PR bootstrap/43328
3121
3122         Revert:
3123
3124         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3125
3126         * configure.ac: Do not pass --enable-multilib nor
3127         --disable-multilib in baseargs.  Accept explicitly passed
3128         --enable_multilib.
3129         * configure: Regenerate.
3130
3131 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
3132
3133         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3134
3135 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
3136
3137         * MAINTAINERS: Remove myself.
3138
3139 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3140
3141         PR bootstrap/43328
3142         * configure.ac: Do not pass --enable-multilib nor
3143         --disable-multilib in baseargs.  Accept explicitly passed
3144         --enable_multilib.
3145         * configure: Regenerate.
3146
3147 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
3148
3149         * MAINTAINERS (spu port): Remove me.
3150
3151 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3152
3153         * configure.ac (tic6x-*-*): New case.
3154         * configure: Regenerate.
3155
3156 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
3157
3158         * config.sub: Update to version 2010-03-22.
3159         * config.guess: Update to version 2009-12-30.
3160
3161 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
3162
3163         PR ada/42554
3164         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3165         * configure: Regenerate.
3166
3167 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3168
3169         * MAINTAINERS: Update my email address.
3170
3171 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
3172
3173         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3174         (ghassan.shobaki@amd.com): Removed.
3175
3176 2010-03-17  Alan Modra  <amodra@gmail.com>
3177
3178         * MAINTAINERS: Update my email address.
3179
3180 2010-03-16  Diego Novillo  <dnovillo@google.com>
3181
3182         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3183         Matthews.
3184
3185 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3186
3187         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3188         Gutson, Jeffrey D. Oldham and Mark Shinwell.
3189
3190 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
3191
3192         * MAINTAINERS: Update my email address.
3193
3194 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
3195
3196         * MAINTAINERS: Update my email address.
3197
3198 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
3199
3200         * MAINTAINERS: Update my email address.
3201
3202 2010-03-09  Jie Zhang  <jie@codesourcery.com>
3203
3204         * MAINTAINERS: Update my email address.
3205
3206 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3207
3208         PR libstdc++/32499
3209         * configure.ac (RANLIB): Default to true.
3210         (STRIP): Likewise.
3211         (RANLIB_FOR_TARGET): Remove superfluous : argument.
3212         * configure: Regenerate.
3213
3214 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
3215
3216         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3217         (Write After Approval): Update my email address.
3218
3219 2010-02-17  Nick Clifton  <nickc@redhat.com>
3220
3221         PR 11238
3222         * Makefile.tpl (local-distclean): Also remove config.cache files in
3223         sub-directories as there may not be Makefiles present in the
3224         sub-directories.
3225         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3226         the config.cache files found by the find command.
3227
3228         * Makefile.in: Regenerate.
3229         * configure.ac: Revert previous delta.
3230         * configure: Regenerate.
3231
3232 2010-02-15  Nick Clifton  <nickc@redhat.com>
3233
3234         PR 11238
3235         * configure.ac: Delete config.cache files in sub-directories when
3236         deleting Makefiles.
3237         * configure: Regenerate.
3238
3239 2010-02-12  Ben Elliston  <bje@gnu.org>
3240
3241         * MAINTAINERS: Update my email address.
3242
3243 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
3244
3245         * MAINTAINERS (spu port): Update my email address.
3246
3247 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
3248
3249         * MAINTAINERS: Add myself as a maintainer for the bfin port.
3250
3251 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3252
3253         * configure.ac: Add "recommended" version checks for GMP/MPC.
3254         Update recommended GMP/MPFR/MPC versions.
3255         * configure: Regenerate.
3256
3257 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
3258
3259         * MAINTAINERS: Move my Embecosm email address into the
3260         write-after-approval section.
3261
3262 2010-01-26  Ian Lance Taylor  <iant@google.com>
3263
3264         * MAINTAINERS: Add myself as Go frontend maintainer.
3265
3266 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
3267
3268         PR libstdc++/36101, PR libstdc++/42813
3269         * configure.ac (bootstrap_target_libs): Make inclusion of
3270         target-libgomp conditional on libgomb being in target_configdirs.
3271         * configure: Regenerate.
3272
3273 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
3274
3275         PR libstdc++/36101, PR libstdc++/42813
3276         * configure.ac (bootstrap_target_libs): Include target-libgomp.
3277         * configure: Regenerate.
3278
3279 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
3280
3281         PR libstdc++/36101, PR libstdc++/42813
3282         * configure.ac (target_configdirs): Substitute.
3283         * Makefile.def: Bootstrap target module libgomp.
3284         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3285         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3286         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3287         * configure, Makefile.in: Regenerate.
3288
3289 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3290
3291         * MAINTAINERS: Adjust my details.
3292
3293 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
3294
3295         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3296
3297 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
3298
3299         * MAINTAINERS: reindented my entry with tabs instead of spaces.
3300
3301 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
3302
3303         * MAINTAINERS (Write After Approval): Add myself.
3304
3305 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
3306
3307         * MAINTAINERS (Write After Approval): Add myself.
3308
3309 2010-01-11  Richard Guenther  <rguenther@suse.de>
3310
3311         PR lto/41569
3312         * Makefile.def (all-lto-plugin): Depend on all-gcc.
3313         * Makefile.in: Regenerated.
3314
3315 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
3316
3317         * configure.ac: Enable libjava build on x86_64-*freebsd*.
3318         * configure: Regenerate.
3319
3320 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3321             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3322
3323         PR bootstrap/42424
3324         * configure.ac: Include libtool m4 files.
3325         (_LT_CHECK_OBJDIR): Call it.
3326         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3327         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3328
3329         * configure: Regenerate.
3330
3331 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3332
3333         PR bootstrap/41818
3334         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3335         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
3336         * Makefile.in: Regenerate.
3337
3338 2010-01-02  Richard Guenther  <rguenther@suse.de>
3339
3340         PR lto/41529
3341         * configure.ac: Include config/elf.m4.  Disable LTO if not
3342         builting for an elf target.
3343         * configure: Regenerate.
3344
3345 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
3346
3347         * MAINTAINERS: Change my email address.
3348
3349 2009-12-18  Ben Elliston  <bje@au.ibm.com>
3350
3351         * config.sub, config.guess: Update from upstream sources.
3352
3353 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
3354
3355         * MAINTAINERS (Write After Approval): Add myself.
3356
3357 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3358
3359         PR middle-end/30447
3360         PR middle-end/30789
3361         PR other/40302
3362
3363         * configure.ac: Require MPC.
3364         * configure: Regenerate.
3365
3366 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3367
3368         PR target/38384
3369         PR bootstrap/40972
3370         * libtool.m4: Sync from git Libtool.
3371         * ltoptions.m4: Likewise.
3372         * ltversion.m4: Likewise.
3373         * lt~obsolete.m4: Likewise.
3374         * ltmain.sh: Likewise.
3375
3376 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3377
3378         * configure.ac: Update minimum MPC version to 0.8.
3379         * configure: Regenerate.
3380
3381 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
3382
3383         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3384         * configure: Regenerated.
3385
3386 2009-11-21  Ian Lance Taylor  <iant@google.com>
3387
3388         * configure.ac: Change default of poststage1_ldflags to be empty if
3389         poststage1_libs is set.  When poststage1_libs is empty, and
3390         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3391         * configure: Rebuild.
3392
3393 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
3394
3395         * MAINTAINERS (Write After Approval): Update my email address.
3396
3397 2009-11-20  Ben Elliston  <bje@au.ibm.com>
3398
3399         * config.guess: Update from upstream sources.
3400
3401 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3402
3403         * Makefile.def: Restore host and target settings for gmp.
3404         * Makefile.in: Rebuild.
3405
3406 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
3407
3408         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
3409         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
3410         Fix portability of test of C++ as bootstrap language.  Add
3411         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3412         * configure: Rebuild.
3413         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3414         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
3415         in-tree building.
3416         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3417         (POSTSTAGE1_HOST_EXPORTS): Use it.
3418         (STAGE[+id+]_CXXFLAGS): New.
3419         (BASE_FLAGS_TO_PASS): Pass it down.
3420         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
3421         extra_exports.
3422         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3423         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3424         extra_exports.
3425         * Makefile.in: Rebuild.
3426
3427 2009-11-17  Ben Elliston  <bje@au.ibm.com>
3428
3429         * config.sub, config.guess: Update from upstream sources.
3430
3431 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3432
3433         * MAINTAINERS (Write After Approval): Add myself.
3434
3435 2009-11-09  Jon Beniston  <jon@beniston.com>
3436
3437         * MAINTAINERS (Write After Approval): Add myself.
3438
3439 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
3440
3441         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
3442         paths for *-w64-mingw* and x86_64-*mingw*.
3443         * configure: Regenerated.
3444
3445 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
3446
3447         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3448
3449 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
3450
3451         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3452         Phil Edwards to Write-After Approval.
3453
3454 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
3455
3456         * configure.ac: Disable target-winsup & co for
3457         x86_64-*-mingw* and *-w64-mingw* targets.
3458         * configure: Regenerated.
3459
3460 2009-10-16  Nick Clifton  <nickc@redhat.com>
3461
3462         * MAINTAINERS: Add myself as a maintainer for the RX port.
3463
3464 2009-10-26  Johannes Singler  <singler@kit.edu>
3465
3466         * MAINTAINERS (Write After Approval): Update my e-mail address.
3467
3468 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3469
3470         * configure.ac (CLooG test): Use = with test.
3471         * configure: Regenerate.
3472
3473 2009-10-22  Richard Guenther  <rguenther@suse.de>
3474
3475         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
3476         cloog if the ppl version check failed.  Move flags saving
3477         before setting in libelf check.
3478         * configure: Regenerate.
3479
3480 2009-10-21  Richard Guenther  <rguenther@suse.de>
3481
3482         * configure.ac: Adjust the ppl and cloog configure to work as
3483         documented.  Disable cloog if ppl was disabled.  Omit the version
3484         checks if they were disabled.
3485         * configure: Re-generate.
3486
3487 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3488
3489         * configure.ac: Add 'lto' to enable_languages, not
3490         new_enable_languages, and only if not already present.
3491         * configure: Regenerate.
3492
3493 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
3494
3495         * README: Refer to the various COPYING* files instead of just
3496         COPYING.
3497         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3498
3499 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
3500
3501         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3502
3503 2009-10-07  Richard Guenther  <rguenther@suse.de>
3504
3505         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3506         and Richard Guenther as reviewers.
3507         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3508         as reviewers.
3509
3510 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
3511
3512         * config.sub: Update from upstream sources.
3513
3514 2009-10-06  Ian Lance Taylor  <iant@google.com>
3515
3516         * Makefile.def: check-gold depends upon all-gas.
3517         * Makefile.in: Rebuild.
3518
3519 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
3520
3521         * MAINTAINERS (Write After Approval): Add myself.
3522
3523 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
3524
3525         * Makefile.def: all-lto-plugin depends on all-libiberty.
3526         set bootstrap=true for lto-plugin.
3527         Add lto-plugin.
3528         * Makefile.in: Regenerate.
3529         * configure.ac (host_libs): Add lto-plugin.
3530         * configure: Regenerate.
3531
3532 2009-10-03  Diego Novillo  <dnovillo@google.com>
3533
3534         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3535         (HOST_LIBELFLIBS): Define.
3536         (HOST_LIBELFINC): Define.
3537         * Makefile.in: Regenerate.
3538         * configure.ac: Add --enable-lto.
3539         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3540         If --enable-lto is used, add 'lto' to new_enable_languages.
3541         If --enable-lto is used and gold is enabled, add
3542         lto-plugin to configdirs.
3543         * configure: Regenerate.
3544
3545 2009-10-03  Simon Baldwin  <simonb@google.com>
3546
3547         * configure.ac: If --with-system-zlib, suppress local zlib and
3548         pass --with-system-zlib to subdir configure scripts.
3549         * configure: Regenerate.
3550
3551 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
3552             Paolo Bonzini  <bonzini@gnu.org>
3553
3554         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
3555         $(srcdir).
3556         * Makefile.in: Rebuilt.
3557
3558 2009-09-26  Gary Funck  <gary@intrepid.com>
3559
3560         * MAINTAINERS (Write After Approval): Add myself.
3561
3562 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3563
3564         * configure.ac: Update minimum MPC version to 0.7.
3565         * configure: Regenerate.
3566
3567 2009-09-25  Nick Clifton  <nickc@redhat.com>
3568
3569         * configure.ac: Pass any --cache-file=/dev/null option on to
3570         subconfigures.
3571         * configure: Regenerate.
3572
3573 2009-09-23  Nick Clifton  <nickc@redhat.com>
3574
3575         * config.sub, config.guess: Update from upstream sources.
3576
3577 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
3578
3579         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
3580         * Makefile.in: Rebuilt.
3581
3582 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3583
3584         PR bootstrap/32272
3585         * configure.ac: Error out if $srcdir isn't '.' but contains
3586         host-${host_noncanonical}.
3587         * configure: Regenerate.
3588
3589 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3590
3591         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
3592         maintainer.
3593
3594 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3595
3596         * configure.ac: If bootstrapping a combined tree with
3597         --enable-gold, require c++ in stage1_languages.
3598         * configure: Regenerate.
3599
3600         * configure.ac: Also add target_libs of stage1_languages to
3601         bootstrap_target_libs.
3602         * configure: Regenerate.
3603
3604         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
3605         with --enable-languages not containing c++.
3606         * configure: Regenerate.
3607
3608 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
3609
3610         * configure.ac: Disable java and boehm-gc for bfin-*-*.
3611         * configure: Regenerate.
3612
3613 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
3614
3615         * MAINTAINERS (Write After Approval): Update my e-mail address,
3616         and move from from here...
3617         (Waiting for paperwork): To here.
3618
3619 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
3620
3621         * MAINTAINERS (Reviewers): Add self as driver reviewer.
3622
3623 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3624
3625         * configure.ac: Do not use $extrasub for replacing @if/@endif
3626         parts in Makefile; instead, use additional arguments to
3627         AC_CONFIG_COMMANDS to do the replacement manually, with several
3628         sed invocations, to avoid HP-UX sed command limits.
3629         * configure: Regenerate.
3630
3631 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
3632
3633         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
3634         blank before -L.
3635
3636 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
3637
3638         * configure.ac (with-build-config): Document.  Handle without.
3639         Handle missing argument.
3640         * configure: Rebuilt.
3641
3642 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
3643
3644         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
3645         Default to bootstrap-debug only if compare-debug works.
3646         * configure: Rebuilt.
3647         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
3648         * Makefile.in: Rebuilt.
3649
3650 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3651
3652         * MAINTAINERS (OS Port Maintainers): Update my email address.
3653
3654 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
3655
3656         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
3657         * Makefile.in: Rebuilt.
3658
3659 2009-09-01  Chris Demetriou  <cgd@google.com>
3660
3661         * MAINTAINERS (Write After Approval): Add myself.
3662
3663 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
3664
3665         PR debug/30161
3666         * include/dwarf2.h (enum dwarf_tag): Added
3667         DW_TAG_GNU_template_template_param
3668         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
3669
3670 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
3671
3672         * Makefile.tpl (AWK): Fix typo.
3673         * Makefile.in: Regenerate.
3674
3675 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
3676
3677         * configure.ac: Detect awk and sed.
3678         * Makefile.def (flags_to_pass): Add AWK and SED.
3679         * Makefile.tpl (AWK, SED): New.
3680         (BASE_FLAGS_TO_PASS): Add AWK and SED.
3681         * configure: Regenerate.
3682         * Makefile.in: Regenerate.
3683
3684 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
3685
3686         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
3687         (collapseslashes): Likewise.
3688
3689 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3690
3691         * configure.ac (AC_PREREQ): Bump to 2.64.
3692
3693 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3694
3695         * configure.ac: Remove --with-datarootdir, --with-docdir,
3696         --with-pdfdir, --with-htmldir switches.
3697         * configure: Regenerate.
3698
3699         * configure: Regenerate.
3700
3701         * compile: Sync from Automake 1.11.
3702         * depcomp: Likewise.
3703         * install-sh: Likewise.
3704         * missing: Likewise.
3705         * mkinstalldirs: Likewise.
3706         * ylwrap: Likewise.
3707
3708 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
3709
3710         * ltmain.sh (func_normal_abspath): New function.
3711         (func_relative_path): Likewise.
3712         (func_mode_help): Document new -bindir option for link mode.
3713         (func_mode_link): Add new -bindir option, and use it to place
3714         output DLL if specified.
3715
3716 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3717
3718         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
3719         (baseargs): Add --disable-option-checking.
3720         * configure: Regenerate.
3721
3722         * Makefile.def (configure-target-libiberty): Depend on
3723         all-binutils and all-ld.
3724         (configure-target-newlib): Likewise.
3725         * Makefile.in: Regenerate.
3726
3727 2009-08-17  Ben Elliston  <bje@au.ibm.com>
3728
3729         * config.sub, config.guess: Update from upstream sources.
3730
3731 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3732
3733         Sync from src, merge:
3734
3735         2009-07-02  Tristan Gingold  <gingold@adacore.com>
3736
3737         * configure.ac: Do not exclude gas for i386-*-darwin.
3738         Add a case for x86_64-*-darwin.
3739         * configure: Regenerate.
3740
3741 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
3742
3743         * MAINTAINERS: Add my name to Write After Approval list.
3744
3745 2009-08-06  Michael Eager  <eager@eagercon.com>
3746
3747         * configure.ac: Add Microblaze target.
3748         * configure: Regenerate.
3749
3750 2009-07-31  Christian Bruel  <christian.bruel@st.com>
3751
3752         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
3753         * configure: Regenerate.
3754
3755 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
3756
3757         * MAINTAINERS (Write After Approval): Update my e-mail address.
3758
3759 2009-07-06  Ian Lance Taylor  <iant@google.com>
3760
3761         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
3762         * configure: Rebuild.
3763
3764 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
3765
3766         * MAINTAINERS: Move myself to the Graphite Reviewers.
3767
3768 2009-06-30  Wei Guozhi  <carrot@google.com>
3769
3770         * MAINTAINERS: Add my name to Write After Approval list.
3771
3772 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
3773
3774         PR bootstrap/40338
3775         * configure.ac (comparestring): Create new variable.
3776         * Makefile.tpl (comparestring): Use to skip some comparisions.
3777         * configure: Regenerate.
3778         * Makefile.in: Regenerate.
3779
3780 2009-06-26  Doug Evans  <dje@sebabeach.org>
3781
3782         * Makefile.def (host_modules): Add cgen.
3783         * Makefile.in: Regenerate.
3784         * configure.ac (host_tools): Add cgen.
3785         * configure: Regenerate.
3786
3787 2009-06-23  DJ Delorie  <dj@redhat.com>
3788
3789         * MAINTAINERS: Add myself as mep maintainer.
3790
3791 2009-06-23  Ian Lance Taylor  <iant@google.com>
3792
3793         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
3794         boot_languages.  Only bootstrap target libraries listed in
3795         target_libs for some boot language.  Add --with-stage1-ldflags,
3796         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
3797         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
3798         if not building with C++.
3799         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
3800         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
3801         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
3802         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
3803         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
3804         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
3805         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
3806         * configure, Makefile.in: Rebuild.
3807
3808 2009-06-23  Li Feng  <nemokingdom@gmail.com>
3809
3810         * MAINTAINERS: Added my name to write-after-approval list.
3811
3812 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
3813
3814         * configure.ac: Define is_elf for QNX Neutrino targets.
3815         * configure: Regenerate.
3816
3817 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
3818
3819         * MAINTAINERS: Added my name to the write-after-approval list
3820
3821 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3822
3823         * configure.ac: Detect MPC in default directory.
3824         * configure: Regenerate.
3825
3826 2009-06-03  Jerome Guitton  <guitton@adacore.com>
3827             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3828
3829         * Makefile.tpl (all): Avoid a trailing backslash.
3830         * Makefile.in: Regenerate.
3831
3832 2009-06-03  Ben Elliston  <bje@au.ibm.com>
3833
3834         * config.sub, config.guess: Update from upstream sources.
3835
3836 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
3837
3838         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
3839         to noconfdirs.
3840         * configure: Regenerate.
3841
3842 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
3843
3844         * Makefile.tpl ([+compare-target+]): Compare all stage
3845         directories, rather than just gcc.
3846         * Makefile.in: Rebuilt.
3847
3848 2009-06-01  Doug Kwan  <dougkwan@google.com>
3849
3850         * configure.ac: Support gold for target arm*-*-*.
3851         * configure: Regenerate.
3852
3853 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3854
3855         * Makefile.def: Add MPC support and dependencies.
3856         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
3857
3858         * Makefile.in, configure: Regenerate.
3859
3860 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
3861
3862         * Makefile.tpl (all): Avoid harmless warning in make all when
3863         gcc-bootstrap is enabled but stage_last does not exist.
3864         * Makefile.in: Rebuilt.
3865
3866 2009-05-24  Nicolas Roche  <roche@adacore.com>
3867
3868         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
3869         * Makefile.in: Regenerate.
3870
3871 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
3872
3873         * MAINTAINERS: Update my e-mail address.
3874
3875 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
3876
3877         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
3878         * configure:  Regenerate.
3879
3880 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3881
3882         PR other/40159
3883         * Makefile.tpl (all): Don't assume gcc-bootstrap and
3884         gcc-no-bootstrap are mutually exclusive.
3885         * Makefile.in: Rebuilt.
3886
3887 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
3888
3889         PR other/40159
3890         * Makefile.tpl (all): Don't end with unconditional success.
3891         * Makefile.in: Rebuilt.
3892
3893 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
3894
3895         PR target/37137
3896         * Makefile.def (flags_to_pass): Remove redundant and incomplete
3897         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
3898         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
3899         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
3900         stage_configureflags, stage_cflags and stage_libcflags into
3901         explicit Makefile macros.
3902         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
3903         GFORTRAN.
3904         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
3905         CC.  Set CC_FOR_BUILD from CC.
3906         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
3907         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
3908         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
3909         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
3910         and GFORTRAN.
3911         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
3912         (_LIBCFLAGS): Renamed to _TFLAGS.
3913         (do-compare-debug, do-compare3-debug): Drop.
3914         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
3915         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
3916         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
3917         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
3918         (XGCC_FLAGS_FOR_TARGET): New.
3919         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
3920         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
3921         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
3922         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
3923         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
3924         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
3925         TFLAGS.
3926         (BUILD_CONFIG): Include if requested.
3927         (all): Set TFLAGS on bootstrap.
3928         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
3929         (all-stageid-prefixmodule): Likewise.
3930         (do-clean, distclean-stageid): Set TFLAGS.
3931         (restrap): Fix whitespace.
3932         * Makefile.in: Rebuilt.
3933
3934 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
3935
3936         * config.guess: Sync with src.
3937
3938 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3939
3940         * configure.ac ($with_ppl):  Default to no if not supplied.
3941         ($with_cloog):  Likewise.
3942         configure:  Regenerate.
3943
3944 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
3945
3946         * MAINTAINERS: Update my e-mail address.
3947
3948 2009-04-27  Nick Clifton  <nickc@redhat.com>
3949
3950         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
3951
3952 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
3953
3954         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
3955         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
3956         * Makefile.in: Regenerate.
3957
3958 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3959
3960         PR bootstrap/39739
3961         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
3962         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
3963
3964         * configure, Makefile.in: Regenerate.
3965
3966 2009-04-21  Taras Glek  <tglek@mozilla.com>
3967
3968         * include/hashtab.h: Update GTY annotations to new syntax
3969         * include/splay-tree.h: Likewise
3970
3971 2009-04-17  Ben Elliston  <bje@au.ibm.com>
3972
3973         * config.sub, config.guess: Update from upstream sources.
3974
3975 2009-04-15  Anthony Green  <green@moxielogic.com>
3976
3977         * configure.ac: Add moxie support.
3978         * configure: Rebuilt.
3979
3980 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
3981
3982         * configure.ac: Change copyright header to refer to version
3983         3 of the GNU General Public License and to point readers at the
3984         COPYING3 file and the FSF's license web page.
3985         * Makefile.def: Likewise.
3986         * Makefile.tpl: Likewise.
3987         * Makefile.in: Regenerate.
3988
3989 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
3990
3991         * configure.ac: Restore match for darwin9 or later. Use double
3992         brackets since regeneration eats one pair.
3993         * configure: Regenerate.
3994
3995 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
3996
3997         PR gas/10039
3998         * configure.ac: Require texinfo 4.7.
3999         * configure: Regenerated.
4000
4001 2009-04-09  Nick Clifton  <nickc@redhat.com>
4002
4003         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4004         the GCC Runtime Library Exception.
4005
4006 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4007
4008         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4009         * configure: Regenerate.
4010
4011 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
4012
4013         * Makefil.def (languages): New entries.
4014         * Makefile.tpl (check-gcc-*): New generic target.
4015         * Makefile.in: Regenerate.
4016
4017 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
4018
4019         * MAINTAINERS:  Update my email address.
4020
4021 2009-03-18  Tom Tromey  <tromey@redhat.com>
4022
4023         * configure: Rebuild.
4024         * configure.ac (host_libs): Add libiconv.
4025         * Makefile.in: Rebuild.
4026         * Makefile.def (host_modules): Add libiconv.
4027         (configure-gdb, all-gdb): Depend on libiconv.
4028
4029 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4030
4031         * configure.ac: Treat gdb as supported on x86_64-darwin.
4032         * configure: Regenerate.
4033
4034 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
4035
4036         * configure.ac (--with-host-libstdcxx): New option.
4037         * configure: Regenerate.
4038
4039 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
4040
4041         * MAINTAINERS:  Move myself into the write after approval list.
4042
4043 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
4044
4045         * MAINTAINERS: Update e-mail address.
4046
4047 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
4048
4049         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4050
4051 2009-03-10  Ira Rosen  <irar@il.ibm.com>
4052
4053         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4054
4055 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4056
4057         Backport from git Libtool:
4058
4059         2009-01-19  Robert Millan  <rmh@aybabtu.com>
4060         Support GNU/kOpenSolaris.
4061         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4062         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4063         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4064         GNU/kOpenSolaris.
4065
4066 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4067
4068         * MAINTAINERS: Update e-mail address.
4069
4070 2009-02-24  Michael Eager  <eager@eagercon.com>
4071
4072         * MAINTAINERS (Write After Approval): Add self.
4073
4074 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
4075
4076         * MAINTAINERS (Write After Approval): Add myself.
4077
4078 2009-02-05  Andreas Schwab  <schwab@suse.de>
4079
4080         * Makefile.tpl (stage_last): Define $r and $s before using
4081         $(RECURSE_FLAGS_TO_PASS).
4082         * Makefile.in: Regenerate
4083
4084 2009-01-30  Ian Lance Taylor  <iant@google.com>
4085
4086         * MAINTAINERS: Move myself to the Global Reviewers list.
4087
4088 2009-01-29  Robert Millan  <rmh@aybabtu.com>
4089
4090         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4091         * configure: Regenerate.
4092
4093 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
4094
4095         * MAINTAINERS: Make whitespace consistent.
4096         Remove Robert Millan from Write After Approval.
4097
4098 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4099
4100         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4101         (all-opcodes): Depend on all-libiberty.
4102         * Makefile.in: Regenerate.
4103
4104 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
4105
4106         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4107         * configure: Regenerate.
4108
4109 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
4110
4111         * MAINTAINERS (Write After Approval): Add myself.
4112
4113 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
4114
4115         * MAINTAINERS: Add myself to reviewers (Fortran).
4116
4117 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
4118
4119         PR tree-optimization/38515
4120         * configure.ac (cloog-polylib): Removed.
4121         (with_ppl, with_cloog): Test for "no".
4122         * configure: Regenerated.
4123
4124 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
4125
4126         * MAINTAINERS: Moved myself to reviewers (Fortran).
4127
4128 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
4129
4130         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4131         (Write After Approval): Remove myself.
4132
4133 2009-01-03  Diego Novillo  <dnovillo@google.com>
4134
4135         * MAINTAINERS: Remove myself from alias maintainership.
4136
4137 2009-01-02  David Ayers  <ayers@fsfe.org>
4138
4139         * MAINTAINERS: Update e-mail address.
4140
4141 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
4142
4143         * MAINTAINERS: Make whitespace consistent.
4144
4145 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4146
4147         Backport from upstream Libtool:
4148         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4149         Add cache variables to tests that require the linker to work.
4150         For shlibpath_overrides_runpath, this also changes the semantics
4151         to let the result from the C compiler take precedence.
4152
4153 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4154
4155         * config.sub, config.guess: Update from upstream sources.
4156
4157 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
4158
4159         * configure.ac (ppllibs): Add by default the lib flags.
4160         * configure: Regenerate.
4161
4162 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
4163
4164         * MAINTAINERS:  Add myself to the write after approval list.
4165
4166 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
4167
4168         * configure.ac: Add double brackets on darwin[912].
4169         * configure: Regenerate.
4170
4171 2008-12-03  Daniel Kraft  <d@domob.eu>
4172
4173         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
4174         Approval to Reviewer section (for Fortran front-end).
4175
4176 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
4177
4178         * configure.ac: Expand to darwin10 and later.
4179         * configure: Regenerate.
4180
4181 2008-12-02  Andreas Schwab  <schwab@suse.de>
4182
4183         * Makefile.def: configure-target-boehm-gc depends on
4184         all-target-libstdc++-v3.
4185         * Makefile.in: Regenerate.
4186
4187 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
4188
4189         * MAINTAINERS:  Add myself as mingw maintainer.
4190
4191 2008-12-02  Ben Elliston  <bje@au.ibm.com>
4192
4193         * config.sub, config.guess: Update from upstream sources.
4194
4195 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
4196
4197         * README.SCO: Remove.
4198
4199 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
4200
4201         * MAINTAINERS:  Add myself to the write after approval list.
4202
4203 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
4204
4205         * MAINTAINERS:  Update my email address in WAA section.
4206
4207 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
4208
4209         * MAINTAINERS: Update e-mail address.
4210
4211 2008-11-27  Toon Moene  <toon@moene.org>
4212
4213         * MAINTAINERS: Change e-mail address.
4214
4215 2008-11-27  Tristan Gingold  <gingold@adacore.com>
4216
4217         * configure.ac: Build gdb for i?86-*-darwin*
4218         * configure: Regenerated.
4219
4220 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
4221
4222         * MAINTAINERS: Added my full name.
4223
4224 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
4225
4226         PR bootstrap/38014
4227         PR bootstrap/37923
4228
4229         Revert:
4230
4231         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4232
4233         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4234         * Makefile.in: Regenerated.
4235
4236         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4237
4238         PR gdb/921
4239         PR gdb/1646
4240         PR gdb/2175
4241         PR gdb/2176
4242
4243         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4244         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4245         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4246         (HOST_EXPORTS): Pass CPPFLAGS.
4247         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4248         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4249         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4250         * Makefile.in, configure: Regenerated.
4251         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4252         and CPPFLAGS_FOR_BUILD.
4253
4254 2008-11-06  Jeff Law  <law@redhat.com>
4255
4256         * MAINTAINERS: Add myself as middle end maintainer.
4257
4258 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
4259
4260         * MAINTAINERS (Write after approval): Add myself.
4261
4262 2008-11-05  Diego Novillo  <dnovillo@google.com>
4263
4264         * MAINTAINERS (Global Reviewers): Add myself.
4265         (Non-Algorithmic Maintainers): Remove myself.
4266
4267 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
4268
4269         * MAINTAINERS (Write after approval): Add myself.
4270
4271 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
4272
4273         * MAINTAINERS (Write after approval): Add myself.
4274
4275 2008-10-31  Ben Elliston  <bje@au.ibm.com>
4276
4277         * configure.ac (spu-*-*): Remove special case.
4278         * configure: Regenerate.
4279
4280 2008-10-30  Catherine Moore  <clm@codesourcery.com>
4281
4282         * MAINTAINERS (Write after approval): Update my email address.
4283
4284 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
4285
4286         * configure.ac [spu-*-*]: Do not set skipdirs.
4287         * configure: Re-generate.
4288
4289 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
4290
4291         * MAINTAINERS (Various Maintainers): Add myself to reload.
4292
4293 2008-10-25  Richard Guenther  <rguenther@suse.de>
4294
4295         * MAINTAINERS (Various Maintainers): Add myself as middle-end
4296         maintainer.  Remove myself as libgcc-math maintainer.
4297         (Non-Algorithmic Maintainers): Remove myself.
4298
4299 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
4300
4301         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4302         * Makefile.in: Regenerated.
4303
4304 2008-10-23  Cary Coutant  <ccoutant@google.com>
4305
4306         * MAINTAINERS (Write after approval): Add myself.
4307
4308 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
4309
4310         PR gdb/921
4311         PR gdb/1646
4312         PR gdb/2175
4313         PR gdb/2176
4314
4315         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4316         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4317         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
4318         (HOST_EXPORTS): Pass CPPFLAGS.
4319         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4320         (LDFLAGS_FOR_TARGET): Initialize from configure script.
4321         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4322         * Makefile.in, configure: Regenerated.
4323         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4324         and CPPFLAGS_FOR_BUILD.
4325
4326 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
4327
4328         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4329         Sebastian Pop.
4330
4331 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
4332
4333         * MAINTAINERS (Write After Approval): Added myself.
4334
4335 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4336
4337         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4338         recommended version to 2.3.2.
4339
4340         * configure: Regenerate.
4341
4342 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
4343
4344         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4345
4346 2008-09-29  David Daney <david.daney@caviumnetworks.com>
4347
4348         * MAINTAINERS (Write After Approval): Update e-mail address.
4349
4350 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
4351
4352         * libtool.m4: Update to libtool 2.2.6.
4353         * lt~obsolete.m4: Update to libtool 2.2.6.
4354         * ltmain.sh: Update to libtool 2.2.6.
4355         * ltsugar.m4: Update to libtool 2.2.6.
4356         * ltversion.m4: Update to libtool 2.2.6.
4357         * ltoptions.m4: Update to libtool 2.2.6.
4358         * ltgcc.m4: Update to match changes from libtool 2.2.6.
4359
4360 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
4361
4362         * MAINTAINERS (Write After Approval): Add myself.
4363
4364 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
4365
4366         * MAINTAINERS (Write After Approval): Update my name.
4367
4368 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
4369
4370         * MAINTAINERS: Add myself in "Write After Approval".
4371
4372 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
4373
4374         * MAINTAINERS: Add myself as ia64 maintainer.
4375
4376 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
4377
4378         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4379         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4380         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4381         and Michael Tiemann from Write After Approval since they do not
4382         actually have access.
4383
4384 2008-09-05  Richard Guenther  <rguenther@suse.de>
4385
4386         * configure.ac: Initialize clooglibs to -lcloog.
4387         * configure: Re-generate.
4388
4389 2008-09-04  Le-Chun Wu  <lcwu@google.com>
4390
4391         * MAINTAINERS (Write After Approval): Add myself.
4392
4393 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
4394
4395         * configure.ac (--with-cloog-polylib): New.
4396         (--disable-cloog-version-check): New.
4397         (--disable-ppl-version-check): New.
4398         * configure: Re-generate.
4399
4400 2008-09-03  Richard Guenther  <rguenther@suse.de>
4401
4402         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4403         cloog test.
4404         * configure: Re-generate.
4405
4406 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
4407
4408         Add picoChip port.
4409         * MAINTAINERS: Add picoChip maintainers.
4410
4411 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
4412             Tobias Grosser  <grosser@fim.uni-passau.de>
4413             Jan Sjodin  <jan.sjodin@amd.com>
4414             Harsha Jagasia  <harsha.jagasia@amd.com>
4415             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
4416             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4417             Adrien Eliche  <aeliche@isty.uvsq.fr>
4418
4419         Merge from graphite branch.
4420         * configure: Regenerate.
4421         * Makefile.in: Regenerate.
4422         * configure.ac (host_libs): Add ppl and cloog.
4423         Add checks for PPL and CLooG.
4424         * Makefile.def (ppl, cloog): Added modules and dependences.
4425         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4426         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4427
4428 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
4429
4430         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4431         (GCC_SHLIB_SUBDIR): New.
4432         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4433         * configure: Regenerate.
4434         * Makefile.in: Regenerate.
4435
4436 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
4437
4438         * MAINTAINERS: Consistently use tabs to separate columns.
4439
4440 2008-08-29  Tristan Gingold  <gingold@adacore.com>
4441
4442         * MAINTAINERS (Write after Approval): Add myself.
4443
4444 2008-08-28  Tristan Gingold  <gingold@adacore.com>
4445
4446         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4447         Enable bfd, binutils and opcodes.
4448         * configure: Regenerate.
4449
4450 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4451
4452         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
4453
4454 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
4455
4456         * MAINTAINERS:  Use correct Umlaut for last name.
4457
4458 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4459
4460         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4461
4462 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
4463
4464         * MAINTAINERS: Update my email address.
4465
4466 2008-08-16  Nicolas Roche  <roche@adacore.com>
4467
4468         * Makefile.tpl: Add BOOT_ADAFLAGS.
4469         * Makefile.in: Regenerate.
4470
4471 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
4472
4473         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4474         * configure: Regenerate.
4475
4476 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
4477
4478         * configure.ac: Add makefile fragments for hpux.
4479         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4480         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4481         * configure: Regenerate.
4482         * Makefile.in: Regenerate.
4483
4484 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
4485
4486         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4487
4488 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
4489
4490         * MAINTAINERS (Write after Approval): Add myself.
4491
4492 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
4493
4494         * MAINTAINERS (Write After Approval):  Add myself.
4495
4496 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
4497
4498         * MAINTAINERS (Write After Approval):  Add myself.
4499
4500 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
4501
4502         * MAINTAINERS: Update my email address.
4503
4504 2008-06-25  Joey Ye  <joey.ye@intel.com>
4505
4506         * MAINTAINERS (Write After Approval):  Add myself.
4507
4508 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4509
4510         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4511         * Makefile.in: Regenerate.
4512         * configure: Regenerate.
4513
4514 2008-06-17  Daniel Kraft  <d@domob.eu>
4515
4516         * MAINTAINERS (Write After Approval):  Add myself.
4517
4518 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4519
4520         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4521         "$@" is still intact with both Autoconf 2.59 and 2.62.
4522         * configure: Regenerate.
4523
4524 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4525
4526         * Makefile.tpl: Fix comment errors.
4527         * Makefile.in: Regenerate.
4528
4529 2008-06-12  David S. Miller  <davem@davemloft.net>
4530             David Edelsohn  <edelsohn@gnu.org>
4531
4532         * configure.ac: Add powerpc*-*-* to gold supported targets.
4533         * configure: Regenerate.
4534
4535 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
4536
4537         PR tree-optimization/36218
4538         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4539         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4540         (all prefix="build-"): Pass them to build-system sub-makes.
4541         * Makefile.in: Regenerate.
4542
4543 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
4544
4545         * MAINTAINERS (mt port): Remove.
4546         (sco5, unixware, sco udk): Remove.
4547         (Kean Johnston): Add to Write After Approval.
4548
4549 2008-05-30  Julian Brown  <julian@codesourcery.com>
4550
4551         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4552         of libobjc for ARM EABI Linux.
4553         * configure: Regenerate.
4554
4555 2008-05-18  Xinliang David Li   <davidxl@google.com>
4556
4557         * ChangeLog: Remove wrong ChangeLog entry.
4558
4559 2008-05-17  Xinliang David Li   <davidxl@google.com>
4560
4561         * MAINTAINERS (Write After Approval): Add myself.
4562
4563 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
4564
4565         * MAINTAINERS (Write After Approval): Add myself.
4566
4567 2008-05-14  Rafael Espíndola  <espindola@google.com>
4568
4569         * config-ml.in: don't handle --enable-shared and --enable-static.
4570
4571 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
4572
4573         * MAINTAINERS: Update my email address.
4574
4575 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
4576
4577         * MAINTAINERS: Update my email address.
4578
4579 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
4580
4581         * MAINTAINERS (Write After Approval): Add myself.
4582
4583 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
4584
4585         * MAINTAINERS (Write After Approval): Add myself.
4586
4587 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
4588
4589         * MAINTAINERS (crx): Add myself.
4590
4591 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
4592
4593         Sync with src:
4594         2008-04-14  David S. Miller  <davem@davemloft.net>
4595
4596         * configure.ac: Add sparc*-*-* to gold supported targets.
4597         * configure: Regenerate.
4598
4599 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
4600
4601         PR bootstrap/35457
4602         * configure.ac: Include override.m4.
4603         * configure: Regenerate.
4604
4605 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
4606
4607         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
4608         * Makefile.in: Regenerate.
4609
4610 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
4611
4612         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
4613         as nonconfigurable directories list.
4614         * configure: Regenerate.
4615
4616 2008-04-14  Ben Elliston  <bje@au.ibm.com>
4617
4618         * config.sub, config.guess: Update from upstream sources.
4619
4620 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
4621
4622         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
4623         * Makefile.in: Regenerate.
4624
4625 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
4626
4627         * configure.ac: Do not build libssp for the AVR.
4628         * configure: Regenerate.
4629
4630 2008-04-07  Ian Lance Taylor  <iant@google.com>
4631
4632         * Makefile.def: check-gold depends upon all-binutils.
4633         * Makefile.in: Regenerate.
4634
4635 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
4636
4637         * MAINTAINERS (Write After Approval): Add myself.
4638
4639 2008-04-04  Nick Clifton  <nickc@redhat.com>
4640
4641         PR binutils/4334
4642         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
4643         builds.
4644         * configure: Regenerate.
4645
4646 2008-04-04  NightStrike  <NightStrike@gmail.com>
4647
4648         PR other/35151
4649         * configure.ac: Combine rules for mingw32 and mingw64.
4650         * configure: Regenerate.
4651
4652 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
4653
4654         * MAINTAINERS (Write After Approval): Add myself.
4655
4656 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
4657
4658         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
4659         * Makefile.in (.NOTPARALLEL): Ditto.
4660
4661 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
4662
4663         * MAINTAINERS (Write After Approval): Add myself.
4664
4665 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
4666
4667         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
4668         * Makefile.in (.NOTPARALLEL): Regenerate.
4669
4670 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
4671
4672         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
4673         * Makefile.in: Regenerate.
4674
4675 2008-03-26  Jakub Staszak  <kuba@et.pl>
4676
4677         * MAINTAINERS (Write After Approval): Add myself.
4678
4679 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
4680
4681         * MAINTAINERS:  Update e-mail address.
4682
4683 2008-03-20  Ian Lance Taylor  <iant@google.com>
4684
4685         * configure.ac: Add support for --enable-gold.
4686         * Makefile.def: Add gold as a directory like ld.
4687         * configure, Makefile.in: Regenerate.
4688
4689 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4690
4691         * configure.ac: m4_include config/proginstall.m4.
4692         * configure: Regenerate.
4693
4694         Backport from upstream Libtool:
4695
4696         2007-10-12  Eric Blake  <ebb9@byu.net>
4697
4698         Deal with Autoconf 2.62's semantic change in m4_append.
4699         * ltsugar.m4 (lt_append): Replace broken versions of
4700         m4_append.
4701         (lt_if_append_uniq): Don't require separator to be overquoted,
4702         and avoid broken m4_append.
4703         (lt_dict_add): Fix typo.
4704         * libtool.m4 (_LT_DECL): Don't overquote separator.
4705
4706 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
4707
4708         * config.rpath: Add AIX 6 support.
4709
4710 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
4711
4712         * Makefile.def (stageprofile).  Remove -fprofile-generate
4713         from stage_libcflags.
4714         * Makefile.in: Regenerate.
4715
4716 2008-03-13  Ben Elliston  <bje@au.ibm.com>
4717
4718         * config.sub, config.guess: Update from upstream sources.
4719
4720 2008-03-06  Tom Tromey  <tromey@redhat.com>
4721
4722         * MAINTAINERS: Update for treelang deletion.
4723
4724 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
4725
4726         * MAINTAINERS: Update my email address.
4727
4728 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
4729
4730         * MAINTAINERS (darwin port): Add myself as a maintainer.
4731         (objective-c/c++): Add myself as a maintainer.
4732
4733 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
4734
4735         * MAINTAINERS (Write After Approval): Update my email address.
4736
4737 2008-02-25  Tomas Bily  <tbily@suse.cz>
4738
4739         * MAINTAINERS (Write After Approval): Add myself.
4740
4741 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
4742
4743         * MAINTAINERS (OpenMP): Add myself.
4744
4745 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
4746
4747         PR bootstrap/32009
4748         PR bootstrap/32161
4749
4750         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
4751         * configure: Regenerate.
4752
4753         * Makefile.def: Define stage_libcflags for all bootstrap stages.
4754         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
4755         STAGE4_LIBCFLAGS): New.
4756         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
4757         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
4758         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
4759         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
4760         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
4761         for target modules.  Don't export LIBCFLAGS.
4762         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
4763         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
4764         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
4765         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
4766         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
4767         * Makefile.in: Regenerate.
4768
4769 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4770
4771         PR libgcj/33085
4772         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
4773         Do not use -DDLL_EXPORT.  Backport from upstream.
4774
4775 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4776
4777         * MAINTAINERS (Write After Approval): Add myself.
4778
4779 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
4780
4781         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
4782         * configure: Regenerate.
4783
4784 2008-01-31  Marc Gauthier  <marc@tensilica.com>
4785
4786         * configure.ac (xtensa*-*-*): Recognize processor variants.
4787         * configure: Regenerate.
4788
4789 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4790
4791         PR bootstrap/34922
4792         * configure.ac (PARSE_ARGS): Push suitable setting of
4793         ac_subdirs_all, for `./configure --help=recursive'.
4794         Handle `+' in generic toplevel directory disabling.
4795         * configure: Regenerate.
4796
4797 2008-01-28  Nick Clifton  <nickc@redhat.com>
4798
4799         * MAINTAINERS (xstormy16): Take over maintainership.
4800
4801 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
4802
4803         * MAINTAINERS (c4x port): Remove.
4804
4805 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
4806
4807         * libtool.m4: Backport AIX 6 support from ToT Libtool.
4808
4809 2008-01-23  Ben Elliston  <bje@au.ibm.com>
4810
4811         * config.sub, config.guess: Update from upstream sources.
4812
4813 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
4814
4815         * MAINTAINERS (Write After Approval): Add myself.
4816
4817 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
4818
4819         * MAINTAINERS: Update my email address.
4820
4821 2008-01-09  Raksit Ashok  <raksit@google.com>
4822
4823         * MAINTAINERS (Write After Approval): Add myself.
4824
4825 2008-01-09  Raksit Ashok  <raksit@google.com>
4826
4827         * MAINTAINERS (Write After Approval): Add myself.
4828
4829 2008-01-08  Ben Elliston  <bje@au.ibm.com>
4830
4831         * config.sub, config.guess: Update from upstream sources.
4832
4833 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4834
4835         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
4836         Change recommended MPFR from 2.2.1 -> 2.3.0.
4837         * configure: Regenerate.
4838
4839 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
4840
4841         * MAINTAINERS: Update my email address.
4842
4843 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
4844
4845         * MAINTAINERS: Update my email address.
4846
4847 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
4848
4849         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
4850         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
4851         * Makefile.in: Regenerate.
4852
4853 2007-12-10  Mark Heffernan  <meheff@google.com>
4854
4855         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
4856         misplaced entries.
4857
4858 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
4859
4860         * configure.ac: Enable libjava for x86_64-*-darwin9.
4861         * configure: Regenerate.
4862
4863 2007-12-07  Bill Maddox  <maddox@google.com>
4864
4865         * MAINTAINERS (Write After Approval): Add myself.
4866
4867 2007-12-05  Ben Elliston  <bje@au.ibm.com>
4868
4869         * config.sub, config.guess: Update from upstream sources.
4870
4871 2007-12-02  Matthias Klose  <doko@ubuntu.com>
4872
4873         * config-ml.in: Remove 64bit configure tests.
4874
4875 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4876
4877         * config-ml.in: Robustify against white space in absolute file
4878         names.
4879
4880         * config-ml.in (multi-clean): Substitute ${Makefile}.
4881         Remove superfluous ${Makefile} in list.
4882
4883 2007-11-19  Thiemo Seufer  <ths@mips.com>
4884
4885         * config-ml.in: Don't hardcode the Makefile name.
4886
4887 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
4888
4889         * MAINTAINERS (Write After Approval): Add myself.
4890
4891 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
4892
4893         * MAINTAINERS (Write After Approval): Add myself.
4894
4895 2007-11-06  Doug Kwan  <dougkwan@google.com>
4896
4897         * MAINTAINERS (Write After Approval): Add myself.
4898
4899 2007-10-25  Ben Elliston  <bje@au.ibm.com>
4900
4901         * MAINTAINERS (mercury): Remove entry.
4902         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
4903
4904 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
4905
4906         * Makefile.def (dependencies): Make configure-gdb depend on
4907         all-intl.
4908         * Makefile.in: Regenerated.
4909
4910 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
4911
4912         * MAINTAINERS (Fortran maintainer): Remove myself.
4913
4914 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
4915
4916         * Makefile.def: To avoid problems running with parallel makes,
4917         build newlib before libgloss so that target specific header
4918         files are availble.
4919         * Makefile.in: Regenerate
4920
4921 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
4922
4923         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
4924         * Makefile.in: Regenerate.
4925
4926 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
4927
4928         * MAINTAINERS (Register allocation reviewer): Add myself.
4929
4930 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
4931
4932         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
4933         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
4934         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
4935         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
4936         * configure: Regenerate.
4937
4938 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
4939
4940         * MAINTAINERS (Register allocation reviewer): Add myself.
4941
4942 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
4943
4944         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
4945         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
4946         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
4947         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
4948         * configure.ac: Default them to host tools for $host = $build.
4949         Subst them.
4950
4951         * configure: Regenerate.
4952         * Makefile.in: Regenerate.
4953
4954 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
4955
4956         * MAINTAINERS (Register allocation reviewer): Add myself.
4957
4958 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
4959
4960         * MAINTAINERS (Register allocation reviewer): Add myself.
4961
4962 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
4963
4964         * MAINTAINERS (Write After Approval): Fix typo.
4965
4966 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
4967
4968         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
4969         * configure: Regenerate.
4970
4971 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
4972
4973         PR bootstrap/31906
4974         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
4975         they're already prefixed.
4976
4977 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
4978
4979         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
4980         libstdc++.
4981         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
4982         * configure: Regenerate.
4983         * Makefile.in: Regenerate.
4984
4985 2007-09-17  Andreas Schwab  <schwab@suse.de>
4986
4987         * configure.ac: Raise minimum makeinfo version to 4.6.
4988         * configure: Regenerate.
4989
4990 2007-09-17  Johannes Singler  <singler@ira.uka.de>
4991
4992         * MAINTAINERS (write-after-approval) add myself
4993
4994 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
4995
4996         * configure.ac: Correct makeinfo version check.
4997         * configure: Regenerate.
4998
4999 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
5000
5001         * MAINTAINERS: Update my email address.
5002
5003 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
5004
5005         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
5006         to $skipdirs and only disable gprof for newlib.  Use the normal
5007         mips*-elf* handling in other respects.
5008         * configure: Regnerate.
5009
5010 2007-09-12  David Daney  <ddaney@avtrex.com>
5011
5012         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5013         enabling libgcj.
5014         * configure: Regenerate.
5015
5016 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5017
5018         PR other/32154
5019         * configure.ac: For libgloss targets, point the linker to the linker
5020         script, startup code and simulator library.
5021         * configure: Regenerate.
5022
5023 2007-09-07  Andrew Haley  <aph@redhat.com>
5024
5025         * configure.ac (noconfigdirs): Remove target-libffi and
5026         target-libjava.
5027         * configure: Regenerate.
5028
5029 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5030
5031         PR target/33281
5032         * configure.ac: Use config/mh-mingw on mingw.
5033         * configure: Regenerate.
5034
5035 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
5036
5037         * MAINTAINERS (Write After Approval): Add myself.
5038
5039 2007-09-05  Richard Guenther  <rguenther@suse.de>
5040
5041         * configure.ac (--enable-stage1-checking): If neither --enable-checking
5042         nor --disable-checking is provided also turn on yes and types
5043         checking for stage1.
5044         * configure: Re-generate.
5045
5046 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
5047
5048         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5049         (Write After Approval): Remove myself.
5050
5051 2007-08-29  Nick Clifton  <nickc@redhat.com>
5052
5053         * config.sub, config.guess: Update from upstream sources.
5054
5055 2007-08-22  Bud Davis  <jmdavis@link.com>
5056
5057         * MAINTAINERS (Write After Approval): Added myself.
5058         * MAINTAINERS (Reviewers): Removed myself.
5059
5060 2007-08-18  Paul Brook  <paul@codesourcery.com>
5061             Joseph Myers  <joseph@codesourcery.com>
5062
5063         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5064         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5065         * Makefile.in: Regenerate.
5066         * configure.ac (--with-debug-prefix-map): New.
5067         * configure: Regenerate.
5068
5069 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
5070             Nigel Stephens  <nigel@mips.com>
5071
5072         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
5073         as target_makefile_frag.
5074         * configure: Regenerate.
5075
5076 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
5077
5078         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5079         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
5080         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5081         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5082         (do-compare, do-compare3, do-compare-debug): New.
5083         ([+compare-target+]): Use them.
5084
5085 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
5086
5087         * MAINTAINERS (Write After Approval): Change my email address.
5088
5089 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5090             Ben Elliston  <bje@au.ibm.com>
5091
5092         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5093         --silent if $silent.
5094         * configure: Regenerate.
5095
5096 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
5097
5098         * MAINTAINERS (Various Maintainers): Add myself as
5099         loop infrastructure maintainer.  Update my e-mail
5100         address.
5101
5102 2007-07-31  Diego Novillo  <dnovillo@google.com>
5103
5104         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5105         Adjust description.
5106
5107 2007-07-26  Richard Guenther  <rguenther@suse.de>
5108
5109         * configure.ac: Add types checking to stage1 checking flags.
5110         * configure: Regenerate.
5111
5112 2007-07-17  Nick Clifton  <nickc@redhat.com>
5113
5114         * COPYING3: New file.  Contains version 3 of the GNU General
5115         Public License.
5116         * COPYING3.LIB: New file.  Contains version 3 of the GNU
5117         Lesser General Public License.
5118
5119 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5120
5121         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5122
5123 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
5124
5125         * MAINTAINERS (S/390 co-maintainer): Add myself.
5126         (Write After Approval): Remove myself.
5127
5128 2007-07-13  Dan Hipschman  <dsh@google.com>
5129
5130         * MAINTAINERS (Write After Approval): Add myself.
5131
5132 2007-07-11  Nick Clifton  <nickc@redhat.com>
5133
5134         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5135         WINDRES export.
5136         * Makefile.in: Regenerate.
5137
5138 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
5139
5140         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5141         maintainer.
5142
5143 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
5144
5145         * lt~obsolete.m4: New. Import from 20070318 libtool.
5146
5147 2007-07-03  Julian Brown  <julian@codesourcery.com>
5148
5149         * MAINTAINERS (Write After Approval): Add myself.
5150
5151 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5152
5153         * configure.ac: Rewrite 'configure --help' strings to look nicer.
5154         * configure: Regenerate.
5155
5156 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5157
5158         * configure.ac: Add some missing m4 quotation.
5159         * configure: Regenerate.
5160
5161 2007-07-02  Simon Baldwin  <simonb@google.com>
5162
5163         * MAINTAINERS (Write After Approval): Add myself.
5164
5165 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
5166
5167         * configure: Regenerate.
5168
5169 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
5170
5171         * Makefile.def: Add windmc tool to build.
5172         * Makefile.tpl: Likewise.
5173         * configure.ac: Likewise.
5174         * Makefile.in: Regenerate.
5175         * configure: Regenerate.
5176
5177 2007-06-28  DJ Delorie  <dj@redhat.com>
5178
5179         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5180         not building newlib.
5181         * configure: Regenerated.
5182
5183 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
5184
5185         * MAINTAINERS (Write After Approval): Add myself.
5186
5187 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
5188
5189         * MAINTAINERS (Write After Approval): Add myself.
5190
5191 2007-06-19  Chris Matthews  <chrismatthews@google.com>
5192
5193         * MAINTAINERS (Write After Approval): Add myself.
5194
5195 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5196
5197         * MAINTAINERS (Write After Approval): Add myself.
5198
5199 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
5200
5201         * Makefile.def: Add dependency from configure-gdb to all-bfd.
5202         * Makefile.in: Regenerated.
5203
5204 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
5205
5206         * configure.ac: Don't add target-libmudflap to noconfigdirs for
5207         bfin*-*-uclinux* targets.
5208         * configure: Regenerate.
5209
5210 2007-06-14  Ian Lance Taylor  <iant@google.com>
5211
5212         * MAINTAINERS: Add myself as non-algorithmic global write
5213         maintainer.
5214
5215 2007-06-14  Diego Novillo  <dnovillo@google.com>
5216
5217         * MAINTAINERS: Add self as middle-end maintainer and
5218         non-algorithmic global write maintainer.
5219
5220 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5221
5222         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5223         Move all Fortran maintainers except Paul Brook into the
5224         Non-Autopoiesis section.
5225
5226 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
5227
5228         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5229         (distclean-stage[+id+]): Possibly delete stage_last.
5230         * Makefile.in: Regenerate.
5231
5232 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
5233
5234         * MAINTAINERS (Various Maintainer): Fix typo.
5235
5236 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
5237
5238         * MAINTAINERS (Various Maintainer): Add myself as
5239         dataflow maintainer.
5240
5241 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5242
5243         * config.sub, config.guess: Update from upstream sources.
5244
5245 2007-06-07  Ben Elliston  <bje@au.ibm.com>
5246
5247         * Makefile.tpl: Fix spelling error.
5248         * Makefile.in: Regenerate.
5249
5250 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
5251
5252         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5253         lt_cv_sys_max_cmd_len.
5254
5255 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
5256
5257         * MAINTAINERS (Various Maintainers): Add myself as
5258         auto-vectorizer maintainer.
5259
5260 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
5261
5262         PR libjava/32098
5263         * libtool.m4: Revert previous change.
5264         * ltgcc.m4: Put it here.
5265
5266 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
5267
5268         * MAINTAINERS (Various Maintainers): Add myself as
5269         auto-vectorizer maintainer.
5270
5271 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
5272
5273         PR libjava/32098
5274         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5275
5276 2007-05-30  Richard Guenther  <rguenther@suse.de>
5277
5278         * MAINTAINERS (Various Maintainers): Add myself as
5279         auto-vectorizer maintainer.
5280
5281 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
5282
5283         PR bootstrap/29382
5284         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5285         * configure: Rebuilt.
5286
5287 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
5288
5289         * MAINTAINERS (Write After Approval): Removed my name.
5290
5291 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
5292
5293         * MAINTAINERS (Write After Approval): Remove myself.
5294
5295 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
5296
5297         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5298
5299 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
5300
5301         * ltmain.sh: Update from ToT Libtool.
5302         * libtool.m4: Update from ToT Libtool.
5303         * ltsugar.m4: New. Update from ToT Libtool.
5304         * ltversion.m4: New. Update from ToT Libtool.
5305         * ltoptions.m4: New. Update from ToT Libtool.
5306         * ltconfig: Remove.
5307         * ltcf-c.sh: Remove.
5308         * ltcf-cxx.sh: Remove.
5309         * ltcf-gcj.sh: Remove.
5310
5311 2007-05-22  Ollie Wild  <aaw@google.com>
5312
5313         * MAINTAINERS (Write After Approval): Add myself.
5314
5315 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
5316
5317         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5318         stage_cflags.
5319         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5320         Remove CFLAGS/LIBCFLAGS.
5321         (configure-stage[+id+]-[+prefix+][+module+],
5322         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5323         * Makefile.in: Regenerate.
5324
5325 2007-05-15  Diego Novillo  <dnovillo@google.com>
5326
5327         * MAINTAINERS: Update e-mail address.
5328
5329 2007-05-15  Revital Eres  <eres@il.ibm.com>
5330
5331         * MAINTAINERS (Write After Approval): Add myself.
5332
5333 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
5334
5335         * MAINTAINERS (Write After Approval): Updated my address.
5336
5337 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
5338
5339         * MAINTAINERS (Write After Approval): Add myself.
5340
5341 2007-05-11  Silvius Rus  <rus@google.com>
5342
5343         * MAINTAINERS (Write After Approval): Add myself.
5344
5345 2007-04-23  Tom Tromey  <tromey@redhat.com>
5346
5347         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5348
5349 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
5350
5351         * MAINTAINERS (cpplib): Rename to ...
5352         (libcpp): ... this.  Add C/C++ front end maintainers.
5353
5354 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
5355
5356         * config-ml.in: Pass ${ml_config_env} to configure calls.
5357
5358 2007-04-04  Christian Bruel  <christian.bruel@st.com>
5359
5360         * MAINTAINERS (Write After Approval): Add myself.
5361
5362 2007-04-02  Dave Korn  <dave.korn@artimi.com>
5363
5364         * MAINTAINERS (Write After Approval): Add myself.
5365
5366 2007-03-31  Tobias Burnus  <burnus@net-b.de>
5367
5368         * MAINTAINERS (fortran 95 front end): Add myself.
5369
5370 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5371
5372         * MAINTAINERS (Write After Approval): Add myself.
5373
5374 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
5375
5376         * MAINTAINERS (Modulo Scheduler): Add myself.
5377
5378 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
5379
5380         * MAINTAINERS (fortran 95 front end): Add myself.
5381         (c++ front end): whitespace fix.
5382
5383 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
5384
5385         * MAINTAINERS (Write After Approval): Add myself.
5386
5387 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
5388
5389         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5390         of glob.  Quote arguments with single quotes too.
5391         * configure: Regenerate.
5392
5393 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
5394
5395         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5396         * Makefile.in: Regenerate
5397
5398 2007-03-07  Andreas Schwab  <schwab@suse.de>
5399
5400         * configure: Regenerate.
5401
5402 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
5403
5404         * configure.ac: Add "--with-pdfdir" configure option,
5405         which defines pdfdir variable.
5406         * Makefile.def (target=fixincludes): Add install-pdf to
5407         missing targets.
5408         (recursive_targets): Add install-pdf target.
5409         (flags_to_pass): Add pdfdir.
5410         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5411         target.
5412         * configure: Regenerate
5413         * Makefile.in: Regenerate
5414
5415 2007-02-28  Eric Christopher  <echristo@apple.com>
5416
5417         Revert:
5418         2006-12-07  Mike Stump  <mrs@apple.com>
5419
5420         * Makefile.def (dependencies): Add dependency for
5421         install-target-libssp and install-target-libgomp on
5422         install-gcc.
5423         * Makefile.in: Regenerate.
5424
5425 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
5426
5427         * configure: Regenerate.
5428         * configure.ac: Move statements after variable declarations.
5429
5430 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
5431
5432         * MAINTAINERS: Add myself as sh maintainer.
5433
5434 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
5435
5436         * configure.ac: Adjust for loop syntax.
5437         * configure: Regenerate.
5438
5439 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5440
5441         * configure: Rebuilt.
5442
5443 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
5444
5445         * configure.ac: Drop multiple occurrences of --enable-languages,
5446         and fix its quoting.
5447         * configure: Rebuilt.
5448
5449 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
5450             Nathan Sidwell  <nathan@codesourcery.com>
5451             Vladimir Prus  <vladimir@codesourcery.com>
5452             Joseph Myers  <joseph@codesourcery.com>
5453
5454         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5455         * configure: Regenerate.
5456
5457 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
5458
5459         * ltconfig (freebsd*): Default to elf.
5460
5461 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
5462
5463         * configure.ac (target_libraries): Move libgcc before libiberty.
5464         * configure: Regenerated.
5465
5466 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
5467             Paolo Bonzini  <bonzini@gnu.org>
5468
5469         PR bootstrap/30753
5470         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
5471         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
5472         * configure: Regenerated.
5473
5474 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5475
5476         * MAINTAINERS (Language Front End Maintainers): Update my mail
5477         address.
5478
5479 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
5480
5481         PR bootstrap/30748
5482         * configure.ac: Correct syntax for Solaris ksh.
5483         * configure: Regenerated.
5484
5485 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5486
5487         * configure.ac: Sync with src.
5488         * configure: Regenerate.
5489
5490 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5491
5492         * Makefile.in: Regenerate.
5493
5494 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
5495
5496         * config.sub: Sync with src.
5497
5498 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
5499
5500         * Makefile.tpl (build_alias, host_alias, target_alias): Use
5501         noncanonical equivalents.
5502         * configure.in: Rename to...
5503         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
5504         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
5505         target_noncanonical.  Use them.  Rewrite removal of configure
5506         arguments for autoconf 2.59.  Discard variable settings.  Force
5507         program_transform_name for native tools.
5508
5509         * Makefile.in: Regenerated.
5510         * configure: Regenerated with autoconf 2.59.
5511
5512 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
5513
5514         * MAINTAINERS (Write After Approval): Add myself.
5515
5516 2007-01-31  Andreas Schwab  <schwab@suse.de>
5517
5518         * Makefile.tpl (LDFLAGS): Substitute it.
5519         * Makefile.in: Regenerate.
5520
5521 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
5522
5523         * MAINTAINERS (Write After Approval): Add myself.
5524
5525 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
5526
5527         * MAINTAINERS (spu port): Add myself.
5528
5529 2007-01-23  Richard Guenther  <rguenther@suse.de>
5530
5531         PR bootstrap/30541
5532         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5533         * Makefile.tpl (GNATBIND): Substitute it.
5534         (GNATMAKE): Likewise.
5535         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5536         of STAGE_PREFIX.
5537         * Makefile.in: Regenerate.
5538         * configure: Regenerate.
5539
5540 2007-01-18  Mike Stump  <mrs@apple.com>
5541
5542         * configure.in: Re-enable -Werror for gcc builds.
5543
5544 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
5545
5546         * MAINTAINERS (Write After Approval): Add myself.
5547
5548 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
5549
5550         * configure.in: Change == to = in test command.
5551         * configure: Regenerate.
5552
5553 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
5554             Nick Clifton  <nickc@redhat.com>
5555             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
5556
5557         * configure.in (build_configargs, host_configargs, target_configargs):
5558         Remove build/host/target parameters.
5559         (host_libs): Add gmp and mpfr.
5560         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
5561         * Makefile.def (gmp, mpfr): New.
5562         (gcc): Remove target.
5563         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
5564         target_os, target_vendor): New.
5565         (configure): Add host_alias/target_alias arguments; adjust invocations.
5566         * configure: Regenerate.
5567         * Makefile.in: Regenerate.
5568
5569 2007-01-11  Matt Fago  <fago@earthlink.net>
5570
5571         * configure.in: Try to link to functions only in mpfr 2.2.x
5572         to improve robustness of configure tests.
5573         * configure: Regenerate.
5574
5575 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
5576
5577         * MAINTAINERS: Add myself as i386 maintainer.
5578
5579 2007-01-08  Jan Hubicka  <jh@suse.cz>
5580
5581         * MAINTAINERS: Add myself as i386 maintainer.
5582
5583 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
5584
5585         * configure.in: Add support for an x86_64-mingw* target.
5586         * configure: Regenerate.
5587
5588 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
5589
5590         * Makefile.tpl (all-target): Correct @if conditional for target
5591         modules.
5592         * configure.in: Omit libiberty if building only target libgcc.
5593         * configure, Makefile.in: Regenerated.
5594
5595 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
5596
5597         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
5598         * configure: Regenerate.
5599
5600 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
5601
5602         * Makefile.def (target_modules): Add libgcc.
5603         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
5604         * Makefile.tpl (clean-target-libgcc): Delete.
5605         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
5606         on gcc even for bootstrapped modules.  Rewrite handling of
5607         lang_env_dependencies to loop over target_modules.
5608         * configure.in (target_libraries): Add target-libgcc.
5609         * Makefile.in, configure: Regenerated.
5610
5611 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
5612
5613         * configure.in: Reorganize recognition of languages.  Add
5614         --enable-stage1-languages.  Show supported languages for the chosen
5615         target rather than all recognized languages.
5616         * configure: Regenerate.
5617
5618 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
5619
5620         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
5621         * Makefile.in: Regenerate.
5622
5623 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5624
5625         * configure.in: Warn that MPFR 2.2.0 is buggy.
5626         * configure: Regenerate.
5627
5628 2006-12-27  Ian Lance Taylor  <iant@google.com>
5629
5630         * configure.in: When removing Makefiles to force a reconfigure, also
5631         remove prev-DIR*/Makefile.
5632         * configure: Regenerate.
5633
5634 2006-12-22  Andreas Schwab  <schwab@suse.de>
5635
5636         * configure: Regenerate with correct autoconf version.
5637
5638 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
5639
5640         * configure.in: add AC_SUBST for *_FOR_TARGET.
5641         * configure: Regenerate.
5642
5643 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5644
5645         * configure.in: Simplify logic for rejecting languages that cannot
5646         be built.  Separate the case when a language is unsupported,
5647         from the case when the user chooses not to build a language.
5648
5649 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5650
5651         * configure.in: Remove "$build" case for powerpc-*-darwin* since
5652         it only affects bootstrap and could be tested on "$host" as well.
5653         * configure: Regenerate.
5654         * config/mh-ppc-darwin: Add to the stage1 cflags here.
5655
5656 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5657
5658         PR bootstrap/29544
5659         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
5660         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
5661         move here comment from Makefile.tpl.
5662         * Makefile.tpl: Move some definitions higher in the file.
5663         (STAGE1_CHECKING): New.
5664         * configure.in: Add --enable-stage1-checking.
5665         * configure: Regenerate.
5666         * Makefile.in: Regenerate.
5667
5668 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
5669
5670         * MAINTAINERS: Add myself as build system maintainer.
5671
5672 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
5673
5674         * MAINTAINERS (Write After Approval): Add myself.
5675
5676 2006-12-13  Eric Christopher  <echristo@apple.com>
5677
5678         * MAINTAINERS: Add myself as darwin maintainer.
5679
5680 2006-12-11  Ian Lance Taylor  <ian@airs.com>
5681
5682         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
5683
5684 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
5685
5686         MAINTAINERS: Update my entry.
5687
5688 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
5689
5690         * configure.in:  Handle spu makefile frag.
5691         * Makefile.tpl (MAINT): Define
5692         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
5693         * configure: Regenerate.
5694         * Makefile.in: Regenerate.
5695
5696 2006-12-11  Ben Elliston  <bje@au.ibm.com>
5697
5698         * config.guess: Import latest version.
5699         * config.sub: Likewise.
5700
5701 2006-12-11  Ben Elliston  <bje@au.ibm.com>
5702
5703         * configure.in (spu-*-*): Don't skip target-libiberty.
5704         * configure: Regenerate.
5705
5706 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5707
5708         PR bootstrap/30134
5709         * configure.in: Correct x86 darwin support for libjava to powerpc
5710         and i?86 only.
5711         * configure: Regenerate.
5712
5713 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
5714
5715         * configure.in: Add x86 darwin support for libjava.
5716         * configure: Regenerate.
5717
5718 2006-12-07  Mike Stump  <mrs@apple.com>
5719
5720         * Makefile.def (dependencies): Add dependency for
5721         install-target-libssp and install-target-libgomp on
5722         install-gcc.
5723         * Makefile.in: Regenerate.
5724
5725 2006-12-04  Richard Guenther  <rguenther@suse.de>
5726
5727         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
5728         (Non-Algorithmic Maintainers): Move over non-algorithmic
5729         loop optimizer maintainers, add myself as a non-algorithmic
5730         middle-end maintainer.
5731
5732 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
5733
5734         * MAINTAINERS (Write After Approval): Add myself.
5735
5736 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5737
5738         * configure.in: Update error message for missing GMP/MPFR.
5739
5740         * configure: Regenerate.
5741
5742 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5743
5744         * configure.in: Update MPFR version in error message.
5745
5746         * configure: Regenerate.
5747
5748 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5749
5750         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
5751         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
5752         --with-gmp-lib): New flags.
5753
5754         * configure: Regenerate.
5755
5756 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
5757
5758         * MAINTAINERS (Write After Approval): Change my email address.
5759
5760 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
5761
5762         * MAINTAINERS (Write After Approval): Add myself.
5763
5764 2006-11-22  Philipp Thomas  <pth@suse.de>
5765
5766         * MAINTAINERS (i18n): Update e-mail address.
5767
5768 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5769
5770         * MAINTAINERS (spu port): Add myself as maintainer.
5771         (Write After Approval): Remove myself.
5772
5773 2006-11-22  Ben Elliston  <bje@au.ibm.com>
5774
5775         * configure.in (skipdirs): Don't build libssp for SPU.
5776         * configure: Regenerate.
5777
5778 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
5779
5780         * MAINTAINERS (spu port): Add myself as maintainer.
5781         (libobjc): Update my email address.
5782
5783 2006-11-21  Andrea Bona  <andrea.bona@st.com>
5784
5785         * MAINTAINERS (Write After Approval): Add myself.
5786
5787 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5788
5789         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
5790         * configure : Rebuilt.
5791
5792 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
5793
5794         * MAINTAINERS (Write After Approval): Add myself.
5795
5796 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
5797
5798         * MAINTAINERS (Write After Approval): Add myself.
5799
5800 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5801
5802         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
5803         libmpfr.a.
5804         * configure: Regenerate.
5805
5806 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
5807
5808         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
5809         (unstage): Test for stage_last presence.
5810
5811         PR bootstrap/29802
5812         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
5813         STAGE_PREFIX.
5814         * Makefile.in: Regenerate.
5815
5816 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
5817
5818         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
5819         maintainers.
5820
5821 2006-11-14  Erven Rohou  <erven.rohou@st.com>
5822
5823         * MAINTAINERS (Write After Approval): Add myself.
5824
5825 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
5826
5827         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
5828         and stageN-package/Makefile.
5829         * Makefile.in: Regenerated.
5830
5831 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
5832
5833         * configure.in: Remove target-libgloss from noconfigdirs for
5834         bfin-*-*.
5835         * configure: Regenerated.
5836
5837 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5838
5839         * configure.in (have_gmp): Only error if the gcc directory exists.
5840
5841         * configure: Regenerate.
5842
5843 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5844
5845         * configure.in: Robustify error message for missing GMP/MPFR.
5846
5847         * configure: Regenerate.
5848
5849 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
5850
5851         * MAINTAINERS (Write After Approval): Add myself.
5852
5853 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
5854
5855         * MAINTAINERS: Change email address.
5856
5857 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
5858
5859         * MAINTAINERS (Write After Approval): Add myself.
5860
5861 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
5862
5863         * MAINTAINERS (Write After Approval): Add myself.
5864
5865 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
5866
5867         * MAINTAINERS (Write After Approval): Move myself to
5868         Write After Approval section.
5869
5870 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5871
5872         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
5873         need_gmp anymore.
5874         * configure: Regenerate.
5875
5876 2006-10-16  Tobias Burnus  <burnus@net-b.de>
5877
5878         * MAINTAINERS (Write After Approval): Add myself.
5879
5880 2006-10-16  Ben Elliston  <bje@au.ibm.com>
5881
5882         * config.guess: Import latest version.
5883         * config.sub: Likewise.
5884
5885 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
5886
5887         * Makefile.def: Added pdf target handling.
5888         * Makefile.tpl: Added pdf target handling.
5889         * Makefile.in: Regenerated.
5890
5891 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
5892
5893         * MAINTAINERS: Add self as score port maintainer.
5894
5895 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
5896
5897         * MAINTAINERS (Write After Approval): Add myself.
5898
5899 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
5900
5901         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
5902         or newer.
5903         * configure: Regenerated.
5904
5905 2006-09-27  Dave Brolley  <brolley@redhat.com>
5906
5907         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
5908         using $s instead of $r.
5909         * configure: Regenerated.
5910
5911 2006-09-26  Thiemo Seufer  <ths@mips.com>
5912
5913         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
5914         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
5915         * configure: Regenerate.
5916
5917 2006-09-24  Graeme Peterson  <gridly@gmail.com>
5918
5919         * MAINTAINERS (Write After Approval): Remove myself.
5920
5921 2006-09-22  Chao-ying Fu  <fu@mips.com>
5922
5923         * MAINTAINERS (Write After Approval): Add myself.
5924
5925 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
5926
5927         * MAINTAINERS: Add self as soft-fp maintainer.
5928
5929 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
5930
5931         * MAINTAINERS: Add myself as avr maintainer.
5932         Remove Marek Michalkiewicz as avr maintainer.
5933
5934 2006-09-07  Roberto Costa  <roberto.costa@st.com>
5935
5936         * MAINTAINERS (Write After Approval): Add myself.
5937
5938 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
5939
5940         * configure.in: Never build newlib for a Mingw host.
5941         Never build newlib as Mingw target library.
5942         Test the existence of winsup/cygwin for building a Cygwin newlib,
5943         rather than just winsup.
5944         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
5945         building a Mingw target.
5946         * configure: Regenerate.
5947
5948 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
5949
5950         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
5951
5952 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
5953
5954         * config.guess: Import from src (was more updated).
5955         * config.sub: Likewise.
5956
5957 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
5958
5959         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
5960         * configure: Regenerated.
5961
5962 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
5963
5964         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
5965         for stages after the first.
5966
5967 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
5968
5969         * Makefile.def: Add dependencies for configure-opcodes
5970         on configure-intl and all-opcodes on all-intl.
5971         * Makefile.in: Regenerated.
5972
5973 2006-07-13  Ben Elliston  <bje@au.ibm.com>
5974
5975         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
5976
5977 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5978
5979         Port to hosts whose 'sort' and 'tail' implementations
5980         treat operands with leading '+' as file names, as POSIX
5981         has required since 2001.  However, make sure the code still
5982         works on pre-POSIX hosts.
5983         * ltmain.sh: Don't assume "sort +2" is equivalent to
5984         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
5985
5986 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
5987
5988         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
5989
5990 2006-07-04  Peter O'Gorman  <peter@pogma.com>
5991
5992         * ltconfig: chmod 644 before ranlib during install.
5993
5994 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
5995
5996         PR bootstrap/18058
5997         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
5998         if the bootstrap compiler is a GCC version that supports it.
5999         * configure: Regenerate.
6000
6001 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6002
6003         * configure.in: Fix thinkos in previous check-in.
6004         * configure: Regenerate.
6005
6006 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6007
6008         PR other/27063
6009         * configure.in: Test subdir_requires and give an appropriate
6010         error message.
6011         * configure: Regenerate.
6012
6013 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
6014
6015         * MAINTAINERS (Write After Approval): Add myself.
6016
6017 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
6018
6019         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6020
6021 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
6022
6023         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6024
6025 2006-06-20  David Ayers  <d.ayers@inode.at>
6026
6027         PR bootstrap/28072
6028         * configure.in: Add target-boehm-gc to noconfigdirs depending on
6029         whether target-libjava is being configured instead of whether the
6030         java front end is enabled.
6031         * configure: Regenerate.
6032
6033 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6034
6035         PR target/27540
6036         * configure.in: Only enable libgomp on IRIX 6.
6037         * configure: Regenerate.
6038
6039 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
6040
6041         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6042         too.
6043         * Makefile.in: Regenerate.
6044
6045 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6046
6047         * config-ml.in: Alter CCASFLAGS to include special
6048         multilib options the same as is done for CFLAGS.
6049
6050 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6051
6052         * configure.in: Don't enable libgomp on hpux10.
6053         * configure: Rebuilt.
6054
6055 2006-06-12  David Ayers  <d.ayers@inode.at>
6056
6057         PR bootstrap/27963
6058         PR target/19970
6059         * configure.in: Remove target-boehm-gc from noconfigdirs where
6060         ${libgcj} is specified.
6061         * configure: Regenerate.
6062
6063 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
6064
6065         Sync from src:
6066
6067         * configure.in: Sync.
6068         * configure: Regenerated.
6069
6070         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6071
6072         * Makefile.def: Added dependencies from sim and gdb on intl, and
6073         added configure dependencies to everything with an all dependency
6074         on intl.
6075         * Makefile.in: Regenerated.
6076
6077 2006-06-06  David Ayers  <d.ayers@inode.at>
6078
6079         PR libobjc/13946
6080         * Makefile.def: Add dependencies for libobjc which boehm-gc.
6081         * Makefile.in: Regenerate.
6082         * configure.in: Add --enable-objc-gc at toplevel and have it
6083         enable boehm-gc for Objective-C.
6084         Remove target-boehm-gc from libgcj.
6085         Add target-boehm-gc to target_libraries.
6086         Add target-boehm-gc to noconfigdirs where ${libgcj}
6087         is specified.
6088         Assert that boehm-gc is supported when requested for Objective-C.
6089         Only build boehm-gc if needed either for Java or Objective-C.
6090         * configure: Regenerate.
6091
6092 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
6093
6094         PR 27674
6095         * Makefile.tpl (configure-[+prefix+][+module+],
6096         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6097         Remove rule to unstage bootstrapped modules.
6098         (stage_current): New.
6099         * Makefile.in: Regenerate.
6100
6101 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6102
6103         * MAINTAINERS (Write After Approval): Update my e-mail address.
6104
6105 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
6106
6107         * include/libiberty.h: Declare pex_run_in_environment.
6108
6109 2006-05-31  Asher Langton  <langton2@llnl.gov>
6110
6111         * MAINTAINERS (Write After Approval): Add myself.
6112
6113 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
6114
6115         * Makefile.def (bfd, opcodes): Fix lib_path.
6116         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6117         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
6118         * Makefile.in: Regenerate.
6119
6120 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6121
6122         * Makefile.in: Regenerate.
6123
6124 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
6125
6126         * Makefile.def: Add install-html target. Add datarootdir
6127         docdir and htmldir to flags_to_pass.
6128         * Makefile.tpl: Add install-html target.
6129         * Makefile.in: Regenerate.
6130         * configure.in: Add --with-datarootdir, --with-docdir, and
6131         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6132         * configure: Regenerate.
6133
6134 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
6135
6136         * configure.in: Enable gprof for cross builds.
6137         * configure: Regenerate.
6138
6139 2006-05-22  Richard Guenther  <rguenther@suse.de>
6140
6141         Revert
6142         2006-01-31  Richard Guenther  <rguenther@suse.de>
6143         Paolo Bonzini  <bonzini@gnu.org>
6144
6145         * Makefile.def (target_modules): Add libgcc-math target module.
6146         * configure.in (target_libraries): Add libgcc-math target library.
6147         (--enable-libgcc-math): New configure switch.
6148         * Makefile.in: Re-generate.
6149         * configure: Re-generate.
6150         * libgcc-math: New toplevel directory.
6151
6152 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6153             Andreas Tobler  <a.tobler@schweiz.ch>
6154
6155         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
6156         * configure: Rebuilt.
6157
6158 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
6159
6160         * MAINTAINERS (Write After Approval): Add myself.
6161
6162 2006-05-01  DJ Delorie  <dj@redhat.com>
6163
6164         * configure.in: Restore CFLAGS if GMP isn't present.
6165         * configure: Regenerate.
6166
6167 2006-05-01  Richard Guenther  <rguenther@suse.de>
6168
6169         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6170         maintainer.
6171
6172 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
6173
6174         * MAINTAINERS (Write After Approval): Add myself.
6175
6176 2006-04-28  Jan Beulich  <jbeulich@novell.com>
6177
6178         * MAINTAINERS (Write After Approval): Add myself.
6179
6180 2006-04-18  DJ Delorie  <dj@redhat.com>
6181
6182         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
6183         reference libgloss so that libssp can be built in a combined
6184         tree.
6185         * configure: Regenerate.
6186
6187 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
6188
6189         * MAINTAINERS (Write After Approval): Add myself.
6190
6191 2006-04-05  Ben Elliston  <bje@au.ibm.com>
6192
6193         * configure.in: Require makeinfo 4.4 or higher.
6194         * configure: Regenerate.
6195
6196 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
6197
6198         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6199         Rearrange the entries of other libraries to have them in one place.
6200
6201 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
6202
6203         * MAINTAINERS (Write After Approval): Remove myself.
6204         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6205
6206 2006-03-14  Richard Guenther  <rguenther@suse.de>
6207
6208         * configure: Regenerate with autoconf 2.13.
6209
6210 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
6211
6212         * MAINTAINERS: Use my work address.
6213
6214         * MAINTAINERS: Update my E-mail address.
6215
6216 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
6217
6218         * configure.in: Handle --disable-<component> generically.
6219         * configure: Regenerate.
6220
6221 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
6222
6223         PR libgcj/17311
6224         * ltmain.sh: Don't use "$finalize_rpath" for compile.
6225
6226 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
6227
6228         * MAINTAINERS (Write After Approval):  Remove myself.
6229         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6230
6231 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
6232
6233         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
6234         (TARGET_CONFIGDIRS): Remove.
6235         * configure.in: Remove AC_SUBST(target_configdirs).
6236         * Makefile.in, configure: Regenerated.
6237
6238 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
6239
6240         * MAINTAINERS (Write After Approval):  Remove myself.
6241         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
6242
6243 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
6244
6245         PR bootstrap/25670
6246
6247         * Makefile.tpl ([+compare-target+]): Print explanation messages.
6248
6249         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6250         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6251         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6252         BUILD_PREFIX, BUILD_PREFIX_1.
6253         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6254
6255         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6256         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6257
6258         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6259         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6260         of `cat stage_current`.  Always provide the `r' and `s' variables.
6261         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6262         a single shell execution.
6263         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6264         bootstrapped modules, make the stage1 module if the build was not
6265         started yet, else build the current stage.
6266         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6267         (all-build, all-host, all-target, [+make_target+]-host,
6268         [+make_target+]-target): Do not use \-continued lines.
6269         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6270         (current_stage, restrap, stage_last): New.
6271
6272         * Makefile.in: Regenerate.
6273         * configure: Regenerate.
6274
6275 2006-02-19  Bud Davis  <jmdavis@link.com>
6276
6277         * MAINTAINERS (Write After Approval):  Remove myself.
6278         (Language Front End Maintainers):  Add myself as fortran 95
6279         maintainer and update e-mail address.
6280
6281 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
6282
6283         * MAINTAINERS (Write After Approval):  Remove myself.
6284         (Language Front End Maintainers):  Add myself as fortran 95
6285         maintainer.
6286
6287 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
6288
6289         * MAINTAINERS (Write After Approval): Add myself.
6290
6291 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
6292
6293         * MAINTAINERS (Write After Approval):  Remove myself.
6294         (Language Front End Maintainers):  Add myself as
6295         fortran 95 maintainer.
6296
6297 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6298
6299         Sync from src:
6300
6301         2005-12-27  Leif Ekblad  <leif@rdos.net>
6302
6303         * configure.in: Add support for RDOS target.
6304         * configure: Regenerate.
6305
6306 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
6307             Andreas Schwab  <schwab@suse.de>
6308
6309         * configure: Regenerate.
6310
6311 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
6312
6313         * configure.in (enable_libgomp): Add AIX.
6314         * configure: Regenerate.
6315
6316 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
6317
6318         * MAINTAINERS (Write After Approval): Add myself.
6319
6320 2006-02-03  Lee Millward  <lee.millward@gmail.com>
6321
6322         * MAINTAINERS (Write After Approval): Add myself.
6323
6324 2006-01-31  Richard Guenther  <rguenther@suse.de>
6325         Paolo Bonzini  <bonzini@gnu.org>
6326
6327         * Makefile.def (target_modules): Add libgcc-math target module.
6328         * configure.in (target_libraries): Add libgcc-math target library.
6329         (--enable-libgcc-math): New configure switch.
6330         * Makefile.in: Re-generate.
6331         * configure: Re-generate.
6332         * libgcc-math: New toplevel directory.
6333
6334 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
6335
6336         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6337         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6338         the assembler, linker and binutils.
6339         * configure: Regenerate.
6340
6341 2006-01-22  Dirk Mueller  <dmueller@suse.de>
6342
6343         * MAINTAINERS (Write After Approval): Add myself.
6344
6345 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
6346
6347         * configure: Regenerate.
6348
6349 2006-01-18  Richard Henderson  <rth@redhat.com>
6350             Jakub Jelinek  <jakub@redhat.com>
6351             Diego Novillo  <dnovillo@redhat.com>
6352
6353         * libgomp: New directory.
6354         * Makefile.def: Add target_module libgomp.
6355         * Makefile.in: Regenerate.
6356         * configure.in (target_libraries): Add target-libgomp.
6357         * configure: Regenerate.
6358
6359 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
6360
6361         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6362         @ from continuation.
6363         * Makefile.in: Rebuilt.
6364
6365 2006-01-04  Chris Lattner  <sabre@gnu.org>
6366
6367         * MAINTAINERS (Write After Approval): Add myself.
6368
6369 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
6370
6371         PR bootstrap/24252
6372
6373         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6374         * Makefile.tpl (OBJDUMP): New.
6375         (EXTRA_HOST_FLAGS): Add it.
6376         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6377
6378         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6379         to use symbolic links between directories.  Avoid race conditions
6380         or make them harmless.
6381         * configure.in: Do not try to use symbolic links between directories.
6382
6383         * Makefile.def (LEAN): Pass.
6384         * Makefile.tpl (LEAN): Define.
6385         (stage[+id+]-start): Accept that the previous directory does not
6386         exist, if the bootstrap is lean.
6387         (stage[+id+]-bubble): Invoke lean bootstrap commands after
6388         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
6389         configure substitution.
6390         ([+compare-target+]): Likewise.
6391         ([+bootstrap-target+]-lean): New.
6392         * configure.in: Remove lean bootstrap support from here.
6393
6394         * Makefile.in: Regenerate.
6395         * configure: Regenerate.
6396
6397 2006-01-04  Ben Elliston  <bje@au.ibm.com>
6398
6399         * MAINTAINERS (libdecnumber): Add myself.
6400
6401 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
6402
6403         * libtool-ldflags: New script.
6404
6405 2006-01-02  Andreas Schwab  <schwab@suse.de>
6406
6407         * configure.in: When reconfiguring remove Makefile in
6408         all stage directories.
6409         * configure: Regenerate.
6410
6411 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
6412
6413         * MAINTAINERS: Update my email address.
6414
6415 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
6416
6417         Revert Ada-related part of the previous change.
6418
6419         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6420         Do not pass.
6421         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6422         * Makefile.in: Regenerate.
6423         * configure.in: Do not include mt-ppc-aix target fragment.
6424         * configure: Regenerate.
6425
6426 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
6427
6428         * configure.in: Select appropriate fragments for PowerPC/AIX.
6429         * configure: Regenerate.
6430
6431         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6432         BOOT_CFLAGS, BOOT_LDFLAGS.
6433         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6434         BOOT_CFLAGS, BOOT_LDFLAGS.
6435         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6436         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6437         (stage): Fail if we cannot complete the work.
6438         * Makefile.in: Regenerate.
6439
6440 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
6441
6442         * configure.in: Replace ms1 with mt.
6443         * configure: Rebuilt.
6444
6445 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
6446
6447         * MAINTAINERS: Update my email address.
6448
6449 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
6450
6451         * Makefile.tpl (all, do-[+make_target+], do-check, install,
6452         install-host-nogcc): Don't invoke $(stage) at the end.
6453         * Makefile.in: Regenerate.
6454
6455 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
6456
6457         * configure.in: Flip the top-level bootstrap switch.
6458         * configure: Regenerate.
6459
6460 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
6461
6462         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6463         $(stage) and $(unstage).
6464         (EXTRA_TARGET_FLAGS): Correct double-quoting.
6465         (all): Remove stray semicolon.
6466         (local-distclean): Don't handle multilib.tmp and multilib.out.
6467         (install.all): Set $s for consistency.
6468         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6469         check_multilibs setting.  Always make the install directory.
6470         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6471         Correct @if/@endif.
6472         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6473         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6474         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6475         (multilib.out): Remove.
6476         * Makefile.in: Regenerated.
6477
6478 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
6479
6480         * MAINTAINERS (Write After Approval): Add myself.
6481
6482 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6483
6484         * MAINTAINERS: Add myself as mt maintainer.
6485
6486         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
6487
6488 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
6489
6490         * MAINTAINERS: Change email address.
6491
6492 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
6493
6494         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6495         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6496         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
6497         Find in-tree tools if available.
6498         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6499         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6500         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6501         (COMPILER_*_FOR_TARGET): New.
6502         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6503         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6504         (CONFIGURED_*, USUAL_*): Remove.
6505         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6506         STRIP): Use autoconf substitutions.
6507         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6508         COMPILER_NM_FOR_TARGET): New.
6509         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6510
6511         (all): Make all-host and all-target in parallel.
6512         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6513         that $$r and $$s are set before invoking a recursive make.
6514         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6515         ([+bootstrap-target+]): Inline most of the `all' target.
6516
6517 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6518
6519         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6520         from the gcc build directory.
6521         * Makefile.in: Regenerate.
6522
6523 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6524
6525         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
6526         depend on all-libdecnumber.
6527         * configure.in (host_libs): Include libdecnumber.
6528         * Makefile.in: Regenerate.
6529         * configure: Likewise.
6530
6531 2005-11-29  Ben Elliston  <bje@au.ibm.com>
6532
6533         * libdecnumber: Import decNumber sources from the dfp-branch.
6534
6535 2005-11-21  Kean Johnston  <jkj@sco.com>
6536
6537         * config.sub, config.guess: Sync from upstream sources.
6538
6539 2005-11-21  Ben Elliston  <bje@au.ibm.com>
6540
6541         Import from Autoconf sources:
6542
6543         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6544         * config/move-if-change: Don't output "$2 is unchanged";
6545         suggested by Ben Elliston.  Handle weird characters correctly.
6546
6547 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
6548
6549         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6550         to match upstream libtool for darwin.
6551
6552 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
6553
6554         * Makefile.def: Remove gdb dependencies for gdbtk.
6555         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
6556         (configure-gdb, install-gdb): New rules.
6557         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
6558         * Makefile.in, configure: Regenerated.
6559
6560 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
6561
6562         * MAINTAINERS (Write After Approval): Add myself.
6563
6564 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
6565
6566         * MAINTAINERS (Write After Approval): Add myself.
6567
6568 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
6569
6570         * MAINTAINERS (alias analysis): Add Daniel Berlin and
6571         Diego Novillo.
6572
6573 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
6574
6575         PR bootstrap/24297
6576         * Makefile.tpl (do-[+make-target+], do-check, install,
6577         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
6578         are set before recursing.
6579         * Makefile.in: Regenerate.
6580
6581 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
6582
6583         PR bootstrap/18939
6584         * Makefile.def (gcc) <target>: Fix thinko.
6585         * Makefile.in: Regenerate.
6586
6587 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
6588
6589         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
6590         * configure: Regenerate.
6591
6592 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
6593
6594         * MAINTAINERS (Write After Approval): Add self.
6595
6596 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
6597
6598         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
6599         target-libffi, target-qthreads, target-libjava, and
6600         targetlibobjc.
6601         * configure: Regenerate.
6602
6603 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
6604
6605         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
6606         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
6607         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
6608         (USUAL_OBJDUMP_FOR_TARGET): New.
6609         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
6610         * configure.in: Check for $OBJDUMP_FOR_TARGET.
6611         * configure, Makefile.in: Regenerated.
6612
6613 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
6614
6615         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
6616         before other host packages.
6617
6618 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
6619
6620         * MAINTAINERS: Add self as sh libraries/configury maintainer.
6621
6622 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
6623
6624         PR bootstrap/22340
6625
6626         * configure.in (default_target): Remove.
6627         * Makefile.tpl (all): Do not use prerequisites as subroutines
6628         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
6629         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
6630         use prerequisites as subroutines.
6631         (check-host, check-target): New.
6632         (bootstrap configure & all targets): Do not use stage*-start
6633         if the directory layout is already ok.
6634         (non-bootstrap configure & all targets): Prepend a $(unstage).
6635         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
6636         (NOTPARALLEL): Remove.
6637         (unstage, stage variables): New variables.
6638         (unstage, stage targets): Simply expand to those variables.
6639
6640         * configure: Regenerate.
6641         * Makefile.in: Regenerate.
6642
6643 2005-10-04  James E Wilson  <wilson@specifix.com>
6644
6645         * Makefile.def (lang_env_dependencies): Add libmudflap.
6646         * Makefile.in: Regenerate.
6647
6648 2005-10-03  Andreas Schwab  <schwab@suse.de>
6649
6650         Backport from libtool CVS:
6651         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
6652
6653         * ltmain.sh: add support for installing into temporary
6654         staging area (e.g. 'make install DESTDIR=...')
6655
6656 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
6657
6658         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
6659         * configure: Regenerated.
6660
6661 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
6662
6663         * configure: Regenerate with the correct
6664         autoconf version.
6665
6666 2005-09-30  Catherine Moore  <clm@cm00re.com>
6667
6668         * configure.in (bfin-*-*): New.
6669         * configure: Regenerated.
6670
6671 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
6672
6673         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
6674         (LIPO_FOR_TARGET): New.
6675         (CONFIGURED_LIPO_FOR_TARGET): New.
6676         (USUAL_LIPO_FOR_TARGET): New.
6677         (STRIP_FOR_TARGET): New.
6678         (CONFIGURED_STRIP_FOR_TARGET): New.
6679         (USUAL_STRIP_FOR_TARGET): New.
6680         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
6681         STRIP_FOR_TARGET.
6682         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
6683         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
6684         * Makefile.in: Regenerate.
6685         * configure: Regenerate.
6686
6687 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
6688
6689         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
6690         (rs6000-*-aix*): Same.
6691         * configure: Regenerate.
6692
6693 2005-09-16  Tom Tromey  <tromey@redhat.com>
6694
6695         * MAINTAINERS: Add self as java maintainer.
6696
6697 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
6698
6699         * configure.in: Recognize f95 in the --enable-languages option,
6700         and substitute it for fortran, issuing a warning.
6701         * configure: Regenerate.
6702
6703 2005-08-30  Phil Edwards  <phil@codesourcery.com>
6704
6705         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
6706         * configure:  Regenerated.
6707
6708 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
6709
6710         * MAINTAINERS: Add self as ms1 maintainer.
6711
6712 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
6713
6714         * Makefile.def (libssp): Add to lang_env_dependencies.
6715         * Makefile.in: Regenerate.
6716
6717 2005-08-18  Ian Lance Taylor  <ian@airs.com>
6718
6719         * MAINTAINERS: Add myself as middle-end maintainer.
6720
6721 2005-08-17  Christian Groessler  <chris@groessler.org>
6722
6723         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
6724         * Makefile.in: Regenerate.
6725
6726 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
6727
6728         * MAINTAINERS (write after approval): Added myself.
6729
6730 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
6731
6732         * MAINTAINERS (Write After Approval): Add myself.
6733
6734 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
6735
6736         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
6737         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
6738         Look for alternate names of the target cc and c++
6739         * configure: Regenerate.
6740
6741 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
6742
6743         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6744         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
6745         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
6746         tools; remove code to manually set them.
6747         (Target tools): Look in the environment for them.
6748         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
6749         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
6750         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
6751         build directory.
6752         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
6753         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
6754         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
6755         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
6756         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
6757         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
6758         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
6759         * configure: Regenerate.
6760         * Makefile.in: Regenerate.
6761
6762 2005-07-28  Ben Elliston  <bje@au.ibm.com>
6763
6764         * MAINTAINERS: Update for removed CPU targets.
6765
6766 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
6767
6768         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
6769         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
6770         * Makefile.in: Regenerated.
6771
6772 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
6773
6774         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
6775         (CFLAGS_FOR_TARGET): Use it.
6776         (CXXFLAGS_FOR_TARGET): Likewise.
6777         * Makefile.in: Regenerated.
6778         * configure.in (--with-build-sysroot): New option.
6779         * configure: Regenerated.
6780
6781 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
6782
6783         * Makefile.tpl: Wrap install between unstage and stage
6784         * Makefile.in: Regenerate.
6785
6786 2005-07-21  Eric Christopher  <echristo@apple.com>
6787
6788         * MAINTAINERS: Update affiliation.
6789
6790 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
6791
6792         * MAINTAINERS: Add self as crx port maintainer.
6793
6794 2005-07-20  DJ Delorie  <dj@redhat.com>
6795
6796         * MAINTAINERS: Add self as m32c maintainer.
6797
6798 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
6799
6800         * all files: Update FSF address.
6801
6802 2005-07-15  Eric Christopher  <echristo@redhat.com>
6803
6804         * MAINTAINERS: Change affiliation.
6805
6806 2005-07-14  Jim Blandy  <jimb@redhat.com>
6807
6808         * configure.in: Add cases for Renesas m32c.
6809         * configure: Regenerated.
6810
6811 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
6812
6813         * COPYING.LIB: Update from fsf.org.
6814
6815 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
6816
6817         * COPYING, compile, config.guess,
6818         config.sub, install-sh, missing, mkinstalldirs,
6819         symlink-tree, ylwrap: Sync from upstream sources.
6820         * config-ml.in: Update FSF address.
6821
6822 2005-07-13  Eric Christopher  <echristo@redhat.com>
6823
6824         * configure.in: Add toplevel noconfigdir support for tpf.
6825         * configure: Regenerate.
6826
6827 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
6828
6829         PR ada/22340
6830
6831         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
6832         * Makefile.in: Regenerate.
6833
6834 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
6835
6836         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
6837         Brolley to write-after-approval.
6838
6839 2005-07-07  Andreas Schwab  <schwab@suse.de>
6840
6841         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
6842         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
6843         * Makefile.in: Regenerated.
6844
6845 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
6846
6847         * configure.in: Don't build sim or rda when targetting darwin.
6848         * configure: Regenerate.
6849
6850 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
6851
6852         * configure.in: Add --enable-libssp and --disable-libssp.
6853         * configure: Regenerate with autoconf-2.13.
6854
6855 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
6856
6857         * Makefile.def (target_modules): Add libssp.
6858         * configure.in (target_libraries): Add target-libssp.
6859         * configure: Rebuilt.
6860         * Makefile.in: Rebuilt.
6861
6862 2005-07-01  Zack Weinberg  <zackw@panix.com>
6863
6864         * MAINTAINERS: Change email address.  Resign from maintainership.
6865
6866 2005-07-01  Richard Guenther  <rguenther@suse.de>
6867
6868         * MAINTAINERS: Change my e-mail address and affiliation.
6869
6870 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
6871
6872         * Makefile.def (stagefeedback): Come after profile.
6873         Define profiledbootstrap target.
6874         * Makefile.tpl (profiledbootstrap): Remove.
6875         (stageprofile-end): Zap stagefeedback.
6876         (stagefeedback-start): Copy all .gcda files, not only GCC's.
6877         * Makefile.in: Regenerate.
6878
6879 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
6880
6881         * MAINTAINERS: Update my email address.
6882
6883 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
6884
6885         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
6886         In 'cpp' stanza, support '#line' as well as '# '.
6887
6888 2005-06-08  Andreas Schwab  <schwab@suse.de>
6889
6890         * MAINTAINERS: Move myself from 'Write After Approval' to
6891         'CPU Port Maintainers' section as m68k maintainer.
6892
6893 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
6894
6895         * configure.in (unsupported_languages): New macro.
6896         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
6897         non-ported target libraries in noconfigdirs.
6898         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
6899         non-linux-gnu.  Remove libgcj_ex_libffi.
6900         <lang_frag loop>: Set add_this_lang=no if the language is in
6901         unsupported_languages.
6902         * configure: Regenerate.
6903
6904 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
6905
6906         * configure.in: Fix typo in handling of --with-mpfr-dir.
6907         * configure: Regenerate.
6908
6909 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
6910
6911         * MAINTAINERS: Update my email address.
6912
6913 2005-06-02  Jim Blandy  <jimb@redhat.com>
6914
6915         * config.sub: Add cases for the Renesas m32c.  (This patch has been
6916         accepted into the master sources.)
6917
6918 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
6919             Michael Snyder  <msnyder@redhat.com>
6920             Stan Cox  <scox@redhat.com>
6921
6922         * configure.in: Set noconfigdirs for ms1.
6923
6924         * configure: Regenerate.
6925
6926 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
6927
6928         * MAINTAINERS (Write After Approval): Add self.
6929
6930 2005-06-01  Josh Conner  <jconner@apple.com>
6931
6932         * MAINTAINERS (Write After Approval): Add self.
6933
6934 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
6935
6936         * MAINTAINERS: Update my email address.
6937
6938 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
6939
6940         * MAINTAINERS (Write After Approval): Add self.
6941
6942 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
6943
6944         * MAINTAINERS (Write After Approval): Remove self.
6945
6946 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
6947
6948         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
6949         (Dependencies): Consider target modules for bootstrap dependencies.
6950         Make target bootstrap modules depend on each stage's gcc.
6951         * Makefile.in: Regenerate.
6952
6953 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
6954
6955         * Makefile.def (configure-gcc): Depend on binutils having been built.
6956         (all-gcc): No need to do it here.
6957         * Makefile.in: Regenerate.
6958
6959 2005-05-19  Paul Brook  <paul@codesourcery.com>
6960
6961         * configure.in: Rewrite misleading error message when requested
6962         language cannot be built.
6963         * configure: Regenerate.
6964
6965 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6966
6967         * ylwrap: Import from Automake 1.9.5.
6968
6969 2005-05-13  David Ung  <davidu@mips.com>
6970
6971         * MAINTAINERS (Write After Approval): Add self.
6972
6973 2005-05-09  Mike Stump  <mrs@apple.com>
6974
6975         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
6976         lt_cv_sys_max_cmd_len for now.
6977
6978 2005-05-09  Stan Cox  <scox@redhat.com>
6979
6980         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
6981
6982 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
6983
6984         * README.SCO: Update the URL.
6985
6986 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
6987
6988         * ltconfig: Define file_list_spec.  Pass file_list_spec and
6989         with_gnu_ld to libtool.
6990         * ltcf-c.sh (aix[45]): Define file_list_spec.
6991         * ltcf-cxx.sh (aix[45]): Same.
6992         * ltcf-gcj.sh (aix[45]): Same.
6993         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
6994         exists, write list of input files to temporary file.
6995
6996 2005-05-04  Mike Stump  <mrs@apple.com>
6997
6998         * configure.in: Always pass --target to target configures as
6999         otherwise rebuilds that do --recheck will fail.
7000         * confiugure: Rebuilt.
7001
7002 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
7003
7004         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7005         STAGE_HOST_EXPORTS.
7006         (configure, all): Add bootstrap support.
7007         (Host modules, target modules): Pass post-stage1 flags and exports.
7008         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7009         * Makefile.in: Regenerate.
7010
7011 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
7012
7013         * configure: Regenerate.
7014
7015 2005-04-27  Mike Stump  <mrs@apple.com>
7016
7017         * MAINTAINERS: Add self as darwin maintainer.
7018
7019 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
7020
7021         * config.sub: Update from master copy.
7022
7023 2005-04-21  Mike Stump  <mrs@apple.com>
7024
7025         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7026         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7027
7028 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
7029
7030         * configure.in <crisv32-*-*, cris-*-*>: New local variable
7031         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
7032         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
7033         "*-*-elf" and "*-*-linux*".
7034         * configure: Regenerate.
7035
7036 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
7037
7038         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7039
7040 2005-04-12  Mike Stump  <mrs@apple.com>
7041
7042         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7043
7044 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
7045
7046         * MAINTAINERS (Write After Approval): Add myself.
7047
7048 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
7049
7050         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7051
7052 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
7053
7054         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7055         (TARGET_CONFIGARGS): Include --with-target-subdir.
7056         (configure, all): New macros.  Use them throughout.
7057         * Makefile.in: Regenerate.
7058
7059 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
7060
7061         * MAINTAINERS (Write After Approval): Add myself.
7062
7063 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7064
7065         * MAINTAINERS: Remove 'loop unrolling' maintainer.
7066
7067 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
7068
7069         * MAINTAINERS: Move John Carr to Write After Approval.
7070
7071 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
7072
7073         * config/mh-mingw32: Delete.
7074         * configure.in: Don't use it.
7075         * configure: Regenerate.
7076
7077 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
7078
7079         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7080         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7081         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7082         (HOST_LIB_PATH): Generate from Makefile.def.
7083         (TARGET_LIB_PATH): Likewise.
7084         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7085         * Makefile.in: Regenerate.
7086         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7087         (RPATH_ENVVAR): Include Darwin case.
7088         * configure: Regenerate.
7089
7090 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
7091
7092         * MAINTAINERS (Various Maintainers): Remove self.
7093         (Write After Approval): Add self.
7094
7095 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
7096
7097         * MAINTAINERS (Various Maintainers): Add self.
7098
7099 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
7100
7101         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7102         * configure: Regenerate.
7103
7104 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
7105
7106         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7107         gcc_version, and gcc_version_trigger from set of flags to pass.
7108         * Makefile.tpl: Remove definitions of above variables.
7109         (config.status): Remove dependency on $(gcc_version_trigger).
7110         * Makefile.in: Regenerate.
7111         * configure.in: Do not reference config/gcc-version.m4 nor
7112         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
7113         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
7114         * configure: Regenerate.
7115
7116 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
7117             Andrew Pinski  <pinskia@physics.uc.edu>
7118
7119         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7120         * Makefile.in: Regenerate.
7121
7122 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
7123
7124         * MAINTAINERS (Write After Approval): Add myself.
7125
7126 2005-03-03  David Ayers  <d.ayers@inode.at>
7127
7128         * MAINTAINERS (Write After Approval): Add myself.
7129
7130 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
7131
7132         PR libgcj/20160
7133         * ltmain.sh: Avoid creating archives with components that have
7134         duplicate basenames.
7135
7136 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
7137
7138         PR bootstrap/20250
7139         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7140         instead of check.
7141         * Makefile.in: Regenerate.
7142
7143 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7144
7145         * Makefile.in: Regenerate to fix conflict between the previous two
7146         patches.
7147
7148 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
7149
7150         PR bootstrap/17383
7151         * Makefile.def (target_modules): Remove "stage", now unnecessary.
7152         * Makefile.tpl (HOST_SUBDIR): New substitution.
7153         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7154         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7155         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7156         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7157         (Host modules, Bootstrapped modules): Use it.
7158         (Build modules, Target modules): Do not create symlink trees,
7159         always configure out-of-srcdir.
7160         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7161         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7162         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7163         $(HOST_SUBDIR).  Create a symlink for host_subdir.
7164
7165         * Makefile.in: Regenerate.
7166         * configure: Regenerate.
7167
7168 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7169
7170         Merged from libada-gnattools-branch:
7171         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
7172
7173         * gnattools: New directory.
7174         * Makefile.def: Add gnattools as a module, depending on target-libada.
7175         * Makefile.in: Regenerate.
7176         * configure.in: Include gnattools in host_tools; disable it if ada
7177         is disabled.
7178         * configure: Regenerate.
7179
7180 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
7181
7182         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7183         treelang maintainer.
7184         (Write After Approval): Remove myself.
7185
7186 2005-02-23  Paul Schlie  <schlie@comcast.net>
7187
7188         * configure.in: Allow darwin targeted ports to build tk, itcl and
7189         libgui.
7190         * configure: Regenerate.
7191
7192 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
7193
7194         PR libgcj/10353
7195         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7196         * configure: Regenerate.
7197
7198 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
7199
7200         * MAINTAINERS (Write After Approval): Add myself.
7201
7202 2005-02-10  Ian Lance Taylor  <ian@airs.com>
7203
7204         * MAINTAINERS: Update my e-mail address.
7205
7206 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
7207
7208         * MAINTAINERS (Write After Approval): Add myself.
7209
7210 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
7211
7212         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7213         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7214         target-libgloss when not *-*-elf and *-*-aout.
7215         * configure: Regenerate.
7216
7217 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
7218
7219         * MAINTAINERS: Remove obsolete entries.
7220
7221         * MAINTAINERS (Write After Approval): Add Michael Matz.
7222
7223 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
7224
7225         * MAINTAINERS: Remove self as cpplib maintainer.
7226
7227 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7228
7229         * install-sh, config.sub: Import from upstream.
7230
7231 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
7232
7233         PR bootstrap/18222
7234         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7235         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7236         * Makefile.in: Regenerate.
7237
7238 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
7239
7240         * MAINTAINERS: Update my email address.
7241
7242 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
7243             Andreas Schwab  <schwab@suse.de>
7244
7245         PR bootstrap/18033
7246         * config-ml.in: Eval option if surrounded by single quotes.
7247
7248 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
7249
7250         Revert 2004-12-28 Makefile changes, a better fix will be
7251         applied to mainline and src after GCC 4.0 branches.
7252
7253 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
7254
7255         PR bootstrap/17383
7256
7257         * Makefile.def (target_modules): Remove stage parameter,
7258         it is always true now.
7259         * Makefile.tpl (configure-build-[+module+],
7260         configure-target-[+module+]): Always build symlink tree
7261         for the directory and for include.  BUILD_SUBDIR and
7262         TARGET_SUBDIR cannot be . anymore.
7263         * Makefile.in: Regenerate.
7264
7265 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
7266
7267         Revert 2004-12-08 Makefile changes.
7268
7269 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
7270
7271         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7272         cygwin, mingw.
7273
7274 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
7275
7276         * configure.in (sh64-*-*): Reenable gprof.
7277         * configure: Regenerate.
7278
7279 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
7280
7281         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7282         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7283         (EXTRA_TARGET_FLAGS): Add PICFLAG.
7284         * Makefile.in: Regenerate.
7285
7286 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
7287
7288         * MAINTAINERS: Update my email address.
7289
7290 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
7291
7292         * Makefile.tpl: Generate normal dependencies if the LHS module is
7293         not bootstrapped.
7294         * Makefile.in: Regenerate.
7295
7296 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7297
7298         * configure.in: Include config/gxx-include-dir.m4.  Use
7299         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
7300         * configure: Regenerate.
7301
7302 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
7303
7304         * config.if: Delete.
7305         * configure.in: Set libstdcxx_incdir directly.
7306         * configure: Regenerate.
7307
7308 2004-12-02  Eric Christopher  <echristo@redhat.com>
7309
7310         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7311         * Makefile.in: Regenerate.
7312
7313 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7314
7315         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7316         * configure: Regenerate.
7317
7318 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
7319
7320         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
7321         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
7322         * configure: Regenerate.
7323
7324 2004-12-01  Eric Christopher  <echristo@redhat.com>
7325
7326         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7327         of things to remove.
7328
7329 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
7330
7331         * MAINTAINERS (Write After Approval): Update my e-mail address.
7332
7333 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
7334
7335         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7336         from CVS libtool to always pass_all.
7337
7338 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7339
7340         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7341         (hppa*64*-*-*): Delete incorrect comment.
7342         * configure: Rebuilt.
7343
7344 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7345
7346         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7347
7348 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
7349
7350         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7351         from CVS libtool to always pass_all.
7352
7353 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7354
7355         * install-sh, compile: Import from automake.
7356
7357 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
7358
7359         * config.guess, config.sub:  Import from savannnah.
7360
7361 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
7362
7363         * MAINTAINERS (Write After Approval): Add myself
7364
7365 2004-11-12  Mike Stump  <mrs@apple.com>
7366
7367         * Makefile.def: Add html support.
7368         * Makefile.tpl: Likewise.
7369         * Makefile.in: Regenerate.
7370
7371 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
7372
7373         PR 18423
7374         * configure.in: Remove all instances of build-fixincludes from
7375         noconfigdirs.
7376         (build_configargs): Supply --target to subdirectories.
7377         * configure: Regenerate.
7378
7379         * Makefile.def: Make gcc install depend on fixincludes install.
7380         * Makefile.in: Regenerate.
7381
7382 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
7383
7384         * MAINTAINERS: Add myself as gcc testsuite maintainer.
7385
7386 2004-11-11  Paul Brook  <paul@codesourcery.com>
7387
7388         * MAINTAINERS: Add self as arm maintainer.  Update email address.
7389
7390 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
7391
7392         * configure.in (noconfigdirs) [mmix-*-*]: Disable
7393         target-libgfortran.
7394         * configure: Regenerate.
7395
7396 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
7397
7398         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7399         like CC.
7400
7401 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
7402
7403         * Makefile.def (host fixincludes): Specify missing targets.
7404         * Makefile.in: Regenerate.
7405
7406 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
7407
7408         * MAINTAINERS: Add myself
7409
7410 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
7411
7412         * MAINTAINERS (Write After Approval): Add myself.
7413
7414 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
7415
7416         * Makefile.def: Build fixincludes for the host, too.
7417         * Makefile.in: Regenerate.
7418         * configure.in (host_tools): Add fixincludes.
7419         * configure: Regenerate.
7420
7421 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
7422
7423         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7424         * configure: Regenerated.
7425
7426 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
7427
7428         PR other/17783
7429         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7430         * configure: Regenerated.
7431
7432 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
7433
7434         * README.SCO: Update per FSF instructions.
7435
7436 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
7437
7438         PR target/18151
7439         * configure.in (case ${target}): Do not build fixincludes for avr.
7440         * configure: Regenerated.
7441
7442 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
7443
7444         * configure.in (case ${target}): Do not build fixincludes
7445         on platforms where it is not used.
7446         * configure: Regenerated.
7447
7448 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
7449
7450         * configure.in: Use an absolute path to install-sh.
7451         * configure: Regenerated.
7452
7453 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
7454
7455         * MAINTAINERS (Write After Approval): Add myself.
7456
7457 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
7458
7459         * MAINTAINERS: Remove from Write After Approval those that are
7460         already maintainers.
7461
7462 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
7463
7464         * MAINTAINERS:  Update my email address.
7465
7466 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
7467
7468         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7469         * configure: Regenerate.
7470
7471 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
7472
7473         * MAINTAINERS:  Update my email address.
7474
7475 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
7476
7477         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
7478         entries belonging to this category.
7479
7480 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
7481
7482         * MAINTAINERS: Update my e-mail address.
7483
7484 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
7485
7486         Fix wrong conflict resolution in:
7487
7488         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7489
7490         * Makefile.in: Regenerate.
7491         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7492         in the recursive `make', instead of hardwiring `all'.
7493         (Autogenerated TARGET-* variables): New.
7494
7495 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
7496
7497         * configure.in: Enable target-libgloss for crx-*-*.
7498         * configure: Regenerate.
7499
7500 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
7501
7502         * MAINTAINERS (Various Maintainers): Move the "windows,
7503         cygwin, mingw" maintainer to ...
7504         (OS Port Maintainers): ... here.
7505
7506 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
7507
7508         * MAINTAINERS (Write After Approval): Remove those that are
7509         maintainers of some subsystem.
7510
7511 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
7512
7513         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7514         * ltcf-cxx.sh (tpf*): Likewise.
7515         * ltconfig (tpf*): Add TPF OS configuration support.
7516
7517 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
7518
7519         * MAINTAINERS: Change my email address to my new work account.
7520
7521 2004-09-24  Michael Roth  <mroth@nessie.de>
7522
7523         * configure.in (--without-headers): Add missing double quotes.
7524         * configure: Regenerate.
7525
7526 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
7527
7528         * ylwrap: Revert to previous version.
7529
7530 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
7531
7532         PR bootstrap/17369
7533         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7534         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7535         SET_GCC_LIB_PATH_CMD.
7536         (BASE_TARGET_EXPORTS): Likewise.
7537         * Makefile.in: Regenerated.
7538
7539         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7540         * configure: Regenerated.
7541
7542 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
7543
7544         * config.guess: New upstream version
7545         * compile, depcomp, install-sh, ylwrap: Likewise.
7546
7547 2004-09-19  Roger Sayle  <roger@eyesopen.com>
7548
7549         * config/mh-x86omitfp: New host makefile fragment.  Add
7550         -fomit-frame-pointer to the default BOOT_CFLAGS.
7551         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7552         * configure: Regenerate.
7553
7554 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
7555
7556         PR target/11572
7557         * configure.in (*-*-darwin*): Renable libobjc.
7558         * configure: Regenerate.
7559
7560 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
7561
7562         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
7563
7564 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
7565
7566         * Makefile.def: Remove libbanshee.
7567         * Makefile.tpl: Ditto.
7568         * configure.in: Ditto.
7569         * Makefile.in: Regen.
7570         * configure: Ditto.
7571
7572 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
7573
7574         * ltmain.sh: Use $pic_object as $non_pic_object if
7575         $non_pic_object=none.
7576
7577 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
7578
7579         * missing: Import latest version from master repository.
7580
7581 2004-09-06  Nick Clifton  <nickc@redhat.com>
7582
7583         * config.sub: Import latest version from master repository.
7584         * config.guess: Likewise.
7585         This includes these changes:
7586
7587         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
7588
7589         * config.sub: Handle crisv32, alias etraxfs.
7590         * config.guess (crisv32:Linux:*:*): Handle.
7591
7592         2004-08-13  Brad Smith  <brad@comstyle.com>
7593
7594         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
7595         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
7596
7597         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
7598
7599         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
7600         assume the processor is a powerpc.  This is because coreutils
7601         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
7602         in this case, due to a MacOS X bug that causes
7603         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
7604         to return a negative number.
7605         Problem reported by Petter Reinholdtsen in:
7606         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
7607
7608         2004-07-19  Ben Elliston  <bje@gnu.org>
7609
7610         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
7611
7612         2004-06-24  Ben Elliston  <bje@gnu.org>
7613
7614         * config.guess: Update copyright years.
7615         * config.sub: Likewise.
7616
7617         2004-06-22  Robert Millan  <robertmh@gnu.org>
7618
7619         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
7620         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
7621
7622         2004-06-22  Stanley F. Quayle <stan@stanq.com>
7623
7624         * config.guess (*:*VMS:*:*): New entry. Replaces
7625         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
7626         manufacturer.
7627
7628         2004-06-22  Ben Elliston  <bje@gnu.org>
7629
7630         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
7631         * config.sub: Likewise.
7632
7633         2004-06-22  Ben Elliston  <bje@gnu.org>
7634
7635         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
7636         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
7637
7638         2004-06-11  Ben Elliston  <bje@gnu.org>
7639
7640         * config.guess (pegasos:OpenBSD:*:*): Remove.
7641
7642         2004-06-11  Ben Elliston  <bje@gnu.org>
7643
7644         From Wouter Verhelst <wouter@grep.be>:
7645         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
7646
7647         2004-06-11  Ben Elliston  <bje@gnu.org>
7648
7649         * config.guess (luna88k:OpenBSD:*:*): New.
7650
7651         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
7652
7653         * config.guess (m32r*:Linux:*:*): New case.
7654         * config.sub: Handle m32rle.
7655
7656         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
7657
7658         From Jens Petersen  <petersen@redhat.com>:
7659         * config.sub: Handle sparcv8.
7660
7661         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
7662
7663         From Tom Smith <smith@cag.lkg.hp.com>:
7664         * config.guess: Version suffixes are equally significant on Tru64
7665         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
7666         prefix of "P" (patched kernel).
7667
7668         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
7669
7670         * config.sub: Add support for National Semiconductor CRX target.
7671
7672 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
7673
7674         * MAINTAINERS (Various Maintainers): Remove myself as web page
7675         maintainer, add myself as maintainer of build status lists.
7676
7677 2004-09-03  Jan Beulich  <jbeulich@novell.com>
7678
7679         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
7680         *-*-netware, but add target-libmudflap.
7681         Consolidate *-*-netware targets (of which really only i?86 exists)
7682         into a single entry.
7683         * configure: Likewise.
7684
7685 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
7686
7687         * Makefile.tpl (sorry): Remove.
7688         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
7689         (cleanstrap targets): Depend on distclean, not distclean-stage1.
7690         (do-clean): Clean per-stage directories too.
7691         (do-distclean): Run distclean-stage1 too.
7692         (.NOTPARALLEL): Enable during toplevel bootstrap.
7693         (stage[+id+]-bubble): Enable parallel execution during
7694         the recursive invocation.
7695         * Makefile.in: Regenerate.
7696
7697         Fix previous checkin:
7698
7699         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
7700         include.
7701         * configure.in: Fix indentation.
7702         * configure: Regenerate.
7703
7704 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
7705
7706         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
7707         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
7708         * configure: regenerate
7709         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
7710         -mdynamic-no-pic
7711
7712 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
7713
7714         * Makefile.def (build_modules): Add fixincludes.
7715         (dependencies): Make gcc depend on fixincludes.
7716         * configure.in (build_tools): Add fixincludes.
7717         (build_configdirs): Always include build_libs.
7718         * Makefile.in: Regenerate.
7719         * configure: Regenerate.
7720
7721 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
7722
7723         * Makefile.def (bootstrap stages): Add 'lean' parameter.
7724         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
7725         phony targets; do not generate timestamp files.
7726         (distclean-stageN): Remove references to their timestamp files.
7727         (restageN, touch-stageN): Remove.
7728         (stageN-bubble): Rewritten.
7729         (compare): Support lean bootstraps.
7730         * Makefile.in: Regenerate.
7731
7732         * configure.in: Only warn when bootstrapping but
7733         build != host or build != target.  Support lean bootstraps.
7734         * configure: Regenerate.
7735
7736 2004-08-26  Phil Edwards  <phil@codesourcery.com>
7737
7738         * configure.in:  Give a better error message if GMP/MPFR are missing
7739         and a language needing them has been requested.
7740         * configure:  Regenerated.
7741
7742 2004-08-25  Phil Edwards  <phil@codesourcery.com>
7743
7744         * configure.in:  Print a list of available language front-ends if
7745         a requested one is missing.  Tidy stray tab characters.
7746         * configure:  Regenerated.
7747
7748 2004-08-19  Michael Koch  <konqueror@gmx.de>
7749
7750         * gcc/doc/install.texi: Update entry about automake for libjava.
7751
7752 2004-08-17  Robert Millan  <robertmh@gnu.org>
7753
7754         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
7755         (instead of FreeBSD).
7756         * configure: Regenerate.
7757
7758 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
7759
7760         * Makefile.in: Regenerate.
7761         * configure: Regenerate.
7762
7763         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
7764         stage_*_flags.
7765         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
7766         for bootstrapped modules if toplevel bootstrap is going.
7767         (GCC bootstrap): Generate per-stage targets for all bootstrapped
7768         modules.  Adjust for changes in Makefile.def.  Enable several
7769         rules even in non-bootstrap mode, just to avoid peppering the
7770         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
7771         (stage-[+prev+]-bubble): Remove.
7772
7773         * Makefile.def (Dependencies): Depend on all-build-bison,
7774         all-build-flex, all-build-byacc, all-build-texinfo, rather
7775         than the host variations.
7776         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
7777         with BUILD_SUBDIR.
7778         (BISON): Update for recent Bisons.
7779         (YACC): Fix typo.
7780         (cross): Depend on all-build.
7781         (all): Do not depend on all-build.
7782         (prebootstrap): Remove.
7783         (dep-kind): Accept separate prefixes for MODULE and ON variables.
7784         (Prebootstrap dependencies): Add them to the per-stage targets
7785         and to all-prebootstrap.
7786         * configure.in (build_configdirs): Always enable build_tools.
7787         (BUILD_DIR_PREFIX): Remove.
7788
7789         * Makefile.def (gcc): Add target variable.
7790         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
7791         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7792         in the recursive `make', instead of hardwiring `all'.
7793         (Autogenerated TARGET-* variables): New.
7794
7795 2004-08-13  Brian Booth  <bbooth@redhat.com>
7796
7797         * MAINTAINERS: Remove myself from write-after-approval.
7798
7799 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
7800
7801         * src-release: Stop distributing mmalloc with gdb (which doesn't
7802         use it).
7803         * Makefile.def: GDB doesn't depend on mmalloc anymore.
7804         * Makefile.in: Regenerate.
7805
7806 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
7807
7808         * configure.in (arm*-*-eabi*): New target.
7809         * configure: Regenerate.
7810
7811 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
7812
7813         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
7814         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
7815         (Dependencies): New section.
7816         * Makefile.tpl (Dependencies): Generate from Makefile.def.
7817         (configure-target-[+module+]): Depend on maybe-all-gcc
7818         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
7819         (toplevel profiledbootstrap): Fix dependencies.
7820         * Makefile.in: Regenerate.
7821
7822 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
7823
7824         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
7825         target-libiberty to noconfigdirs.
7826         * configure: Regenerate.
7827
7828 2004-08-03  Paul Brook  <paul@codesourcery.com>
7829
7830         * configure.in: Check for MPFR as well as GMP.
7831         * configure: Regenerate.
7832
7833 2004-08-01  Robert Millan  <robertmh@gnu.org>
7834
7835         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
7836         libmudflap for all GNU-based systems (with Glibc).
7837         * configure: Regenerate.
7838
7839 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
7840
7841         * Makefile.def (host-modules): Add gcc.
7842         * Makefile.in: Regenerate.
7843         * Makefile.tpl (sorry): New rule.
7844         (configure-host, all-host, [+make_target+]-host, do-check,
7845         install-host): Do not add gcc as a special case.
7846         (host modules): Add a small special-casing for gcc.  Export
7847         extra_make_flags through the environment.
7848         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
7849         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
7850         other recursive targets for gcc): Remove.
7851
7852         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
7853         (stage, unstage): New rules.
7854         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
7855         distclean-stage[+id+]): Use stage_current.
7856         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
7857         the stage*-start rules.
7858
7859 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
7860
7861         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
7862         use -all_load flag.
7863
7864 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
7865
7866         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
7867         * configure: Regenerate.
7868
7869 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
7870
7871         * maintainer-scripts/gcc_release: Revert yesterday's change.
7872
7873 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
7874
7875         * MAINTAINERS: Add myself to write-after-approval.
7876
7877 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
7878
7879         * libf2c: Removed.
7880         * gcc/gccbug.in: Updated because of libf2c removal.
7881         * maintainer-scripts/gcc_release: Ditto.
7882
7883 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
7884
7885         * configure.in: Build libmudflap by default on FreeBSD.
7886         * configure: Regenerated.
7887
7888 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
7889
7890         * configure.in: Do not build libmudflap by default on non-GNU/Linux
7891         systems.
7892         * configure: Regenerated.
7893
7894 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7895
7896         PR target/16344
7897         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
7898         feedback based compiler.
7899         * Makefile.in: Rebuilt.
7900
7901 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
7902
7903         * Makefile.def (host_modules): Set bootstrap=true for flex.
7904         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
7905         * Makefile.in: Rebuilt.
7906
7907 2004-07-07  Jan Hubicka  <jh@suse.cz>
7908
7909         * MAINTAINERS: Add self as a profile feedback maintainer.
7910
7911 2004-07-05  Phil Edwards  <phil@codesourcery.com>
7912
7913         * configure.in:  Do not prepend $srcdir to /dev/null in
7914         makefile fragments.
7915         * configure:  Regenerate.
7916
7917 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
7918
7919         * Makefile.def (build_modules): Add bison, byacc, flex,
7920         m4, texinfo.
7921         (flags_to_pass): Add FLEX.
7922         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
7923         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
7924         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
7925         DEFAULT_MAKEINFO): Remove.
7926         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
7927         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
7928         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
7929         objdir or else use configured tool.
7930         (all-build): New.
7931         (all): Depend on it.
7932         (Build module dependencies): Add.
7933         * Makefile.in: Regenerate.
7934         * configure.in: Better support for multiple build modules,
7935         matching what is done for host/target modules.  Do not look
7936         for "plausible" locations of build tools if Canadian cross.
7937         Use autoconf's AC_PROG_CC to find a C compiler.  Define
7938         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
7939         * configure: Regenerate.
7940
7941 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7942
7943         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
7944         * Makefile.in: Regenerate.
7945
7946 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
7947
7948         * Makefile.tpl (configure-build-[+module+],
7949         configure-[+module+], configure-target-[+module+]): Pass
7950         [+extra_configure_args+].
7951         (all-build-[+module+], all-[+module+], check-[+module+],
7952         install-[+module+], [+make_target+]-[+module+],
7953         all-target-[+module+], check-target-[+module+],
7954         install-target-[+module+], [+make_target+]-target-[+module+]):
7955         Pass [+extra_make_args+].
7956         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
7957         (GCC_HOST_EXPORTS): Remove.
7958         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
7959         cross, check-gcc, check-gcc-c++, install-gcc,
7960         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
7961         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
7962         * Makefile.in: Regenerate.
7963
7964 2004-06-21  Matthew Sachs  <msachs@apple.com>
7965
7966         * MAINTAINERS: Added self to write-after-approval.
7967
7968 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
7969
7970         * configure.in: Check for srcdir/winsup rather than build directory
7971         winsup.
7972         * configure: Regenerate.
7973
7974 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
7975
7976         * configure.in: Don't build Cygwin native newlib if winsup
7977         directory is missing.  Emit warning instead.
7978         * configure: Regenerate.
7979
7980 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
7981
7982         * Makefile.tpl (touch-stage[+id+]): New.
7983         (restage[+prev+]): Depend on touch-stage[+id+].
7984
7985         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
7986         Use it throughout.
7987
7988         * Makefile.def: Add profile and feedback bootstrap stages.
7989         Remove next field from bootstrap stages.
7990         * Makefile.tpl (LN, LN_S): Substitute.
7991         (stageN-start, stageN-end): Use double-colon rules, to
7992         provide a hook for additional setup commands.
7993         (distclean-stageN-gcc, restageN): Create dependencies from
7994         [+prev+], not from [+next+].
7995         (stageN-bubble): Add commands for successive stages from
7996         [+prev+], using double-colon rules.
7997         (all-stageN-gcc): Fix typo.
7998         (stagefeedback-start, profiledbootstrap): New.
7999         * Makefile.in: Regenerate.
8000         * configure.in: Call ACX_PROG_LN.
8001         * configure: Regenerate.
8002
8003 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
8004
8005         * MAINTAINERS (Write After Approval): Add myself.
8006
8007 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
8008
8009         * MAINTAINERS (Write After Approval): Add myself.
8010
8011 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
8012
8013         * configure.in: Fix --enable-bootstrap breakage introduced in trees
8014         without gcc.
8015         * configure: Regenerate.
8016
8017 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8018
8019         * Makefile.tpl: Fix typo.
8020         * Makefile.in: Regenerate.
8021
8022 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8023
8024         * configure.in: Remove new- prefix from toplevel
8025         bootstrap targets.
8026         * configure: Regenerate.
8027
8028 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8029
8030         * Makefile.tpl (all.normal): Rename to all.
8031         (all): Replace with a rule to pick the default
8032         target from configure.
8033         (all-gcc, configure-gcc): Use conditionals to
8034         do nothing when toplevel bootstrap is going on.
8035         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8036         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8037         * configure.in: Support --enable-bootstrap.
8038
8039         * Makefile.def: Remove new- prefix from toplevel
8040         bootstrap targets.
8041         * Makefile.tpl: Likewise.
8042
8043         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
8044         target.
8045
8046         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8047         $(RECURSE_FLAGS) to recursive invocation of make.
8048
8049         * Makefile.in: Regenerate.
8050         * configure: Regenerate.
8051
8052 2004-05-30  Andreas Jaeger  <aj@suse.de>
8053             Jim Wilson  <wilson@specifixinc.com>
8054
8055         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8056         like CC.
8057
8058 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
8059
8060         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8061         * configure: Regenerate.
8062
8063 2004-05-25  Daniel Jacobowitz  <drow@false.org>
8064
8065         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8066         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8067         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
8068         targets.
8069         * Makefile.in: Regenerate.
8070
8071 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
8072
8073         * configure.in: Test the ability to symlink directories.
8074         * configure: Regenerate.
8075
8076         * Makefile.def (bootstrap-stage): New definitions.
8077         * Makefile.tpl (configure-stage1-gcc,
8078         configure-stage2-gcc, configure-stage3-gcc,
8079         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8080         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8081         new-restage3, compare): Autogenerate, see Makefile.in
8082         entry for behavioral changes.
8083         (distclean-stage1, new-stage1-start, new-stage1-end,
8084         new-stage1-bubble, distclean-stage2, new-stage2-start,
8085         new-stage2-end, new-stage2-bubble, distclean-stage3,
8086         new-stage3-start, new-stage3-end): New autogenerated targets.
8087         (objext, prebootstrap, BOOT_CFLAGS,
8088         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8089         targets.
8090
8091         * Makefile.in: Regenerate.
8092         (distclean-stage1, new-stage1-start, new-stage1-end,
8093         new-stage1-bubble, distclean-stage2, new-stage2-start,
8094         new-stage2-end, new-stage2-bubble, distclean-stage3,
8095         new-stage3-start, new-stage3-end): New targets.
8096         (all-stage1-gcc): Move prebootstrap dependency from here...
8097         (configure-stage1-gcc): ...to here.
8098         (new-bootstrap): Use bubble targets.
8099         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8100         Use per-stage distclean targets.
8101         (configure-stage1-gcc, configure-stage2-gcc,
8102         configure-stage3-gcc, all-stage1-gcc,
8103         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8104         Use new-stageN-start to prepare the tree.
8105
8106 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
8107
8108         * Makefile.def (host_modules): add libcpp.
8109         * Makefile.tpl: Add dependencies on and for libcpp.
8110         * Makefile.in: Regenerate.
8111         * configure.in: Add libcpp host module.
8112         * configure: Regenerate.
8113
8114 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
8115
8116         * Makefile.tpl: Whenever a recursive target is defined, wrap
8117         it in a special @if/@endif block, and prepare its maybe
8118         dependency in the @if/@endif block
8119         * configure.in: Instead of writing maybe dependencies, remove
8120         the @if/@endif statements, and remove the @if/@endif blocks
8121         that remain.
8122         * configure: Regenerate.
8123         * Makefile.in: Regenerate.
8124
8125 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
8126
8127         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8128
8129 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
8130
8131         PR bootstrap/15120
8132         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8133         * */configure: Rebuilt.
8134
8135 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
8136
8137         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8138         of libf2c.
8139         * configure, Makefile.in: Regenerate.
8140
8141 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
8142
8143         * MAINTAINERS (Write After Approval): Add myself.
8144
8145 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
8146
8147         Merge from tree-ssa-20020619-branch.
8148
8149         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8150         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8151         (HOST_GMPLIBS): Define.
8152         (HOST_GMPINC): Define.
8153         (TARGET_LIB_PATH): Add libmudflap.
8154         (GFORTRAN_FOR_TARGET): Define.
8155         (configure-build*): Export GFORTRAN.
8156         (configure-gcc): Export GMPLIBS and GMPINC.
8157         (all-gcc): Add maybe-all-libbanshee.
8158         (configure-target-libgfortran): Define.
8159         * Makefile.in: Regenerate.
8160         * configure.in (host_libs): Add libbanshee.
8161         (target_libraries): Add target-libmudflap and target-libgfortran.
8162         Add --with-libbanshee.
8163         Handle --disable-libmudflap.
8164         (*-*-freebsd*): Use with_gmp.
8165         Add $(libgcj) to noconfigdirs.
8166         * configure: Regenerate.
8167         * depcomp: New file.
8168         * MAINTAINERS: Add tree-ssa maintainers.
8169
8170 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
8171
8172         * MAINTAINERS (Various Maintainers): Add myself.
8173
8174 2004-04-30  Brian Ford  <ford@vss.fsi.com>
8175
8176         * MAINTAINERS (Write After Approval): Add myself.
8177
8178 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
8179
8180         * MAINTAINERS (Write After Approval): Add myself.
8181
8182 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
8183
8184         * config/acx.m4: Fix fastcompare support for new-bootstrap.
8185         * configure: Regenerate.
8186
8187 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
8188
8189         Revert:
8190         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8191
8192         * Makefile.def (flags_to_pass): Remove *dir variables that
8193         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8194         as well as prefix and exec_prefix.
8195         * Makefile.in: Regenerate.
8196
8197 2004-04-26  Robert Millan  <robertmh@gnu.org>
8198
8199         Add patches from libtool CVS.
8200         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8201         * ltconfig: Likewise.
8202         * ltcf-c.sh: Likewise.
8203         * ltcf-cxx.sh: Likewise.
8204         * ltcf-gcj.sh: Likewise.
8205
8206 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8207
8208         * Makefile.def (host_modules): Mark with the bootstrap
8209         flag packages on which gcc depends.
8210         * Makefile.tpl (all-bootstrap): Use it.
8211         * Makefile.in: Regenerate.
8212
8213 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8214
8215         * Makefile.def (flags_to_pass): Remove *dir variables that
8216         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8217         as well as prefix and exec_prefix.
8218         * Makefile.in: Regenerate.
8219
8220 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
8221
8222         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8223         * configure: Regenerate.
8224         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8225         * gcc/Makefile.tpl (compare): Use the result of the test.
8226         * gcc/Makefile.in: Regenerate.
8227
8228 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
8229
8230         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8231         Always relocate gcc and prev-gcc to the original names, even
8232         if the build fails.
8233         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8234         New targets.
8235
8236 2004-04-23  Laurent GUERBY <laurent@guerby.net>
8237
8238         * MAINTAINERS: Update my email address.
8239
8240 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8241
8242         * configure.in (mips*-*-irix5*): Enable ld.
8243         * configure: Regenerate.
8244
8245 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8246
8247         * configure: Regenerate.
8248
8249 2004-04-15  James E Wilson  <wilson@specifixinc.com>
8250
8251         * Makefile.tpl (configure-[+module+], configure-gcc,
8252         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8253         Set and export LDFLAGS.
8254         * Makefile.in: Regenerate.
8255
8256 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
8257
8258         * MAINTAINERS: Add myself to write-after-approval.
8259
8260 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
8261
8262         PR bootstrap/14871
8263         * Makefile.tpl: If we don't have built-in-tree target tools,
8264         use the ones found by configure rather than hacking around with
8265         program_transform_name.
8266         * configure.in: Give Makefile.tpl the information necessary
8267         to do that.
8268         * Makefile.in: Regenerate.
8269         * configure: Regenerate.
8270
8271 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
8272
8273         PR bootstrap/14760
8274         * configure.in: When computing baseargs, strip *all* copies of
8275         offending options.  Also, don't match/substitute the trailing space,
8276         so that this actually works when two similar options are separated by
8277         only one space.
8278         * configure: Regenerate.
8279
8280 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
8281
8282         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8283         (rs6000-*-aix*): Same.
8284         * configure: Regenerate.
8285
8286 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
8287
8288         * MAINTAINERS: Add myself to write-after-approval.
8289
8290 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
8291
8292         * MAINTAINERS: Add myself to write-after-approval.
8293
8294 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
8295
8296         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8297         STRICT_WARN, WARN_CFLAGS flags passed down to make.
8298         * Makefile.in: Regenerate.
8299
8300         * configure.in (top level bootstrap support): Rework --enable-werror
8301         to set @stage2_werror_flag@.
8302         * configure: Regenerate.
8303         * Makefile.tpl (top level bootstrap support): Pass
8304         @stage2_werror_flag@ down to configure in stages 2 and 3.
8305         * Makefile.in: Regenerate.
8306
8307 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
8308
8309         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8310         for stages 2 and 3 as well as in make.  As a consequence, remove
8311         OUTPUT_OPTION (now detected by configure) from the flags passed down
8312         to make.
8313         * Makefile.in: Regenerate.
8314
8315         * Makefile.tpl (new-bootstrap): Fix typo.
8316         * Makefile.in: Regenerate.
8317
8318 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
8319
8320         * Makefile.tpl: Rearrange by moving recursive_targets rules
8321         into their proper sections.
8322         * Makefile.tpl (top level bootstrap support): Move disabling
8323         of coverage flags from 'make' to 'configure'; improve comments.
8324         * Makefile.in: Regenerate.
8325
8326         * Makefile.tpl (experimental top level bootstrap) Move stage1
8327         language setting from all- target to configure- target; disable
8328         intermodule optimization in stage 1; prevent gratuitous rebuilds
8329         of stage 1.
8330         * Makefile.in: Regenerate.
8331         * configure.in: Comma-separate stage 1 language list for top
8332         level bootstrap.
8333         * configure: Regenerate.
8334
8335         * Makefile.tpl: Clean up experimental top level bootstrap support:
8336         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8337         prev-gcc in configure- targets as well as all- targets.
8338         * Makefile.in: Regenerate.
8339
8340 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
8341
8342         * compile: New file imported from automake.
8343
8344 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
8345
8346         * configure.in: Remove symbolic link section.
8347         * configure: Regenerate.
8348         * Makefile.tpl (links): Remove.
8349         * Makefile.in: Regenerate.
8350
8351 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
8352             Nathanael Nerode  <neroden@gcc.gnu.org>
8353
8354         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8355         Set with AC_CHECK_PROGS.
8356         * configure.in: Fix comment typo from last patch.
8357         * configure: Regenerate.
8358
8359 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
8360
8361         * Makefile.tpl: Introduce experimental top level bootstrap support.
8362         * Makefile.in: Regenerate.
8363         * configure.in: Introduce support for top level bootstrap.
8364         * configure: Regenerate.
8365
8366 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8367             Paolo Bonzini  <bonzini@gnu.org>
8368
8369         PR bootstrap/14522
8370         * configure.in: Cope with shells that do not support unquoted ^
8371         * configure: Regenerate.
8372
8373 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
8374             Paolo Bonzini  <bonzini@gnu.org>
8375
8376         PR bootstrap/14522
8377         * configure.in: Cope with shells that do not support nesting
8378         quotes inside quoted backquote substitutions.
8379         * configure: Regenerate.
8380
8381 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
8382
8383         PR bootstrap/14522
8384         * configure.in: Fix escaping of $.
8385         * configure: Regenerate.
8386
8387 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
8388
8389         * configure: Regenerate, since I forgot to while committing Paolo's
8390         changes.
8391
8392 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
8393
8394         PR ada/14131
8395         Move language detection to the top level.
8396         * configure.in: Find default values for the tools as
8397         soon as possible.  Disable ada if GNAT is not found.
8398         Emit error message about missing languages.  Expand
8399         --enable-languages=all for the gcc subdirectory.
8400
8401 2004-03-10  Ben Elliston  <bje@gnu.org>
8402
8403         * MAINTAINERS: Update my email address.
8404
8405 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
8406
8407         * ltconfig: Disable building static libraries if building shared
8408         libraries on AIX 5L.
8409
8410 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
8411
8412         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8413         and disable libgcj.
8414         * configure: Regenerated.
8415
8416 2004-03-01  Brian Booth  <bbooth@redhat.com>
8417
8418         * MAINTAINERS: Add myself to write-after-approval.
8419
8420 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
8421
8422         * MAINTAINERS: Add myself to write-after-approval.
8423
8424 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8425
8426         PR bootstrap/7087
8427         * Makefile.tpl: Guard XFOO sed statements better.
8428         * Makefile.tpl: Add dependency for configure-target-libada.
8429         * Makefile.in: Regenerate (incidentally fixes broken
8430         commit when libada-branch was merged).
8431
8432 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
8433
8434         * MAINTAINERS: Add myself to write-after-approval.
8435
8436 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
8437
8438         * MAINTAINERS: Add Nicola Pero and myself as libobjc
8439         maintainers.
8440
8441 2004-02-20  Andrew Cagney  <cagney@redhat.com>
8442
8443         * config.guess: Update from version 2003-10-16 to 2004-02-16.
8444         * config.sub: Update from version 2003-11-03 to 2004-02-16.
8445
8446 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
8447
8448         PR bootstrap/11932
8449         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8450
8451 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
8452
8453         * MAINTAINERS: Added myself to write-after-approval.
8454
8455 2004-02-14  Michael Koch  <konqueror@gmx.de>
8456
8457         * MAINTAINERS: Added myself to write-after-approval.
8458
8459 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
8460
8461         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
8462         some OS port maintainers to OS port maintainers section.
8463
8464 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
8465
8466         * MAINTAINERS: Add self.
8467
8468 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
8469
8470         * MAINTAINERS: Alphabetize.
8471
8472 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
8473
8474         * MAINTAINERS: Remove myself.
8475
8476 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
8477
8478         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8479         (rs6000-*-aix*): Same.
8480         * configure: Regenerate.
8481
8482 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
8483
8484         * configure.in (host): Add in missing $noconfigdirs to defines.
8485         * configure: Regenerate.
8486
8487 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
8488             Nathanael Nerode  <neroden@gcc.gnu.org>
8489
8490         PR ada/6637, PR ada/5911
8491         Merge with libada-branch:
8492         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8493         with appropriate dependencies. Add --enable-libada configure switch.
8494         * configure, Makefile.in: Regenerate.
8495
8496 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
8497
8498         * MAINTAINERS: Add myself to write-after-approval.
8499
8500 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8501
8502         * configure.in: Don't pass --with-stabs on IRIX 5 either.
8503         * configure: Regenerate.
8504
8505 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
8506
8507         Merge from upstream:
8508
8509         * ltmain.in: When setting IFS to '~', be careful about user
8510         arguments that contain '~'.
8511
8512         2004-02-04  Peter O'Gorman  <peter@pogma.com>
8513
8514         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8515         Also test $base_compile against $CC with escaped arguments. Bug
8516         reported by Geoff Keating <geoffk@apple.com>.
8517
8518 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
8519
8520         * MAINTAINERS: Remove i960 port.
8521
8522 2004-01-23  DJ Delorie  <dj@redhat.com>
8523
8524         * Makefile.def (target_modules) [libiberty]: Don't stage.
8525         * Makefile.in: Rebuilt.
8526
8527 2004-01-20  Caroline Tice  <ctice@apple.com>
8528
8529         * MAINTAINERS: Add myself to write-after-approval.
8530
8531 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
8532
8533         * MAINTAINERS: Update my email address.
8534
8535 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
8536
8537         * MAINTAINERS: Add myself to write-after-approval.
8538
8539 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
8540
8541         * MAINTAINERS: Remove entries without email address.
8542
8543 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
8544
8545         * MAINTAINERS: Add myself to write-after-approval.
8546
8547 2004-01-15  Steven Bosscher  <stevenb@suse.de>
8548
8549         * MAINTAINERS: Update my email address.
8550
8551 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
8552
8553         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
8554         * Makefile.tpl (configure-target-[+module+]): Support stage.
8555         * Makefile.in: Rebuilt.
8556
8557 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
8558
8559         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
8560
8561 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
8562
8563         * MAINTAINERS: Add myself as a MIPS maintainer.
8564
8565 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
8566
8567         * configure.in: Use ./config.cache, not config.cache.
8568         * configure: Regenerate.
8569         * Makefile.tpl: Special-casing not needed for GCC any more.
8570         * Makefile.in: Regenerate.
8571
8572         * configure.in: Don't share a cache file for host dirs.
8573         * configure: Regenerate.
8574
8575         * config-ml.in: Don't mess with the cache file.
8576
8577 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
8578
8579         * MAINTAINERS: Move myself from 'Write After Approval' to
8580         'CPU Port Maintainers' section as SPARC maintainer.
8581
8582 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
8583
8584         * Makefile.tpl: Make GCC use a separate config.cache.
8585         * Makefile.in: Regenerate.
8586
8587         PR bootstrap/11932, PR bootstrap/11933
8588         (I don't know if it will fix either of them, but it relates
8589         to them.)
8590         * configure.in: Don't use shared config.cache for target
8591         directories.
8592         * configure: Regenerate.
8593
8594 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
8595
8596         * MAINTAINERS: Add myself to 'Write After Approval' section.
8597
8598 2003-12-31  Roger Sayle  <roger@eyesopen.com>
8599
8600         * configure.in (ia64*-*-hpux*): Disable building java libraries.
8601         * configure: Regenerated.
8602
8603 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
8604
8605         * MAINTAINERS: Remove the mn10200 maintainer.
8606
8607 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
8608
8609         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
8610         * configure: Regenerated.
8611
8612 2003-12-16  Jan Hubicka  <jh@suse.cz>
8613
8614         * MAINTAINERS: Add myself as callgraph maintainer.
8615
8616 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
8617
8618         * configure.in (raw_libstdcxx_flags): Remove the leading space.
8619         * configure: Regenerate.
8620
8621 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
8622
8623         * MAINTAINERS: Move myself from 'Bug database only accounts' to
8624         'Write After Approval' section. Update email.
8625
8626 2003-12-01  James Lemke  <jim@wasabisystems.com>
8627
8628         * MAINTAINERS (Write After Approval): Add myself.
8629
8630 2003-11-20  Matt Thomas  <matt@3am-software.com>
8631
8632         * MAINTAINERS: Add myself as a vax port maintainer.
8633
8634 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
8635
8636         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
8637         (configure-build-[+module+], configure-[+module+]): Likewise.
8638         (configure-target-[+module+], configure-gcc, config.status): Likewise.
8639         * Makefile.in: Regenerate.
8640
8641 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
8642
8643         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
8644         shared/dylibed libraries.
8645         * ltmain.sh: Likewise.
8646         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
8647         * ltcf-cxx.sh: Likewise.
8648         * ltcf-gcj.sh: Likewise.
8649         * ltconfig: Likewise.
8650
8651 2003-11-17  Stan Cox  <scox@redhat.com>
8652
8653         * MAINTAINERS: Add myself as iq2000 port maintainer.
8654
8655 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
8656
8657         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
8658         * Makefile.in: Regenerate.
8659
8660 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
8661
8662         * config.sub: Update to 2003-11-03 version.
8663
8664 2003-10-20  Phil Edwards  <phil@codesourcery.com>
8665
8666         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
8667         * configure:  Regenerate.
8668
8669 2003-10-20  Nicolas Pitre  <nico@cam.org>
8670
8671         * MAINTAINERS: Add myself to 'Write After Approval' section.
8672
8673 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
8674
8675         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
8676
8677 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
8678
8679         * MAINTAINERS: Update my email address.
8680
8681 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8682
8683         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
8684
8685 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
8686
8687         * MAINTAINERS: Add myself to 'Write After Approval' section.
8688
8689 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
8690
8691         * config.guess: Update to 2003-10-16 version.
8692         * config.sub: Update to 2003-10-16 version.
8693
8694 2003-10-15  David Daney  <ddaney@avtrex.com>
8695
8696         * MAINTAINERS: Added myself to 'Write After Approval' section.
8697
8698 2003-10-15  Falk Hueffner  <falk@debian.org>
8699
8700         * MAINTAINERS: Move myself from 'Bug database only accounts' to
8701         'Write After Approval' section. Update email.
8702
8703 2003-10-14  Roger Sayle  <roger@eyesopen.com>
8704
8705         * MAINTAINERS: Move myself from 'Write After Approval' to
8706         'Various Maintainers' section as middle-end maintainer.
8707
8708 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8709
8710         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
8711         HOST_FLAGS_TO_PASS.
8712         * Makefile.in: Regenerate.
8713
8714 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
8715
8716         * config.guess: Update to 2003-10-07 version.
8717         * config.sub: Update to 2003-10-07 version.
8718
8719 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
8720
8721         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
8722         * ltconfig (irix5*, irix6*): Don't override version_type.
8723
8724 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
8725
8726         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
8727         * configure: Rebuilt
8728         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
8729         * Makefile.in: Rebuilt
8730
8731 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8732
8733         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
8734
8735 2003-09-30  Carlo Wood  <carlo@alinoe.com>
8736
8737         * MAINTAINERS (Write After Approval): Add myself.
8738
8739 2003-09-29  Paul Koning  <ni1d@arrl.net>
8740
8741         * MAINTAINERS: Move myself from "Write After Approval"
8742         to CPU platform maintainers for pdp11 platform.
8743
8744 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
8745
8746         * MAINTAINERS: Move myself from 'Write After Approval' to
8747         'Various Maintainers' section as libffi testsuite maintainer.
8748
8749 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
8750
8751         * configure.in: Pass a computed --program-transform-name
8752         to subconfigures.
8753         * configure: Regenerated.
8754
8755 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
8756
8757         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
8758         * Makefile.in: Regenerate.
8759
8760         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
8761         * Makefile.in: Regenerate.
8762
8763 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
8764
8765         * MAINTAINERS: Move myself from 'Write After Approval'
8766         to 'Various Maintainers' (objective-c) section.
8767
8768 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
8769
8770         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
8771         quoting.
8772         * configure: Regenerated.
8773
8774 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
8775
8776         * MAINTAINERS (Write After Approval): Add myself to write after
8777         approval list.
8778
8779 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
8780
8781         * MAINTAINERS (Write After Approval): Add myself.
8782
8783 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
8784
8785         * MAINTAINERS: Update my e-mail address.
8786
8787 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
8788
8789         * libtool.m4 (LD): Correct powerpc64 host match.
8790
8791 2003-09-06  James E Wilson  <wilson@tuliptree.org>
8792
8793         * MAINTAINTERS: Update my affiliation and email address.
8794
8795 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8796
8797         * MAINTAINERS (Write After Approval): Add myself.
8798
8799 2003-09-04  DJ Delorie  <dj@redhat.com>
8800
8801         * configure: Regenerate.
8802
8803 2003-09-04  Robert Millan  <robertmh@gnu.org>
8804
8805         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
8806
8807 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8808
8809         * configure.in: Ensure arguments to sed are properly spaced.
8810         * configure: Regenerate.
8811
8812 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
8813
8814         * MAINTAINERS: Update my e-mail address.
8815
8816 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
8817
8818         * MAINTAINERS (Write After Approval): Add myself.
8819
8820 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
8821
8822         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
8823         * configure: Regenerated.
8824
8825 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
8826
8827         * MAINTAINERS: Update my email address.
8828
8829 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
8830
8831         * configure.in:  Use newline instead of semicolon when assuming
8832         shell arguments in a for loop.
8833         * configure:  Regenerated.
8834
8835 2003-08-22  Jason Eckhardt  <jle@rice.edu>
8836
8837         * MAINTAINERS: Resurrect the i860 maintainer.
8838
8839 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
8840
8841         PR 8180
8842         * configure.in: When testing with_libs and with_headers, treat
8843         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
8844         * configure: Regenerate.
8845
8846         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
8847         make, shell, etc.
8848         (baseargs): Likewise.
8849         * configure: Regenerate.
8850
8851 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
8852
8853         * MAINTAINERS (Write After Approval): Add myself.
8854
8855 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
8856
8857         * configure.in: Disable libgcj for darwin not on powerpc.
8858         * configure: Rebuild.
8859
8860 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
8861
8862         * config-ml.in, symlink-tree: Add license.
8863
8864 2003-08-03  Richard Stallman  <rms@gnu.org>
8865             Eben Moglen  <moglen@columbia.edu>
8866
8867         * README.SCO: New file.
8868
8869 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
8870
8871         * Makefile.tpl (check, check-c++): Express dependencies using
8872         dependencies rather than commands.
8873         * Makefile.in: Regenerate.
8874
8875 2003-08-01  Andrew Cagney  <cagney@redhat.com>
8876
8877         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
8878         * configure: Ditto.
8879
8880 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
8881
8882         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
8883         * Makefile.in: Update.
8884
8885 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
8886
8887         * configure.in: Enable libgcj for darwin.
8888         * configure: Rebuild.
8889
8890 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
8891
8892         * config-ml.in:  Use ac_configure_args directly instead of
8893         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
8894         actually seen.
8895
8896 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8897
8898         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
8899         creating target and build subdirs to build all parent dirs as needed.
8900         * Makefile.in: Rebuild.
8901         * configure.in: Don't build dirs explicitly here.
8902         * configure: Rebuild.
8903
8904 2003-07-26  Paul Brook  <paul@nowt.org>
8905
8906         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
8907
8908 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
8909
8910         * Makefile.tpl (all-make): Depend on intl.
8911         * Makefile.in: Rebuilt.
8912
8913 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
8914
8915         * install-sh:  Update to newer upstream versions (associated with
8916         aclocal 1.7).
8917         * mkinstalldirs:  Likewise.
8918         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
8919
8920 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
8921
8922         * MAINTAINERS: Move self from Bug database only accounts
8923         to write-after-approval.
8924
8925 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
8926
8927         * config.if: Remove unused libc_interface determination.
8928
8929 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
8930
8931         * MAINTAINERS: Move self from write-after-approval to
8932         build machinery (*.in).
8933
8934 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
8935
8936         PR bootstrap/11273
8937         PR bootstrap/11408
8938         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
8939         unused INSTALL_PROGRAM_ARGS.
8940         * configure.in: Use AC_PROG_INSTALL.
8941         * Makefile.in: Regenerate.
8942         * configure: Regenerate.
8943
8944 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
8945
8946         * MAINTAINERS: Alphabetize.
8947
8948 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
8949
8950         * configure: Rebuilt.
8951         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
8952         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
8953         newlib nor libgloss.
8954         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
8955         * configure.in (am33_2.0-*-linux*): Added.
8956
8957 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
8958
8959         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
8960         * configure: Regenerate.
8961
8962 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
8963
8964         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
8965         * Makefile.in: Regenerate.
8966
8967 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8968
8969         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
8970         * Makefile.in: Regenerate.
8971
8972 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
8973
8974         * Makefile.tpl: Replace PWD with PWD_COMMAND.
8975         * Makefile.in: Regenerated.
8976
8977         * config-ml.in: Replace PWD with PWD_COMMAND.
8978
8979 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
8980
8981         * intl: New directory; see intl/ChangeLog for details.
8982         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
8983         * Makefile.tpl: all-gcc depends on maybe-all-intl.
8984         * Makefile.in: Regenerate.
8985
8986 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
8987
8988         * configure.in: Clean up config-lang.in handling.  Delete
8989         useless assignment to "subdirs".
8990         * configure: Regenerate.
8991
8992 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
8993
8994         * configure.in: Rename 'target_libs' to 'target_libraries'.
8995         Remove useless reference to 'target_libs'.
8996         * configure: Regenerate.
8997
8998 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
8999
9000         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9001         * Makefile.in: Regenerate.
9002
9003 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9004
9005         * Makefile.def: Introduce flags_to_pass.
9006         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9007         * Makefile.in: Regenerate.
9008
9009 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
9010
9011         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9012         and target-libgloss.
9013         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9014         <h8300*-*-*>: Disable libf2c and ${libgcj}.
9015         * configure: Regenerate.
9016
9017 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9018
9019         * configure.in: Update testsuite_flags to new location.
9020         * configure. Regenerate.
9021
9022 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9023
9024         * Makefile.tpl: Remove BUILD_CC stuff.
9025         * Makefile.in: Regenerate.
9026
9027 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9028
9029         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9030
9031 2003-06-16  Graeme Peterson  <gp@qnx.com>
9032
9033         * MAINTAINERS (Write After Approval): Add myself.
9034
9035 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9036
9037         * config.guess: Update to 2003-06-12 version.
9038         * config.sub: Update to 2003-06-13 version.
9039
9040 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
9041
9042         * config.guess: Update to 2003-06-06 version.
9043         * config.sub: Update to 2003-06-06 version.
9044
9045 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9046
9047         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9048         * configure. Regenerate.
9049
9050 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9051
9052         * configure.in: Disable serial configure by default.
9053         * configure: Regenerate.
9054         * Makefile.tpl: Abolish .NOTPARALLEL.
9055         * Makefile.in: Regenerate.
9056
9057         * Makefile.tpl: Replace {build,host,target}_canonical by
9058         {build,host,target}.
9059         * Makefile.in: Regenerate.
9060
9061         * Makefile.tpl: Fix stupid pasto.
9062         * Makefile.in: Regenerate.
9063
9064 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9065
9066         * Makefile.tpl: Remove bogus conditional.
9067         * Makefile.in: Regenerate.
9068
9069 2003-06-05  Jan Hubicka  <jh@suse.cz>
9070
9071         * Makefile.tpl (profiledbootstrap): New target.
9072         * Makefile.in (profiledbootstrap): New target.
9073
9074 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
9075
9076         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9077         Pinski. Remove user names from other bugzilla-only maintainers.
9078
9079 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9080
9081         * Makefile.tpl: Make 'recursive targets' using autogen rather
9082         than shell loop.  Remove duplicate 'clean' targets and false
9083         comments.
9084         * Makefile.def: Add systematic dependencies to 'recursive' targets.
9085         Add systematic method of specifying missing targets in subdirs.
9086         Add copyright boilerplate.
9087         * Makefile.in: Regenerate.
9088         * configure.in: Add 'recursive targets' to maybe list.
9089         * configure: Regenerate.
9090
9091         * MAINTAINERS: "GNATS only" -> "Bug database only".
9092
9093         * Makefile.tpl: Rename [+target+] to [+make_target+].
9094         * Makefile.def: Rename 'target' to 'make_target'.
9095
9096 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
9097
9098         * MAINTAINERS: Add self as options handling maintainer.
9099
9100 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
9101
9102         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9103         been too long since I touched those ports.
9104
9105 2003-05-28  DJ Delorie  <dj@redhat.com>
9106
9107         * Makefile.tpl: Make maybe-check-gcc .PHONY.
9108         * Makefile.in: Regenerate.
9109
9110 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9111
9112         * configure.in: Use curly braces in the definition of tooldir.
9113         * configure: Regenerate.
9114
9115 2003-05-21  DJ Delorie  <dj@redhat.com>
9116
9117         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9118         newlib or libgloss.
9119         * Makefile.in: Regenerate.
9120
9121 2003-05-21  DJ Delorie  <dj@redhat.com>
9122
9123         * Makefile.tpl: Add missing empty maybe-check-gcc target.
9124         * Makefile.in: Regenerate.
9125
9126 2003-05-20  Ian Lance Taylor  <ian@airs.com>
9127
9128         * MAINTAINERS: Update my e-mail address.
9129
9130 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9131
9132         * configure.in: Switch more things to use maybe dependencies.
9133         * Makefile.tpl: Switch more things to use maybe dependencies.
9134         Factor out common code from autogen IF statements.
9135         * configure: Regenerate.
9136         * Makefile.in: Regenerate.
9137
9138 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
9139
9140         * configure.in: Accept i[3456789]86 for machine type.
9141         * configure: Regenerate.
9142
9143 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9144
9145         * configure.in: Switch more things to use maybe dependencies.
9146         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
9147         * configure: Regenerate.
9148         * Makefile.tpl: Switch more things to use maybe dependencies.
9149         * Makefile.in: Regenerate.
9150
9151 2003-05-16  Andreas Schwab  <schwab@suse.de>
9152
9153         * Makefile.tpl (install-opcodes): Define.
9154         * Makefile.in: Rebuild.
9155
9156 2003-05-13  Andreas Jaeger  <aj@suse.de>
9157
9158         * config.guess: Update to 2003-05-09 version.
9159         * config.sub: Update to 2003-05-09 version.
9160
9161 2003-05-13  Michael Eager  <eager@mvista.com>
9162
9163         * configure.in: Correct sed script so that options in quotes are not
9164         deleted.
9165         * configure: Rebuild.
9166
9167 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
9168
9169         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9170         and $$s/newlib/libc/sys/cygwin32 include paths.
9171         * configure: Ditto.
9172
9173 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
9174
9175         * MAINTAINERS: Update my email addresses.
9176
9177 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
9178
9179         * config-ml.in: Propagate INSTALL variables.
9180
9181 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9182
9183         * MAINTAINERS: Remove duplicate entries in Write After Approval.
9184
9185 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
9186
9187         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9188         * Makefile.in: Regenerate.
9189
9190 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
9191
9192         * MAINTAINERS (GNATS only): Add Falk Hueffner.
9193
9194 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
9195
9196         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9197
9198 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
9199
9200         * Makefile.tpl: Clean $(BUILD_SUBDIR).
9201         * Makefile.in: Regenerated.
9202
9203 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
9204
9205         * MAINTAINERS (Write After Approval): Upgrade myself from
9206         GNATS only to write-after-approval. Update my mail address.
9207
9208 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
9209
9210         (OS Port Maintainers: freebsd): Add myself.
9211
9212 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
9213
9214         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9215
9216 2003-04-22  Kean Johnston  <jkj@sco.com>
9217
9218         * MAINTAINERS (SCO ports): Added myself.
9219
9220 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
9221
9222         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9223
9224 2003-04-19  Kean Johnston  <jkj@sco.com>
9225
9226         * MAINTAINERS (Write After Approval): Add myself.
9227
9228 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9229
9230         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9231         * Makefile.in: Regenerate.
9232
9233 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
9234
9235         * configure.in (powerpc64*-*-linux*): Remove.
9236         * configure: Rebuilt.
9237
9238 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
9239
9240         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
9241         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9242         and restrap.
9243         * Makefile.in:  Regenerate.
9244
9245 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
9246
9247         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9248         * configure: Regenerated.
9249
9250 2003-04-15  DJ Delorie  <dj@redhat.com>
9251
9252         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9253
9254 2003-04-13  Nick Clifton  <nickc@redhat.com>
9255
9256         * config-ml.in: Remove support for --disable-aix removing
9257         call-aix multilibs.
9258
9259 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
9260
9261         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9262         * */configure: Rebuilt.
9263
9264 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
9265
9266         * MAINTAINERS: Add my email address.
9267
9268 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
9269
9270         * MAINTAINERS (Write After Approval): Add myself.
9271
9272 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9273
9274         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9275         * Makefile.in: Regenerate.
9276
9277 2003-03-14  Michael Chastain  <mec@shout.net>
9278
9279         * Makefile.in: Regenerate with correct Makefile.def.
9280
9281 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9282
9283         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
9284         Make macro.
9285         * Makefile.in: Regenerate.
9286         * configure.in: Clean up gxx_include_dir logic.
9287         * configure: Regenerate.
9288
9289 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
9290
9291         * MAINTAINERS (Write After Approval): Add myself.
9292
9293 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
9294
9295         * MAINTAINERS: Update my mail address.
9296
9297 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
9298
9299         * configure.in (gxx_include_dir): Fix typo.
9300         * configure: Regenerated.
9301
9302 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9303
9304         * Makefile.tpl: Reindent.
9305         * Makefile.in: Regenerate.
9306         * configure.in: Reindent.  Don't set unused variables.
9307         * configure: Regenerate.
9308
9309 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
9310
9311         * configure.in: Include $(build_tooldir)/sys-include in
9312         FLAGS_FOR_TARGET.
9313         * configure: Regenerated.
9314
9315 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9316
9317         * Makefile.tpl: Always pass down RANLIB.
9318         * Makefile.in: Regenerate.
9319
9320         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9321         * Makefile.in: Regenerate.
9322         * configure.in: Remove unused logic relating to --enable-shared
9323         and --enable-threads.  Remove bogus comments.  Remove redundant
9324         noconfigdirs.
9325         * configure: Regenerate.
9326
9327         * configure.in: Replace ${libstdcxx_version} by its value.
9328         Remove reference to mh-dgux.
9329         * configure: Regenerate.
9330
9331 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
9332
9333         * MAINTAINERS (Write After Approval): Add myself.
9334
9335 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9336
9337         * Makefile.tpl: Rearrange.
9338         * Makefile.in: Regenerate.
9339
9340 2003-02-25  Uwe Stieber  <uwe@wwws.de>
9341
9342         * configure.in: Add support for kaOS as cross build target system.
9343         * configure: Regenerated.
9344
9345 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
9346
9347         * MAINTAINERS (Write after approval): Add myself.
9348
9349 2003-02-21  James E Wilson  <wilson@tuliptree.org>
9350
9351         * MAINTAINERS: Update my email address.
9352
9353 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
9354
9355         * MAINTAINERS: Add self to blanket write privs. section.
9356
9357 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
9358
9359         * Makefile.tpl: Add definition of CPPFLAGS to pass into
9360         configure-target-* as some target builds may require additional
9361         flags for preprocessor tests.
9362         * Makefile.in: Regenerated.
9363
9364 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
9365
9366         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9367         * ltconfig: Handle it.
9368         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9369         auto-detecting it.
9370
9371         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9372         it is used as argument to $CC.
9373         * ltcf-gcj.sh: Likewise.
9374
9375         * configure.in: Introduce --enable-maintainer-mode.
9376         * configure: Rebuilt.
9377         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9378         for maintainer mode.
9379         * Makefile.in: Rebuilt.
9380
9381 2003-02-18  Jason Merrill  <jason@redhat.com>
9382
9383         * Makefile.tpl (check-c++): Allow parallelism.
9384
9385 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9386
9387         * MAINTAINERS: Remove John Carr (who never actually had access to
9388         gcc.gnu.org).
9389
9390 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
9391
9392         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9393         don't configure target-libobjc.
9394         * configure: Regenerate.
9395
9396 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9397
9398         * Makefile.tpl (RANLIB): Define.
9399         * Makefile.in: Regenerate.
9400
9401 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
9402
9403         * MAINTAINERS: Update my email.
9404
9405 2003-02-06  Keith R Seitz  <keiths@redhat.com>
9406
9407         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9408         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9409         * Makefile.in: Regenerated.
9410         * configure.in: Remove all traces of snavigator, db, and grep.
9411         * configure: Regenerated.
9412
9413 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9414
9415         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9416         After Approval.
9417
9418 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9419
9420         * MAINTAINERS (Write after approval): Add myself.
9421
9422 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
9423
9424         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9425         * Makefile.in: Regenerated.
9426
9427 2003-01-30  Roger Sayle  <roger@eyesopen.com>
9428
9429         * config.guess: Updated to 2003-01-30's version.
9430         * config.sub: Updated to 2003-01-28's version.
9431
9432 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
9433
9434         * config.if: If gcc_version is already set, just use it.  Don't set
9435         gcc_version_trigger if it's already set, otherwise set it to
9436         gcc/version.c, but only if the file exists.  If it is not set and
9437         gcc/version.c does not exist, try to extract the version number from
9438         $CC.
9439
9440 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
9441
9442         * MAINTAINERS: Add myself to write-after-approval list.
9443
9444 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
9445
9446         * configure.in:  Revert 24Jan change.
9447         * configure:  Regenerate.
9448
9449 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9450
9451         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
9452         entry of HJ Lu.
9453
9454 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9455
9456         * configure.in: Revert previous change.
9457         * configure: Regenerate.
9458
9459 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9460
9461         * configure.in: Make rda native-only.
9462         * configure: Regenerate.
9463
9464 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9465
9466         * MAINTAINERS: Move myself from GNATS-only-accounts to
9467         write-after-approval.
9468
9469 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9470
9471         * configure.in: Add missing \.
9472         * configure: Rebuilt.
9473
9474 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
9475
9476         * configure.in (baseargs): Avoid using \| in sed regular
9477         expressions.
9478         * configure: Rebuilt.
9479
9480 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
9481
9482         * configure.in (baseargs): Remove all supported forms of
9483         --cache-file, --srcdir, --host, --build and --target options
9484         from argument lists.
9485         * configure: Rebuilt.
9486
9487 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
9488
9489         * MAINTAINERS: Add myself to write-after-approval list.
9490
9491 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
9492
9493         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9494         * configure: Rebuilt.
9495
9496 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9497
9498         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9499         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9500         * Makefile.in: Regenerate.
9501         * configure: Regenerate.
9502
9503 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
9504
9505         * configure.in: Remove Makefile in build, host and target modules
9506         unless configure was run with --no-recursion.
9507         * configure: Rebuilt.
9508
9509 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
9510
9511         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9512         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9513         * Makefile.in: Regenerate.
9514
9515 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
9516
9517         * config.guess: Update to 2003-01-03 version.
9518         * config.sub: Update to 2003-01-03 version.
9519
9520 2003-01-07  Christopher Faylor  <cgf@redhat.com>
9521
9522         * configure: Regenerate with proper autoconf 2.13.
9523
9524 2003-01-07  Christopher Faylor  <cgf@redhat.com>
9525
9526         * configure.in: Add AC_PREREQ for consistency.
9527         * configure: Regenerate.
9528
9529 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
9530
9531         * configure.in (GDB_TK): Add tcl directories conditional on
9532         gdb/gdbtk directory being present.
9533         * configure: Regenerate.
9534
9535 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
9536
9537         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
9538         used by gcc if LD is not defined and we are not doing a Canadian Cross.
9539         * configure: Rebuilt.
9540
9541 2002-12-31  Tom Tromey  <tromey@redhat.com>
9542
9543         * Makefile.in: Rebuilt.
9544         * Makefile.def (target_modules) [libffi]: Allow installation.
9545
9546 2002-12-31  Andreas Schwab  <schwab@suse.de>
9547
9548         * configure.in: Fix use of $program_transform_name.
9549         * configure: Regenerated.
9550
9551 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
9552
9553         * configure.in (baseargs): Don't remove first configure argument.
9554         * configure: Regenerated.
9555
9556 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
9557
9558         * Makefile.tpl (local-distclean): Don't remove...
9559         (multilib.ts): ... this.  Moved into...
9560         (multilib.out): ... this.  Don't use sub-make.
9561         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
9562         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
9563         (configure-build-[+module+], configure-[+module+],
9564         configure-target-[+module+], configure-gcc): ... these.  Test
9565         for Makefile existence.  Drop config.status from dependencies.
9566         * Makefile.in: Rebuilt.
9567         * configure.in: Move gcc-version-trigger to the end of
9568         ac_configure_args.  Add comments to maybedep.tmp and
9569         serdep.tmp.  Introduce --disable-serial-configure.  Remove
9570         nonopt from baseargs, matching and removing corresponding
9571         whitespace while at it.
9572         * configure: Rebuilt.
9573
9574 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
9575
9576         * configure.in (host_configargs): Replace reference to
9577         no-longer-defined buildopts with --build=${build_alias}.
9578         * configure: Rebuilt.
9579
9580         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
9581         program_transform_name to standard idiom.
9582         (AUTOGEN, AUTOCONF): Define.
9583         (Makefile.in): Use $(AUTOGEN).
9584         (Makefile): Depend on config.status, and use autoconf-style rule to
9585         build it.  Move original commands to...
9586         (config.status): ... this new target.
9587         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
9588         $(AUTOCONF).
9589         * Makefile.in: Rebuilt.
9590
9591 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9592
9593         * Makefile.tpl: Fix dramatic bustage due to change in
9594         program_transform_name.
9595         * Makefile.in: Regenerate.
9596
9597         * configure.in: Remove unnecessary PATH setting.
9598         * configure: Regnerate.
9599
9600         * configure.in: Don't default to unprefixed tools unless
9601         the native tools will work.
9602         * configure: Regenerate.
9603
9604         * configure.in: Convert to autoconf script.  Blow away lots
9605         of now-redundant Makefile fragments.
9606         * configure: Generate using Autoconf.
9607         * Makefile.tpl: Rewrite to reflect autoconfiscation.
9608         * Makefile.in: Regenerate.
9609
9610 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9611
9612         * configure: Fix stupid bug where RANLIB was mistakenly included.
9613
9614         * configure.in: Rename (buildargs, hostargs, targargs) to
9615         (build_configargs, host_configargs, target_configargs).
9616
9617         * configure.in: Move logic out of sed statement.
9618
9619         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
9620         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
9621
9622 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
9623
9624         * config.sub: Import from master repository
9625         * config.guess: Ditto
9626
9627 2002-12-24  Andreas Schwab  <schwab@suse.de>
9628
9629         * Makefile.tpl (multilib.out): Fix missing space.
9630         * Makefile.in: Regenerate.
9631
9632 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9633
9634         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
9635         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
9636         * Makefile.in: Regenerate.
9637         * configure.in: Remove unnecessary leftovers.
9638
9639 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
9640
9641         * configure.in (extra_ranlibflags_for_target): New variable.
9642         (*-*-darwin): Add -c to ranlib commands.
9643         * configure (tooldir): Handle extra_ranlibflags_for_target.
9644
9645 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9646
9647         * Makefile.tpl: Revert HJL's change.
9648         * Makefile.in: Regenerated.
9649         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
9650         always.
9651
9652 2002-12-19  Andreas Schwab  <schwab@suse.de>
9653
9654         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
9655         * Makefile.in: Regenerate.
9656
9657 2002-12-18  H.J. Lu  <hjl@gnu.org>
9658
9659         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
9660         * Makefile.in: Regenerated.
9661
9662         * configure.in (build_prefix): New. Substitute.
9663
9664 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9665
9666         * Makefile.tpl: Don't let real targets depend on phony targets.
9667         * Makefile.in: Regenerate.
9668
9669         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
9670         * Makefile.in: Regenerate.
9671
9672 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
9673
9674         * config.sub: Import from master repository
9675         * config.guess: Ditto
9676
9677 2002-12-16  Jason Merrill  <jason@redhat.com>
9678
9679         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
9680         previous 'make bootstrap'.
9681         * Makefile.in: Regenerate.
9682
9683 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
9684
9685         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
9686
9687 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9688
9689         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
9690         * Makefile.in: Regenerate.
9691
9692 2002-12-13  Jason Merrill  <jason@redhat.com>
9693
9694         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
9695         library tests.
9696         (check-c++): Just depend on it and check-target-libstdc++-v3.
9697         * Makefile.in: Regenerate.
9698
9699 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
9700
9701         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
9702         * Makefile.in: Rebuilt.
9703
9704 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
9705
9706         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
9707
9708 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9709
9710         * configure: Fix bug put in by gremlins.
9711
9712         * Makefile.tpl: Substitute more autoconfily.
9713         * configure: Substitute more autoconfily.
9714         * Makefile.in: Regenerate.
9715
9716 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
9717
9718         * config.sub: Import from master repository
9719         * config.guess: Ditto
9720         * MAINTAINERS: Added Svein Seldal under write after approval
9721
9722 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
9723
9724         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
9725         * Makefile.in (all-sim): Ditto.
9726
9727 2002-12-06  DJ Delorie  <dj@redhat.com>
9728
9729         * Makefile.tpl: Change configure dependencies to not have real
9730         targets depend on phony targets.
9731
9732 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
9733
9734         * configure.in: Revert unintentional change.
9735
9736         * Makefile.tpl: Change dependency for */multilib.out so that
9737         it works when gcc isn't in the tree.
9738
9739         * configure.in: Substitute more.
9740         * configure: Run subconfigures from the Makefile.
9741         * Makefile.tpl: Run subconfigures from the Makefile; add a few
9742         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
9743
9744 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9745
9746         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
9747
9748 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9749
9750         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
9751         and corresponding dependencies.
9752         * Makefile.in: Regenerate.
9753
9754         * configure.in (host_tools): Order binutils, gas and ld for
9755         convenience in running the testsuites.
9756
9757         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
9758         * Makefile.in: Regenerate.
9759         * configure.in: Introduce rules to serialize subconfigure runs.
9760
9761         * configure.in: Introduce BASE_CC_FOR_TARGET.
9762         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
9763         Realize configure-build-* targets.  Realize configure-target-* targets.
9764         * Makefile.in: Regenerate.
9765
9766 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9767
9768         * configure: Move gcc_version_trigger stuff from here...
9769         * configure.in: ...to here.
9770
9771         * configure.in: Separate subconfigure options added by this file from
9772         options given by the user.  Add machinery to put args for host
9773         subconfigures into the Makefile.
9774
9775         * Makefile.tpl: Remove 'vault' targets.
9776         * Makefile.tpl: Reorder and comment dependencies.
9777         * Makefile.in: Regenerate.
9778
9779 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
9780         * configure.in: Fix my broken commit of previous patch. (sigh)
9781
9782 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9783
9784         * configure.in: Move host-specific darwin noconfigdirs into
9785         the host-specific section.
9786
9787 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
9788
9789         * configure.in: Move host-specific darwin noconfigdirs into
9790         the host-specific section.
9791
9792 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9793
9794         * configure: Remove skip-this-dir support.
9795         * Makefile.tpl: Remove skip-this-dir support.
9796
9797         * Makefile.tpl: Remove leftover support for non-autoconfiscated
9798         subdirectories.
9799         * Makefile.in: Regenerate.
9800
9801         * Makefile.tpl: Strip out useless setting of 'dir'.
9802         * Makefile.in: Regenerate.
9803
9804 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9805
9806         * configure.in: Fix deeply stupid bug.
9807
9808         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
9809         shell code in CXX_FOR_TARGET
9810         * Makefile.def: Introduce raw_cxx.
9811         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
9812         RAW_CXX_FOR_TARGET.
9813         * Makefile.in: Regenerate.
9814
9815 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
9816
9817         * Makefile.tpl: Remove unnecessary ifs.
9818         * Makefile.in: Regenerate.
9819
9820         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
9821         dependencies.  Maybe-ize build-libiberty.  Create dummy install
9822         targets for 'no_install' modules.
9823         * configure: Move GDB_TK substitution to configure.in.  Move
9824         build_modules stuff to configure.in.
9825         * configure.in: Implement soft dependency machinery.  Maybe-ize
9826         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
9827         * Makefile.in: Regenerate.
9828
9829 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9830
9831         * Makefile.tpl: Make all-target, install-target behave similarly
9832         to all, install (only hitting configured targets).  Eliminate
9833         unused macro defintions.
9834
9835         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
9836         build != host.
9837
9838         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
9839
9840         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
9841
9842         * configure.in: Produce lists of subdir targets we're actually
9843         configuring.  Remove references to "dosrel".
9844         * Makefile.tpl: Let configure set which subdir targets are hit.
9845         Remove install-cross; clean up install; remove ALL.  Remove
9846         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
9847         Autogenerate host module targets.  Remove empty dependency lines
9848         and redundant dependency; rearrange slightly.
9849         * Makefile.def: Add host-side libtermcap, utils.
9850
9851         * Makefile.in: Regenerate.
9852
9853 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9854
9855         * ltconfig (osf[345]): Append $major to soname_spec.
9856         Reflect this in library_names_spec.
9857         * ltmain.sh (osf): Prefix $major with . for use as extension.
9858
9859 2002-11-19  Andreas Jaeger  <aj@suse.de>
9860
9861         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
9862         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
9863         and sparc64 GNU/Linux systems.
9864
9865 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
9866
9867         * MAINTAINERS: Update email.
9868
9869 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9870
9871         * MAINTAINERS: Complete James Dennett's entry.
9872
9873 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
9874
9875         * MAINTAINERS (Write After Approval): Add myself.
9876
9877 2002-11-13  Bruce Korb  <bkorb@gnu.org>
9878
9879         * Makefile.tpl: syntactic cleanup
9880
9881 2002-11-13  Stuart Hastings  <stuart@apple.com>
9882
9883         * MAINTAINERS: Add myself to write-after-approval list.
9884
9885 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9886
9887         * Makefile.def: Add list of recursive targets to autogenerate.
9888         Add build_modules.
9889         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
9890         targets.  Autogenerate *-build-* targets.
9891         * Makefile.in: Regenerate.
9892
9893 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9894
9895         * configure: More autoconf-style substitutions.
9896         * Makefile.tpl: More autoconf-style substitutions.
9897         * Makefile.in: Regenerate.
9898
9899 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9900
9901         * configure: Substitute more variables in a more autoconf-friendly
9902         way.  Simplify slightly.
9903         * Makefile.tpl: Make more variables substitutable in an
9904         autoconf-friendly way.
9905         * Makefile.in: Regenerate.
9906
9907 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
9908
9909         * MAINTAINERS (Write After Approval): Add myself.
9910
9911 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9912
9913         * configure.in (v810*): Remove special setting of tools.
9914
9915         * configure: Add support for extra required flags for ar or nm.
9916         * configure.in (aix4.3+): Use above support for target-specific
9917         issues, rather than using config/mt-aix43.
9918
9919 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9920
9921         * configure: Remove 'removing', which doesn't work.  Replace $subdir
9922         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
9923         with $srcdir.  Reformat indentation.  Substitute some variables
9924         formerly hard-coded in the Makefile for build=host.
9925         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
9926         * Makefile.def: Autogenerate more.
9927         * Makefile.in: Regenerate.
9928
9929 2002-11-04  Adam Nemet  <anemet@lnxw.com>
9930
9931         * MAINTAINERS (Write After Approval): Add myself.
9932
9933 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
9934
9935         * Makefile.def (host_modules): Add rda.
9936         * Makefile.in: Regenerate.
9937         * configure.in (target_tool): Add target-rda to list.
9938
9939 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9940
9941         * MAINTAINERS: Remove "co-maintainer" note for web pages.
9942
9943 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
9944
9945         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
9946         and restrap targets to this rule.
9947         * Makefile.in:  Regenerate.
9948
9949 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9950
9951         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
9952         GNATS only accounts.
9953
9954 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
9955
9956         * configure.in (i[3456]86-*-linux*): Add check to disable
9957         ${libgcj} for glibc1.
9958
9959 2002-10-24  Denis Chertykov  <denisc@overta.ru>
9960
9961         * MAINTAINERS: Add myself as ip2k port maintainer.
9962
9963 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
9964
9965         * configure.in: Add tic4x target.
9966
9967 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9968
9969         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
9970         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
9971         * Makefile.in: Regenerate.
9972
9973         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
9974         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
9975         * Makefile.in: Regenerate.
9976
9977 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
9978
9979         * MAINTAINERS: Add myself as web pages co-maintainer.
9980
9981 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9982
9983         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
9984         * Makefile.in: Regenerate.
9985
9986 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
9987
9988         * MAINTAINERS: Add myself and Nathan Sidwell
9989         <nathan@codesourcery.com> as VxWorks maintainers.
9990
9991 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
9992
9993         * Makefile.def: Remove order dependency comments.
9994         * Makefile.tpl: Add explicit install-install dependencies.
9995         * Makefile.in: Regenerate.
9996
9997         * Makefile.tpl: Remove material now in src-release.  (Finally!)
9998         * Makefile.in: Regenerate.
9999
10000         * Makefile.tpl: Add configure-target (for src-release in src)
10001         * Makefile.in: Regenerate.
10002
10003 2002-09-30  Nick Clifton  <nickc@redhat.com>
10004
10005         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10006
10007 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
10008
10009         * configure.in (s390*-*-linux*): Enable libgcj.
10010
10011 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
10012
10013         * configure: Revert accidentally applied changes.
10014
10015         * Makefile.tpl: Make more autoconf-friendly.
10016         * Makefile.in: Regenerate.
10017         * configure: Make substitution more autoconf-like.
10018
10019 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
10020
10021         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10022         single entry to handle all these.
10023         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
10024         libjava on arm-*-elf.
10025
10026 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
10027
10028         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10029         things that depend on them.
10030
10031 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10032
10033         * Makefile.tpl: Make subsituted variables more autoconfy.
10034         * Makefile.in: Regenerate.
10035         * configure: Make seds more autoconfy.
10036
10037 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10038
10039         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10040         * Makefile.in: Regenerate.
10041         * configure.in: Rewrite sed statements to look autoconfy.
10042
10043         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10044         all-target-foo on configure-target-foo.
10045         * Makefile.def: Ditto.
10046         * Makefile.in: Rebuild.
10047
10048 2002-09-25  Andrew Haley  <aph@redhat.com>
10049
10050         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10051
10052 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10053
10054         * Makefile.def: New file.
10055         * Makefile.tpl: New file.
10056         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10057         * contrib/gcc_update: Note that Makefile.in is a generated file.
10058
10059         * configure.in: Minor rearrangement.  Simplify tests.
10060
10061 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
10062
10063         * configure.in (with_headers): Skip copy if value is "yes".
10064         (with_libs): Likewise.
10065
10066 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10067
10068         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10069         * configure.in (sh*-*-pe*): Ditto.
10070         * configure.in (mips*-*-pe*): Ditto.
10071         * configure.in (*arm-wince-pe): Ditto.
10072
10073         * configure.in: Rearrange.
10074
10075 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
10076
10077         * MAINTAINERS: Update my email address.
10078
10079 2002-08-30  Paul Koning  <pkoning@equallogic.com>
10080
10081         * MAINTAINERS: (Write After Approval): Add myself.
10082
10083 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
10084
10085         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10086
10087 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10088
10089         * MAINTAINERS: Change my mailing address.
10090
10091 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
10092
10093         * MAINTAINERS (Write After Approval): Remove myself.
10094         (Various Maintainers: c++ runtime libs): Add myself.
10095
10096 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
10097
10098         * MAINTAINERS (Write After Approval): Remove myself.
10099         (Various Maintainers: c++ runtime libs): Add myself.
10100
10101 2002-08-15  Eric Christopher  <echristo@redhat.com>
10102
10103         * config.sub: Import from master repository.
10104         * config.guess: Ditto.
10105
10106 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
10107
10108         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10109         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10110         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10111
10112 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
10113
10114         * MAINTAINERS: Add self to rs6000 vector extensions.
10115
10116 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
10117
10118         * libiberty/configure: Reverted unintended yesterday's check in.
10119
10120 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
10121
10122         * boehm-gc/configure, libf2c/configure: Rebuilt.
10123         * libffi/configure, libiberty/configure: Ditto.
10124         * libjava/configure, libobjc/configure: Ditto.
10125         * libstdc++-v3/configure, zlib/configure: Ditto.
10126         Merged from binutils:
10127         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
10128         From Steve Ellcey <sje@cup.hp.com>:
10129         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10130         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10131         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10132         IA64.
10133         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10134         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10135         soname_spec, sys_lib_search_path_spec): Ditto.
10136
10137 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
10138
10139         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10140
10141 2002-08-04  H.J. Lu  (hjl@gnu.org)
10142
10143         * configure.in (mips*-*-linux*): Don't skip target-libffi.
10144
10145 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
10146
10147         * MAINTAINERS (Write After Approval): Add myself.
10148
10149 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
10150
10151         * configure.in: Move generic linux case to end.  Copy generic
10152         linux noconfigdirs to mips*-*-linux* entry and new
10153         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
10154
10155 2002-07-19  Michael Matz  <matz@suse.de>
10156
10157         * MAINTAINERS: Add myself as ra* maintainer.
10158
10159 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
10160
10161         * config.guess: Update to 2002-07-09 version.
10162         * config.sub: Update to 2002-07-03 version.
10163
10164 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
10165
10166         * MAINTAINERS: Fix typo in a maintainer email address.
10167
10168 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10169
10170         * configure.in: Remove two redundant tests.
10171
10172 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10173
10174         * configure.in (mips*-*-irix6*o32): Enable stabs.
10175
10176 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
10177
10178         * configure.in: Don't build grez.
10179         * Makefile.in: Ditto.
10180
10181         * Makefile.in: Remove references to bsp, cygmon, libstub.
10182         * configure.in: Ditto.
10183
10184         * configure.in: Remove leftover reference to gdbtest.
10185
10186 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
10187
10188         * configure.in (gxx_include_dir):  Change to match versioned
10189         C++ headers if --enable-version-specific-runtime-libs is used.
10190
10191 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
10192
10193         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10194
10195 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10196
10197         * configure.in: Make --without-x work.
10198
10199 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10200
10201         * configure.in: Rearrange target Makefile fragment collection.
10202
10203         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10204         cvs[src].
10205         * configure.in: Ditto.
10206
10207 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
10208
10209         * MAINTAINERS (Write After Approval): Update my e-mail address.
10210
10211 2002-06-24  Ben Elliston  <bje@redhat.com>
10212
10213         * configure.in (host_tools): Remove cgen.
10214
10215         * Makefile.in (all-cgen): Remove; runs from its source directory.
10216         (check-cgen, install-cgen, clean-cgen): Likewise.
10217         (all-opcodes): Do not depend on all-cgen.
10218         (all-sim): Likewise.
10219
10220 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10221
10222         * Makefile.in: Eliminate 'apache' targets.
10223         * configure.in: Eliminate 'apache' targets.
10224
10225         * configure.in: Eliminate redundant tests.  Reorganize.
10226
10227         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10228
10229         * config-ml.in: Eliminate references to Cygnus configure.
10230
10231         * Makefile.in: Eliminate references to building emacs.
10232
10233 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
10234
10235         * MAINTAINERS: Update my email address.
10236
10237 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
10238
10239         * config.if (libstdcxx_incdir): Version C++ headers.
10240         (cxx_incdir): Remove.
10241
10242 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10243
10244         * MAINTAINERS (Write After Approval): Add self.
10245
10246 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
10247
10248         * configure.in: Add support for ip2k.
10249
10250 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
10251
10252         * configure.in: Fix AIX configury bug.
10253
10254 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
10255
10256         * MAINTAINERS (Write After Approval): Add self.
10257
10258 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10259
10260         * configure.in: replace ${topsrcdir} with ${srcdir}
10261
10262         * configure.in: Move definition of libstdcxx_flags
10263         right above usage, rather than waaay earlier.
10264
10265         * configure.in: Pull definition of is_cross_compiler earlier.
10266
10267         * configure.in: Rearrange a little.
10268
10269         * configure.in: Remove references to librx.
10270         * Makefile.in: Remove references to librx.
10271
10272 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
10273
10274         * config.sub: Add support for avr target.
10275         Import from master sources, rev 1.255
10276
10277 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
10278
10279         * configure, .cvsignore:  Revert previous change...
10280         * Makefile:  ...delete.
10281
10282 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
10283
10284         * configure.in: Eliminate ${gasdir} variable.
10285
10286 2002-06-18  Dave Brolley  <brolley@redhat.com>
10287
10288         * configure.in: Add support for frv.
10289         * config.sub: Add support for frv.
10290
10291 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10292
10293         * configure:  Remove garbage from previous commit.
10294
10295 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
10296
10297         * configure:  For in-source builds, make a subdir and re-exec there.
10298         * Makefile:  New file.  Pass targets through to build directory.
10299         * .cvsignore:  No longer ignore "Makefile".
10300
10301 2002-06-16  Douglas Rupp  <rupp@gnat.com>
10302
10303         * MAINTAINERS (Write After Approval): Add self.
10304
10305 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10306
10307         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10308
10309 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
10310
10311         * configure.in (vax-*-netbsd*): Re-enable gas.
10312
10313 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
10314
10315         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10316         BUILD_PREFIX_1, to correct nomenclature.
10317         * configure: Likewise.
10318
10319         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10320         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10321
10322 2002-05-31  Olaf Hering  <olh@suse.de>
10323
10324         * config-ml.in: Propogate DESTDIR also.
10325
10326 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
10327
10328         * configure.in (vax-*-netbsd*): Don't build gas for this
10329         platform.
10330
10331 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10332
10333         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10334         and libgcj for AVR.
10335
10336 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
10337
10338         * MAINTAINERS (Write After Approval): Add myself.
10339
10340 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
10341
10342         * config.guess: Update to 2002-05-22 version.
10343         * config.sub: Likewise.
10344
10345 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10346
10347         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10348         * config-ml.in: Likewise.
10349         * configure: Likewise.
10350         * configure.in: Likewise.
10351
10352 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
10353
10354         * MAINTAINERS: Update my email address.
10355
10356 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
10357
10358         * configure.in: Simplify makefile fragment collection.
10359
10360         * configure.in: Remove code to build emacs.
10361
10362         * configure.in : Remove --srcdir argument from targargs and buildargs
10363         (it's always overridden in the Makefile anyway).  Rearrange a bit.
10364
10365         * configure: Move some logic to configure.in.
10366         * configure.in: Move some logic from configure.
10367
10368 2002-05-11  Tom Tromey  <tromey@redhat.com>
10369
10370         * MAINTAINERS: Reflect libgcj reality.
10371
10372 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
10373
10374         * Makefile.in: Honour DESTDIR.
10375
10376 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
10377
10378         * config.guess: Import 2002-03-20 version.
10379         * config.sub: Import 2002-04-26 version.
10380
10381 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10382
10383         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10384
10385 2002-05-07  Tim Josling  <tej@melbpc.org.au>
10386
10387         * MAINTAINERS: Add self.
10388
10389 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
10390
10391         * ltmain.sh: Detect and handle object name conflicts
10392         while piecewise linking a static library.
10393
10394 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
10395
10396         * configure.in (noconfigdirs): Don't disable libgcj on
10397         sparc64-*-solaris* and sparcv9-*-solaris*.
10398
10399 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
10400
10401         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10402
10403 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
10404
10405         * configure.in (FLAGS_FOR_TARGET): Do not add
10406         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10407         on i[3456]86-*-linux*.
10408
10409 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
10410
10411         * configure.in (noconfigdirs): Replace [ ] with test.
10412
10413         * configure.in (noconfigdirs): Do not add target-newlib if
10414         target == i[3456]86-*-linux*, and host == target.
10415
10416 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
10417
10418         * configure.in: delete reference to absent file
10419
10420         * configure.in: replace '[' with 'test'
10421
10422         * configure.in: Eliminate references to gash.
10423         * Makefile.in: Eliminate references to gash.
10424
10425         * configure.in: remove useless references to 'pic' makefile fragments.
10426
10427         * configure.in: (*-*-windows*) Finish removing.
10428
10429         * configure.in: Eliminate redundant test for libgui.
10430
10431 2002-04-29  Roger Sayle  <roger@eyesopen.com>
10432
10433         * MAINTAINERS: Add self and realphabetize.  Update entries
10434         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
10435         entry for a29k port maintainer.
10436
10437 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
10438
10439         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10440         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10441
10442 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
10443
10444         * configure.in: remove references to dead files
10445
10446 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
10447
10448         * MAINTAINERS: Add information about purpose of this file.
10449
10450 2002-04-18  Tom Tromey  <tromey@redhat.com>
10451
10452         * configure.in: Disallow configuring libgcj when it is already
10453         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
10454         Solaris 2.8 by default.  For PR libgcj/6158.
10455
10456 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
10457
10458         * configure.in:  Move default CC setting out of config/mh-* fragments
10459         directly into here.
10460
10461 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
10462
10463         * configure.in: don't even try to configure or make a subdirectory
10464         if there's no configure script for it.
10465
10466 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
10467
10468         * MAINTAINERS: Remove chill maintainers.
10469         * Makefile.in (CHILLFLAGS): Remove.
10470         (CHILL_LIB): Remove.
10471         (TARGET_CONFIGDIRS): Remove libchill.
10472         (CHILL_FOR_TARGET): Remove.
10473         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10474         CHILL_LIB.
10475         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10476         (CHECK_TARGET_MODULES): Likewise.
10477         (INSTALL_TARGET_MODULES): Likewise.
10478         (CLEAN_TARGET_MODULES): Likewise.
10479         (configure-target-libchill): Remove.
10480         (all-target-libchill): Remove.
10481         * configure.in (target_libs): Remove target-libchill.
10482         Do not compute CHILL_FOR_TARGET.
10483         * libchill: Remove directory.
10484
10485 2002-04-11  DJ Delorie  <dj@redhat.com>
10486
10487         * Makefile.in, configure.in: Sync with binutils, entries
10488         follow...
10489
10490 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
10491
10492         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
10493         (do-tar, do-bz2): New rules.
10494         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
10495         (gdb-tar): New rule.
10496         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
10497         (insight_dejagnu.tar): New rule.
10498         (insight.tar): New rule.
10499         (gdb+dejagnu.tar): New rule.
10500         (gdb.tar): New rule.
10501
10502 2002-02-01  Mo DeJong  <supermo@bayarea.net>
10503
10504         * Makefile.in: Add all-tix to deps for all-snavigator
10505         so that tix is built when building snavigator.
10506
10507 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
10508
10509         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10510         ld and gdb are not supported.
10511
10512 2002-01-07  Mark Salter  <msalter@redhat.com>
10513
10514         * configure.in: Remove target-bsp and target-cygmon from arm builds.
10515         Allow target-libgloss to be built for arm, strongarm, and xscale.
10516
10517 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
10518
10519         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10520         options for i[3456]86-pc-linux* native builds.
10521
10522 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
10523
10524         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10525         files from .po files for a distribution.
10526
10527 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
10528
10529         * configure.in: Enable libstdc++-v3 for h8300 targets.
10530
10531 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
10532
10533         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10534         version from bfd/.
10535
10536 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
10537
10538         * Makefile.in (VER): When present, extract the version number from
10539         the file version.in.
10540
10541 2001-05-24  Tom Rix  <trix@redhat.com>
10542
10543         * configure.in : enable ld for aix
10544
10545 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10546
10547         * config.guess: Add linux target for S/390.
10548
10549 2000-11-07  Philip Blundell  <pb@futuretv.com>
10550
10551         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10552
10553 2000-11-03  Philip Blundell  <pb@futuretv.com>
10554
10555         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
10556         files.
10557
10558 2001-01-15  Ben Elliston  <bje@redhat.com>
10559
10560         * configure.in (host_tools): Add sid.
10561         Always configure cgen.
10562
10563 2000-11-24  Nick Clifton  <nickc@redhat.com>
10564
10565         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
10566
10567
10568 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
10569
10570         * Makefile.in (ALL_MODULES): Add all-cgen.
10571         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
10572         (all-cgen): New target.
10573         (all-opcodes,all-sim): Depend on all-cgen.
10574         * configure.in (host_tools): Add cgen.
10575         Only configure cgen if --enable-cgen-maint.
10576
10577 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
10578
10579         * configure.in: Add *-*-freebsd* configurations.
10580
10581 2002-04-08  Tom Tromey  <tromey@redhat.com>
10582
10583         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
10584         Fixes PR libgcj/6068.
10585
10586 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
10587
10588         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
10589
10590 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10591
10592         * configure.in (alpha*-dec-osf*): Enable libgcj.
10593
10594 2003-03-27  Matthew Gingell  <gingell@gnat.com>
10595
10596         * MAINTAINERS (Write After Approval): Add myself.
10597
10598 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
10599
10600         Fix for: PR bootstrap/3591, target/5676
10601         * configure.in (mcore-pe): Disable the configuration of
10602         libstdc++-v3 since exceptions are not supported.
10603
10604 2002-03-20  Anthony Green  <green@redhat.com>
10605
10606         * configure.in: Enable libgcj for xscale-elf target.
10607
10608 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
10609
10610         * MAINTAINERS:  Update my email address.
10611
10612 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
10613
10614         * ltmain.sh (relink_command): Fix typo in previous change.
10615
10616 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
10617
10618         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
10619         (relink_command): Added --tag flags.
10620         (mode=install): If relinking fails; error out.
10621
10622 2002-03-12  Richard Henderson  <rth@redhat.com>
10623
10624         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
10625         .NOTPARALLEL tag.
10626         (do-check): Rename from check.
10627         (check): Allow parallel check.
10628
10629 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
10630
10631         * MAINTAINERS: Add myself as maintainer for xtensa port.
10632         Fix alphabetical order in CPU port maintainer list.
10633         Remove myself from Write After Approval list.
10634
10635 2002-03-11  Richard Henderson  <rth@redhat.com>
10636
10637         * Makefile.in (.NOTPARALLEL): Add fake tag.
10638
10639 2002-03-07  H.J. Lu  (hjl@gnu.org)
10640
10641         * configure.in: Enable gprof for mips*-*-linux*.
10642
10643 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
10644
10645         * MAINTAINERS (Write After Approval): Add myself.
10646
10647 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
10648
10649         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
10650         libjava.
10651         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
10652
10653 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
10654
10655         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
10656         because its Makefile is there; test for the executable instead.
10657
10658 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
10659
10660         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
10661         libstdc++-v3 and libjava.
10662
10663 2002-02-11  Adam Megacz  <adam@xwt.org>
10664
10665         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
10666         boehm-gc
10667
10668 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
10669
10670         * config.guess: Updated to 2002-01-30's version.
10671         * config.sub: Updated to 2002-02-01's version.
10672         Contribute sh64-elf.
10673         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
10674         * configure.in: Added sh64-*-*.
10675
10676 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
10677
10678         * MAINTAINERS: Belatedly add myself to write after approval list.
10679
10680 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
10681
10682         * MAINTAINERS: Put self in as maintainer for x86-64 port.
10683         Remove self as Write After Approval.
10684
10685 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
10686
10687         * MAINTAINERS: Put self in as maintainer for contrib/regression
10688         directory.
10689
10690 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
10691
10692         * MAINTAINERS:  Update my email address.
10693
10694 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
10695
10696         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
10697         target-libiberty, and target-libgloss.  Skip Java-related
10698         libraries if not supported for NetBSD on target CPU.
10699
10700 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
10701
10702         * install-sh: Use _inst.$$_ for temp file name.
10703
10704 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
10705
10706         * MAINTAINERS (Write After Approval): Move my contact info
10707         from here...
10708         (OS Port Maintainers): ...to here (netbsd).
10709
10710 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
10711
10712         * MAINTAINERS (Write After Approval): Add myself.
10713
10714 2002-01-17  H.J. Lu  <hjl@gnu.org>
10715
10716         * Makefile.in (all-fastjar): Also depend on all-libiberty.
10717         (all-target-fastjar): Also depend on all-target-libiberty.
10718
10719 2002-01-16  H.J. Lu  (hjl@gnu.org)
10720
10721         * config.guess: Import from master sources, rev 1.225.
10722         * config.sub: Import from master sources, rev 1.238.
10723
10724 2002-01-16  Kazu Hirata  <kazu@hxi.com>
10725
10726         * MAINTAINERS (Write After Approval): Remove myself.
10727
10728 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
10729
10730         * MAINTAINERS (Write After Approval): Add myself.
10731
10732 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
10733
10734         * MAINTAINERS: Add self as docs co-maintainer.
10735
10736 2001-12-11  Matthias Klose  <doko@debian.org>
10737
10738         * MAINTAINERS (Write After Approval): Add myself.
10739
10740 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
10741
10742         * MAINTAINERS: Update my email address.
10743
10744 2001-12-07  Turly O'Connor  <turly@apple.com>
10745         * MAINTAINERS (Write After Approval): Add myself.
10746         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
10747         (rs6000_initialize_trampoline): Call __trampoline_setup for
10748         ABI_DARWIN too.
10749         * darwin-tramp.asm: New file, implements __trampoline_setup.
10750         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
10751
10752 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
10753
10754         * MAINTAINERS (Write After Approval): Add myself.
10755
10756 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
10757
10758         * configure, configure.in: Use temp file for long sed commands.
10759
10760 2001-12-03  Laurent Guerby  <guerby@acm.org>
10761
10762         * config.sub: Update to version 1.232 on subversion.
10763
10764 2001-12-03  Ben Elliston  <bje@redhat.com>
10765
10766         * MAINTAINERS: Update mail address for config.* patches.
10767
10768 2001-11-27  DJ Delorie  <dj@redhat.com>
10769             Zack Weinberg  <zack@codesourcery.com>
10770
10771         When build != host, create libiberty for the build machine.
10772
10773         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
10774         CONFIG_ARGUMENTS.
10775         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
10776         New variables.
10777         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
10778         and rules.
10779         (all.normal): Depend on ALL_BUILD_MODULES.
10780         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
10781         (all-build-libiberty): Depend on configure-build-libiberty.
10782
10783         * configure: Calculate and substitute proper value for
10784         ALL_BUILD_MODULES.
10785         * configure.in: Create the build subdirectory.
10786         Calculate and substitute TARGET_CONFIGARGS (formerly
10787         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
10788
10789 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
10790
10791         * MAINTAINERS (write-after-approval): Add self.
10792
10793 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10794
10795         * MAINTAINERS (GNATS only accounts): Remove self.
10796
10797 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
10798
10799         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
10800         libf2c.
10801
10802 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
10803
10804         * MAINTAINERS (Write After Approval): Add self.
10805
10806 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
10807
10808         * MAINTAINERS: mips and s390 are also CPU ports.
10809
10810 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
10811
10812         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
10813
10814 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
10815
10816         * MAINTAINERS: Alphabetize.
10817
10818 2001-11-09  Kazu Hirata  <kazu@hxi.com>
10819
10820         * MAINTAINERS (Various maintainers: h8 port): Add myself.
10821
10822 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
10823
10824         * MAINTAINERS (Various maintainers: hppa port): Added myself.
10825
10826 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
10827
10828         * configure.in (--enable-languages): Be more permissive about
10829         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
10830
10831 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
10832
10833         * config.sub: Import from master sources, rev. 1.230.
10834         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
10835
10836 2001-11-07  Laurent Guerby  <guerby@acm.org>
10837
10838         * MAINTAINERS (Write After Approval): Add self.
10839
10840 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
10841
10842         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
10843
10844 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
10845
10846         * config.sub: Import from master sources, rev 1.226.
10847         * config.guess: Import from master sources, rev 1.216.
10848
10849 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
10850
10851         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
10852         * MAINTAINERS: Add self as maintainer of MMIX port.
10853         Remove old after-approval entry.
10854
10855 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
10856
10857         * ChangeLog, configure: Fix spelling errors.
10858
10859 2001-10-20  Brendan Kehoe  <brendan@zen.org>
10860
10861         * MAINTAINERS: Tweak my address.
10862
10863 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
10864
10865         * MAINTAINERS: Update my email address.
10866
10867 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
10868
10869         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
10870         * MAINTAINERS: Add self as maintainer of CRIS port.
10871
10872 2001-10-10  Geert Bosch  <bosch@gnat.com>
10873
10874         * MAINTAINERS (Various maintainers: Ada front end):
10875         Added Robert Dewar.
10876
10877 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
10878
10879         * MAINTAINERS (Write After Approval): Added self
10880
10881 2001-10-02  Geert Bosch  <bosch@gnat.com>
10882
10883         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10884
10885 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
10886
10887         * configure: Handle temporary files securely using mkdir.
10888
10889 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
10890
10891         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
10892
10893 2001-09-26  Will Cohen  <wcohen@redhat.com>
10894
10895         * configure.in (*-*-linux*): Disable configuration of target-newlib
10896         and target-libgloss.
10897
10898 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10899
10900         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
10901         RANLIB.
10902
10903 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
10904
10905         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
10906         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
10907         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
10908         avoid quotes nesting problems.
10909         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
10910         (DO_X): Export only variables that are set.
10911
10912 2001-09-19  Ben Elliston  <bje@redhat.com>
10913
10914         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
10915         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
10916         semantics.  Use the shell built-in "type" command instead.
10917
10918 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
10919
10920         Merged from gcc-3_0-branch:
10921         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
10922         * ltcf-c.sh: Use $objext, not $ac_objext.
10923         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
10924         * ltcf-cxx.sh: Add support for GNU.
10925         2001-07-22  Timothy Wall  <twall@redhat.com>
10926         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
10927         default settings if using GNU tools with that configuration.
10928         * ltcf-cxx.sh: Ditto.
10929         * ltcf-gcj.sh: Ditto.
10930         2001-07-21  Michael Chastain  <chastain@redhat.com>
10931         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
10932         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
10933         * ltmain.sh: Mark as gcc-local.
10934
10935 2001-08-30  Eric Christopher  <echristo@redhat.com>
10936             Jason Eckhardt  <jle@redhat.com>
10937
10938         * config.guess: Merge from master sources.
10939         * config.sub: Merge from master sources, add support for mipsisa32.
10940
10941 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
10942         * config.sub: Merge from master sources, rev 1.219.
10943         * MAINTAINERS: Add self as contact for stormy16 port.
10944
10945 2001-08-14  Zack Weinberg  <zackw@panix.com>
10946
10947         * config.sub: Merge from master sources, rev 1.218.
10948         * config.guess: Merge from master sources, rev 1.209.
10949
10950 2001-08-11  Graham Stott  <grahams@redhat.com>
10951
10952         * Makefile.in (check-c++): Add missing semicolon.
10953
10954 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
10955
10956         * MAINTAINERS (Various maitainers: predict.def): Added myself.
10957
10958 2001-07-30  Eric Christopher  <echristo@redhat.com>
10959
10960         * MAINTAINERS (Various maintainers: mips port): Added myself.
10961
10962 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
10963
10964         * configure.in (sh-*-linux*): New.
10965
10966 2001-07-27  Richard Henderson  <rth@redhat.com>
10967
10968         * .cvsignore: Add LAST_UPDATED.
10969
10970 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
10971
10972         * MAINTAINERS (Various maintainers: s390 port): Added myself.
10973
10974 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
10975
10976         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
10977
10978 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
10979
10980         * MAINTAINERS (Write After Approval): Added myself.
10981
10982 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10983
10984         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10985         and libgcj on m68hc11/m68hc12.
10986
10987 2001-06-27  H.J. Lu  (hjl@gnu.org)
10988
10989         * Makefile (CFLAGS_FOR_BUILD): New.
10990         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
10991
10992 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10993
10994         * README: Remove version number.
10995
10996 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10997
10998         * INSTALL/README: Update wrt. to the installation instructions now
10999         residing in gcc/doc/install.texi.
11000
11001 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11002
11003         * README: Replace with a cut-down and updated version of gcc/README.
11004
11005 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
11006
11007         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11008         multilibs to be disabled.
11009
11010 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
11011
11012         * MAINTAINERS (Write After Approval): Add myself.
11013
11014 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
11015
11016         * config.guess: Import CVS version 1.195.
11017         * config.sub: Import CVS version 1.212.
11018
11019 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
11020
11021         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11022         gcc/xgcc is built, use -print-prog-name to find out the program
11023         name to use.
11024
11025 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
11026
11027         * config.guess:  Import CVS version 1.194.  All gcc-local changes
11028         appear to also be in the master copy.
11029         * config.sub:  Import CVS version 1.211.
11030
11031 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
11032
11033         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11034         with_gcc]: Use `gcc -shared' to build a shared library.
11035
11036 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11037
11038         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11039         archives.
11040
11041 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11042
11043         * MAINTAINERS (Write After Approval): Add myself.
11044
11045 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
11046
11047         * configure.in (libstdcxx_flags): Do not try to execute
11048         libstdc++-v3/testsuite_flags until it exists.
11049
11050 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
11051
11052         * MAINTAINERS: Update my email address.
11053
11054 2001-05-31  Graham Stott  <grahams@redhat.com>
11055
11056         * MAINTAINERS (Write After Approval): Add myself.
11057
11058 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
11059
11060         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
11061         libraries when using g++ with native linker.
11062
11063 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
11064
11065         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11066
11067 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
11068
11069         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11070         [aix4*|aix5*]: Prepend blank.
11071
11072 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
11073
11074         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11075         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
11076         of subdir/configure scripts to use the new libtool.m4.
11077
11078 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11079
11080         * MAINTAINERS (Write After Approval): Add myself.
11081
11082 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
11083
11084         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11085
11086 2001-05-11  Ben Elliston  <bje@redhat.com>
11087
11088         * Makefile.in (all-sid): New target.
11089         (check-sid, clean-sid, install-sid): Likewise.
11090
11091 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
11092
11093         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11094
11095 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11096
11097         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11098         libgcj.
11099
11100 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11101
11102         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11103         gcc/xgcc is built, use -print-prog-name to find out the program
11104         name to use.
11105
11106 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
11107
11108         * configure.in (noconfigdirs): Don't reset it from scratch in the
11109         target case; only append to it.
11110
11111         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11112         sparc-*-solaris2.8]: Disable ${libgcj}.
11113
11114 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
11115
11116         * configure.in (libgcj_saved): Copy from $libgcj.
11117         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11118         --disable-libgcj.
11119
11120 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
11121
11122         * MAINTAINERS: Remove self as MIPS maintainer and
11123         C front end maintainer.
11124
11125 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
11126
11127         * configure.in: Move *-chorusos target case to the proper switch.
11128         Disable libgcj.
11129
11130 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11131
11132         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11133         1.641.2.228.
11134
11135 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11136
11137         * Makefile.in (STAGE1_CFLAGS): Pass down.
11138
11139 2001-04-13  Alan Modra  <amodra@one.net.au>
11140
11141         * config.guess: Add hppa64-linux support.  Note for next import that
11142         this is already in the master file.
11143         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
11144
11145 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
11146
11147         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11148         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11149
11150 2001-04-11  Stan Shebs  <shebs@apple.com>
11151
11152         * MAINTAINERS: Add self as Darwin port maintainer.
11153
11154 2001-04-11  Alan Modra  <amodra@one.net.au>
11155
11156         * MAINTAINERS: Update my email address.
11157
11158 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
11159
11160         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11161         recent versions of FreeBSD (release 3 or later).
11162         * ltconfig: On FreeBSD, -lc must not be provided when building
11163         a shared library or else the standard -pthread gcc option is
11164         rendered worthless to later users of the built library.
11165
11166 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
11167
11168         * MAINTAINERS: Add self and RTH as C front end maintainers.
11169
11170 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
11171
11172         * config.sub: Make sure to match an already-canonicalized
11173         machine name (eg. mn10300-unknown-elf).
11174
11175 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
11176
11177         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11178         New macros.
11179         (bootstrap, cross): Use RECURSE_FLAGS.
11180         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11181
11182 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
11183
11184         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11185
11186 2001-03-22  Colin Howell  <chowell@redhat.com>
11187
11188         * Makefile.in (DO_X): Do not backslash single-quotes in
11189         backquotes (two places).
11190
11191 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11192
11193         Re-installed:
11194         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11195         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11196         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11197         * ltcf-cxx.sh: Likewise.
11198         * ltcf-gcj.sh: Likewise.
11199
11200 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11201
11202         * MAINTAINERS: Add myself as "documentation co-maintainer".
11203
11204 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
11205
11206         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11207         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11208
11209 2001-03-19  Tom Tromey  <tromey@redhat.com>
11210
11211         * config-ml.in: Handle GCJ and GCJFLAGS.
11212
11213 2001-03-21  Michael Chastain  <chastain@redhat.com>
11214
11215         * Makefile.in: all-m4 depends on all-texinfo.
11216
11217 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
11218
11219         * MAINTAINERS: Add myself to write after approval list.
11220
11221 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
11222
11223         * Makefile.in (DO_X): Quote nested quotes.
11224
11225 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
11226
11227         * MAINTAINERS: Add myself to write after approval list.
11228
11229 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
11230
11231         * Makefile.in (DO_X): Use double quotes for quoting
11232         "RANLIB=$${RANLIB}".
11233
11234 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
11235
11236         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11237
11238 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
11239
11240         * configure.in: Only use `lang_requires' for languages athat are
11241         actually enabled.
11242
11243 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
11244
11245         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
11246
11247 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
11248
11249         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11250
11251 2001-03-07  Tom Tromey  <tromey@redhat.com>
11252
11253         * configure.in: Allow config-lang.in to set `lang_requires' to list
11254         of other required languages.
11255
11256 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
11257
11258         * Makefile.in: Remove RANLIB definition. Use RANLIB
11259         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11260         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11261
11262 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
11263             Alexandre Oliva  <aoliva@redhat.com>
11264
11265         * Makefile.in (check-c++): Use tabs, not spaces.
11266
11267 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
11268
11269         * MAINTAINERS: add myself to Write After Approval list.
11270
11271 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
11272
11273         * Makefile.in (check-c++): New rule.
11274
11275         * configure.in (target_libs): Remove libg++.
11276         (noconfigdirs): Remove libg++.
11277         (noconfigdirs): Same.
11278         (noconfigdirs): Same.
11279         (noconfigdirs): Same.
11280
11281         * config-ml.in: Remove libg++ references.
11282
11283         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11284         (ALL_TARGET_MODULES): Same.
11285         (configure-target-libg++): Remove.
11286         (all-target-libg++): Remove.
11287         (configure-target-libio): Remove.
11288         (all-target-libio): Remove.
11289         (check-target-libio): Remove.
11290         (.PHONY): Remove.
11291         (libg++.tar.bz2): Remove.
11292         (all-target-cygmon): Remove libio.
11293         (all-target-libstdc++): Remove.
11294         (configure-target-libstdc++): Remove.
11295         (TARGET_LIB_PATH): Remove libstdc++.
11296         (ALL_GCC_CXX): Remove libstdc++.
11297         (all-target-gperf): Correct.
11298
11299 2001-02-16  Nick Clifton  <nickc@redhat.com>
11300
11301         * configure.in (noconfigdirs): Allow configuration of texinfo
11302         for Cygwin hosts.
11303
11304 2001-02-15  Anthony Green  <green@redhat.com>
11305
11306         * configure: Introduce GCJ_FOR_TARGET.
11307         * configure.in: Ditto.
11308         * Makefile.in: Ditto.
11309
11310 2001-02-13  Andreas Schwab  <schwab@suse.de>
11311
11312         * MAINTAINERS: Update mail address.
11313
11314 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11315
11316         * config.guess: Add linux target for S/390.
11317         * config.sub: Likewise.
11318
11319 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
11320
11321         * configure.in: for *-chorusos, don't config target-newlib and
11322         target-libgloss.
11323
11324 2001-02-06  Ben Elliston  <bje@redhat.com>
11325
11326         * configure: Output host type to stdout, not stderr.
11327
11328 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
11329
11330         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11331         * ltcf-cxx.sh: Likewise.
11332
11333         * config.if: Assume enable_libstdcxx_v3 is defined.
11334
11335 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
11336
11337         Remove V2 C++ library.
11338         * configure.in: Remove --enable-libstdcxx_v3 support.
11339
11340 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
11341
11342         * include/demangle.h: Add prototype for java_demangle_v3.
11343
11344 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
11345
11346         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
11347
11348 2001-01-27  Richard Henderson  <rth@redhat.com>
11349
11350         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11351
11352 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11353
11354         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11355         Don't unset, it's non-portable and no longer necessary, set to empty
11356         instead.
11357
11358 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11359
11360         * ltconfig: Shell portability fix for the tagname validity check.
11361
11362 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
11363
11364         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11365         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11366
11367 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11368
11369         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11370
11371 2001-01-26  Tom Tromey  <tromey@redhat.com>
11372
11373         * configure.in: Allow libgcj to be built on Sparc Solaris.
11374
11375 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
11376
11377         * ltcf-c.sh: Add aix5 case.
11378         * ltcf-cxx.sh: Likewise.
11379         * ltconfig: Likewise.
11380
11381 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
11382
11383         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11384         keep at least one of build_libtool_libs or build_old_libs set to
11385         yes.
11386
11387         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11388         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11389
11390 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
11391
11392         * configure.in: Enable libgcj on several additional platforms.
11393
11394 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
11395
11396         * configure.in: Enable libgcj for linux targets.
11397
11398 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11399
11400         * MAINTAINERS (Write After Approval): Add myself.
11401
11402 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11403
11404         * MAINTAINERS: Add myself as vax port maintainer.
11405
11406 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
11407
11408         * MAINTAINERS: Add myself as Mercury front-end maintainer.
11409
11410 2001-01-09  Mike Stump  <mrs@wrs.com>
11411
11412         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11413         failures of subdirectories.
11414
11415 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11416
11417         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
11418         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11419         * ltcf-cxx.sh: Likewise.
11420         * ltcf-gcj.sh: Likewise.
11421         * ltconfig.sh: Fix typo.
11422
11423 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11424
11425         * configure: handle DOS-style absolute paths.
11426
11427 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
11428
11429         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11430
11431 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
11432
11433         * MAINTAINERS: Add myself as avr port co-maintainer.
11434
11435 2000-12-28  Ben Elliston  <bje@redhat.com>
11436
11437         * MAINTAINERS: Add myself under ``Write After Approval''.
11438
11439 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
11440
11441         * texinfo: Remove directory from GCC.
11442
11443 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
11444
11445         * COPYING: Update to current
11446         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11447         to 19yy as example year in copyright notice).
11448
11449 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
11450
11451         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11452         (libstdcxx_incdir): Pass down.
11453         * config.if: Remove expired bits for cxx_interface, add stub.
11454         (libstdcxx_incdir): Add variable for g++ include directory.
11455         * configure.in (gxx_include_dir): Use it.
11456
11457 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
11458
11459         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
11460         with old-email address from ``Write After Approval''.
11461
11462 2000-12-15  Andreas Jaeger  <aj@suse.de>
11463
11464         * configure.in: Handle lang_dirs.
11465
11466 2000-12-14  Tom Tromey  <tromey@redhat.com>
11467
11468         * MAINTAINERS: Removed brads.
11469
11470         * MAINTAINERS: Added gcj developers.
11471
11472 2000-12-13  Anthony Green  <green@redhat.com>
11473
11474         * configure.in: Disable libgcj for any target not specifically
11475         listed.  Disable libgcj for x86 and Alpha Linux until compatible
11476         with g++ abi.
11477
11478 2000-12-13  Mike Stump  <mrs@wrs.com>
11479
11480         * Makefile.in (local-distclean): Also remove fastjar.
11481
11482 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
11483
11484         * contrib/gcc_update: Add fastjar --touch entries.
11485
11486 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
11487
11488         * configure.in: Disable language-specific target libraries for
11489         languages that aren't enabled.
11490
11491 2000-12-10  Anthony Green  <green@redhat.com>
11492
11493         * configure.in: Define libgcj.  Disable libgcj target libraries for
11494         most targets.
11495
11496 2000-12-10  Neil Booth  <neilb@earthling.net>
11497
11498         * MAINTAINERS: Update mail address, remove from WAA list.
11499
11500 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11501
11502         * libjava: Imported from /cvs/java.
11503         * libffi: Likewise.
11504         * Boehm-gc: Likewise.
11505
11506 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11507
11508         * configure.in (target_libs): Revert 2000-12-08 patch.
11509         (noconfigdirs): Added target-libjava.
11510
11511 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
11512
11513         * djunpack.bat: removed.
11514
11515 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
11516
11517         * Makefile.in: handle DOS-style absolute paths.
11518         * config-ml.in: likewise.
11519         * symlink-tree: likewise.
11520
11521 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11522
11523         * fastjar: Imported.
11524
11525 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11526
11527         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11528         libjava.
11529         * configure.in (target_libs): Removed `target-libjava'.
11530
11531 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11532
11533         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11534         (ALL_MODULES): Added fastjar.
11535         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11536         (all-target-libjava): all-fastjar replaces all-zip.
11537         (all-fastjar): Added.
11538         (configure-target-fastjar, all-target-fastjar): Likewise.
11539         * configure.in (host_tools): Added fastjar.
11540
11541 2000-12-07  Mike Stump  <mrs@wrs.com>
11542
11543         * Makefile.in (local-distclean): Remove leftover built files.
11544
11545 2000-11-24  Nick Clifton  <nickc@redhat.com>
11546
11547         * configure.in (xscale-elf): Add target.
11548         (xscale-coff): Add target.
11549
11550 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
11551
11552         * ltcf-cxx.sh: Support creation of C++ shared libraries on
11553         recent versions of FreeBSD (release 3 or later).
11554         * ltconfig: On FreeBSD, -lc must not be provided when building
11555         a shared library or else the standard -pthread gcc option is
11556         rendered worthless to later users of the built library.
11557
11558 2000-11-16  Fred Fish  <fnf@be.com>
11559
11560         * configure.in (enable_libstdcxx_v3): Fix typo,
11561         libstd++ -> libstdc++.
11562
11563 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11564
11565         * MAINTAINERS: Add self to Write After Approval list.
11566
11567 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
11568
11569         * MAINTAINERS: Update my email address.  Add myself to global write
11570         privs list.
11571
11572 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
11573
11574         * Makefile.in: Merge with src and libgcj.
11575         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
11576         configure-target-<library> when their configure scripts need the C
11577         or C++ library to have already been built to work properly.
11578         (do_proto_toplev): Set them to an empty string.
11579
11580         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
11581         (REALLY_SET_LIB_PATH): Use them.
11582
11583 2000-11-17  Stan Shebs  <shebs@apple.com>
11584
11585         * MAINTAINERS: Add self to Write After Approval list.
11586
11587 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11588
11589         * configure: Provide the original toplevel configure arguments
11590         (including $0) to subprocesses in the environment rather than
11591         through gcc/configargs.h.
11592
11593 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11594
11595         * MAINTAINERS: Remove references to cccp. Change C9X reference to
11596         C99.  Alphabetise "Write After Approval" list.
11597
11598 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
11599
11600         * configure: Turn on libstdc++ V3 by default.
11601
11602         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
11603         if we've got GCC.
11604
11605 2000-11-11  Philip Blundell  <philb@gnu.org>
11606
11607         * MAINTAINERS: Add self to Write After Approval list.
11608
11609 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
11610
11611         * ltcf-c.sh (aix4): Improve shared library configuration; require
11612         exporting symbols.
11613         * ltcf-cxx.sh (aix4): Define.
11614         * ltconfig (aix4): Define library and soname specs appropriate for
11615         AIX.  Define command to create export symbols list.
11616
11617 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
11618
11619         * config.sub: Add support for Sun Chorus
11620
11621 2000-10-31  Nick Clifton  <nickc@redhat.com>
11622
11623         * MAINTAINERS: Rename <name>@cygnus.com addresses to
11624         <name>@redhat.com.  Also installed new email address for Clint
11625         Popetz.
11626
11627 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11628
11629         * etc: Remove directory from GCC.
11630
11631 2000-10-16  Michael Meissner  <meissner@redhat.com>
11632
11633         * configure (gcc/configargs.h): Only create if there is a build GCC
11634         directory created.
11635
11636 2000-10-16  Matthias Klose  <doko@debian.org>
11637
11638         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
11639         when configured for libstdc++-v3.
11640
11641 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
11642
11643         * configure: Save configure arguments to gcc/configargs.h.
11644
11645 2000-10-04  Philipp Thomas  <pthomas@suse.de>
11646
11647         * config.guess: Import CVS version 1.157.
11648         * config.sub: Import CVS version 1.181.
11649
11650 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
11651
11652         * Makefile.in (bootstrap): avoid recursion if subdir missing
11653         (cross): ditto
11654         (do-proto-toplev): ditto
11655
11656 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
11657
11658         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
11659         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
11660
11661         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
11662         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
11663         all affected `configure' scripts.
11664
11665 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
11666
11667         * MAINTAINERS: Add self as cpplib co-maintainer.
11668
11669 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
11670
11671         * MAINTAINERS: Add self to Write After Approval list.
11672
11673 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11674
11675         * INSTALL/README: egcs -> GCC update.
11676
11677 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
11678
11679         * MAINTAINERS: Add myself to Write After Approval list.
11680
11681 2000-09-15  Kazu Hirata  <kazu@hxi.com>
11682
11683         * MAINTAINERS: Add myself to Write After Approval list.
11684
11685 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
11686
11687         * configure.in: Do not build byacc for hppa64.  Provide paths to the
11688         X11 libraries for hppa64.
11689
11690 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11691
11692         * MAINTAINERS: Add myself as 68hc11 port maintainer.
11693
11694 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
11695
11696         * Makefile.in (all-zlib): Added dummy target.
11697
11698         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11699         ltcf-gcj.sh: Updated from libtool multi-language branch.
11700
11701 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
11702
11703         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
11704         (bootstrap*): Depend on all-bootstrap.
11705
11706 2000-09-05  Philipp Thomas  <pthomas@suse.de>
11707
11708         * config.guess: Import CVS version 1.156.
11709         * config.sub: Import CVS version 1.179.
11710
11711 2000-09-02  Anthony Green  <green@cygnus.com>
11712
11713         * Makefile.in (all-gcc): Depend on all-zlib.
11714         (CLEAN_MODULES): Add clean-zlib.
11715         (ALL_MODULES): Add all-zlib.
11716         * configure.in (host_libs): Add zlib.
11717
11718 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
11719
11720         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
11721         crosses, but add gcc/include to the header search path for them.
11722
11723 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
11724
11725         * MAINTAINERS: Add self to Write After Approval list.
11726
11727 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
11728
11729         * config.guess: Import CVS version 1.152.
11730         * config.sub: Import CVS version 1.177.
11731
11732 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
11733
11734         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
11735         $targargs to tell whether newlib is going to be built.
11736
11737         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
11738         $$r/TARGET_SUBDIR/libio for _G_config.h.
11739
11740 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
11741
11742         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
11743
11744 2000-08-22  DJ Delorie  <dj@redhat.com>
11745
11746         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
11747
11748 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
11749
11750         * config-ml.in (CC, CXX): Avoid trailing whitespace.
11751         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
11752         sub-configures.
11753
11754 2000-08-21  DJ Delorie  <dj@redhat.com>
11755
11756         * MAINTAINERS: Add self as a libiberty maintainer
11757
11758 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
11759
11760         * configure.in (libstdcxx_flags): Use
11761         libstdc++-v3/src/libstdc++.INC.
11762
11763 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
11764
11765         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
11766
11767 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
11768
11769         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
11770
11771         * configure: Make enable_threads and enable_shared defaults
11772         explicit.  Substitute enable_threads into generated Makefiles.
11773         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
11774         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
11775
11776 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
11777
11778         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
11779
11780 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
11781
11782         * config-ml.in (CC): Remove bogus duplicate quotation mark from
11783         previous delta.
11784
11785 2000-08-11  Jason Merrill  <jason@redhat.com>
11786
11787         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
11788         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
11789         (FLAGS_FOR_TARGET): Not here.
11790         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
11791
11792 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
11793
11794         * config-ml.in (CC, CXX): Don't introduce a leading space.
11795
11796 2000-08-07  DJ Delorie  <dj@delorie.com>
11797
11798         * MAINTAINERS: Add self as a DJGPP maintainer
11799
11800 2000-08-07  DJ Delorie  <dj@redhat.com>
11801
11802         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
11803         "if we're also building gcc, and it's a gcc that will run on the
11804         build machine, we want to use its includes instead of the system's
11805         default includes".
11806
11807 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11808
11809         * MAINTAINERS: Add self to Write After Approval list.
11810
11811 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
11812
11813         * configure.in (libstdcxx_flags): Don't use `"'.
11814
11815         * config-ml.in: Adjust multilib search paths to the
11816         appropriate multilib tree.
11817
11818 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
11819
11820         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
11821         commas in $LANGUAGES.
11822
11823 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
11824
11825         * configure.in: Re-enable all references to libg++ and librx.
11826
11827 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
11828
11829         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
11830         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
11831         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
11832         * ltcf-cxx.sh (need_lc): Set based on postdeps.
11833
11834         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
11835
11836 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
11837
11838         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
11839         CXX_FOR_TARGET for sed.
11840
11841 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
11842
11843         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
11844         Do not override if already set in the environment or in configure.
11845         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
11846         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
11847
11848 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
11849
11850         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
11851         the libtool CVS tree multi-language branch.
11852         * ltconfig, ltmain.sh: Updated.
11853
11854 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
11855
11856         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
11857         (clean-target): Depend on it.
11858
11859         * Makefile.in (FLAGS_FOR_TARGET): New macro.
11860         (GCC_FOR_TARGET): Use it.
11861         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
11862         * configure.in: ... here.
11863         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
11864         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
11865
11866 2000-07-24  Eric Christopher  <echristo@cygnus.com>
11867
11868         * MAINTAINERS: Add self to Write After Approval list.
11869
11870 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
11871
11872         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
11873         (configure-target-libchill, configure-target-libobjc): Likewise.
11874
11875         * configure.in: Use the same cache file for all target libs.
11876         * config-ml.in: But different cache files per multilib variant.
11877
11878 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
11879
11880         * configure (topsrcdir): Don't use dirname.
11881
11882 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
11883
11884         * MAINTAINERS: Add self to Write After Approval list.
11885
11886 2000-07-20  Jason Merrill  <jason@redhat.com>
11887
11888         * configure.in: Remove all references to libg++ and librx.
11889
11890         * configure, configure.in, Makefile.in: Unify gcc and binutils.
11891
11892 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
11893
11894         * config.sub: Update to subversions version 2000-07-06.
11895
11896 2000-07-12  Andrew Haley  <aph@cygnus.com>
11897
11898         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
11899         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
11900
11901 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
11902
11903         * symlink-tree:  Check number of arguments.
11904
11905 2000-07-05  Jim Wilson  <wilson@cygnus.com>
11906
11907         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
11908         search path for a g++ extracted from the build tree.  This
11909         will allow link tests run by configure scripts in
11910         subdirectories to succeed.
11911
11912 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
11913
11914         * ltconfig: Add support for mips-dde-sysv4.2MP
11915
11916 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
11917
11918         * MAINTAINERS: Add myself as loop discovery maintainer.
11919
11920 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
11921
11922         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
11923         `os2'. Force ac_cv_exeext to be ".exe" in that case.
11924
11925 2000-06-19  Timothy Wall  <twall@cygnus.com>
11926
11927         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
11928         * config.sub: Add tic54x target.
11929
11930 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
11931
11932         * MAINTAINERS: Add self as Fortran maintainer,
11933         remove Craig Burley.
11934
11935 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11936
11937         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
11938         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
11939
11940 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
11941
11942         * MAINTAINERS: Add self as i18n maintainer
11943
11944 20000-05-21  H.J. Lu  (hjl@gnu.org)
11945
11946         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
11947         directory are used if they exist. Make sure
11948         $(build_tooldir)/include is searched for header files,
11949         $(build_tooldir)/lib/ for library files.
11950         (GCC_FOR_TARGET): Likewise.
11951         (CXX_FOR_TARGET): Likewise.
11952
11953 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
11954
11955         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
11956
11957 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
11958
11959         * Makefile.in (configure-target-libiberty): Depend on
11960         configure-target-newlib.
11961
11962 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
11963
11964         * configure.in, Makefile.in: Merge all libffi-related
11965         configury stuff from the libgcj tree.
11966
11967 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11968
11969         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11970         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
11971
11972 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11973
11974         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
11975         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
11976         current version information.  Add to proto-toplev directory.
11977         (gdb-taz): Build do-djunpack.
11978
11979 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
11980
11981         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
11982
11983 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11984
11985         * MAINTAINERS: Add self to Write After Approval list.
11986
11987 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
11988
11989         * ltmain.sh: Preserve in relink_command any environment
11990         variables that may affect the linker behavior.
11991
11992 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
11993
11994         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
11995
11996 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
11997
11998         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
11999
12000 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12001
12002         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12003         with the version name.
12004
12005 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
12006
12007         * MAINTAINERS: Add self as bb-reorder maintainer.
12008
12009 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
12010
12011         * config.if: Tweak.
12012
12013 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
12014
12015         * djunpack.bat: New file.
12016
12017 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12018
12019         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12020         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12021         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12022         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12023
12024 2000-04-16  Dave Pitts  <dpitts@cozx.com>
12025
12026         * config.sub (case $basic_machine): Change default for "ibm-*"
12027         to "openedition".
12028
12029 2000-04-13  Andreas Jaeger  <aj@suse.de>
12030
12031         * MAINTAINERS: Added myself.
12032
12033 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12034
12035         * Makefile.in (gdb-taz): New target.  GDB specific archive.
12036         (do-md5sum): New target.
12037         (MD5PROG): Define.
12038         (PACKAGE): Default to TOOL.
12039         (VER): Default to a shell script.
12040         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
12041         md5 checksum generation.
12042         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12043         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12044         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12045         insight.tar.bz2): Use gdb-taz to create archive.
12046
12047 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12048
12049         * configure (warn_cflags): Delete.
12050
12051 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
12052
12053         * MAINTAINERS: Added myself.
12054
12055 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
12056             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
12057
12058         * configure.in (enable_libstdcxx_v3): Add.
12059         (target_libs): Add bits here to switch between libstdc++-v2 and
12060         libstdc++-v3.
12061         * config.if: And this file too.
12062         * Makefile.in: Add libstdc++-v3 targets.
12063
12064 2000-04-05  Michael Meissner  <meissner@redhat.com>
12065
12066         * config.sub (d30v): Add d30v as a basic machine type.
12067
12068 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
12069
12070         * configure.in: -linux-gnu*, not -linux-gnu.
12071
12072 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12073
12074         * MAINTAINERS: Add self in write-after-approval section.
12075
12076 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
12077
12078         * MAINTAINERS: Add self as ia64 port maintainer.
12079
12080 2000-03-08  Neil Booth  <NeilB@earthling.net>
12081
12082         * MAINTAINERS: Add self in write-after-approval section.
12083
12084 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12085
12086         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12087         (do-tar-bz2): Replace TOOL with PACKAGE.
12088         (gdb.tar.bz2): Remove GDBTK from GDB package.
12089         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12090         dejagnu.tar.bz2): New packages.
12091
12092 2000-02-27  Andreas Jaeger  <aj@suse.de>
12093
12094         * configure.in: Add entry for mips*-*-linux*, move catch all
12095         *-*-*linux* entry below this one.
12096
12097 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
12098
12099         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12100
12101 2000-02-24  Nick Clifton  <nickc@cygnus.com>
12102
12103         * config.sub: Support an OS of "wince".
12104
12105 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12106
12107         * config.guess, config.sub: Updated to match config's 2000-02-15
12108         version.
12109
12110 2000-02-23  Linas Vepstas  <linas@linas.org>
12111
12112         * config.sub: Add support for Linux/IBM 370.
12113         * configure.in: Likewise.
12114
12115 2000-02-22  Nick Clifton  <nickc@cygnus.com>
12116
12117         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12118
12119 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
12120
12121         * config.guess: Guess "cygwin" rather than "cygwin32".
12122
12123 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12124
12125         * configure (gcc_version): When setting, narrow search to
12126         lines containing `version_string'.
12127
12128 2000-02-15  Denis Chertykov  <denisc@overta.ru>
12129
12130         * config.sub: Add support for avr target.
12131
12132 2000-02-14  Nick Clifton  <nickc@cygnus.com>
12133
12134         * MAINTAINERS: Add maintainers for MCore port.
12135
12136 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
12137
12138         * config.sub: Add mmix-knuth-mmixware.
12139
12140 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12141
12142         * MAINTAINERS: Pair cccp with cpplib maintainership.
12143
12144 2000-01-27  Christopher Faylor  <cgf@redhat.com>
12145
12146         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12147         structure stuff to -L library search.
12148         (CXX_FOR_TARGET): Ditto.
12149         (CROSS_CHECK_MODULES): Fix spelling mistake.
12150
12151 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
12152
12153         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12154         the C++ compiler.
12155
12156 2000-01-12  Richard Henderson  <rth@cygnus.com>
12157
12158         * configure.in: Don't build some bits for beos.
12159
12160 2000-01-12  Joel Sherrill (joel@OARcorp.com)
12161
12162         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12163         as include files.
12164
12165 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
12166
12167         * Add self as cpplib maintainer, as requested by Jason
12168         Merrill.  Correct my e-mail address.
12169
12170 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
12171
12172         * configure.in: Use mt-aix43 to handle *_TARGET defs,
12173         not mh-aix43.
12174
12175 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
12176
12177         * MAINTAINERS: Add myself to "write after approval" list.
12178
12179 1999-12-14  Richard Henderson  <rth@cygnus.com>
12180
12181         * config.guess (alpha-osf, alpha-linux): Detect ev67.
12182         * config.sub: Accept alphaev[78], alphaev8.
12183
12184 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12185
12186         * config.guess, config.sub: Update from autoconf.
12187
12188 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
12189
12190         * MAINTAINERS:  update my playtime e-address.
12191
12192 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12193
12194         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12195         necessary libraries are missing.
12196
12197 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
12198
12199         * MAINTAINERS: Add new 'write after approval' maintainer.
12200
12201 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12202
12203         * MAINTAINERS: Add new Java maintainer.
12204
12205 1999-10-25  Andreas Schwab  <schwab@suse.de>
12206
12207         * configure: Fix quoting inside arguments of eval.
12208
12209 1999-10-21  Nick Clifton  <nickc@cygnus.com>
12210
12211         * config-ml.in: Allow suppression of some ARM multilibs.
12212
12213 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
12214
12215         * config.guess: Add OS/390 match pattern.
12216         * config.sub: Add mvs, openedition targets.
12217         * configure.in (i370-ibm-opened*): New.
12218
12219 1999-09-04  Steve Chamberlain  <sac@pobox.com>
12220
12221         * config.sub: Add support for configuring for pj.
12222
12223 1999-08-31  Nick Clifton  <nickc@cygnus.com>
12224
12225         * config.sub (maybe_os): Add support for configuring for fr30.
12226
12227 1999-08-25  Nick Clifton  <nickc@cygnus.com>
12228
12229         * configure.in: Do not configure or build ld for AIX
12230         platforms.  ld is known to be broken on these platforms.
12231
12232 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12233
12234         * config-ml.in: Pass compiler flag corresponding to multidirs to
12235         subdir configures.
12236
12237 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
12238
12239         * Makefile.in (LDFLAGS): Define.
12240
12241 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
12242
12243         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12244         noconfigdirs.
12245         (*-*-cygwin*): Likewise.
12246
12247 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
12248
12249         * mkdep: New file.
12250         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12251         (BINUTILS_SUPPORT_DIRS): Add mkdep.
12252
12253         From Eli Zaretskii <eliz@is.elta.co.il>:
12254         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12255         long file name when using DJGPP on MS-DOS.
12256
12257 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
12258
12259         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12260
12261 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
12262
12263         * Makefile.in (check-target-libio): Remove all-target-libstdc++
12264         dependency as this causes "make check" to globally "make all"
12265
12266 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
12267
12268         * configure.in (target_libs): Added target-zlib.
12269         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12270         (CONFIGURE_TARGET_MODULES): Likewise.
12271         (CHECK_TARGET_MODULES): Likewise.
12272         (INSTALL_TARGET_MODULES): Likewise.
12273         (CLEAN_TARGET_MODULES): Likewise.
12274         (configure-target-zlib): New target.
12275         (all-target-zlib): Likewise.
12276         (all-target-libjava): Depend on all-target-zlib.
12277         (configure-target-libjava): Depend on configure-target-zlib.
12278
12279         * Makefile.in (configure-target-libjava): Depend on
12280         configure-target-newlib.
12281         (configure-target-boehm-gc): New target.
12282         (configure-target-qthreads): New target.
12283
12284         * configure.in (target_libs): Added target-qthreads.
12285         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12286         (CONFIGURE_TARGET_MODULES): Likewise.
12287         (CHECK_TARGET_MODULES): Likewise.
12288         (INSTALL_TARGET_MODULES): Likewise.
12289         (CLEAN_TARGET_MODULES): Likewise.
12290         (all-target-qthreads): New target.
12291         (configure-target-libjava): Depend on configure-target-qthreads.
12292         (all-target-libjava): Depend on all-target-qthreads.
12293
12294         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12295         (CONFIGURE_TARGET_MODULES): Likewise.
12296         (CHECK_TARGET_MODULES): Likewise.
12297         (INSTALL_TARGET_MODULES): Likewise.
12298         (CLEAN_TARGET_MODULES): Likewise.
12299         (all-target-libjava): New target.
12300         (all-target-boehm-gc): Likewise.
12301         * configure.in (target_libs): Added libjava, boehm-gc.
12302
12303 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
12304
12305         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12306         configure.bat in SUPPORT_FILES.
12307         (gas+binutils.tar.bz2): Likewise.
12308
12309         * makeall.bat: Remove; obsolete.
12310
12311 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
12312
12313         From Mark Elbrecht:
12314         * configure.bat: Remove; obsolete.
12315
12316 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
12317
12318         * configure: Add -W -Wall to the default CFLAGS when compiling with
12319         gcc.
12320
12321 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
12322
12323         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12324
12325 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
12326
12327         * configure.in: Build ld on IRIX6.
12328
12329 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
12330
12331         * Makefile.in: Change distribution targets to use bzip2 instead of
12332         gzip.
12333         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12334         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12335
12336 1999-06-04  Nick Clifton  <nickc@cygnus.com>
12337
12338         * config.sub: Add mcore target.
12339
12340 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
12341
12342         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12343
12344 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
12345
12346         * config.guess (dummy): Changed to $dummy.
12347
12348 1999-05-24  Nick Clifton  <nickc@cygnus.com>
12349
12350         * config.sub: Tidied up case statements.
12351
12352 1999-05-22  Ben Elliston  <bje@cygnus.com>
12353
12354         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12355         <jiro@din.or.jp>.
12356
12357         * config.guess: Merge with FSF version. Future changes will be
12358         more accurately recorded in this ChangeLog.
12359         * config.sub: Likewise.
12360
12361 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
12362
12363          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12364
12365 1999-04-30  Tom Tromey  <tromey@cygnus.com>
12366
12367         * ltmain.sh: [mode link] Always use CC given by ltconfig.
12368
12369 1999-04-23  Tom Tromey  <tromey@cygnus.com>
12370
12371         * ltconfig, ltmain.sh: Update to libtool 1.2f.
12372
12373 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
12374
12375         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12376         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12377         Bad merge removed these two changes.
12378
12379 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
12380                           Martin Heller (Ing.-Buero_Heller@t-online.de)
12381
12382         * config.guess (interix Alpha): Add.
12383
12384 1999-04-11  Richard Henderson  <rth@cygnus.com>
12385
12386         * configure.in (i?86-*-beos*): Do config gperf; don't config
12387         gdb, newlib, or libgloss.
12388
12389 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
12390
12391         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12392         link a trivial program with -mabi=64.  If it fails, remove mabi=64
12393         from multidirs.
12394
12395 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
12396
12397         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12398
12399 1999-04-08  Nick Clifton  <nickc@cygnus.com>
12400
12401         * config.sub: Add support for mcore targets.
12402
12403 1999-04-07  Michael Meissner  <meissner@cygnus.com>
12404
12405         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12406         not mt-ospace, in order to shut up assembler warning about using
12407         symbols that are named the same as registers.
12408
12409 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
12410
12411         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12412         dependency list for all-target-cygmon.
12413
12414 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
12415
12416         * config-ml.in: Check $host, not $target, for selective multilibs.
12417         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12418         thumb interworking, and underscore prefix multilibs.
12419
12420 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
12421
12422         * missing: Update to version from current automake.
12423
12424 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
12425
12426         * configure (gxx_include_dir): Removed.
12427
12428         * configure.in (gxx_include_dir): Handle it.
12429         * Makefile.in: Likewise.
12430
12431 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
12432
12433         * config.sub (mips64vr4111,mips64vr4111el) Add.
12434
12435 1999-03-21  Ben Elliston  <bje@cygnus.com>
12436
12437         * config.guess: Correct typo for detecting ELF on FreeBSD.
12438
12439 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
12440
12441         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12442         config/mh-djgpp.
12443
12444 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
12445
12446         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12447         all-target-newlib to dependency list for all-target-bsp.
12448
12449 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12450
12451         * config.sub: Add i386-uwin support.
12452         * config.guess: Likewise.
12453
12454 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12455
12456         * configure.in: cleanup, add mh-*pic handling for arm, special
12457         case powerpc*-*-aix*
12458
12459 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
12460
12461         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12462         can be built.
12463
12464 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
12465
12466         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12467         targets.
12468
12469 1999-03-02  Nick Clifton  <nickc@cygnus.com>
12470
12471         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12472
12473 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
12474
12475         * config.sub: Check for "cygwin*" rather than "cygwin32*"
12476
12477 1999-02-24  Nick Clifton  <nickc@cygnus.com>
12478
12479         * config.sub: Fix typo in arm recognition.
12480
12481 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
12482
12483         * configure.in (noconfigdirs): Changed target_configdirs to
12484         include target-bsp only for m68k-*-elf* and m68k-*-coff*
12485         rather than m68k-*-* since it is not known to work on
12486         m68k-aout. Ditto for arm-*-*oabi.
12487
12488 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
12489
12490         * configure.in (*-*-windows*): Remove, no longer used.
12491
12492 1999-02-19  Ben Elliston <bje@cygnus.com>
12493
12494         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12495         Smart and improved by Andrew Cagney.
12496
12497 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
12498
12499         * config.guess: Recognize openbsd-*-hppa.
12500
12501 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
12502
12503         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12504         only if it is not empty.
12505
12506 1999-02-17  Nick Clifton  <nickc@cygnus.com>
12507
12508         Patch from: Scott Bambrough <scottb@corelcomputer.com>
12509
12510         * config.guess: Modified to recognize uname's armv* syntax.
12511
12512         * config.sub: Modified to recognize uname's armv* syntax.
12513
12514 1999-02-17  Mark Salter  <msalter@cygnus.com>
12515
12516         * configure.in: Added target-bsp for sparclite.
12517
12518 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
12519
12520         * config.sub: Recognize alphapca5[67] and up to alphaev8.
12521
12522 1999-02-08  Nick Clifton  <nickc@cygnus.com>
12523
12524         * configure.in: Add support for strongarm port.
12525         * config.sub: Add support for strongarm target.
12526
12527 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12528
12529         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12530         the old name config/mh-cygwin32.
12531         Enable texinfo.
12532
12533 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
12534
12535         * configure.in: Do build ld for ix86 Solaris.
12536
12537 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
12538
12539         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
12540         $AR_FOR_TARGET.  Likewise for RANLIB.
12541
12542 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
12543
12544         * config.sub (oabi):  Recognize.
12545         * configure.in (arm-*-oabi):  Handle.
12546
12547 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
12548
12549         * config.guess: Improve detection of i686 on UnixWare 7.
12550
12551 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
12552
12553         * config.guess: Add support for i386-pc-interix.
12554         * config.sub: Likewise.
12555         * configure.in: Likewise.
12556
12557 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
12558
12559         * Makefile.in: Remove unneeded all-target-libio from
12560         from all-target-winsup target since it is now unneeded.
12561         Add all-target-libtermcap in its place since it is now
12562         needed.
12563
12564 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
12565
12566         * configure.in: makefile stub for cygwin target is probably
12567         unnecessary.  Remove it for now.
12568
12569 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
12570
12571         * configure.in: libtermcap.a should be built when cygwin is the
12572         target as well as the host.
12573         * config.guess: Allow mixed case in cygwin uname output.
12574         * Makefile.in: Add libtermcap target.
12575
12576 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
12577
12578         * config.sub: Clean up handling of hppa2.0.
12579
12580 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
12581
12582         * config.guess: Use C code to identify more HP machines.
12583
12584 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
12585
12586         * config.sub: Handle hppa2.0.
12587
12588 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
12589
12590         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
12591         cygmon for all sparclite targets, regardless of object format.
12592
12593 1998-12-15  Mark Salter  <msalter@cygnus.com>
12594
12595         * configure.in: Added target-bsp for several target architectures.
12596
12597         * Makefile.in: Added rules for bsp.
12598
12599 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
12600
12601         * config.guess: Improve detection of hppa2.0 processors.
12602
12603 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
12604
12605         * config.guess: Recognize FreeBSD using ELF automatically.
12606
12607 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
12608
12609         * configure (skip-this-dir): Add handling for new shell script, which
12610         might be created by a sub-directory's configure to indicate, this particular
12611         directory is "unwanted".
12612         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
12613
12614 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
12615
12616         * ltconfig: import from libtool, after changing libtool to
12617         account for the cygwin name change.
12618
12619 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
12620
12621         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
12622         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
12623
12624 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
12625
12626         * configure.in: Add libtermcap to list of cygwin dependencies.
12627
12628 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
12629
12630         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
12631         they include winsup/include when it's a cygwin target.
12632
12633 1998-11-12  Tom Tromey  <tromey@cygnus.com>
12634
12635         * configure.in (host_tools): Added zip.
12636         * Makefile.in (all-target-libjava): Depend on all-zip.
12637         (all-zip): New target.
12638         (ALL_MODULES): Added all-zip.
12639         (NATIVE_CHECK_MODULES): Added check-zip.
12640         (INSTALL_MODULES): Added install-zip.
12641         (CLEAN_MODULES): Added clean-zip.
12642
12643 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
12644
12645         * Makefile.in: lose "32" from comment about cygwin.
12646
12647 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
12648
12649         * configure.in: Use -Os to build target libraries for the fr30.
12650
12651 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
12652
12653         * config.sub: Add fr30.
12654
12655 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
12656
12657         * configure.in: drop "32" from config/mh-cygwin32.  Check
12658         cygwin* instead of cygwin32*.
12659         * config.sub: Check cygwin* instead of cygwin32*.
12660
12661 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
12662
12663         * config.guess: Match any version of Unixware7.
12664
12665 1998-10-20  Syd Polk  <spolk@cygnus.com>
12666
12667         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
12668         if desired.
12669
12670 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
12671
12672         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
12673         these if the appropriate directories and files to not exist.
12674
12675 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
12676
12677         * Makefile.in (DEVO_SUPPORT): Add config.if.
12678
12679 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
12680
12681         * configure: Add pattern to replace "build_tooldir"'s
12682         definition in the generated Makefile with "tooldir"'s
12683         actual value.
12684
12685 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
12686
12687         * config.sub: Bring back lost sparcv9.
12688
12689         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
12690
12691 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
12692
12693         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
12694         CC_FOR_TARGET and friends.
12695
12696 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
12697
12698         * Makefile.in (build_tooldir): New variable, same as tooldir.
12699         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
12700         -B$(build_tooldir)/bin/.
12701         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
12702
12703 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12704
12705         * README: Remove installation instructions and refer to the
12706         INSTALL directory instead.
12707
12708 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
12709
12710         * config.sub: Add support for i[34567]86-pc-udk.
12711         * configure.in: Likewise.
12712
12713 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
12714
12715         * Makefile.in: add bzip2 package building bits for user
12716         tools module
12717         * configure.in: ditto
12718
12719 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
12720
12721         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
12722         (ALL_TARGET_MODULES): Add all-target-libobjc.
12723         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12724         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12725         (all-target-libchill): Add dependencies.
12726         * configure.in (target_libs): Add libchill.
12727
12728 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
12729
12730         * configure.in (target_subdir): Remove duplicate line.
12731
12732 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
12733
12734         * Makefile.in (all-automake): fix dependencies.
12735
12736 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
12737
12738         * configure.in: Minor cleanups for building in the $(target_alias)
12739         subdir.
12740
12741 1998-09-22  Jim Wilson  <wilson@cygnus.com>
12742
12743         * Makefile.in (bootstrap): Set r and s before make all.  Use
12744         BASE_FLAGS_TO_PASS in make all.
12745         (cross): Likewise.
12746
12747 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
12748
12749         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
12750
12751 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
12752
12753         * config.sub: Fix typo in last change.
12754
12755 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12756
12757         * config.sub: Add support for C4x target.
12758         * configure.in: Likewise.
12759
12760 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
12761
12762         * config.sub: Recognize sparcv9 just like sparc64.
12763
12764 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
12765
12766         * config.guess: Match "Pent II" or "PentII" for OpenServer.
12767
12768 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
12769
12770         * config.guess: Correctly identify Pentium II sco boxes.
12771
12772         * config.guess: Fix "tr" code.  From Weiwen Liu.
12773
12774 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
12775
12776         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
12777         stabs.
12778
12779 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
12780
12781         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
12782         (ALL_TARGET_MODULES): Add all-target-libchill.
12783         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
12784         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
12785         (all-target-libchill): Add dependencies.
12786         * configure.in (target_libs): Add libchill.
12787
12788 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
12789
12790         * config.guess: Avoid assumptions about "tr" behaves when
12791         LANG is set to something other than English.
12792
12793 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
12794
12795         * configure (gxx_include_dir): Changed to
12796         '${prefix}/include/g++'-${libstdcxx_interface}.
12797
12798         * config.if: New to determine the interfaces.
12799
12800 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
12801
12802         * config.guess: Detect and handle MPE/IX.
12803         * config.sub: Deal with MPE/IX.
12804
12805 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
12806
12807         * configure.in: Use mh-aix43.
12808
12809 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
12810
12811         * configure: Fix --without/--disable cases for gxx-include-dir.
12812
12813 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
12814
12815         * mdata-sh:  Imported.  Needed for automake support.
12816
12817 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
12818
12819         * Makefile.in (taz): Try "chmod -R og=u ." before
12820         "chmod og=u `find . -print`".
12821
12822 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
12823
12824         * configure.in: Add arm-elf and thumb-elf support.
12825
12826 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
12827
12828         * Makefile.in: Undo previous patch.
12829
12830 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
12831
12832         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
12833         to here ...
12834         (install-no-fixedincludes): and here
12835         (INSTALL_MODULES): ... from here.
12836
12837 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
12838
12839         * config.sub: Merge with FSF.
12840
12841         * config.guess: Merge with FSF.
12842
12843 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
12844
12845         * configure (extraconfigdirs): New variable.
12846         (SUBDIRS): Add extraconfigdirs and recurse on them too.
12847         * Makefile.in (all): Move higher in file.
12848         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
12849         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
12850         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
12851         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
12852         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
12853
12854 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
12855
12856         * Makefile.in (all-target-libjava): Depend on all-gcc and
12857         all-target-newlib.
12858         (configure-target-libjava): Depend on $(ALL_GCC).
12859
12860 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
12861
12862         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
12863         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
12864
12865 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
12866
12867         * INSTALL/README: Fix typo.
12868
12869 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12870
12871         * ylwrap: Change absolute path checks to check for DOS style path
12872         names.
12873
12874         * ylwrap: Don't use a full path name if the source file is in the
12875         same directory.  From hjl@lucon.org (H.J. Lu).
12876
12877         * config-ml.in: Default to being verbose, to match Feb 18 change to
12878         configure.
12879
12880 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
12881
12882         Brought over from egcs:
12883
12884         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12885
12886         * configure.in (target_subdir): Set to ${target_alias} instead
12887         of "libraries".
12888
12889         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
12890
12891         * configure.in (target_subdir): Set to libraries if enable_multilib.
12892
12893 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
12894
12895         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
12896         multilibs, force reconfiguration the first time we create
12897         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
12898
12899 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
12900
12901         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
12902         avoid confusion with --no-recursion.
12903
12904 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
12905
12906         * configure.in: Win32 hosts shouldn't use install -x
12907         * install-sh: remove -x option, and special .exe-handling
12908         hack.
12909
12910 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
12911
12912         * config.guess: Recognize i586-pc-beos.
12913         * configure.in: Don't build some bits for beos.
12914
12915 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
12916
12917         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
12918         CFLAGS default to -O2.
12919
12920         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
12921         when using GNU ld.
12922
12923 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
12924
12925         * ltmain.sh: Correct install when using a different shell.
12926
12927 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
12928
12929         * ltconfig, ltmain.sh: Update to libtool 1.2b.
12930
12931 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
12932
12933         * makefile.vms: Update to build binutils/makefile.vms.  Add install
12934         target.
12935
12936 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
12937
12938         * ltconfig: Update to correct AIX handling.
12939
12940 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
12941
12942         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
12943
12944         * configure.in (target_subdir): Set to ${target_alias} instead
12945         of "libraries".
12946
12947 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
12948
12949         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
12950         (Makefile): Depend on $(gcc_version_trigger).
12951
12952         * configure (gcc_version): Change default initializer to empty
12953         string.
12954         (gcc_version_trigger): New variable; pass this variable down
12955         to subdir configures to enable them checking gcc's version
12956         themselves. Emit make macros for both gcc_version vars.
12957         (topsrcdir): Initialize reliably.
12958         (recursion line): Remove --with-gcc-version=${gcc_version}.
12959
12960 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12961
12962         * configure (enable_version_specific_runtime_libs): Implement new flag
12963         --enable-version-specific-runtime-libs which installs C++ runtime stuff
12964         in $(libsubdir); emit definition in each generated Makefile.
12965         (gxx_include_dir): Initialize depending on
12966         $enable_version_specific_runtime_libs.
12967
12968 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
12969
12970         * configure (gcc_version): Initialize properly depending on
12971         how and where configure is started.
12972         (recursion line): Pass a --with-gcc-version=${gcc_version}
12973         to configures in subdirs.
12974
12975 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
12976
12977         * configure.in (noconfigdirs): Add configure pattern for mips tx39
12978         cygmon
12979
12980 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
12981
12982         * configure.in: Add cygmon and libstub support for mn10200.
12983
12984 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
12985
12986         * configure (gcc_version): Add new variable describing the
12987         particular gcc version we're building.
12988         * Makefile.in (libsubdir): Add new macro for the directory
12989         in which the compiler finds executables, libraries, etc.
12990         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
12991         and libsubdir.
12992
12993 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
12994
12995         * Makefile.in (local-clean): Remove *.log.
12996         (warning.log): Built with warn_summary from build.log.
12997         (mail-report.log): Run test_summary.
12998         (mail-report-with-warnings.log): Run test_summary including
12999         warning.log in the report.
13000
13001 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
13002
13003         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13004
13005 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
13006
13007         * Makefile.in (grep): Grep no longer depends on libiberty.
13008
13009 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
13010
13011         * Makefile.in: all-snavigator needs all-libgui.
13012
13013 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
13014
13015         * configure.in: Add cygmon and libstub support for mn10300.
13016
13017 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
13018
13019         * missing: Update to version from automake 1.3.
13020
13021         * ltmain.sh: On installation, don't get confused if the same name
13022         appears more than once in the list of library names.
13023
13024 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13025
13026         * config.sub: Accept m68060 and m5200 as CPU names.
13027
13028 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
13029
13030         * configure: Use && rather than using -a in test, because odd
13031         strings can confuse test.
13032         * configure.in: Likewise.
13033
13034 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13035
13036         * ltconfig, ltmain.sh: Bring in Visual C++ support.
13037
13038 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13039
13040         * Makefile.in (boostrap2-lean, bootstrap3-lean,
13041         bootstrap4-lean): New targets.
13042
13043 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
13044
13045         * mpw-* Delete.  Not used.
13046
13047 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
13048
13049         * COPYING.LIB: Update FSF address.
13050
13051 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
13052
13053         * ltconfig, ltmain.sh: Update to libtool 1.2a.
13054
13055         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13056         GAS_SUPPORT_DIRS.
13057
13058 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
13059
13060         * ltconfig, ltmain.sh: Avoid producing a version number if
13061         -version-info was not used.
13062
13063 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13064
13065         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13066         building with newlib.
13067
13068 1998-04-30  Paul Eggert  <eggert@twinsun.com>
13069
13070         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13071         Solaris `make' causes it to continue to next definition.
13072
13073 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13074
13075         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13076         the right GUI libraries and files are installed along with GDB.
13077
13078 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13079
13080         * configure.in: Change alpha to alpha* in several places.
13081
13082 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
13083
13084         * config.sub: Recognize sparc86x.
13085
13086 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
13087
13088         * configure.in (--enable-target-optspace): Remove debug echo.
13089
13090 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
13091
13092         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13093
13094 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13095
13096         * ltconfig: Update cygwin32 support.
13097
13098         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13099         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13100         (GDB_SUPPORT_DIRS): Likewise.
13101
13102 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
13103
13104         * configure.in (target_makefile_frag): If --enable-target-optspace,
13105         use -Os to compile target libraries rather than -O2.  Default to
13106         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13107         not used.
13108         * configure.in (target_cflags): Ditto for d30v.
13109
13110 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
13111
13112         * Makefile.in (all-bfd): Depend on all-intl.
13113         (all-binutils): Likewise.
13114         (all-gas): Likewise.
13115         (all-gprof): Likewise.
13116         (all-ld): Likewise.
13117
13118 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
13119
13120         * configure.in (host_tools): Fix typo, lbtool -> libtool.
13121
13122 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13123
13124         * Makefile.in (all-bfd): Depend upon all-libiberty.
13125
13126         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13127
13128 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
13129
13130         * Makefile.in: Add libstub.
13131
13132         * configure.in: Ditto. Build libstub for targets that have cygmon
13133         support.
13134
13135 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
13136
13137         * configure.in: Don't set PICFLAG on ix86-cygwin32.
13138
13139 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
13140
13141         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13142         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
13143
13144 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
13145
13146         * configure: Define DEFAULT_M4 by searching PATH.
13147         * Makfile.in: Use DEFAULT_M4.
13148
13149 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13150
13151         * ltconfig: Add cygwin32 support.
13152
13153         * Makefile.in, configure.in: Add libtool as a native only directory
13154         to configure and build.
13155
13156 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
13157
13158         * Makefile.in (INSTALL_MODULES): Remove texinfo.
13159
13160 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
13161
13162         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13163
13164 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
13165
13166         * Makefile.in: add ash make rules
13167         * configure.in: add ash to native_only and host_tools lists
13168
13169 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
13170
13171         * Makefile.in (all-gettext, all-intl): New targets.
13172         (ALL_MODULES): Added all-gettext, all-intl.
13173         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13174         (INSTALL_MODULES): Added install-gettext, install-intl.
13175         (CLEAN_MODULES): Added clean-gettext, clean-intl.
13176
13177         * configure.in (host_tools): Added gettext.
13178         (native_only): Likewise.
13179         (noconfigdirs) [various cases]: Likewise.
13180         (host_libs): Added intl.
13181
13182 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
13183
13184         * configure: Do not disable building gdbtk for cygwin32 hosts.
13185
13186 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
13187
13188         * configure.in: Add thumb-coff target.
13189         * config.sub: Add thumb-coff target.
13190
13191 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13192
13193         * Makefile.in: Revert yesterday's change.
13194         (all-target-winsup):  all-target-librx stays out of here.
13195
13196 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13197
13198         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13199         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13200         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13201         Remove references to librx and libg++.
13202
13203 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
13204
13205         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13206         recursive makes
13207
13208 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
13209
13210         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13211         for newlib directory.
13212         (CXX_FOR_TARGET): Likewise.
13213
13214 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
13215
13216         * ltconfig: Update after libtool/ltconfig.in change for
13217         hpux11.
13218
13219 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
13220
13221         * ltconfig, ltmain.sh: Update to libtool 1.2.
13222
13223 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13224
13225         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13226         (install-gcc-cross): Instead, override LANGUAGES here.
13227
13228 1998-03-18  Dave Love  <d.love@dl.ac.uk>
13229
13230         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13231         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13232
13233 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
13234
13235         * configure.in: Add Thumb-pe target.
13236
13237 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
13238
13239         * Makefile.in - changed sn targets to snavigator
13240         * configure.in - changed sn targets to snavigator
13241
13242 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13243
13244         * config-ml.in: After building symlink tree call make distclean
13245         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13246         to be the case for libiberty.
13247
13248 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
13249
13250         * configure: When making link, also check the current
13251         directory. The configure scripts may create one.
13252
13253 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
13254
13255         * config.sub: Accept alphapca56 and alphaev6 properly.
13256
13257 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13258
13259         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13260
13261 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13262
13263         * config.sub (sco5): Fix typo.
13264
13265 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
13266
13267         * Makefile.in (INSTALL_MODULES): Move install-tcl before
13268         install-itcl.
13269         (install-itcl): Remove dependency on install-tcl.
13270
13271 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
13272
13273         * configure.in: Remove libgloss from noconfigdirs for MN10300.
13274
13275 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
13276
13277         * configure.in: Don't build libgui for a cygwin32 target when not on
13278         a cygwin32 host.
13279
13280 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13281
13282         * configure (redirect): Set to null, so default behavior of
13283         configure is now --verbose.
13284
13285 1998-02-16  Dave Love  <d.love@dl.ac.uk>
13286
13287         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13288         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13289
13290 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
13291
13292         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13293         this change to sync Makefile.in with its ChangeLog entries.
13294
13295 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
13296
13297         * ltmain.sh (mkdir): Check that the directory doesn't exist
13298         before we exit with error, so that we don't get races during
13299         parallel builds.
13300
13301 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13302
13303         * ltconfig, ltmain.sh: Update from libtool 1.0i.
13304
13305 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13306
13307         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13308         PICFLAG_FOR_TARGET.
13309         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13310
13311         * configure: Emit a definition for the new macro enable_shared
13312         into each Makefile.
13313
13314 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13315
13316         * configure.in (host_tools, native_only): Add libtool.
13317
13318 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
13319
13320         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13321         Fix typo in ming config comment.
13322
13323 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13324
13325         * ltconfig, ltmain.sh: Update from libtool 1.0h.
13326
13327 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
13328
13329         * config.sub: Add tic30 cases, and map c30 to tic30.
13330
13331 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
13332
13333         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13334         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13335         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13336         (CLEAN_TARGET_MODULES): Similarly
13337         (all-target-libf2c): Add dependences.
13338         * configure.in (target_libs): Add libf2c.
13339
13340 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
13341
13342         * configure.in: Remove expect from noconfigdirs when target
13343         is cygwin32.  OK to build expect and dejagnu with Canadian
13344         Cross.
13345
13346 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
13347
13348         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13349         host.
13350
13351         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13352         and mingw32.
13353
13354 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13355
13356         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13357         here as it is not defined in the toplevel Makefile.
13358
13359 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13360
13361         * configure (package_makefile_rules_frag): New variable, which names
13362         a file with generic rules, ...
13363         Change comment to mention we now have FIVE parts.
13364         * configure: Undo last change.
13365
13366 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
13367
13368         * config.guess: More accurate determination of HP processor types.
13369         * config.sub: More accurate determination of HP processor types.
13370
13371 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13372
13373         * configure (package_makefile_frag): Move inserting the
13374         ${package_makefile_frag} to where it should be according
13375         to the comment.
13376
13377 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
13378
13379         * config.guess: Add support for Linux/ARM.
13380
13381 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
13382
13383         * .cvsignore: Remove *-info and *-install since they match
13384         release-info and mpw-install, which we don't want to just ignore.
13385
13386 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
13387
13388         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13389
13390 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
13391
13392         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13393         local_prefix to sub-make invocations.
13394
13395 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
13396
13397         * configure.in: Check makefile fragments in the source
13398         directory.
13399
13400 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13401
13402         * configure.in: Check whether host and target makefile
13403         fragments exist before adding them to *_makefile_frag.
13404
13405 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
13406
13407         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13408
13409 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
13410
13411         * configure.in: Make sure we only replace RPATH_ENVVAR on
13412         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13413         regexp to sed.
13414
13415         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13416         to sub-makes.
13417
13418 1998-01-13  Lee Iverson   (leei@ai.sri.com)
13419
13420         * config-ml.in (multi-do): LDFLAGS must include multilib
13421         designator.
13422
13423 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
13424
13425         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13426
13427 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
13428
13429         * config.sub: Add mingw32 support.
13430         * configure.in: Likewise.
13431
13432 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13433
13434         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13435
13436 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
13437
13438         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13439         * configure (gxx_include_dir): Provide a definition for subdirs
13440         which do not use autoconf.
13441
13442 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
13443
13444         * config.guess: Sync with egcs.  Picks up new alpha support,
13445         BeOS & some additional linux support.
13446
13447 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
13448
13449         * config.guess: HP 9000/803 is a PA1.1 machine.
13450
13451 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
13452
13453         * configure.in: It's alpha*-...
13454
13455 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13456
13457         * configure.in (host_makefile_frag, target_makefile_frag):
13458         Handle multiple config files.
13459         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13460         alpha-*-*.
13461
13462 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
13463
13464         * mkdep: New file.
13465
13466 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
13467
13468         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13469
13470 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13471
13472         * Makefile.in: Add libgui directory.
13473         (GDB_TK): Add all-libgui.
13474         * configure.in: Add libgui directory.
13475         * configure: Add all-libgui to GDB_TK.
13476
13477 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
13478
13479         * config-ml.in (multidirs): Add m32r to multilib list.
13480
13481 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
13482
13483         * Makefile.in (all-target-gperf): Change dependency to
13484         all-target-libstdc++.
13485
13486 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
13487
13488         * config.guess: Add BeOS support.
13489
13490 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
13491
13492         Source directory cvs renamed to cvssrc:
13493         * configure.in (host_tools): Change cvs to cvssrc.
13494         (native_only): Likewise.
13495         (noconfigdirs) [various cases]: Likewise.
13496         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13497         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13498         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13499         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13500         (all-cvssrc): Rename target from all-cvs.
13501
13502 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
13503
13504         * configure (gxx_include_dir): Fix thinko.
13505
13506 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
13507
13508         * Makefile.in (INSTALL_TARGET_CROSS): Define.
13509         (install-cross, install-gcc-cross): New targets.
13510
13511 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
13512
13513         * configure.in (noconfigdirs): Add support for Thumb target.
13514
13515         * config.sub (maybe_os): Add support for Thumb target.
13516
13517 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
13518
13519         * Makefile.in: Add rules for cygmon.
13520
13521         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13522
13523 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
13524
13525         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13526         * configure (gxx_include_dir): Provide a definition for subdirs
13527         which do not use autoconf.
13528
13529 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
13530
13531         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13532         11/18/97 build
13533
13534 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
13535
13536         * From Franz Sirl.
13537         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13538         found on RedHat Linux systems.
13539
13540 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
13541
13542         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13543         guesses.
13544
13545 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
13546
13547         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13548
13549 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
13550
13551         * ltmain.sh: If mkdir fails, check whether the directory was created
13552         anyhow by some other process.
13553
13554 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
13555
13556         * configure.in (d30v-*-*): Configure all directories.
13557
13558 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
13559
13560         * configure.in (d30v-*-*): Configure newlib, libiberty directories
13561         for the D30V.
13562
13563 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
13564
13565         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
13566
13567 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
13568
13569         * include/libiberty.h: Add extern "C" { so it can be used with C++
13570         progrms.
13571         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
13572         programs.
13573
13574 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
13575
13576         * configure.in (d30v-*-*): Configure GCC now.
13577
13578 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
13579
13580         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
13581         is no longer needed.
13582
13583 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
13584
13585         * Makefile.in: check-target-libio depends on all-target-libstdc++.
13586
13587 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
13588
13589         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
13590         targets using "$@" to provide support for similar but not identical
13591         targets without having to duplicate code.
13592
13593 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
13594
13595         * makefile.vms: Fix to work with DEC C.
13596
13597 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
13598
13599         * config.sub: Add mips-tx39-elf to marketing names.
13600
13601 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
13602
13603         * ltmain.sh: Handle symlinks in generated script.
13604
13605 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
13606
13607         * configure: Handle autoconf style directory options: --bindir,
13608         --datadir, --includedir, --infodir, --libdir, --libexecdir,
13609         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
13610         --sysconfdir.
13611         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
13612         (sharedstatedir, localstatedir, oldincludedir): New variables.
13613         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
13614         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
13615         sbindir, sharedstatedir, and sysconfdir.
13616
13617 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
13618
13619         * Makefile.in (bootstrap-lean): New target.
13620
13621 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
13622
13623         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
13624         sn, and gnuserv from noconfigdirs.
13625
13626 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
13627
13628         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
13629
13630 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
13631
13632         * Makefile.in (cross): New target.
13633
13634 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
13635                           Jeff Law         <law@cygnus.com>
13636
13637         * Makefile.in (bootstrap2, bootstrap3): New targets.
13638         (all-bootstrap): Remove outdated and confusing target.
13639         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
13640
13641 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13642
13643         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
13644         windows.  Consistent with gdb/configure.
13645
13646 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
13647
13648         * configure.in: Name Linux target fragment.
13649
13650         * configure: Rewrite so that project Makefile fragment is inserted
13651         first and appears last in the resulting Makefile.
13652
13653 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13654
13655         * Makefile.in (install-itcl): Install tcl first.
13656
13657 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
13658
13659         * configure.in: remove bison from noconfigdirs for Cygwin32 host
13660
13661 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
13662
13663         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
13664
13665         * configure.in (skipdirs): Add target-librx for Linux.
13666         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
13667
13668 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
13669
13670         * Makefile.in (bootstrap): New target.
13671
13672 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
13673
13674         * config.sub: Accept 'amigados' for backward compatibility.
13675
13676 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
13677
13678         * config.guess: Merge with FSF.
13679
13680 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
13681
13682         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
13683
13684 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
13685
13686         * config.sub: Add "marketing-names" patch.
13687
13688 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
13689
13690         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
13691
13692 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
13693
13694         * config.sub: Handle v850-elf.
13695
13696 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
13697
13698         * .cvsignore (*-install): Remove.
13699
13700 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
13701
13702         * ltconfig: Set CONFIG_SHELL in libtool.
13703         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
13704
13705 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13706
13707         * configure.in (target_subdir): Set to libraries if enable_multilib.
13708
13709 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
13710
13711         * config.guess: Update from gcc directory.
13712
13713 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13714
13715         * Makefile.in (all-sim): Depends on all-readline.
13716
13717 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
13718
13719         * Makefile.in (BISON, YACC): Use $$s.
13720         (all-bison): Depend on all-texinfo.
13721
13722 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
13723
13724         * Makefile.in (BISON): Add -L flag.
13725         (YACC): Likewise.
13726
13727 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
13728
13729         * configure.in (noconfigdirs): Add support for v850e target.
13730
13731         * config.sub (maybe_os): Add support for v850e target.
13732
13733 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
13734
13735         * configure.in (noconfigdirs): Add support for v850ea target.
13736
13737         * config.sub (maybe_os): Add support for v850ea target.
13738
13739 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
13740
13741         * config.sub: Add mipstx39.  Delete r3900.
13742
13743 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
13744
13745         * Makefile.in (all-autoconf): Depends on all-texinfo.
13746
13747 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
13748
13749         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
13750         eabi targets.
13751
13752 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
13753
13754         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
13755
13756         * configure: When handling a Canadian Cross, handle YACC as well as
13757         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
13758         * Makefile.in (all-bison): Depend upon all-texinfo.
13759
13760 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
13761
13762         * Makefile.in (BISON): bison, not byacc or bison -y.
13763         (YACC): bison -y or byacc or yacc.
13764         (various): Add *-bison as appropriate.
13765         (taz): No need to mess with BISON anymore.
13766
13767 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
13768
13769         * configure: If OSTYPE matches *win32*, try to find a good value for
13770         CONFIG_SHELL.
13771
13772 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
13773
13774         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
13775         configure.in if it is present.
13776
13777 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
13778
13779         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
13780
13781 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
13782
13783         * config.sub: Recognize `arc' cpu.
13784         * configure.in: Likewise.
13785         * config-ml.in: Likewise.
13786
13787 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
13788
13789         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
13790
13791 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
13792
13793         * configure: Changed sed delimiter from ':' to '|' when
13794         attempting to substitute ${config_shell} for SHELL. On
13795         NT ${config_shell} may contain a ':' in it.
13796
13797 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
13798
13799         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
13800
13801 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
13802
13803         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
13804
13805 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13806
13807         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
13808
13809         * ylwrap: If the program is a relative path, force it to be
13810         absolute.
13811
13812 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13813
13814         * configure (tooldir): Set BISON to `bison -y' and not just bison.
13815
13816 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
13817
13818         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
13819         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
13820         for libraries.
13821
13822 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
13823
13824         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
13825         separated by spaces.
13826
13827 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
13828
13829         * ylwrap: New file.
13830         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
13831
13832         * ltmain.sh: Handle /bin/sh at start of install program.
13833
13834         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
13835
13836         * ltconfig, ltmain.sh: New files, from libtool 1.0.
13837         * missing: New file, from automake 1.2.
13838
13839 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
13840
13841         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
13842         check-tk to CHECK_X11_MODULES.
13843
13844 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13845
13846         * config.sub: Merge with FSF.
13847
13848 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
13849
13850         * config.guess: Merge with FSF.
13851
13852 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
13853
13854         * configure: Treat msdosdjgpp like go32.
13855         * configure.in: Likewise.  Don't remove gprof for go32.
13856
13857         * configure: Change Makefile.tem2 to Makefile.tm2.
13858
13859 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
13860
13861         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
13862
13863 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13864
13865         * install-sh (chmodcmd): Set to null if the DST directory already
13866         exists.  Same as Nov 11th change.
13867
13868 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
13869
13870         * configure (GDB_TK): Needs itcl and tix.
13871
13872 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
13873
13874         * config.guess: Update from FSF.
13875
13876 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
13877
13878         * Makefile.in (GDB_TK): Depend on itcl and tix.
13879
13880 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13881
13882         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
13883         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
13884         (INSTALL_SCRIPT): New variable.
13885         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
13886         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
13887         to -x.
13888         * install-sh: Add support for -x option.
13889
13890 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
13891
13892         * configure.in, Makefile.in: Treat tix like itcl.
13893
13894 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
13895
13896         * Makefile.in (WINDRES): New variable.
13897         (WINDRES_FOR_TARGET): New variable.
13898         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
13899         (EXTRA_HOST_FLAGS): Add WINDRES.
13900         (EXTRA_TARGET_FLAGS): Add WINDRES.
13901         (EXTRA_GCC_FLAGS): Add WINDRES.
13902         ($(DO_X)): Pass down WINDRES.
13903         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
13904         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
13905         DLLTOOL_FOR_TARGET.
13906
13907 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
13908
13909         * configure.in: configure sim before gdb for win32-x-ppc
13910
13911 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13912
13913         Move gperf into the toplevel, from libg++.
13914         * configure.in (target_tools): Add target-gperf.
13915         (native_only): Add target-gperf.
13916         * Makefile.in (all-target-gperf): New target, depend on
13917         all-target-libg++.
13918         (configure-target-gperf): Empty rule.
13919         (ALL_TARGET_MODULES): Add all-target-gperf.
13920         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
13921         (CHECK_TARGET_MODULES): Add check-target-gperf.
13922         (INSTALL_TARGET_MODULES): Add install-target-gperf.
13923         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
13924
13925 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
13926
13927         * config.sub (mn10200): Recognize new basic machine.
13928
13929 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13930
13931         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
13932         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
13933
13934 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
13935
13936         * configure.in: If we're building mips-sgi-irix6* native, turn on
13937         ENABLE_MULTILIB and set TARGET_SUBDIR.
13938
13939 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
13940
13941         * Makefile.in (all-sn): Depend on all-grep.
13942
13943 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
13944
13945         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
13946
13947         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
13948         Makefile.  From Jeff Makey <jeff@cts.com>.
13949         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
13950
13951         * Makefile.in (DISTBISONFILES): Remove.
13952         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
13953         $(DEFAULT_YACC).
13954
13955         * configure.in: Build itl, db, sn, etc., when building for native
13956         cygwin32.
13957
13958         * Makefile.in (LD): New variable.
13959         (EXTRA_HOST_FLAGS): Pass down LD.
13960         ($(DO_X)): Likewise.
13961
13962 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
13963
13964         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
13965
13966 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
13967
13968         * configure.in (targargs): Strip out any supplied --build argument
13969         before adding our own. Always add --build.
13970
13971 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
13972
13973         * configure.in (targargs): Pass --build if we're doing
13974         a cross-compile.
13975
13976 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
13977
13978         * configure: Use '|' instead of ":" as the separator in
13979         sed. Otherwise sed chokes on NT path names with drive
13980         designators. Also look for "?:*" as the leading characters in an
13981         absolute pathname.
13982
13983 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
13984
13985         * config.sub: Support for r3900.
13986
13987 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
13988
13989         * configure.in: Use install-sh, not install.sh.
13990
13991 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
13992
13993         * Makefile.in (taz): Improve check for BISON so it doesn't try to
13994         apply it twice.
13995
13996 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
13997
13998         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
13999         install-binutils.
14000
14001 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
14002
14003         * Makefile.in: Add automake targets.
14004         * configure.in (host_tools): Add automake.
14005
14006 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14007
14008         * configure: Default CXX to c++, not gcc.
14009         * Makefile.in (CXX): Set to c++, not gcc.
14010         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14011
14012 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
14013
14014         * install-sh: try appending a .exe if source file doesn't
14015         exist
14016
14017 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
14018
14019         * configure.in: Turn on multilib by default.
14020         (cross_only): Remove target-libiberty.
14021
14022         * Makefile.in (all-gcc): Don't depend on libiberty.
14023
14024 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
14025
14026         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14027
14028 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14029
14030         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14031         (DISTBISONFILES): Add ld/Makefile.in
14032
14033 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
14034
14035         * configure.in: if target is cygwin32 but host isn't cygwin32,
14036         don't configure gdb tcl tk expect, not just gdb.
14037
14038 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
14039
14040         * configure.in: Added gnuserv everywhere sn appears.
14041
14042         * Makefile.in (ALL_MODULES): Added all-gnuserv.
14043         (CROSS_CHECK_MODULES): Added check-gnuserv.
14044         (INSTALL_MODULES): Added install-gnuserv.
14045         (CLEAN_MODULES): Added clean-gnuserv.
14046         (all-gnuserv): New target.
14047
14048 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
14049
14050         * config.guess: Fixes for MIPS OpenBSD systems.
14051
14052 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14053
14054         * Makefile.in (INSTALL_XFORM): Remove.
14055         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14056
14057         * mkinstalldirs: New file, copied from automake.
14058         * Makefile.in (installdirs): Rename from install-dirs.  Use
14059         mkinstalldirs.  Change all users.
14060         (DEVO_SUPPORT): Add mkinstalldirs.
14061
14062 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14063
14064         * install-sh: Rename from install.sh.
14065         * Makefile.in (INSTALL): Change install.sh to install-sh.
14066         (DEVO_SUPPORT): Likewise.
14067
14068         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
14069         Graichen <graichen@rzpd.de>.
14070
14071 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
14072
14073         * config.guess: Recognize OpenBSD systems correctly.
14074
14075 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14076
14077         * README, Makefile.in (ETC_SUPPORT): Remove references to
14078         cfg-paper*, configure.{texi,man,info*}._
14079
14080 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
14081
14082         * Makefile.in (all.normal): Ensure that gcc is built after all
14083         the x11 - ie gdb - targets.
14084
14085 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
14086
14087         * makefile.vms: Don't run conf-a-gas.
14088
14089 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
14090
14091         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14092
14093 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
14094
14095         * configure.in: Remove noconfigdirs case since gdb also
14096         configures and builds for tic80-coff.
14097
14098 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14099
14100         * configure: Set cache_file to config.cache.
14101         * Makefile.in (local-distclean): Remove config.cache.
14102
14103 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14104
14105         * COPYING: Update FSF address.
14106
14107 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
14108
14109         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14110         noconfigdirs.
14111
14112 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14113
14114         * Makefile.in (install-dirs): Don't crash if prefix, and hence
14115         MAKEDIRS, is empty.
14116
14117 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
14118
14119         * config.sub: Tweak mn10300 entry.
14120
14121 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
14122
14123         * configure.in (host_tools): Put sim before gdb, so gdb's
14124         configure.tgt can determine if the simulator was configured.
14125
14126 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
14127
14128         * config.sub: Move BeOS $os case to be with other Cygnus
14129         local cases.
14130
14131 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
14132
14133         * config.sub: Remove misplaced comment that broke Linux.
14134
14135 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
14136
14137         * config.sub: Add BeOS support.
14138
14139 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
14140
14141         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14142
14143 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
14144
14145         * configure.in (noconfigdirs): Remove tcl and tk from
14146         noconfigdirs for cygwin32 builds.
14147
14148 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
14149
14150         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14151
14152 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
14153
14154         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14155         make-all.com, use makefile.vms instead.
14156
14157 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
14158
14159         * config.sub: Accept -lnews*.
14160
14161 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
14162
14163         * configure.in (noconfigdirs): Disable target-newlib,
14164         target-examples and target-libiberty for d30v.
14165
14166 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14167
14168         * configure.in (noconfigdirs): Enable ld for d30v.
14169
14170 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
14171
14172         * configure.in (tic80-*-*): Build compiler.
14173
14174 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
14175
14176         * configure.in (d30v-*): Remove sim directory from list of
14177         unsupported d30v directories
14178
14179 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
14180
14181         * config.sub, configure.in: Add d30v target cpu.
14182
14183 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
14184
14185         * makefile.vms: New file.
14186         * make-all.com: Remove.
14187
14188 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
14189
14190         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14191
14192 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
14193
14194         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14195
14196 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
14197
14198         * Makefile.in (ALL_MODULES): Added all-db.
14199         (CROSS_CHECK_MODULES): Addec check-db.
14200         (INSTALL_MODULES): Added install-db.
14201         (CLEAN_MODULES): Added clean-db.
14202
14203 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
14204
14205         * config.guess: Merge with latest FSF sources.
14206
14207 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
14208
14209         * Makefile.in (ALL_MODULES): Added all-itcl.
14210         (CROSS_CHECK_MODULES): Added check-itcl.
14211         (INSTALL_MODULES): Added install-itcl.
14212         (CLEAN_MODULES): Added clean-itcl.
14213
14214 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
14215
14216         * configure.in: build gdb for mn10200
14217
14218 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
14219
14220         * Makefile.in (all-target-winsup): Depend on all-target-libio.
14221
14222 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
14223
14224         * configure.in (tic80-*-*): Turn off most targets right now.
14225
14226 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
14227
14228         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14229         rather than the makeinfo program.
14230         (do-info): Depend upon all-texinfo.
14231
14232 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14233
14234         * configure.in: Remove uses of config/mh-linux.
14235
14236         * config.sub, config.guess: Merge with latest FSF sources.
14237
14238 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
14239
14240         * config.sub (case $basic_machine): Add tic80 entries.
14241
14242 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
14243
14244         * config.sub, config.guess: Merge with latest FSF sources.
14245
14246 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14247
14248         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14249         * mpw-config.in: Test for NewFolderRecursive.
14250         * mpw-install: Use symbolic name for startup filename.
14251         * mpw-README: Add various additional details.
14252
14253 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
14254
14255         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14256
14257 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
14258
14259         * configure.in: Do build gcc and the target libraries for
14260         the mn10200.
14261
14262 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
14263
14264         * configure.in: don't avoid building gdb for mn10300 any more
14265         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14266         instead of single-quoting it.
14267
14268 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
14269
14270         * configure.in: Don't use --with-stabs on IRIX 6.
14271
14272 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
14273
14274         * configure.in (m32r): Build gdb, libg++ now.
14275
14276 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
14277
14278         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
14279         directories from noconfigdirs.
14280
14281 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
14282
14283         * config.sub (basic_machine): added mips16 configuration
14284
14285 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14286
14287         * config.sub: Handle d10v-unknown.
14288
14289 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
14290
14291         * config.sub: Handle v850-unknown.
14292
14293 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
14294
14295         * Makefile.in: add findutils
14296         * configure.in: add findutils to list of host_tools
14297
14298 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
14299
14300         * config.sub: Handle mn10200 and mn10300.
14301
14302 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14303
14304         * configure.in (d10v-*): Do not build librx.
14305
14306 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
14307
14308         * configure.in (mn10300): Build everything except gdb & libgloss.
14309
14310 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
14311
14312         * config.guess:  Patch for Dansk Data Elektronik servers,
14313         from Niels Skou Olsen <nso@dde.dk>.
14314
14315         For ncr, use /bin/uname rather than uname, since GNU uname does not
14316         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
14317
14318         Patch for MIPS R4000 running System V,
14319         from Eric S. Raymond <esr@snark.thyrsus.com>.
14320
14321         Fix thinko for nextstep.
14322
14323         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14324
14325         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
14326         * config.guess: Guess mips-dec-mach_bsd4.3.
14327
14328         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
14329         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
14330         release numbers.
14331         * config.guess (mips-mips-riscos*):  Emit just enough of the
14332         release number.
14333
14334         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
14335         * config.guess (sparc-auspex-sunos*):  Added.
14336         (f300-fujitsu-*): Added.
14337
14338         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
14339         * config.guess:  Recognize a Tadpole as a sparc.
14340
14341 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14342
14343         * config.guess: Don't assume that NextStep version is either 2 or
14344         3.  NextStep 4 (aka OpenStep 4) has come out now.
14345
14346 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
14347
14348         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14349         From Rik Faith <faith@cs.unc.edu>.
14350
14351 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
14352
14353         * config.sub: Contributions from bug-gnu-utils to:
14354         Support plain "hppa" (no version given) architecture, reported by
14355         OpenStep.
14356         OpenBSD like NetBSD.
14357         LynxOs is not a hardware supplier.
14358
14359         * config.guess: Contributions from bug-gnu-utils to add support for:
14360         OpenBSD like NetBSD.
14361         Stratus systems.
14362         More Pyramid systems.
14363         i[n>4]86 Intel chips.
14364         M680[n>4]0 Motorola chips.
14365         Use unknown instead of lynx for hardware manufacturer.
14366
14367 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14368
14369         * install.sh (chmodcmd): Set to null if the DST directory already
14370         exists.
14371
14372 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14373
14374         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14375         not use mt-ppc target Makefile fragment any more.
14376
14377 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14378
14379         * configure.in (*-*-windows):  Exclude everything but those dirs
14380         needed to build windows.
14381
14382 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
14383
14384         * Makefile.in (all-target-winsup): Depend on all-target-librx.
14385
14386 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14387
14388         * configure.in:  Exclude mmalloc from i386-windows.
14389
14390 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
14391
14392         * Undo my previous change.
14393
14394 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
14395
14396         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14397         unconditionally.
14398         (MAKEOVERRIDES): Define (revert this part of October 18 change).
14399
14400 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
14401
14402         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
14403         host to add it's own flags.
14404
14405 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
14406
14407         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14408
14409 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
14410
14411         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14412         (CXX_FOR_TARGET): Likewise.
14413         (GCC_FOR_TARGET): Define.
14414         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14415         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14416         CC_FOR_TARGET was specified on the command line.
14417         (MAKEOVERRIDES): Don't define.
14418
14419 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
14420
14421         * configure.in (m32r): Fix spelling of libg++ libs.
14422
14423 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
14424
14425         * config.sub (-apple*): Remove, now redundant.
14426
14427 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
14428
14429         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14430
14431         * configure: Rework yesterday's sed script patch.
14432
14433         * config.sub: Merge with FSF.
14434
14435 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
14436
14437         * config.guess:  Merge from FSF.
14438
14439         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
14440         * config.guess: Use pc instead of unknown, for pc clone systems.
14441         Change linux to linux-gnu.
14442
14443         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14444         * config.guess: Avoid non-portable tr syntax.
14445
14446 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
14447
14448         * test-build.mk (HOLES): Add "xargs" for gdb.
14449
14450         * configure: Avoid hpux10.20 sed bug.
14451
14452 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
14453
14454         * configure.in:  Add support for windows host
14455         (that is a build done under the Microsoft build environment).
14456
14457 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
14458
14459         * Makefile.in: Replace all uses of srcroot with s, to shrink
14460         command line lengths.
14461
14462         Patches from Geoffrey Noer <noer@cygnus.com>:
14463         * configure.in: If configuring for newlib, pass --with-newlib to
14464         subdirectories.
14465         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14466         -Bnewlib/ and -Lwinsup to gcc.
14467         (CXX_FOR_TARGET): Likewise.
14468
14469 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14470
14471         * Makefile.in (ETC_SUPPORT): Add configure.
14472
14473 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
14474
14475         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14476         host configuration file.
14477
14478 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
14479
14480         * configure.in: Break mn10x00 support into separate
14481         mn10200 and mn10300 configurations.
14482         * config.sub: Likewise.
14483
14484 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
14485
14486         * configure.in: Add lots of stuff to noconfigdirs for
14487         the mn10x00 targets.
14488
14489         * config.sub, configure.in: Add mn10x00 support.
14490
14491 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
14492
14493         * make-all.com: Call conf-a-gas, not config-a-gas.
14494
14495 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
14496
14497         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14498         targets.
14499
14500 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
14501
14502         * mpw-README: Add much more detail for native PowerMac.
14503         * mpw-install: New file.
14504         * mpw-configure: Add --norecursion and --help options.
14505         * mpw-config.in: Translate readme and install files when
14506         copying to objdir.
14507         * mpw-build.in: Don't always depend on byacc and flex.
14508         (install-only-top): New action.
14509
14510 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
14511
14512         * configure.in:  You can now configure GDB for the v850.
14513
14514 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
14515
14516         * configure.in (noconfigdirs): Don't configure any C++ dirs
14517         if targeting D10V.
14518
14519 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
14520
14521         * config.sub: Recognize mips64vr5000.
14522
14523 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
14524
14525         * configure.in: Use a single line for host_tools and native_only.
14526
14527 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
14528
14529         * config.sub, configure.in: Add entries for m32r.
14530
14531 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
14532
14533         * Makefile.in (inet-install): Don't run install-gzip.
14534
14535 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
14536
14537         * configure.in:  Don't config lots of things for *-*-windows*.
14538
14539 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
14540
14541         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14542         (host_libs, host_tools): Copy from configure.in.
14543         * mpw-configure: Don't complain about directories not found.
14544
14545 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14546
14547         * configure.in (i[345]86): Recognize i686 for pentium pro.
14548         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14549         file.
14550
14551         * config.guess (i[345]86): Ditto.
14552
14553 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
14554
14555         * configure.in (noconfigdirs): Removed gdb for D10V.
14556
14557 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
14558
14559         * configure.in: Remove ld, target-libio, target-libg++, and
14560         target-libstdc++ from noconfigdirs.
14561
14562 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
14563
14564         * configure: Fix three locations where shell scripts were
14565         being run directly rather than with config_shell.
14566
14567 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
14568
14569         * configure.in (v850-*-*): Set up initial $noconfigdirs.
14570         * config.sub (basic_machine): Recognize v850.
14571
14572 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
14573
14574         * mpw-configure: Handle multiple enable/disable options and
14575         pass them down recursively, handle -c and -s flags appropriately
14576         depending on choice of compiler, add escape mechanism for
14577         quoted arguments to gC.
14578
14579 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14580
14581         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
14582         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
14583         so that -mrelocatable-lib and -mno-eabi are used.
14584
14585         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
14586         not support --print-multi-lib, don't abort.
14587
14588 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
14589
14590         * make-all.com: Run config-a-gas.
14591         * setup.com: Don't copy subdirectory files around.
14592
14593 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
14594
14595         * configure.in (*-*-ose): Remove exclusion of libgloss for this
14596         target, it now compiles correctly.
14597
14598 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
14599
14600         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
14601
14602 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
14603
14604         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
14605
14606 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
14607
14608         * configure.in (native_only): Add prms.
14609
14610 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
14611
14612         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
14613         (BINUTILS_SUPPORT_DIRS): Likewise.
14614
14615 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14616
14617         * configure.in (d10v-*-*): Don't configure ld or gdb until the
14618         d10v support is added.
14619
14620 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
14621
14622         * configure.in (d10v-*-*): New target.
14623
14624 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
14625
14626         * config.guess (HP 9000/811): Recognize this as a PA1.1
14627         machine.
14628
14629 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
14630
14631         * Makefile.in (do-tar-gz): New target, split out from tail end of
14632         taz target.  Run each command separately, don't use pipes.
14633         (taz): Use it.
14634
14635 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
14636
14637         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
14638         * mpw-build.in: No builds should depend on building byacc or flex,
14639         they are assumed to be installed already.
14640
14641 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14642
14643         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
14644         variable that CC_FOR_TARGET needs.
14645
14646 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14647
14648         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
14649         options have changed since the last time the subdirectory was
14650         configured, and if it has, reconfigure.
14651         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
14652         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
14653
14654 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
14655
14656         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
14657         CLEAN_MODULES): Add bash.
14658         (all-bash): New target.
14659
14660 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
14661
14662         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
14663
14664 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14665
14666         * config.sub (basic_machine): Recognize d10v as a valid processor.
14667
14668 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
14669
14670         * mpw-configure: Add support for --bindir.
14671         * mpw-build.in: Use a GCC-specific build script for GCC actions.
14672
14673 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
14674
14675         * configure.in: add bash, time, gawk to list of hosttools and things
14676         to only build for native toolchains
14677
14678 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14679
14680         * Makefile.in (docdir): Remove.
14681
14682 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14683
14684         * Makefile.in (datadir): Set to $(prefix)/share.
14685
14686 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
14687
14688         * configure.in: build diff and patch for cygwin32-hosted
14689         toolchains.
14690
14691 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
14692
14693         * config.sub: Accept -rtems*.
14694
14695 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
14696
14697         * configure.in: enable dosrel for cygwin32-hosted builds,
14698                 remove diff from the list of things not buildable
14699                 via Canadian Cross
14700
14701 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
14702
14703         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
14704         don't get ". ".
14705
14706 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
14707
14708         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
14709
14710 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
14711
14712         * Makefile.in (taz): Handle case where tex3patch didn't even get
14713         checked out.  Also, if it was found, put the symlink in a new util
14714         subdirectory.
14715
14716 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14717
14718         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
14719
14720 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
14721
14722         * config.sub: Recognize -openvms.
14723         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
14724         * make-all.com, setup.com: New files.
14725
14726 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14727
14728         * Makefile.in (taz): tex3patch moved to texinfo/util.
14729
14730 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
14731
14732         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
14733         * configure.in: remove make from disable-if-Can-Cross list
14734                 enable gdb if ${host} and ${target} are cygwin32
14735
14736 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
14737
14738         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
14739         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
14740
14741 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
14742
14743         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
14744         distinguish sysv/svr4/bsd variants.
14745         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
14746
14747 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
14748
14749         * configure.in: Added copyright notice.
14750         * move-if-change: Added copyright notice.
14751
14752 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14753
14754         * configure.in (powerpcle-*-solaris*): Until we get shared
14755         libraries working, don't build gdb, sim, make, tcl, tk, or
14756         expect.
14757
14758 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
14759
14760         * config.guess:  Merge with FSF:
14761
14762         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
14763         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
14764
14765         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
14766         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
14767
14768         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
14769         * config.guess:  Combine two OSF1 rules.
14770         Also recognize field test versions.  From mjr@zk3.dec.com.
14771         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
14772         because GNU uname does not support -p.  From pmr@pajato.com.
14773
14774 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
14775
14776         * Makefile.in (MAKEDIRS): Removed $(tooldir).
14777
14778 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
14779
14780         * mpw-README: Document GCCIncludes.
14781
14782 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
14783
14784         * configure.in (alpha-*-linux*): Set enable_shared to yes.
14785
14786 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
14787
14788         * mpw-configure: Handle --enable-FOO and --disable-FOO.
14789
14790 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
14791
14792         * configure.in (*-*-cygwin32): Configure make.
14793
14794 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
14795
14796         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
14797
14798 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
14799
14800         * Makefile.in (all-inet): Depend on all-perl.
14801
14802         * Makefile.in (inet-install): New target.
14803
14804         * Makefile.in (all-inet): Depend on all-tcl.
14805         (all-inet): Depend on all-send-pr.
14806
14807 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14808
14809         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
14810         temporarily.
14811
14812 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
14813
14814         * configure.in: Don't configure --with-gnu-ld on AIX.
14815
14816 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
14817
14818         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
14819
14820 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
14821
14822         * Makefile.in (ALL_MODULES): Added all-inet.
14823         (CROSS_CHECK_MODULES): Added check-inet.
14824         (INSTALL_MODULES): Added install-inet.
14825         (CLEAN_MODULES): Added clean-inet.
14826         (all-indent): New target.
14827
14828         * configure.in (host_tools): Added inet.
14829         (native_only): Added inet.
14830         (noconfigdirs): Added inet.
14831
14832 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
14833
14834         * configure.in: Don't configure libgloss if we are not configuring
14835         newlib.
14836
14837 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
14838
14839         * configure.in: Don't configure libgloss for unsupported
14840         architectures.
14841
14842 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14843
14844         * Makefile.in (CLEAN_MODULES): Add clean-apache.
14845
14846 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
14847
14848         * Makefile.in (ALL_MODULES): Include all-apache.
14849         (CROSS_CHECK_MODULES): Include check-apache.
14850         (INSTALL_MODULES): Include install-apache.
14851         (all-apache): New target.
14852
14853         * configure.in: Added apache everywhere perl is seen.
14854
14855 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14856
14857         * Makefile.in: Add support for clean-{module} and
14858         clean-target-{module} rules.
14859
14860 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
14861
14862         * configure.in (*-*-ose) do not build libgloss.
14863
14864 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14865
14866         * config.guess (prep*:SunOS:5.*:*): Turn into
14867         powerpele-unknown-solaris2.
14868
14869 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
14870
14871         * configure.in: Permit --enable-shared to specify a list of
14872         directories.
14873
14874 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14875
14876         * configure.in (host==solaris): Pass only the first word of $CC
14877         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
14878
14879 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
14880
14881         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
14882
14883 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
14884
14885         * Makefile.in (ALL_MODULES): Include all-perl.
14886         (CROSS_CHECK_MODULES): Include check-perl.
14887         (INSTALL_MODULES): Include install-perl.
14888         (ALL_X11_MODULES): Include all-guile.
14889         (CHECK_X11_MODULES): Include check-guile.
14890         (INSTALL_X11_MODULES): Include install-guile.
14891         (all-perl): New target.
14892         (all-guile): New target.
14893
14894         * configure.in (host_tools): Include perl and guile.
14895         (native_only): Include perl and guile.
14896         (noconfigdirs): Don't build guile and perl; no ports have been
14897         done.
14898
14899 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
14900
14901         * configure (--enable-*): Handle quoted option lists such as
14902         --enable-sim-cflags='-g0 -O' better.
14903
14904 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14905
14906         * Makefile.in ({,inst}all-target): New rule so we can make and
14907         install all of the target directories easily.
14908
14909 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14910
14911         * configure.in: Add missing global flag in sed substitution when
14912         deleting `target-' from ${configdirs}.
14913
14914 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
14915
14916         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
14917         option.
14918
14919         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
14920         config/mh-necv4.
14921
14922         * install.sh: Correct misspelling of transformbasename.
14923
14924         * config.guess: Recognize mips-*-sysv*.
14925
14926 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
14927
14928         * config.sub: Recognize mon960.
14929
14930 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
14931
14932         * configure: Restore Canadian Cross handling of BISON and LEX,
14933         removed in Feb 20 change.
14934
14935 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
14936
14937         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
14938         Mention make install.  Remove the old copyright date as well the
14939         clumsy and rather pointless copyright on the README file.
14940
14941 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
14942
14943         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
14944         Makefile after running symlink-tree, then run `make distclean' to
14945         avoid clobbering any generated files in srcdir.
14946
14947 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
14948
14949         * configure.in (m68k-*-netbsd*): Build everything now.
14950
14951 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
14952
14953         * Makefile.in (taz): Fix quoting.
14954
14955 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
14956
14957         * configure.in (sparclet-*-*): Build everything now.
14958
14959 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
14960
14961         * configure.in (m68k-*-linux*): New host.
14962
14963 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
14964
14965         * configure: Check for bison before byacc.
14966
14967 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
14968
14969         * Makefile.in configure:  Change the way LEX and BISON/YACC are
14970         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
14971         searching PATH.  These are used as fallbacks by Makefile.in if
14972         flex/bison/byacc aren't in objdir.
14973
14974 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
14975
14976         * Makefile.in: Make everything which depends upon all-bfd also
14977         depend upon all-opcodes, in case --with-commonbfdlib is used.
14978
14979 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
14980
14981         * configure.in (host *-*-cygwin32): Don't build gdb if we are
14982         building NT native compilers on Unix.
14983
14984 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
14985
14986         * configure.in: Don't get CC from the host Makefile fragment if we
14987         can find gcc in PATH, or if this is a Canadian Cross.  Move the
14988         Solaris test for /usr/ucb/cc to the post target script, just after
14989         the compiler sanity test.
14990
14991 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
14992
14993         * config.sub: Merge with FSF.
14994
14995 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
14996
14997         * Makefile.in (RPATH_ENVVAR): New variable.
14998         (REALLY_SET_LIB_PATH): Use it.
14999         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15000
15001 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
15002
15003         * config.sub, configure.in: Recognize sparclet cpu.
15004
15005 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15006
15007         * config.guess:  Support m68k-cbm-sysv4.
15008
15009 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15010
15011         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15012         m68k-unknown-linuxaout from linker help string.  Put quotes around
15013         $ld_help_string.
15014
15015 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
15016
15017         * config.guess (powerpc-harris-powerunix): Add guess for port
15018         to new target.
15019
15020 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15021
15022         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15023
15024 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
15025
15026         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15027         $(REALLY_SET_LIB_PATH) in Makefile.
15028         * Makefile.in (SET_LIB_PATH): New variable.
15029         (REALLY_SET_LIB_PATH): New variable.
15030         ($(DO_X)): Use $(SET_LIB_PATH).
15031         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15032         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15033         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15034         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15035         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15036         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15037         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15038         (install-dosrel): Likewise.
15039         (all-opcodes): Depend upon all-libiberty.
15040
15041 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15042
15043         * config.guess (*:CYGWIN*): New
15044
15045 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15046
15047         * Makefile.in (all-target-winsup): All all-target-libiberty.
15048
15049 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15050
15051         * configure.in (noconfigdirs): Add missing # in front of comment.
15052
15053 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
15054
15055         * configure.in: add second pass to things added to noconfigdirs
15056         so *-gm-magic can exclude libgloss properly.
15057
15058 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
15059
15060         * mpw-configure (extralibs_name, rez_name): Set correctly
15061         for MWC68K compiler.
15062
15063         * mpw-README: Add more info on the necessary build tools.
15064
15065 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15066
15067         * configure.in, config.sub: Recognize cygwin32.
15068
15069 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
15070
15071         * config.guess, config.sub: Recognize A/UX.
15072
15073 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
15074
15075         * config.sub: Merge with gcc/config.sub.
15076
15077 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
15078
15079         * mpw-build.in (do-binutils): Add build of stamps.
15080
15081 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
15082
15083         * config.sub: Add recognition for mips64vr4100*-* targets.
15084
15085 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15086
15087         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15088         Add creation of gconfigargs with `--enable-shared' turned on.
15089         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15090         ($(host)-stamp-stage3-configured): Likewise.
15091         (HOLES): Add chatr and ldd.
15092         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15093
15094 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
15095
15096         * configure: Pass --nfp to recursive configures.
15097
15098 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15099
15100         * Makefile.in (DLLTOOL): New.
15101         (DLLTOOL_FOR_TARGET): New.
15102         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15103         (EXTRA_TARGET_FLAGS): Ditto.
15104         (EXTRA_GCC_FLAGS): Ditto.
15105         (CONFIGURE_TARGET_MODULES): Ditto.
15106         (DO_X): Ditto.
15107         * configure: Add DLLTOOL.
15108
15109 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
15110
15111         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15112         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15113         mh-sco, since old workarounds no longer needed, and don't
15114         build ld, since libraries have weak symbols in COFF.
15115
15116 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
15117
15118         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15119
15120 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15121
15122         * configure.in: Make sure that ${CC} can be used to compile an
15123         executable.
15124
15125 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15126
15127         * Makefile.in (all-gdb): Depend on $(GDB_TK).
15128         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15129         nothing depending on whether gdbtk is being built.
15130
15131 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
15132
15133         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15134
15135 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
15136
15137         * configure.in (noconfigdirs): Put ld or gas in this early, if the
15138         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15139
15140 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
15141
15142         * config-ml.in: Add support for
15143         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15144         Simplify setting of multidirs from --disable-foo.
15145
15146 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15147
15148         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15149         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15150         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15151         non-empty, pass them on to the  GCC make.
15152         (all-bootstrap): New rule that is like all-gcc, except it executes
15153         the GCC bootstrap rule instead of the GCC all rule.
15154
15155 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
15156
15157         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15158
15159 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15160
15161         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15162         DG/UX support.
15163
15164 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
15165
15166         * config.sub (i*86*) Change [345] to [3456]
15167
15168 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15169
15170         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15171         --with-gnu-ld=no.
15172
15173 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15174
15175         * config-ml.in (rs6000*, powerpc*): Add switches to control which
15176         AIX multilibs get built.
15177
15178 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15179
15180         * configure.in (i386-win32): Don't build expect if we're not
15181         building the tcl subdir.
15182
15183 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
15184
15185         * Makefile.in: (configure-target-examples, all-target-examples):
15186         New targets, configure and build example programs.
15187
15188 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
15189
15190         * mpw-configure: If an mpw-config.in generated a file mk.sed,
15191         use it as input to sedit the generated MPW makefile.
15192         * mpw-README: Add a suggestion about Gestalt.h.
15193
15194 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
15195
15196         * config.sub: Accept *-*-ieee*.
15197
15198 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
15199
15200         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
15201         Ronald F. Guilmette <rfg@monkeys.com>.
15202
15203 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15204
15205         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15206         for powerpc-pe native.
15207         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15208         (target==powerpc-pe): duplicate i386-win32 entry.
15209
15210 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15211
15212         * configure.in (noconfigdirs): Exclude target-newlib for all versions
15213         of vxworks, not just vxworks5.1.
15214
15215 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
15216
15217         * mpw-configure: Add support for exec-prefix.
15218
15219 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15220
15221         * config.guess: Recognize HP model 816 machines as having
15222         a PA1.1 processor.
15223
15224 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15225
15226         * configure: Ignore new autoconf configure options.
15227
15228 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15229
15230         * config.guess:  Recognize Pentium under SCO.
15231         From Robert Lipe <robertl@arnet.com>.
15232
15233 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15234
15235         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15236
15237 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
15238
15239         * configure.in: Don't configure gas for alpha-dec-osf*.
15240
15241 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
15242
15243         * configure.in: Default to --with-stabs for some targets for which
15244         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15245         i[345]86*-*-unixware*.
15246
15247 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
15248
15249         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15250         rather than basing it on the target.  Simplify handling of options
15251         controlling which directories to configure.  Remove extraneous
15252         slash in multi-clean target.
15253
15254 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
15255
15256         * config-ml.in: Prefix more variables with ml_ so they don't collide
15257         with configure's.
15258
15259 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
15260
15261         * configure: Don't turn -v into --v.
15262
15263 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
15264
15265         * configure.in (targargs): Fix typo.
15266
15267         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15268
15269 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
15270
15271         * configure.in: Strip --host and --target options from
15272         CONFIG_ARGUMENTS, and always configure for --host only.  Add
15273         --with-cross-host option when building with a cross-compiler.
15274         * configure: Canonicalize the arguments put into config.status by
15275         always using `=' for an option with an argument.  Pass a presumed
15276         --host or --target explicitly.
15277
15278 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
15279
15280         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15281         into general OS recognition case.
15282
15283 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15284
15285         * configure.in (target_configdirs): add target-winsup only
15286         for win32 target systems.
15287
15288 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
15289
15290         * Makefile.in (all-target-libgloss): Depend upon
15291         configure-target-newlib, since when libgloss is built it looks to
15292         see if the newlib directory exists.
15293
15294 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
15295
15296         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15297         cfg-ml-*.in.
15298
15299 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
15300
15301         * configure: Handle LD and LD_FOR_TARGET when configuring a
15302         Canadian Cross.
15303
15304 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15305
15306         * configure.in (target_libs): add target-winsup.
15307         (target==i386-win32): add patch diff flex make to $noconfigdirs.
15308         (target==ppcle-pe): remove ld from $noconfigdirs.
15309
15310 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
15311
15312         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15313         Preserve relative path names in $srcdir.  Build symlink tree if
15314         configuring cross target dir and srcdir=. (= no VPATH support).
15315         (configure-target-libg++): Depend on configure-target-librx.
15316         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15317         * config-ml.in: New file.
15318         * symlink-tree: New file.
15319         * configure: Ensure srcdir="." if that's what it is.
15320
15321 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
15322
15323         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15324         includes and FLEX_SKELETON setting.
15325         * mpw-configure (--with-gnu-ld): New option, controls whether
15326         to use PPCLink or ld with PowerMac GCC.
15327         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15328         * mpw-config.in: Configure grez if targeting Mac.
15329
15330         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15331         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15332         just macos.
15333         * configure.in: Configure grez resource compiler if targeting Mac.
15334         * Makefile.in (all-grez, install-grez): New targets.
15335
15336 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
15337
15338         * configure: CXX defaults to gcc, not g++.  If we find
15339         gcc in the path, set CC to gcc -O2.
15340
15341 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
15342
15343         * configure: Default ${build} correctly.  Avoid picking up extra
15344         spaces when reading CC and CXX from Makefile.  When doing a
15345         Canadian Cross, use plausible default values for numerous
15346         variables.
15347         * configure.in: When doing a Canadian Cross, don't try to
15348         configure tools whose configure script can't handle it.
15349
15350 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15351
15352         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15353
15354 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15355
15356         * configure:  Remove dubious bug reporting address.
15357
15358 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15359
15360         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
15361         configure script, run that instead of this directory's configure.
15362         In either case, print a message that we're configuring the sub-dir.
15363
15364 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15365
15366         * configure.in: Before checking for the existence of various files,
15367         use sed to filter out "target-".
15368
15369 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15370
15371         * Makefile.in (DO_X): Split rule to decrease command line length
15372         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
15373         (Philippe De Muyter).
15374
15375 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15376
15377         * Makefile.in (all-patch): depend on all-libiberty.
15378
15379 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
15380
15381         * configure.in: If the only directory in target_configdirs which
15382         actually exists is libiberty, then set target_configdirs to empty,
15383         to avoid trying to build a target libiberty in a gas or gdb
15384         distribution.
15385
15386 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
15387
15388         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15389         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15390         systems.
15391
15392 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15393
15394         * configure.in (copy_dirs): Use sys-include instead of include
15395         for --with-headers option.
15396
15397 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
15398
15399         * Makefile.in, configure.in: Make winsup builds work with
15400         new scheme.
15401
15402 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
15403
15404         * configure.in: Build the linker on AIX.
15405
15406 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15407
15408         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
15409         where needed.
15410
15411 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
15412
15413         * Makefile.in (all-gcc): Fix typo.
15414
15415 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15416
15417         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
15418
15419 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15420
15421         * configure.in:  Rename libFOO to target-libFOO, and xiberty
15422         to target-xiberty, to provide more flexibility.
15423         (target_subdir):  Define.  Create if cross.
15424         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15425         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
15426         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15427         check-libFOO -> check-target-libFOO, etc.
15428         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15429         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15430         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15431         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
15432         allow ALL_GCC="" to only configure.
15433         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
15434         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
15435         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
15436
15437 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
15438
15439         * Makefile.in (taz): Build "info" in etc explicitly.
15440
15441 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
15442
15443         * configure.in:  Make sure that CC is undefined (as opposed to
15444         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
15445         problem with autoconf trying to configure on a host without GCC.
15446
15447 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
15448
15449         * mpw-configure: Set host alias from choice of host compiler,
15450         only use generic MPW Makefile sed if present, edit a file
15451         named "hacked_Makefile.in" instead of "Makefile.in" if present.
15452         * mpw-README: Add problem notes about CW6 and CW7.
15453
15454 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
15455
15456         * Makefile.in (taz): Use ";" instead of ";;".
15457
15458 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15459
15460         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
15461         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15462         DISTDOCDIRS.
15463         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
15464         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
15465
15466 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15467
15468         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
15469         and gnats, because they are now subsumed by DISTSTUFFDIRS.
15470         Move bfd to DISTSTUFFDIRS.
15471
15472 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15473
15474         * Makefile.in (X11_LIB): Removed.
15475         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15476
15477         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15478
15479 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15480
15481         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15482         names.
15483
15484 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15485
15486         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15487
15488 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
15489
15490         * configure.in (i[345]86-*-win32): Always build newlib.
15491         Don't configure cvs, autoconf or texinfo.
15492         * Makefile.in (LD_FOR_TARGET): New.
15493         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15494         Pass down LD_FOR_TARGET.
15495
15496 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
15497
15498         * winsup: New directory.
15499         * Makefile.in: Build winsup.
15500         * configure.in: Winsup is configured when target is win32.
15501         Can only build win32 target GDB when native.
15502
15503 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
15504
15505         * config.guess: Recognize HP model 819 machines as having
15506         a PA 1.1 processor.
15507
15508 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15509
15510         * configure: Fix sed loop which substitutes for CC and CXX to
15511         avoid bug found in various sed implementations.
15512
15513 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15514
15515         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15516         simulator.  Use standard powerpc-*-eabi*.
15517
15518 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
15519
15520         * configure.in: Stop putting gas and binutils in noconfigdirs for
15521         powerpc-*-aix* and rs6000-*-*.
15522
15523 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
15524
15525         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15526         -mcall-aixdesc libraries.
15527
15528 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
15529
15530         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15531
15532         * config.sub (arm | armel | armeb): Fix shell syntax.
15533
15534 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15535
15536         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15537         -msoft-float and -mcpu=common support.
15538         (powerpc*-*-eabisim*): Add support for building -mcall-aix
15539         libraries.
15540
15541 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15542
15543         * configure.in: Allow configuration and build of emacs19 for the alpha.
15544
15545 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15546
15547         * configure.in (CC): Get ^CC, not just any old CC, from
15548         ${host_makefile_frag}.
15549
15550 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15551
15552         * configure.in (CC): Try to get CC from
15553         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15554
15555 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15556
15557         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
15558         only if it exists in $(srcdir).
15559
15560 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
15561
15562         * configure: If CC and CXX are not set in the environment, set
15563         them, based on either an existing Makefile or on searching for gcc
15564         in PATH.  Substitute for CC and CXX in Makefile.
15565         * configure.in: Remove libm from target_libs.  Separate
15566         target_configdirs from configdirs.  If CC is not set in
15567         environment, try to get it from a host Makefile fragment.  Rewrite
15568         changes of configdirs to use skipdirs instead.  A few minor
15569         tweaks.  Take directories out of target_configdirs as they are
15570         taken out of configdirs.  Remove existing Makefile files from
15571         subdirectories.  Substitute for TARGET_CONFIGDIRS and
15572         CONFIG_ARGUMENTS in Makefile.
15573         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
15574         by configure.in.
15575         (CONFIG_ARGUMENTS): Likewise.
15576         (CONFIGURE_TARGET_MODULES): New variable.
15577         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
15578         ($(CONFIGURE_TARGET_MODULES)): New target.
15579         (configure-libg++, configure-libio): New targets.
15580         (all-libg++): Depend upon configure-libg++.
15581         (all-libio): Depend upon configure-libio.
15582         (configure-libgloss, all-libgloss): New targets.
15583         (configure-libstdc++): New target.
15584         (all-libstdc++): Depend upon configure-libstdc++.
15585         (configure-librx, all-librx): New targets.
15586         (configure-newlib): New target.
15587         (all-newlib): Depend upon configure-newlib
15588         (configure-xiberty): New target.
15589         (all-xiberty): Depend upon configure-xiberty.
15590
15591 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15592
15593         * configure.in (host i[345]86-*-win32):  Expand the
15594         noconfigdirs again.
15595
15596 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
15597
15598         * mpw-configure: Fix sed command file name.
15599
15600 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
15601
15602         * configure.in (host i[345]86-*-win32): Reduce the
15603         noconfigdirs again.
15604
15605 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
15606
15607         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
15608         or powerpc*-*-pe*, since they are not yet supported.
15609
15610 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
15611
15612         Add PowerMac support and many other enhancements.
15613         * mpw-configure: New option --cc to select compiler to use,
15614         paste options set according to --cc into the generated
15615         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
15616         if mpw-make.sed is present.
15617         * mpw-config.in: Don't test for gC1, test for mpw-touch,
15618         add forward includes for PowerPC include files.
15619         * mpw-build.in: Build using Makefile.PPC if present.
15620         (do-byacc, etc): Remove separate version resource builds.
15621         (do-gas): Build "stamps" before "all".
15622         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
15623         * mpw-README: Update to reflect --cc option, PowerMac support,
15624         and recently-reported compatibility problems.
15625
15626 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
15627
15628         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
15629         embedded m68k systems (-aout, -coff, -elf, -vxworks).
15630         (--with-multilib-top): Pass to recursive invocations.
15631
15632 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
15633
15634         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
15635         v810-*-*.
15636
15637 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15638
15639         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
15640         gdb, ld and opcodes on v810-*-*.
15641
15642 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
15643
15644         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
15645         (local-maintainer-clean): New target.
15646         (maintainer-clean): New target.
15647         (realclean): Just depend upon maintainer-clean.
15648
15649 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15650
15651         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
15652
15653 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
15654
15655         * configure.in: Build ld in mips*-*-bsd* case.
15656
15657 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
15658
15659         * config.sub: Accept -lites* OS.  From Ian Dall.
15660
15661 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
15662
15663         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
15664         targets.
15665
15666 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15667
15668         * configure.in: treat i386-win32 canadian cross the same as
15669         i386-go32 canadian cross.
15670
15671 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15672
15673         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
15674         running under the simulator to build a reduced set of libraries.
15675         (powerpc-*-eabiaix): Add fine grained multilib support added to
15676         other powerpc targets yesterday.
15677
15678 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15679
15680         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
15681         -disable-softfloat, -disable-relocatable, -disable-aix, and
15682         -disable-sysv to control which multilib libraries get built.
15683
15684 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
15685
15686         * configure: Add Makefile.tem to list of files to remove in trap
15687         handler.
15688
15689 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15690
15691         * config.guess (*Linux*):  Add missing "exit"s.
15692         Also, need specific check for alpha-unknown-linux (uses COFF).
15693
15694 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15695
15696         * config.guess:  Merge with FSF:
15697
15698         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
15699         * config.guess (AIX4): More robust release numbering discovery.
15700
15701         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
15702         * config.guess (i386-sequent-ptx): Properly get version number.
15703
15704         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
15705         * config.guess (mips:*:4*:UMIPS): New case.
15706
15707 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
15708
15709         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
15710         (i386-win32 host): Likewise.  Don't build readline.
15711
15712 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
15713
15714         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
15715         SUPPORT_FILES to submakes.
15716
15717 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
15718
15719         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
15720         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
15721         mpw-configure.
15722
15723 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
15724
15725         * configure.in (appdirs): Use =, not ==, in test expression when
15726         trying to build the text to print in the warning message for
15727         Solaris users.
15728
15729 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
15730
15731         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
15732
15733 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15734
15735         * config.guess: Recognize lynx-2.3.
15736
15737 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
15738
15739         * config.sub (z8ksim): Deleted
15740         (z8k-*-coff): New, this is the one true name of the target.
15741
15742 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
15743
15744         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
15745
15746 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
15747
15748         * config.guess (*:Linux:*:*): First try asking the linker what the
15749         default object file format is (elf, aout, or coff).  Then if this
15750         fails, try previous methods.
15751
15752 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15753
15754         * configure.in: Don't build newlib for *-*-vxworks5.1.
15755
15756 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
15757
15758         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
15759         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
15760
15761 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
15762
15763         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
15764
15765 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
15766
15767         * cfg-ml-com.in: New file.
15768         * cfg-ml-pos.in: New file.
15769
15770 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
15771
15772         * COPYING.NEWLIB: Add HP free copyright to list.
15773
15774 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
15775
15776         * config.sub: Recognize -eabi* for the system, not just -eabi.
15777
15778 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15779
15780         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
15781         * config.sub, configure.in (win32): New target and host.
15782
15783 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
15784
15785         * configure.in: Add i386-pe configuration.
15786
15787 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
15788
15789         * mpw-build.in (install): Install GDB after LD.
15790
15791 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
15792
15793         * mpw-config.in (elf/mips.h): Always forward-include, needed
15794         for GDB to build.
15795
15796 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15797
15798         * testsuite: New directory for customer acceptance and whole tool
15799         chain tests.
15800
15801 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
15802
15803         * configure: If per-host line isn't found, but AC_OUTPUT is found
15804         and a configure script exists, run it instead.
15805
15806 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15807
15808         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
15809
15810 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15811
15812         * configure: Set build_{cpu,vendor,os,alias} to host values when
15813         --build isn't specified.
15814
15815 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15816
15817         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
15818         (FLAGS_TO_PASS): Pass them.
15819         (EXTRA_TARGET_FLAGS): Ditto.
15820
15821 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15822
15823         * Makefile.in (all-libg++): Depend on all-libstdc++.
15824
15825 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
15826
15827         * configure.in (noconfigdirs): Enable all packages for
15828           i386-unknown-netbsd.
15829
15830 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
15831
15832         * configure.in (noconfigdirs): Don't configure tk for i386-go32
15833         hosted builds (DOS builds)
15834
15835 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
15836
15837         Changes for ARM based on patches from Richard Earnshaw:
15838         * config.sub: Handle armeb and armel.
15839         * configure.in: Omit arm linker only for riscix.
15840
15841 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
15842
15843         * config.guess:  Update from FSF.
15844
15845 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
15846
15847         * config.sub: Recognize powerpcle as the little endian variant of
15848         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
15849         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
15850         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
15851         temporarily.
15852
15853 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
15854
15855         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
15856
15857 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
15858
15859         * config.sub: Accept -lites* as a basic system type.
15860
15861 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
15862
15863         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
15864         installed, and if so return linuxoldld as the system name.
15865
15866 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
15867
15868         * config.guess: Add hppa1.1-hp-lites support.
15869
15870 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
15871
15872         * configure.in: Don't build newlib for m68k-vxworks5.1.
15873
15874 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
15875
15876         * configure.in (mips-sgi-irix6): Use mh-irix5.
15877
15878 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
15879
15880         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
15881
15882 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15883
15884         * test-build.mk: Enable building of shared libraries on IRIX 5 and
15885         OSF/1.  Fix compiler flags.
15886         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
15887
15888 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
15889
15890         * configure.in: Recognize --with-newlib.
15891         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
15892
15893 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15894
15895         * Makefile.in: move {all,check,install}-gdb from *_MODULES
15896         to *_X11_MODULES due to gdbtk needing X include files et al.
15897
15898 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
15899
15900         Merge in support for Mac MPW as a host.
15901         (Old change descriptions retained for informational value.)
15902
15903         * mpw-config.in: Add generic include forwards for cpu-specific
15904         include files in aout and elf directories.
15905
15906         * mpw-configure: Added copyright.
15907         * mpw-config.in: Check for presence of required build tools.
15908         (target_libs): Add newlib.
15909         (target_tools): Add examples.
15910         (Read Me): Generate as "Read Me for MPW" instead.
15911         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
15912         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
15913         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
15914
15915         * mpw-configure: Remove subdir-specific makefile hackery,
15916         delete mk.tmp after using it.
15917
15918         * mpw-build.in (all): Display start and end times.
15919
15920         * mpw-configure (host_canonical): Set.
15921         (target_cpu): Always add to makefiles.
15922         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
15923         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
15924         (mpw-mh-mpw): Look for in srcdir and srcroot.
15925         Use sed instead of mpw-edit-prefix to edit prefix definitions.
15926
15927         * mpw-build.in: (install-only): New target.
15928
15929         * mpw-configure (host_alias, target_alias): Rename from hostalias
15930         and targetalias, add into generated Makefile.
15931         (mk.tmp): If present, add into generated Makefile.
15932         * mpw-build.in (all-gas): Build config.h first before gas proper.
15933
15934         * mpw-configure (config.status): Write only if changed.
15935         * mpw-config.in (readline): Configure it (not built, just used for
15936         definitions).
15937
15938         * mpw-config.in (elf/mips.h): Add a forward include.
15939
15940         * mpw-config.in: Forward-include most .h files in include into
15941         extra-include.
15942         (readline): Don't build.
15943         mpw-build.in (install): Install GDB.
15944
15945         * mpw-configure (prefix, mpw_prefix): Handle it.
15946         * mpw-config.in (mmalloc, readline): Don't configure.
15947         * mpw-build.in (thisscript): Rename to ThisScript.
15948         Use mpw-build instead of BuildProgram everywhere.
15949         (mmalloc, readline): Don't build.
15950         * mpw-README: New file, basic documentation about the MPW port.
15951
15952         * mpw-config.in: Use forward-include to create include files.
15953
15954         * mpw-configure: Add more things to the top of each configured
15955         Makefile, including contents of config/mpw-mh-mpw.
15956         * mpw-config.in (extra-include): Create this directory and fill it
15957         with Posix-like include files when configuring.
15958
15959         * config.sub (apple, mac, mpw): Add various aliases.
15960
15961         * mpw-build.in: New file, top-level build script fragment for MPW.
15962         * mpw-configure: New file, configure script for MPW.
15963         * mpw-config.in: New file, config fragment for MPW.
15964
15965 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15966
15967         * configure.in (host_libs): Remove glob, since it is gone from the
15968         sources.
15969
15970 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
15971
15972         * Makefile.in: define empty GDB_NLM_DEPS var.
15973
15974         * configure.in(target_makefile_frag): use config/mt-netware
15975         for netware targets.
15976
15977 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
15978
15979         * config.sub: Merge in recent FSF changes.  Remove linux special
15980         cases.
15981
15982 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
15983
15984         Revert this change:
15985
15986         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
15987
15988                 * build-all.mk: Use CC=cc -Xs on Solaris.
15989
15990 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
15991
15992         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
15993         stop using it.
15994         * Makefile.in: Nuke all references to glob subdirectory.
15995
15996 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
15997
15998         * configure.in: Fix --enable-shared logic in per-host.
15999
16000 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16001
16002         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16003
16004 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16005
16006         * configure.in (noconfigdirs): Don't build gas on AIX, for
16007         powerpc*-*-aix* as well as for rs6000*-*-aix*.
16008
16009 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
16010
16011         * configure: Fix --cache-file to work if the file argument is a
16012         relative path.
16013
16014 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
16015
16016         * configure: If the --cache-file is used, pass it down to
16017         configure in subdirectories.
16018
16019 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
16020
16021         * config.sub: add vxworks29k configuration.
16022
16023 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16024
16025         * Makefile.in (taz): Do "diststuff" part quietly.
16026
16027 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16028
16029         * config.sub: Mini-merge with gcc/config.sub.
16030
16031 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16032
16033         * config.guess (IRIX): Sed - to _.
16034
16035 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16036
16037         * Makefile.in (source-vault, binary-vault): New targets.
16038
16039 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
16040
16041         * config.sub: Recognize -eabi as a basic system type.
16042
16043 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16044
16045         * configure.in (enable_shared stuff): Fix typo.
16046
16047 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
16048
16049         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16050
16051 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16052
16053         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16054
16055 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
16056
16057         * configure.in (rs6000-*-*): Don't build gas.
16058
16059 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
16060
16061         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16062         reduce command line length.
16063         (AS_FOR_TARGET): Check for as.new, not Makefile.
16064         (NM_FOR_TARGET): Check for nm.new, not Makefile.
16065
16066 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16067
16068         * config.guess:  Merge from FSF.
16069
16070 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16071
16072         * configure: Don't use $ when handling program_suffix.
16073
16074 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
16075
16076         * configure.in:  Configure tk for hppa/hpux.
16077
16078 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16079
16080         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
16081
16082 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16083
16084         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
16085         to LIBCXXFLAGS.  Tests are better run without it.
16086
16087 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
16088
16089         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16090
16091 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
16092
16093         * configure.in (*-*-netware*): Don't configure xiberty.
16094
16095 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
16096
16097         * configure.in:  Remove tk from native_only list.
16098
16099 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
16100
16101         * build-all.mk: Add mips-ncd-elf target to sun4 targets
16102           for special NCD build.
16103
16104 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16105
16106         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16107         makeall.bat, they're only useful for binutils snapshots.
16108         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16109         makeall.bat to specified SUPPORT_FILES.
16110
16111 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
16112
16113         * build-all.mk: Add Ericsson targets to sun4 and solaris
16114           hosts.  Add  BNR's sun4 target to solaris host, so their
16115           build-from-source will be tested in-house first.
16116
16117 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16118
16119         * Makefile.in (LIBCFLAGS): New variable.
16120         (CFLAGS_FOR_TARGET): Ditto.
16121         (LIBCFLAGS_FOR_TARGET): Ditto.
16122         (LIBCXXFLAGS): Ditto.
16123         (CXXFLAGS_FOR_TARGET): Ditto.
16124         (LIBCXXFLAGS_FOR_TARGET): Ditto.
16125         (BASE_FLAGS_TO_PASS): Pass them.
16126         (EXTRA_TARGET_FLAGS): Ditto.
16127
16128         * configure.in: Support --enable-shared.
16129
16130 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16131
16132         * configure.in (target_libs):  Include libstdc++ again.
16133         * config.guess:  Update from FSF (for FreeBSD).
16134
16135 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16136
16137         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16138         makeall.bat.
16139         (DISTDOCDIRS): Add `etc'.
16140         (ETC_SUPPORT_PFX): New variable.
16141         (taz): Include anything from etc starting with a word in
16142         ETC_SUPPORT_PFX.
16143
16144 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16145
16146         * config.sub: Update for recent FSF changes.  Remove obsolete
16147         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
16148         spacing changes.
16149
16150 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16151
16152         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
16153
16154         * config.guess:  Merge with FSF.
16155         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16156
16157 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16158
16159         * configure: Since the "trap 0" handler will override the exit
16160         status on many systems, only use it for "exit 1", and make it set
16161         a non-zero exit status; reset it before "exit 0".  Also, check
16162         exit status of config.sub, and error out if it failed.
16163
16164 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
16165
16166         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16167         and install libgloss.
16168
16169 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16170
16171         * Makefile.in (all-binutils): Depend upon all-byacc.
16172
16173         * configure.in: Don't build emacs on Irix 5.
16174
16175 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16176
16177         * configure.in (*-*-netware*): Add libio.
16178
16179 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16180
16181         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16182         (CHECK_TARGET_MODULES): Ditto.
16183         (INSTALL_TARGET_MODULES): Ditto.
16184         (TARGET_LIBS): Ditto.
16185         (all-libstdc++): Note dependencies.
16186
16187 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16188
16189         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16190
16191 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
16192
16193         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16194         -fexternal-templates.
16195
16196         * configure.in (target_libs): Add libstdc++.
16197         (noconfigdirs): Add libstdc++ as appropriate.
16198
16199 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16200
16201         * config.guess:  Update from FSF.
16202
16203 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16204
16205         * configure: Use ${config_shell} when running ${configsub}.
16206
16207 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
16208
16209         * config.sub: No longer recognize h8300h.
16210
16211 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16212
16213         * config.sub: Remove extraneous differences between config.sub and
16214         gcc/config.sub.
16215
16216 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16217
16218         * Makefile.in (DISTSTUFFDIRS): Add gas.
16219
16220 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
16221
16222         * COPYING.NEWLIB: New file.
16223
16224 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16225
16226         * config.guess (HP-UX):  Patch from Harlan Stenn
16227         <harlan@landmark.com> to also emit release level.
16228
16229 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
16230
16231         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16232
16233 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16234
16235         * config.sub:  Merge nextstep cleanup from FSF.
16236
16237 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16238
16239         * configure.in (arm-*-*): Don't configure ld for this target.
16240
16241 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
16242
16243         * configure.in (*-*-netware): don't configure libg++, libio,
16244           librx, or newlib.
16245
16246 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16247
16248         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
16249         configure ld--it works, but it doesn't support shared libraries.
16250
16251 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16252
16253         * config.guess (*-unknown-freebsd*):  Get rid of possible
16254         trailing "(Release)" in version string.
16255         Patch from Paul Richards <paul@isl.cf.ac.uk>.
16256
16257 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16258
16259         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16260         Fix type: *-next-neststep -> *-next-nextstep.
16261
16262         * config.guess:  Merge from FSF:
16263
16264         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
16265
16266         * config.guess: Recognize powerpc-ibm-aix3.2.5.
16267
16268         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
16269
16270         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16271         instead of UNIX_SV for UnixWare 1.0).
16272
16273 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
16274
16275         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
16276         to make gdb/nlm/* build after the compiler and linker.
16277
16278 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16279
16280         * config.guess (netbsd, freebsd, linux):  Accept any machine,
16281         not just i[34]86.
16282         (m68k-atari-sysv4):  Relocate to match FSF version.
16283
16284         * config.guess:  More merges from the FSF:
16285
16286         Add a space before function call or macro invocation.
16287
16288         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16289
16290         * config.guess: Add trap cmd to remove dummy.c and dummy when
16291         interrupted.
16292
16293         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16294
16295         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16296         (dummy): Redirect stderr from compilation of dummy.c.
16297
16298         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
16299
16300         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16301
16302 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
16303
16304         * configure: Accept and ignore --cache*, for compatibility with
16305         new autoconf.
16306
16307 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16308
16309         * config.guess:  Merge from FSF:
16310
16311         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16312
16313         * config.guess (Pyramid*:OSx*:*:*): New case.
16314         (PATH): Add /.attbin at end for finding uname.
16315         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
16316
16317         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
16318
16319         * config.guess (M88*:DolphinOS:*:*): New case.
16320
16321         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
16322
16323         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16324         to select whether to use ELF or COFF.
16325
16326         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
16327
16328         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16329
16330         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
16331
16332         * config.guess: Guess the OS version for HPUX.
16333
16334         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
16335
16336         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16337
16338 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16339
16340         * configure.in: Recognize --with-headers, --with-libs, and
16341         --without-newlib.
16342         * Makefile.in (all-xiberty): Depend upon all-ld.
16343
16344 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16345
16346         * configure.in: Change i[34]86 to i[345]86.
16347
16348 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16349
16350         * configure (version): A few more tweaks to help message.
16351
16352 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16353
16354         * Makefile.in:  Remove (for now) librx as a host library,
16355         now that we're building it for target.
16356
16357 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16358
16359         * configure: Fix up help message; from karl@owl.hq.ileaf.com
16360         (Karl Berry).
16361
16362 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16363
16364         * configure.in:  Also configure librx.
16365
16366 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16367
16368         * Makefile.in:  Update various rules to reflect that librx
16369         is now needed for libg++.
16370
16371 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16372
16373         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16374
16375 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
16376
16377         * configure.in: Configure the examples directory.
16378
16379 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16380
16381         * configure: Simplify Jun 2 1994 change.
16382
16383 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16384
16385         * change CC to /usr/latest/bin/gcc for lynx host builds, since
16386         /bin/gcc isn't good enough to build gcc.
16387
16388 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
16389
16390         * Makefile.in (GDB_SUPPORT_FILES): Remove
16391         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
16392         (gdb.tar.gz): Add new rule to use standard distribution building
16393         mechanism.
16394
16395 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16396
16397         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
16398         Bill Cox <bill@cygnus.com>.
16399
16400 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16401
16402         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
16403
16404 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
16405
16406         * configure:  Search current dir first in .gdbinit.
16407
16408 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16409
16410         * config.sub:  Recognize freebsd (merged from gcc config.sub).
16411
16412 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16413
16414         * config.sub:  Refer to NeXT's operating system as nextstep.
16415
16416         * config.sub (case $basic_machine):  Re-order the cases, to match
16417         the order in the FSF version (which is mostly alphabethical).
16418         Merge in some additions and changes from the FSF.
16419
16420 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
16421
16422         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16423         * config.sub: Recognize cxux7.
16424         * configure.in: Use mh-cxux for m88k-harris-cxux*.
16425
16426 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16427
16428         * config.sub:  Fix typo powerpc -> powerpc-*.
16429
16430 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
16431
16432         * Makefile.in: `all-emacs19' depends on `all-byacc'.
16433
16434         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16435         parallel with all-emacs and install-emacs).  Top-level command
16436         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16437
16438 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16439
16440         * test-build.mk ($(host)-stamp-stage2-installed): Remove
16441         $(relbindir)/make before doing ``make install'', and use
16442         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
16443         installing over running make binary.
16444         ($(host)-stamp-stage3-installed): Likewise.
16445
16446 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16447
16448         * config.guess: Recognize Mach.
16449
16450 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
16451
16452         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16453         see whether --exec-prefix was used.
16454
16455 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16456
16457         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
16458
16459 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16460
16461         * Makefile.in: Add all-librx target similar to all-libproc.
16462
16463 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
16464
16465         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
16466         with post 1.2 uname bogosity.
16467
16468 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16469
16470         * configure: Remove temporary files on receipt of a signal.
16471
16472 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
16473
16474         * configure: If there is a package_makefile_frag, remove
16475         ${subdir}/Makefile.tem after copying it in.
16476
16477 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16478
16479         * build_all.mk: support rs6000 lynx identifies itself as
16480         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
16481         since /bin/gcc is too feeble to compile a modern gcc.
16482
16483 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
16484
16485         * brought devo/test-build.mk update-to-date with progressive/
16486           test-build.mk. Add lynx targets and hppa flag info.
16487
16488 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16489
16490         * configure.in:  Use mh-ncrsvr43.  Patch from
16491         Tom McConnell <tmcconne@sedona.intel.com>.
16492
16493 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16494
16495         * config.guess (i386-unknown-bsdi):  No longer need to
16496         check #if defined(__bsdi__) && defined(__i386__).
16497
16498 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16499
16500         * configure: Set program_transform_nameoption correctly.
16501
16502 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
16503
16504         * brought build-all.mk update-to-date with progressive build-all.mk,
16505           added new targets and hppa info.
16506
16507 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16508
16509         * configure: If config.guess result is a prefix of the user
16510         specified target, assume a native build and use the user specified
16511         target as the host alias.  Remove SunOS patch suffix removal hack.
16512         * configure.in: Remove SunOS patch suffix removal hack.
16513
16514         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16515         in NATIVE_CHECK_MODULES.
16516
16517 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
16518
16519         * Makefile.in: Rename HOST_ONLY to NATIVE.
16520         * configure: Delete SunOs patch suffix from host_canonical
16521           and build_canonical variables that are prepended to Makefiles.
16522         * configure.in: Add comments for easier maintenance.
16523
16524 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16525
16526         * Makefile.in: Add all-libproc target similar to all-gui.
16527
16528 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
16529
16530         * Makefile.in (CHECK_MODULES): split into
16531         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16532
16533 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
16534
16535         * config.guess (i386-unknown-bsdi): New system to guess.
16536
16537 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16538
16539         * Makefile.in: Add all-gui target (but not yet build by "all").
16540
16541 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
16542
16543         * config.sub: Move deletion of patch suffix from here...
16544         * configure.in: To here, at Ian's suggestion.  The top-
16545           level scripts might need to know of a patch level.
16546
16547 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
16548
16549         * config.sub: Strip off patch suffix so rtl is recognized
16550           as a sunos4.1.3 machine, even though it's been patched.
16551
16552 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
16553
16554         * Makefile.in (INSTALL_LAST): Delete.
16555         (INSTALL_DOSREL): New.
16556
16557 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16558
16559         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
16560         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
16561         whether we pass down --with-gnu-ld anyhow.
16562
16563 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
16564
16565         * Makefile.in (INSTALL_LAST): Change operation so it works
16566         on more flavors of make.
16567         * configure.in (go32): Don't build libg++ or libio.
16568
16569 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
16570
16571         * Makefile.in (Move HOST_PREFIX_1 and friends up so
16572         they can be overriden by templates.
16573
16574 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
16575
16576         * configure.in (target==go32): Don't build gdb.
16577         * dosrel: New directory.
16578
16579 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
16580
16581         * configure.in (host==go32): Configure dosrel too.
16582         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
16583         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
16584         be set by incoming names or templates.
16585         (INSTALL_LAST): New rule.
16586
16587 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
16588
16589         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
16590
16591 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16592
16593         * configure.in (appdirs): New variable.  Currently empty, but will
16594         be used in gas distribution.  If nonempty, lists a set of
16595         directories at least one of which must get configured, or top
16596         level configuration is considered to have failed.
16597         (rs6000-*-lynxos*): Use new file name.
16598
16599 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16600
16601         Eliminate XTRAFLAGS.
16602         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
16603         newlib include files using -idirafter, and also use -nostdinc.
16604         (CXX_FOR_TARGET): Likewise.
16605         (XTRAFLAGS): Removed.
16606         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
16607         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
16608         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
16609         ($(DO_X)): Don't pass down XTRAFLAGS.
16610
16611 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
16612
16613         * configure.in (mips*-dec-bsd*): New target; do build linker.
16614         (mips*-*-bsd*): New target; don't build linker.
16615
16616 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
16617
16618         * configure.in: support rs6000-*-lynxos* configuration.
16619         support sunos4 as a cross target.
16620
16621         * config.sub: look for lynx*, not lynx since the OS version may
16622         legitimately be part of the name.
16623
16624 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16625
16626         * configure.in (i[34]86-*-sco*): Move to be with other i386
16627         targets.
16628         (romp-*-*): New target.  Skip various binary utilities.
16629         (vax-*-*): New target.  Don't build newlib.
16630         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
16631
16632 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16633
16634         * configure.in: Only set host_makefile_frag if config
16635         directory exists.
16636
16637 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16638
16639         * install.sh: If $dstdir exists, don't check whether each
16640         component does.
16641
16642 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16643
16644         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
16645
16646 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
16647
16648         * configure.in (*-*-lynxos*): Don't configure newlib for either
16649         native or cross Lynx.
16650
16651 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
16652
16653         * config.sub (sparc64-elf): Fix os.
16654         (z8k): Remove duplicate.
16655
16656 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16657
16658         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
16659         gcc/stmp-fixproto, to try to prevent fixproto from being run.
16660
16661 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
16662
16663         * configure: Make file links cleanly even if Lynx fails on
16664           an NFS symlink (at least fail cleanly).
16665
16666 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
16667
16668         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
16669         -XNh2000.
16670
16671 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16672
16673         * configure: Unknown options are fatal again.
16674
16675 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
16676
16677         * configure: Ignore --x-includes and --x-libraries, for Autoconf
16678         compatibility.
16679
16680 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
16681
16682         * build-all.mk: Add `clean' target.
16683
16684 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
16685
16686         * config.guess:  Add SINIX support.
16687         * configure.in:  Add mips-*-sysv4* support.
16688
16689 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
16690
16691         * build-all.mk: Document all useful targets.
16692         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
16693         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
16694
16695 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16696
16697         * configure: Support --silent, --quiet.
16698
16699 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16700
16701         * configure: Support --disable-FEATURE.
16702
16703 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16704
16705         * config.guess: Recognize NCR running SVR4.3.
16706
16707 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16708
16709         * config.guess:  Make BSDI generate i386-unknown-bsd386.
16710         Patch from Paul Eggert <eggert@twinsun.com>.
16711
16712 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16713
16714         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
16715
16716 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16717
16718         * configure: Make unrecognized options give nonfatal warnings
16719         instead of fatal errors, and pass them to any subdirectory
16720         configures in case they recognize them.
16721         Make --x equivalent to --with-x.
16722
16723 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
16724
16725         * configure: Add --enable-* options.  Clean up usage message and
16726         some comments.
16727
16728 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
16729
16730         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
16731
16732 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16733
16734         * configure.in (hppa*-*-*): Enable binutils.
16735
16736 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16737
16738         * config.sub: Recognize cisco.
16739
16740 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
16741
16742         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
16743
16744 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16745
16746         * config.guess: about target *-hitachi-hiuxwe2, don't print more
16747         than one configuration name.  Add comment.
16748
16749 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
16750
16751         * config.guess: about target *-hitachi-hiuxwe2, fixed
16752         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
16753         macro is incorrect.]
16754
16755 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16756
16757         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
16758         than the "make ls" stuff which used to be here.
16759
16760 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16761
16762         * config.guess:  Recognize i[34]86-unknown-freebsd.
16763         From Shawn M Carey <smcarey@rodan.syr.edu>.
16764
16765 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16766
16767         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
16768
16769 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
16770
16771         * config.guess: Check for ptx.
16772
16773 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
16774
16775         * config.sub: Add os9k checking.
16776
16777 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16778
16779         * config.guess: Handle OSF1 running on HPPA processors
16780
16781 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16782
16783         * configure: If subdir configure fails, print out a message with
16784         subdirectory name, in case subdir's configure code didn't identify
16785         itself.
16786
16787 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
16788
16789         * configure.in: Remove embedded newlines from configdirs.
16790         Avoid mismatches of substrings.  Fix matching strings at end
16791         of configdirs.
16792
16793 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
16794
16795         * config.guess:  Add Lynx/rs6000 config support.
16796
16797 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
16798
16799         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
16800
16801 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
16802
16803         * configure.in (hppa*-*-osf*): Treat this just like most other
16804         PA configurations (eg no binutils or ld).
16805         (hppa*-*-*elf*): These configurations have binutils and ld.
16806
16807 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16808
16809         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
16810
16811 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16812
16813         * configure.in (rs6000-*-*): Build gas.
16814
16815 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
16816
16817         * Makefile.in:  Avoid bug in losing hpux sed.
16818
16819 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
16820
16821         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
16822         for GDB and GDB has been fixed to not need it.
16823
16824 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16825
16826         * config.guess: Recognize vax hosts.
16827
16828 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16829
16830         * configure (while loop): Don't use "break 2" inside case
16831         statement -- the case statement isn't an enclosing loop.
16832
16833 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
16834
16835         * config.guess:  Clean up NeXT support, to allow nextstep
16836         on Intel machines.  Make OS be nextstep.
16837
16838 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
16839
16840         * config.guess: Add alternate forms for Convex.
16841
16842 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
16843
16844         * configure:  Completely rewrite option processing.  Take
16845         advantage of pattern-matching to avoid invoking test frequently.
16846         Also clean up host and target defaulting logic.
16847
16848 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
16849
16850         * Makefile.in: Replace all occurrances of "rootme" with "r" and
16851         "$${rootme}" with "$$r", to increase the likelihood that the do-*
16852         commands (plus user environment) will fit SCO limits.
16853
16854 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16855
16856         * configure.in: Don't issue warnings about directories which are
16857         not being configured if -norecursion is set.  Correct test for
16858         --with-gnu-as and --with-gnu-ld to not get confused by substring
16859         matches.
16860
16861         * configure.in: Don't build gas for alpha-dec-osf1*.
16862
16863 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
16864
16865         * configure:  Back out Per's change of 12/19/1993.  It changes the
16866         behavior of configure in unexpected and confusing ways.
16867
16868         Also, use different delim char when calculating
16869         program_transform_name so that the name can contain slashes.
16870
16871 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
16872
16873         * configure.in, config.sub: Add support for VSTa micro-kernel.
16874
16875 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
16876
16877         * configure.in: Nuke hacks which were used to get a special
16878         version of GAS for HPPA configurations.
16879
16880 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16881
16882         * configure:  If only ${target_alias} is given, use that
16883         as the default for ${host_alias}.
16884         * configure:  Add missing back-slashes before nested quotes.
16885
16886 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16887
16888         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
16889
16890 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
16891
16892         * config.guess:  Recognize some Tektronix configurations.
16893         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
16894
16895 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
16896
16897         * config.sub: Match any flavor of SH.
16898
16899 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
16900
16901         * configure.in: Don't try to configure newlib for Alpha.
16902
16903 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
16904
16905         * configure.in: Don't build ld for Irix 5.  Don't build gas,
16906         libg++ or libio for any Alpha target.
16907
16908         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
16909
16910 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
16911
16912         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
16913         default arguments -- so it tried to compress itself.
16914
16915 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
16916
16917         * configure.in (notsupp): ensure that a space is always at the end
16918           of the configdirs list, since the grep checks for an explicit space
16919
16920 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16921
16922         * configure.in (target i386-sysv4.2): don't build ld, since static
16923           versions of many libraries are not available.
16924
16925 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16926
16927         * config.guess: Recognize Apollos (using environment variables).
16928         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
16929
16930 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16931
16932         * config.guess: Recognize Sony news mips running newsos.
16933
16934 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
16935
16936         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
16937         "fi ; else" for bash.
16938
16939 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
16940
16941         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
16942
16943 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
16944
16945         * config.sub: accept unixware as an alias for svr4.2.
16946         Fix some inconsistancies with the gcc version.
16947
16948 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16949
16950         * Makefile.in (DISTDOCDIRS):  Add gdb.
16951
16952 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16953
16954         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
16955
16956 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
16957
16958         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
16959         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
16960         this now.
16961
16962 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
16963
16964         * config.sub: Accept hiux* as an OS name.
16965
16966         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
16967         etc/make-stds.texi.  The underscore came from gcc, and dje now
16968         agrees that RUNTESTFLAGS is the correct name.
16969
16970 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
16971
16972         * install.sh:  Remove 'set -e'.  It makes any conditionals
16973         in the script useless.
16974
16975         * config.guess: Automatically recognize arm-acorn-riscix
16976         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
16977
16978 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
16979
16980         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
16981
16982 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16983
16984         * Makefile.in (DISTDOCDIRS): New variable.
16985         (taz): Edit local Makefile.in sooner, instead of proto-toplev
16986         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
16987
16988 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
16989
16990         * configure.in (hppa target): check the source directory for the
16991           pagas sub-directory
16992
16993 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
16994
16995         * config.sub: Allow -aout* and -elf*.
16996
16997 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
16998
16999         * configure.in: Don't build ld on i386-solaris2, same as for
17000         sparc-solaris2.
17001
17002 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17003
17004         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17005
17006 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17007
17008         * configure.in:  Configure gdb for alpha.
17009
17010 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17011
17012         * Makefile.in (CXXFLAGS): Add -O.
17013
17014 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17015
17016         * config.guess: added support for DG Aviion
17017
17018 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17019
17020         * configure.in: Produce warning message for subdirectories not
17021         configurable for this host/target combination.  Don't try to
17022         configure gdb for vms.
17023
17024 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17025
17026         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17027         appropriate files before making "diststuff".
17028         (DISTBISONFILES): New var: list of files to be edited.
17029         (DISTSTUFFDIRS): Add binutils.
17030
17031 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17032
17033         * config.sub: also handle mipsel and mips64el (for little endian mips)
17034
17035 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17036
17037         * configure.in: Add * to end of all OS names.
17038
17039 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
17040
17041         * configure.in: Build newlib for LynxOS native.
17042
17043 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17044
17045         * config.guess: Add support for delta 88k running SVR3.
17046
17047         * configure.in: Add comment about HP compiler vs. emacs.
17048
17049 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17050
17051         * configure.in: don't build ld on solaris2 (not a viable option
17052           due to bugs in getpwnam & getpwuid)
17053
17054 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17055
17056         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17057         config.guess will produce a full version number.
17058
17059 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17060
17061         * configure.in: Build linker and binutils for alpha-dec-osf1.
17062
17063 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17064
17065         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17066         and gdb/testsuite/Makefile.in.
17067
17068 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17069
17070         * configure.in: recognize mips*- instead of mips-
17071
17072 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17073
17074         * config.sub: Accept linux*coff and linux*elf as operating
17075         systems.
17076
17077 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17078
17079         * config.sub: Recognize mips64, and mips3 as an alias for it.
17080
17081 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17082
17083         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17084         gdb knows how to handle OSF/1 shared libraries.
17085
17086 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17087
17088         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17089         * config.guess: Recognize Hitachi's HIUX.
17090         * config.sub: Recognize h3050r* and hppahitachi.
17091         Remove redundant cases for hp9k[23]*.
17092
17093 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17094
17095         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17096         if gas and ld are in the source tree and are in ${configdirs}.
17097         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17098         --with options (but still pass them down on the command line,
17099         if they were explicitly specified).
17100
17101 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17102
17103         * configure: substitute SHELL value in Makefile.in with
17104         ${CONFIG_SHELL}
17105
17106 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17107
17108         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17109         *-*-solaris2* targets.
17110
17111 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17112
17113         * Makefile.in: define M4, and pass it down to sub-makes;
17114         all-autoconf now depends on all-m4
17115
17116 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17117
17118         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17119         presence of {ar,ranlib} instead of a configured directory
17120
17121 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
17122
17123         * config.guess: Accept 34?? as well as 33?? for NCR.
17124
17125 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17126
17127         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17128         of 'gas' in sed commands, since 'gash' is now in the tree as well.
17129
17130 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17131
17132         * configure: grab values for $(CC) and $(CXX) from the
17133         environment, so that someone can do "CC=gcc configure; make" and
17134         have it work right (matching the way that autoconf works now)
17135
17136         * configure.in, Makefile.in: add support for gash, the tcl
17137         interface to Galaxy
17138
17139         * config.guess: add NetBSD variants (hp300, x86)
17140
17141 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
17142
17143         * install.sh: Support -d option (in the manner of SunOS 4 install,
17144         as it is more deterministic than that of GNU install)
17145         (chmodcmd): Set file to mode 755 by default (should also do default
17146         chgrp and chown, but I don't feel like dealing with that now)
17147
17148 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
17149
17150         * config.sub: Remove h8300hhms alias.
17151
17152 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17153
17154         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17155
17156 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17157
17158         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17159         as stmp-fixinc
17160
17161 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17162
17163         * config.sub: recognize m88110-bug-coff.
17164
17165 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17166
17167         * Makefile.in (all-libio): all dependencies on the toolchain used
17168         to build this (gcc, gas, ld, etc)
17169
17170 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17171
17172         * config.guess: Deal with OSF/1 1.3 on alpha.
17173
17174 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17175
17176         * install.sh: add some 'else true' clauses for portability
17177
17178         * configure.in: don't build libio for h8[35]00-*-* targets
17179
17180 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17181
17182         * Makefile.in:  Add support for new libio.
17183
17184 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17185
17186         * install.sh: If one command fails, don't try the rest.  Don't try
17187         to remove $dsttmp (via trap) unless we have already created it.
17188         If $src doesn't exist, detect it and exit with an error.
17189
17190         * config.guess: Recognize BSD on hp300.
17191
17192 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17193
17194         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17195         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17196
17197 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
17198
17199         * Makefile.in (all-send-pr): depends on all-prms
17200
17201 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17202
17203         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17204
17205 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17206
17207         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17208         Added test for mips-mips-riscos5.
17209
17210 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17211
17212         * configure.in: use mh-hp300 for 68k HP hosts
17213
17214 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17215
17216         * configure: add support for CONFIG_SHELL, so that you can use
17217         some alternate shell for evaluating configure scripts
17218
17219 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
17220
17221         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
17222         in configure script to bug-gdb@prep.ai.mit.edu when building
17223         distribution archive.
17224         * Makefile.in (COMPRESS):  Remove def.
17225         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
17226         gdb.tar.Z and make-gdb.tar.Z respectively.
17227         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
17228         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
17229         to convergence with 'taz' target in Makefile.in.
17230
17231 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17232
17233         * install.sh (dsttmp): use trap to ensure that tmp files go
17234         away on error conditions
17235
17236 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17237
17238         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17239
17240 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17241
17242         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17243         its parent is '/' not ''.
17244
17245         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17246
17247 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
17248
17249         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17250         that ${newsrcdir}/configure.in does.
17251
17252 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17253
17254         * test-build.mk: support for CONFIG_SHELL
17255
17256 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
17257
17258         * config.sub (netware):  Add as a basic system type.
17259
17260 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
17261
17262         * Makefile.in (Makefile): depend on configure.in.  Also drop the
17263           $(srcdir)/ from the dependency on Makefile.in.
17264
17265 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
17266
17267         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17268         (h8300hhms is temporary until multi-libraries are implemented).
17269         * configure.in: Handle h8300h too.
17270
17271 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17272
17273         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17274
17275 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
17276
17277         * configure:  Remove extraneous output when guessing host type.
17278         * config.guess:  Remove extraneous output when guessing using C
17279         compiler rather than uname, or when guessing fails.
17280
17281 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
17282
17283         * Makefile.in: remove all.cross and install.cross targets
17284
17285         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17286           definitions
17287
17288 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
17289
17290         * configure.in (target sh): Build gprof.
17291
17292 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17293
17294         * config.sub: change -solaris to -solaris2
17295
17296 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17297
17298         * configure.in: Use config/mh-riscos for mips-*-sysv*.
17299
17300 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
17301
17302         * configure: Correct error message for missing Makefile.in to
17303         print correct directory.
17304
17305 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17306
17307         * install.sh: kludge around 386BSD shell bug
17308
17309 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
17310
17311         * config.guess:  Recognize NeXT.
17312         * config.guess:  Recognize i486-ncr-sysv4.
17313         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
17314
17315 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
17316
17317         * Makefile.in (MAKEINFOFLAGS): New variable.
17318         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17319         * build-all.mk, test-build.mk: Pass down --no-split as
17320         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
17321
17322 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
17323
17324         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
17325
17326 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
17327
17328         * Makefile.in (libg++.tar.z):  New rule.
17329         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
17330         * Makefile.in (taz):  Only do a single chmod.
17331
17332 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17333
17334         * install.sh: don't use dirname anymore (replaced with sed usage)
17335
17336 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
17337
17338         * Makefile.in:  Change extension for gzip'd files from '.z' to
17339         '.gz' per new FSF standard usage.
17340
17341 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
17342
17343         * configure: put quotes around the final value of program_transform_name
17344
17345 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17346
17347         * Makefile.in: new install.sh support; update install-info rules
17348
17349 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
17350
17351         * configure.in: Build diff for crosses, but not for go32 host.
17352
17353         * configure.in: Build gprof only for native, and don't build it
17354         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17355
17356 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
17357
17358         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17359
17360 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17361
17362         * configure.in (host_tools): Add prms.
17363
17364 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17365
17366         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17367         with $(FLAGS_TO_PASS) on the command line
17368
17369         * config.sub: Recognize lynx and lynxos
17370
17371 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
17372
17373         * config.sub: Accept -ecoff*, not just -ecoff.
17374
17375 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17376
17377         * Makefile.in (taz): Use .gz suffix instead of .z.
17378         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17379         names.
17380
17381 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17382
17383         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17384
17385 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17386
17387         * Makefile.in (install-no-fixedincludes):  install gcc last, so
17388         that rebuilds that might happen during 'make install' don't get
17389         bogus gcc include files
17390
17391 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17392
17393         Change from Utah for HPPA support:
17394         * config.guess: Recognize hppa1.x-hp-bsd.
17395
17396 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
17397
17398         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
17399         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17400
17401 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17402
17403         * config.sub: Add support for rom68k and bug boot monitors.
17404
17405 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
17406
17407         * Makefile.in: Make all-opcodes depend on all-bfd.
17408
17409 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
17410
17411         * config.guess: Added special check for i[34]86-univel-sysv4*.
17412
17413 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
17414
17415         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17416         the processor rather than assuming i486.
17417
17418 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17419
17420         * config.guess: Recognize SunOS6 as Solaris3.
17421
17422 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
17423
17424         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
17425         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17426
17427 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
17428
17429         * build-all.mk (all-cross): New target for Canadian Cross.
17430         Added Q2 go32 targets.
17431         * test-build.mk: Configure go32 cross sparclite-aout and
17432         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
17433         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17434
17435 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17436
17437         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17438         GO32 hosted toolchains
17439
17440 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17441
17442         * configure: change  so "-exec-prefix" gets passed down rather
17443         than "-exec_prefix" so autoconf generated Makefiles get the
17444         exec_prefix set right.
17445
17446 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17447
17448         * config.guess: get the Solaris2 minor version number
17449
17450         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17451
17452 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17453
17454         * config.guess: Recognize some Sequent platforms.
17455
17456 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17457
17458         * Makefile.in: added the vault-install target
17459
17460         * configure.in: actually use the Sun3 makefile fragment that's in
17461         config, also added the release dir to configdirs
17462
17463 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17464
17465         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17466
17467 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17468
17469         * configure.in: remove some program from Alpha targetted toolchains
17470
17471 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
17472
17473         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
17474         gprof.
17475         (taz): Run "make diststuff" in those directories instead of "make
17476         proto-dir".  Look for "VERSION=" only at start of line in subdir
17477         Makefile.  Use "gzip -9" for compression.
17478         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17479         (binutils.tar.z): New target.
17480
17481 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17482
17483         * Makefile.in (taz): Include gpl.texinfo.
17484
17485 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17486
17487         * Makefile.in (setup-dirs): Merged into "taz" target.
17488         (taz): Only do `proto-dir' stuff if a directory is actually needed
17489         for this target.
17490
17491 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
17492
17493         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17494         (FLAGS_TO_PASS): Pass down MUNCH_NM.
17495         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17496         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17497         (gcc-no-fixedincludes): Correct for current gcc Makefile.
17498
17499 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
17500
17501         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
17502         config.sub, and move-if-change to gdb testsuite distribution
17503         archive, so the testsuite can be extracted, configured, and
17504         run separately from the gdb distribution.  Blow away the Chill
17505         tests that require a Chill compiled executable, since GNU Chill
17506         is not yet publically available.
17507
17508 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17509
17510         * test-build.mk: set environment variables in a single command,
17511         instead of a list of assignments and exports
17512
17513         * config.guess: recognize Alpha/OSF1 systems
17514
17515 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17516
17517         * configure: Change help message to prefer --options rather than
17518           -options.
17519
17520 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17521
17522         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17523         zippy@ecst.csuchico.edu.
17524         * config.guess: Recognize miniframe.
17525
17526 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
17527
17528         * Makefile.in: Use srcroot to find runtest rather than rootme.
17529         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17530
17531 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17532
17533         * test-build.mk: Extensive additions to support building on a
17534         machine other than the host.
17535
17536 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
17537
17538         * configure (tooldir): Fix for i386-aix again.
17539
17540 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
17541
17542         * configure, Makefile.in:  Change definition of $(tooldir)
17543         to match the FSF.
17544
17545 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
17546
17547         * config.guess:  Recognize i[34]86/SVR4.
17548
17549 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17550
17551         * Makefile.in (all-gdb): gdb depends on sim.
17552
17553 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
17554
17555         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
17556         at the same time we make the prototype gdb directory.
17557         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
17558         files at the same time as the gdb base release distribution.
17559
17560 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
17561
17562         * Makefile.in (check): Use individual check targets rather than
17563         DO_X rule.
17564         (check-gcc): Added.
17565
17566 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
17567
17568         * config.sub: Use sysv3.2 not sysv32 for canonical OS
17569         for System V release 3.2.
17570
17571 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17572
17573         * config.sub: Recognize hppaosf.
17574         * configure.in: Do configure ld/binutils/gas for it.
17575
17576 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17577
17578         * configure (tooldir): Alter syntax used to set this, for systems
17579         where "\$" isn't handled right, like i386-aix.
17580
17581 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17582
17583         * configure: Pass program-transform-name, not
17584         program_transform_name, to recursive configures.
17585
17586 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
17587
17588         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
17589         of gas+ld+binutils.
17590
17591 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
17592
17593         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
17594
17595 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17596
17597         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
17598
17599 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17600
17601         * Makefile.in (PRMS): Set back to all-prms.
17602
17603 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
17604
17605         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
17606         targets, rather than for MIPS hosts.
17607
17608 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17609
17610         * configure.in: add comment for --with-x default values
17611
17612         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
17613
17614         * Makefile.in: add check-* targets for each of the directories in
17615         the tree.  Add a definition of RUNTEST that will use the one we
17616         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
17617
17618 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
17619
17620         * configure.in: Removed obsolete references to bfd_target and
17621         target_makefile_frag.
17622
17623         * build-all.mk: Set assorted targets for Q2.
17624         * config.sub: Recognize z8k-sim and h8300-hms.
17625         * test-build.mk: Really don't pass host to configure.
17626         (HOLES): Added uname.
17627
17628 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
17629
17630         * configure: Handle an empty program-prefix, program-suffix or
17631         program-transform-name correctly.
17632
17633 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
17634
17635         * build-all.mk: -G 8 no longer required for MIPS targets.
17636         * test-build.mk: Don't pass host argument to configure; make it
17637         guess.
17638
17639 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
17640
17641         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
17642         * Makefile.in (COMPRESS):  New macro, like GZIP.
17643
17644 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
17645
17646         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
17647
17648         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
17649         with gas currently defaults to -G 0.
17650
17651 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
17652
17653         * Makefile.in (all-flex): flex depends on byacc.
17654
17655         * build-all.mk: If host not specified, use config.guess.  Pass TAG
17656         to test-build.mk as RELEASE_TAG.
17657         * test-build.mk (configargs): New variable containing arguments to
17658         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
17659         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
17660
17661         * config.guess: Use /bin/uname when checking -X argument on SCO,
17662         to avoid invoking GNU uname which doesn't understand -X.
17663
17664         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
17665
17666         * configure.in: Build gas for mips-*-*.
17667
17668 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17669
17670         * Makefile.in (all.normal): insert missing backslash.
17671
17672 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
17673
17674         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
17675
17676         * Makefile.in: Complete overhaul to merge many almost identical
17677         targets.
17678
17679 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17680
17681         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
17682         (gdb.tar.Z): Adjusted.
17683
17684         * Makefile.in (setup-dirs, taz): New targets; should be general
17685         enough to adapt for gdb sometime.  Build only .z file.
17686         (gas.tar.z): New target.
17687
17688 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17689
17690         * build-all.mk: Use CC=cc -Xs on Solaris.
17691
17692 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
17693
17694         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
17695         for handling BISON for FSF releases.
17696
17697 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17698
17699         * configure: Actually implement the change zoo just documented.
17700
17701 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
17702
17703         * configure: when using config.guess, only set target_alias when
17704         it's not already been set (ie, on the command line)
17705
17706 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17707
17708         * Makefile.in: add installcheck target, set PRMS to install-prms
17709
17710 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17711
17712         * configure: add support for package_makefile_fragment, handle the
17713         case where a directory has a configure.in file but no Makefile.in
17714         more gracefully (with an actual understandable error message, even);
17715         add support for --without (and add this to the usage message); also
17716         explicitly add a --host=${host_alias} to the command line when
17717         config.guess is used
17718
17719 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17720
17721         * configure: Must use both --host and --target in recursive calls.
17722
17723 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17724
17725         * Makefile.in: Change deja-gnu to dejagnu.
17726
17727 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
17728
17729         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
17730
17731 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17732
17733         * configure.in: canonicalize all instances to *-*-solaris2*,
17734         also strip out a number of tools to not build for go32 host
17735
17736 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17737
17738         * config.guess: add GPL.
17739
17740         * Makefile.in, config.guess, config.sub, configure: bump
17741           copyrights to 93.
17742
17743 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
17744
17745         * Makefile.in (do-info): Removed obsolete check for existence of
17746         localenv file.
17747
17748         * Makefile.in (MAKEOVERRIDES): Define to be empty.
17749
17750 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17751
17752         * Makefile.in: a couple of 'else true' for decstation,
17753         support for TclX
17754
17755         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
17756
17757 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
17758
17759         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
17760
17761 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
17762
17763         * config.guess: Recognize i386-ibm-aix (PS/2).
17764         * configure.in: Use config/mh-aix386 file for it.
17765
17766 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
17767
17768         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
17769         CC_FOR_TARGET instead.
17770         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
17771
17772 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
17773
17774         * Makefile.in: Add sim to list of directories sent with gdb
17775
17776 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17777
17778         * configure.in: Put back mips-dec-bsd* case.
17779
17780 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
17781
17782         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
17783         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
17784         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
17785
17786 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17787
17788         * configure.in: remove no-op mips-dec-bsd* in "case $target"
17789
17790         * Makefile.in (dir.info): only run gen-info-dir if it exists,
17791         (install-info): install dir.info only if it exists,
17792         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
17793
17794 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
17795
17796         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
17797         gas for mips-dec-bsd.
17798
17799 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
17800
17801         * configure (makesrcdir): If ${srcdir} is relative and not ".",
17802         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
17803
17804 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
17805
17806         * configure.in: Added "dejagnu" to hosttools list.
17807
17808 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
17809
17810         * config.sub, configure.in, config.guess:  Add support
17811         for Bosx, an AIX variant from Bull.
17812         Patches from F.Pierresteguy@frcl.bull.fr.
17813
17814 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
17815
17816         * devo/dejagnu: Initial creation of devo/dejagnu.
17817         Migrated dejagnu testcases and support files for testing software
17818         tools to reside as subdirectories, currently called "testsuite",
17819         within the directory of the software tool.  Migrated all programs,
17820         support libraries, etc. beloging to dejagnu proper from
17821         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
17822         with no modifications.  The changes to these files which will
17823         allow them to configure, build, and execute properly will be made
17824         in a future update.
17825
17826 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
17827
17828         * Makefile.in: Change send_pr to send-pr.
17829         * configure.in: Likewise.
17830         * send_pr: Renamed directory to send-pr.
17831
17832 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
17833
17834         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
17835
17836 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
17837
17838         * README:  Update for gdb-4.8 release.
17839         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
17840         gdb-xxx.tar.z (gzip'd) file also.
17841
17842 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17843
17844         * Makefile.in: make all-diff depend on all-libiberty
17845
17846 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
17847
17848         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
17849
17850 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17851
17852         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
17853
17854 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
17855
17856         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
17857         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
17858         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
17859
17860 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17861
17862         * Makefile.in:  makeinfo binary is in a new location
17863
17864 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
17865
17866         * config.sub: Accept -ecoff as an OS.
17867
17868         * Makefile.in: Various changes to eliminate a level of make
17869         recursion and reduce the required command line length.
17870         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
17871         sub-makes.
17872         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
17873         variables holding settings for specific sub-makes.
17874         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
17875         in terms of BASE_FLAGS_TO_PASS.
17876         (TARGET_LIBS): New variable listing directories which use
17877         TARGET_FLAGS_TO_PASS.
17878         (subdir_do): Eliminated.
17879         (do-*): New set of targets to replace subdir_do.
17880         (various): All targets which used subdir_do now depend on do-*.
17881         (local-clean): Renamed from do_clean.
17882         (local-distclean): New target, dependency of distclean and
17883         realclean.
17884         (install-info): Don't create directories.  Depend on dir.info
17885         rather than calling make recursively.
17886         (install-dir.info): Eliminated.
17887         (install-info-dirs): Create all info directories here.
17888         (dir.info): Depend upon do-install-info.
17889
17890         * test-build.mk (HOLES): Added false.
17891
17892 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
17893
17894         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
17895
17896 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17897
17898         * Makefile.in (info): remove dependency on all-texinfo.  The
17899         problem was really in texinfo/C, not at this level.
17900
17901 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
17902
17903         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
17904
17905 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
17906
17907         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
17908         GDB releases.
17909
17910 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
17911
17912         * configure: Include srcdir in message about target of link not
17913         being found.  Don't convert `-' to `_' in `with' options being
17914         passed to subdirs.
17915
17916 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17917
17918         * configure.in: add uudecode to host_tools
17919
17920         * Makefile.in: added {all,install}-uudecode targets, added them to
17921         the appropriate lists
17922
17923 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
17924
17925         * Makefile.in (all-gcc): Added dependency on all-gas.
17926
17927         * configure.in (mips-*-*): Build ld and binutils.
17928
17929 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
17930
17931         * configure: check return code from mkdir, print error message and
17932           exit on failure.
17933
17934 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
17935
17936         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
17937
17938 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
17939
17940         * test-build.mk (HOLES): Added tar, cpio and uudecode.
17941
17942 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17943
17944         * config.sub (h8500):  Recognize this as a cpu type.
17945
17946 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17947
17948         * configure: source directory missing is no longer a warning
17949
17950         * configure.in: recognize irix[34]* instead of irix[34]
17951
17952         * Makefile.in: define and pass down X11_LIB
17953
17954 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
17955
17956         * guess-systype: Renamed to ...
17957         * config.guess:  ... by popular request.
17958         * configure.in, Makefile.in:  Update accordingly.
17959
17960 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
17961
17962         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
17963         + Add Convex, Cray/Unicos, and Encore/Multimax support.
17964         + Execute ./dummy instead of assuming . is in PATH.
17965
17966 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
17967
17968         * guess-systype:  New shell script.  Attempts to guess the
17969         canonical host name of the executing host.
17970         Only a few hosts are supported so far.
17971         * configure:  Call guess-systype if no host is specified.
17972
17973 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
17974
17975         * Makefile.in (gcc-no-fixedincludes): Made to work with current
17976         gcc Makefile.
17977
17978
17979 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
17980
17981         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
17982         (all-gcc, install-gcc, subdir_do): Use it.
17983
17984 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
17985
17986         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
17987
17988 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
17989
17990         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
17991           set exclusively by configure, using configure.in .
17992
17993 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
17994
17995         * test-build.mk: set $PATH for all builds
17996
17997         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
17998
17999 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
18000
18001         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
18002         the one used in gcc/Makefile.in, so that a null expansion doesn't
18003         override the one needed to build gcc with a native cc.
18004
18005
18006 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18007
18008         * configure: Accept -with arguments.
18009
18010 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18011
18012         * Makefile.in: added h8300sim
18013
18014 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
18015
18016         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18017         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
18018         (all-cygnus, native, build-cygnus): Make
18019         $(canonhost)-stamp-3stage-done, not $(host)....
18020         * test-build.mk (stamp-3stage-compared): Use tail +10c for
18021         i386-sco3.2v4.  Added else true to if command.
18022
18023 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
18024
18025         * config.sub: (from FSF) Sequent uses a BSD-like OS.
18026
18027 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
18028
18029         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18030
18031 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18032
18033         * configure.in: don't remove binutils from Solaris builds
18034
18035 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
18036
18037         * Makefile.in: get rid of earlier definitions for *clean,
18038         also handle the recursive info rule better
18039
18040 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
18041
18042         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
18043         do more-or-less the right thing.
18044
18045 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
18046
18047         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18048         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18049
18050 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18051
18052         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18053         $(host_canonical).
18054
18055         * configure.in: split the configdirs list into 4 categories (native
18056         v. cross, library v. tool) and handle the cross-only and native-
18057         only in more reasonable (and correct!) way.
18058
18059 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
18060
18061         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
18062         configdirs anymore.
18063
18064 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18065
18066         * Makefile.in: extensive cleanup::  removed all of the explicit
18067         clean-* targets, collapsed many wrappers around subdir_do into
18068         one, added additional targets to satisfy standards.texi, deleted
18069         some old targets, some changes for consistency
18070
18071 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18072
18073         * configure.in: handle some programs as cross-only, and others as
18074         native only
18075
18076         * test-build.mk: handle partial holes in a more generic manner
18077
18078         * Makefile.in: m4 depends on libiberty
18079
18080 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18081
18082         * configure.in: add m4, textutils, fileutils, sed, shellutils,
18083         time, wdiff, and find to configdirs
18084
18085         * Makefile.in: all, clean, and install rules for the new programs
18086         added to configure.in
18087
18088 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18089
18090         * configure.in: use mh-sun for all *-sun-* hosts
18091
18092 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18093
18094         * Makefile.in: define flags for X11 include files and library file
18095         locations, pass them down to the programs that need this info
18096
18097         * build-all.mk: added a 'native' target, to 3stage the native toolchain
18098
18099 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18100
18101         * configure.in: start building libg++ for HP-UX targets
18102
18103 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
18104
18105         * README:  Update references to files moved into etc/.
18106
18107 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
18108
18109         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
18110         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
18111
18112 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18113
18114         * configure: accept dash as well as underscore in long option
18115         names for FSF compatibility.
18116
18117 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
18118
18119         * config.sub: added -sco3.2v4 support from FSF.
18120
18121 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18122
18123         * configure.in: expand the section that adds or removes
18124         directories from the list of programs to build, to handle native
18125         vs. cross in addition to host v. native
18126
18127 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
18128
18129         * Makefile.in:  Replace C++ in macro names with CXX.
18130         This is less likely to break ...
18131
18132 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18133
18134         * test-build.mk: add -w to GNU_MAKE
18135
18136 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18137
18138         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18139         add 'sparc' to list of recognized cpus.  This needed to make
18140         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18141         Delete some redundant ose68 variants.  Recognize -wrs as an os,
18142         then changes that into $CPU-wrs-vxworks.
18143
18144         * configure.in: remove most references to gdbtest, regularize
18145         target based program removal
18146
18147         * test-build.mk: import from p3 tree (many fixes and changes)
18148
18149 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
18150
18151         * Makefile.in: added rules to handle tcl, tk, and expect
18152
18153         * configure.in: handle those directories if they exist
18154
18155 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18156
18157         * config.sub: removed bogus hppabsd and hppahpux names, since
18158         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18159
18160 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18161
18162         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
18163         depends upon all-xiberty
18164
18165         * Makefile.in: changes from p3, including:
18166
18167         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
18168
18169         * Makefile.in (XTRAFLAGS): include newlib directories if
18170         newlib/Makefile exists, rather than if host != target.
18171
18172         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
18173
18174         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18175         from the same source tree and not building a cross-compiler.  This
18176         matters for the libg++ configuration if reconfiguring a tree that
18177         has already been installed.
18178
18179         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
18180
18181         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18182         pick up the machine and system specific header files.
18183
18184         * Makefile.in: added AS_FOR_TARGET, passed down in
18185         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18186         the C compiler to use to create programs which are run in the
18187         build environment, set it to default to $(CC), and passed it down
18188         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18189
18190         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
18191
18192         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18193         We need them for unusual native builds, like systems without
18194         ranlib.
18195
18196         * configure: also define $(host_canonical) and
18197         $(target_canonical), which are the full, canonical names for the
18198         given host and target
18199
18200 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
18201
18202         * Makefile.in:  Added separate definitions for C++.
18203
18204 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
18205
18206         * configure.in (configdirs):  Add deja-gnu.
18207
18208 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
18209
18210         * README:  Update for configure.texi and gdb-4.7 release.
18211
18212 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
18213
18214         * Makefile.in:  Move "all" target to top of file.
18215         Previously, first target was ".PHONY" which caused BSD4.4 make
18216         to build .PHONY when make was run without arguments.
18217
18218 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
18219
18220         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
18221         Library-copylefted code in libiberty.
18222
18223 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
18224
18225         * config.sub:  Replace m68kmote with plain old m68k.
18226
18227 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
18228
18229         * Makefile.in:  Remove space from blank line, avoid Make complaints.
18230
18231 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
18232
18233         * config.sub: Complain if no argument is given.  Added support for
18234         386bsd as OS and target alias.
18235
18236 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
18237
18238         * Makefile.in (XTRAFLAGS): include newlib directories if
18239         newlib/Makefile exists, rather than if host != target.
18240
18241 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
18242
18243         * config.sub: recognize sparclite-wrs-vxworks.
18244
18245         * Makefile.in (install-xiberty): added *-xiberty make rules (from
18246         p3.) Added clean-xiberty to clean.
18247
18248 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18249
18250         * configure.in: use *-*-* instead of nested cases for host and target
18251
18252 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
18253
18254         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18255         from the same source tree and not building a cross-compiler.  This
18256         matters for the libg++ configuration if reconfiguring a tree that
18257         has already been installed.
18258
18259 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
18260
18261         * config.sub (i486v/i486v4):  Merge in from FSF version.
18262
18263 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
18264
18265         * configure: only set PWD if it is already set.
18266
18267 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
18268
18269         * configure: just set PWD=`pwd` at the top, since Ultrix sh
18270         doesn't have unset and all success paths (and most error paths)
18271         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18272         to just ${PWD} to avoid confusion.)
18273
18274 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
18275
18276         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18277         even for a native compilation.
18278
18279 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
18280
18281         Changes to make the gdb.tar.Z rule work better.
18282
18283         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
18284         (DEVO_SUPPORT):  Add configure.texi.
18285         (bfd-ilrt.tar.Z):  Remove ancient rule.
18286
18287 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
18288
18289         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18290         pick up the machine and system specific header files.
18291
18292         * configure.in, config.sub: added new target m68010-adobe-scout,
18293         with alias of adobe68k.  Changed configure.in to check for
18294         -scout before -sco* to avoid a false match.
18295
18296         * Makefile.in: added AS_FOR_TARGET, passed down in
18297         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
18298         the C compiler to use to create programs which are run in the
18299         build environment, set it to default to $(CC), and passed it down
18300         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18301
18302 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18303
18304         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18305         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
18306         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18307         FOR_TARGET variants, to newlib and libg++.
18308
18309 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18310
18311         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18312         first.
18313
18314 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
18315
18316         * config.sub:  Accept `elf' as an environment.
18317
18318 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18319
18320         * Makefile.in (all-opcodes):  cd into the right directory
18321
18322 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
18323
18324         * configure: added -program_transform_name option, used as
18325         argument to sed when installing programs.
18326         configure.texi: added documentation for -program_prefix,
18327         -program_suffix and -program_transform_name.
18328
18329 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
18330
18331         * config.sub:  Accept i486 where i386 ok.
18332
18333 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
18334
18335         * config.sub: accept we32k
18336
18337 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
18338
18339         * config.sub, configure.in: accept OSE68000 and OSE68k.
18340
18341         * Makefile.in: don't create all directories for ``make install'';
18342         let the subdirectories create the ones they need.
18343
18344 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18345
18346         * COPYING: new file, GPL v2
18347
18348 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18349
18350         * Makefile.in: use the new gen-info-dir, which needs a template
18351         argument (which also lives in texinfo)
18352
18353         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18354
18355 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
18356
18357         * config.sub (ncr3000):  Change i386 to i486.
18358
18359 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18360
18361         * Makefile.in: add install-rcs, install-grep to
18362         install-no-fixedincludes, removed install-bison and install-libgcc
18363
18364 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
18365
18366         * configure.in: grab the HPUX makefile fragment if on HPUX
18367
18368 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18369
18370         * Makefile.in: eradicate bison spoor (ditto libgcc).
18371          configure.in: recognise m68{k,000}-ericsson-OSE.
18372          es1800 is alias for m68k-ericsson-OSE
18373
18374 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18375
18376         * configure.in: rearrange the parts that remove programs from
18377         configdirs, based now on HOST==TARGET or by canonical triple.
18378
18379 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18380
18381         * test-build.mk: recurse explicitly with -f test-build.mk when
18382           appropriate.  predicate stage3 and comparison on the existence
18383           of gcc.  That is, if gcc isn't around, we aren't three-staging.
18384           On very clean, also remove ...stamp-co.  Build in-place before
18385           doing other builds.
18386
18387 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18388
18389         * Makefile.in, configure.in: add tgas
18390
18391 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18392
18393         * Makefile.in: a number of changes merged in from progressive.
18394
18395         * configure.in: add libm.
18396
18397         * .cvsignore: ignore some stuff that comes from test-build.mk.
18398
18399 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
18400
18401         * config.sub:  Add es1800 (m68k-ericsson-es1800).
18402
18403 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
18404
18405         * configure: Add program_suffix (parallel to program_prefix)
18406         * Makefile.in: adjust directory-creating script for losing decstation
18407
18408 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
18409
18410         * configure:  Minor $subdir-related fixes.
18411
18412 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
18413
18414         * configure: fix various problems with propogating
18415         makefile_target_frag in subdirs.
18416         * configure.in: config libgcc if its there
18417
18418 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
18419
18420         * config.sub:  HPPA merge.
18421
18422 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
18423
18424         * Makefile.in:  Replace all-bison with all-byacc in all
18425         dependency lines for other tools (which now use byacc).
18426
18427 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
18428
18429         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
18430
18431 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
18432
18433         * Makefile.in: make gprof rules similar to byacc rules (instead of
18434         vestigal $(unsubdir) that didn't work...)
18435
18436 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
18437
18438         * config.sub:  Add support for Linux.
18439         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
18440         (at least for libg++).
18441
18442 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
18443
18444         * configure.texi: fix doc for the -nfp option to configure
18445
18446 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
18447
18448         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18449
18450 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
18451
18452         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18453         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18454         * configure.in: added solaris* host_makefile_frag hook.
18455
18456 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18457
18458         * config.sub: changed recognition of m68000 so that various
18459         m68k types can be specified via m680[01234]0
18460
18461 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18462
18463         * config.sub (basic_machine): fix sed so that '-foo' isn't
18464         completely substituted out while .+'-foo' loses the '-foo'
18465
18466 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
18467
18468         * config.sub ($os): Add -aout.
18469
18470 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
18471
18472         * configure:  If host_makefile_frag is absolute, don't
18473         prefix ${invsubdir} (relevant to libg++ auto-configure).
18474
18475 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
18476
18477         * Makefile.in (tooldir): Define it.
18478         (all-ld): Depend on all-flex.
18479
18480 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
18481
18482         * Makefile.in (check):  Fix libg++ special case.
18483
18484 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
18485
18486         * configure: do not bury `pwd` into config.status, thus do fewer
18487           pwd's.
18488
18489         * configure: print the "Building in" message only when building in
18490           other than "." AND verbose.
18491
18492         * configure: remove -s, rework -v to better accommodate guested
18493           configures.
18494
18495         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18496
18497 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
18498
18499         * Makefile.in: macroize flags passed on recursion.  remove
18500           fileutils.
18501
18502 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
18503
18504         * configure: get makesrcdir right for subdirs deeper than 1.
18505
18506         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18507           install.
18508
18509 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
18510
18511         * Makefile.in: don't print subdir_do or recursion lines.
18512
18513 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
18514
18515         * standards.texi: added menu item.
18516
18517         * Makefile.in: build and install standards.info.
18518
18519         * standards.texi: new file.
18520
18521 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18522
18523         * configure: test for and move config.status pieces from
18524           ${subdir}/.
18525
18526 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
18527
18528         * configure:  Test for existance of files before trying to mv
18529         them, to avoid numerous non-existance messages.
18530
18531 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
18532
18533         * configure: correct final line of config.status.
18534
18535         * configure: patch from eggert.  Avoids a protection problem if
18536           the original Makefile.in is read only.
18537
18538         * configure: use move-if-change from gcc to create config.status.
18539           Some makefiles depend on config.status to tell if a directory
18540           has been reconfigured for a different host.  This change
18541           prevents those directories from remaking everything in the case
18542           where the reconfig was only intended to rebuild a Makefile.
18543
18544         * configure: test for config.sub with "config.sub sun4" rather
18545           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
18546           host alias from a missing config.sub.
18547
18548 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18549
18550         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18551           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
18552
18553 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
18554
18555         * configure: mkdir ${subdir} as needed.
18556
18557 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
18558
18559         * Makefile.in,configure.in: added autoconf.
18560
18561 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18562
18563         * Makefile.in: no longer pass against on recursion.
18564
18565         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
18566           definitions are not inherited.
18567
18568         * configure: correct makesrcdir when subdir is .
18569
18570 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
18571
18572         * configure:  Add support for 'subdirs' variable, which is
18573         like 'configdirs', except that configure doesn't re-invoke
18574         itself for subdirs, it just creates a Makefile for each subdir.
18575         * configure.texi:  Document subdirs.
18576
18577 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18578
18579         * configure.in: added flex to configdirs
18580
18581 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
18582
18583         * Makefile.in: remove clean-stamps from clean.
18584
18585 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
18586
18587         * configure.in:  Add gdbtest to configdirs.
18588
18589 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
18590
18591         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
18592         to recursive makes.
18593         * configure.in:  Recognize new ncr3000 config.
18594
18595 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
18596
18597         * Makefile.in, configure.in: removed references to gdbm.
18598
18599 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
18600
18601         * config.sub:  Don't canonicalize os value
18602         newsos* to bsd (readline needs to check for newsos).
18603         (This fix was earlier made Jan 31, but got re-broken.)
18604
18605 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
18606
18607         * configure.in:  sco is an os, not a vendor!
18608
18609         * configure:  Quote $( better.  Keep various shells happy.
18610
18611 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
18612
18613         * Makefile.in: eliminate stamp-files.
18614
18615 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
18616
18617         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
18618           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
18619
18620 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
18621
18622         * config.sub:  fix iris/iris3.
18623
18624 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
18625
18626         * configure: re-add -rm.
18627
18628 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
18629
18630         * Maskefile.in: add .stmp-rcs to all.
18631
18632         * configure.in: remove gas from rs6000 build, use aix host fragment.
18633
18634 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
18635
18636         * configure: pass down site_option during recursion.
18637
18638 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
18639
18640         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
18641
18642 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
18643
18644         * configure: Change exec_prefix so that it really defaults to prefix.
18645
18646 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
18647
18648         * Makefile.in, configure.in:  Add support for mmalloc library.
18649
18650 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
18651
18652         * Makefile.in: add stmp dependencies for a few more things.
18653
18654 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
18655
18656         * configure: adjusted error message on objdir/srcdir configure
18657           collision, per john's suggestion.
18658
18659         * Makefile.in: add libiberty stmp to all and all.cross.
18660
18661 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
18662
18663         * Makefile.in: remove force dependencies, add grep to all.
18664
18665 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
18666
18667         * Makefile.in: drop flex.  make stamp files work.
18668
18669         * configure: added test for conflicting configuration in srcdir,
18670           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
18671           gets cranky.  use relative paths for configure and srcdir
18672           whenever possible.  Send some error messages to stderr that were
18673           going to stdout.
18674
18675 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
18676
18677         * Makefile.in:  Fix libg++ rule to check for gcc directory
18678         before using gcc/gcc.  Also pass XTRAFLAGS.
18679
18680 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
18681
18682         * Makefile.in: added stmp-files so that directories aren't polled
18683           when they are already built.
18684
18685         * configure.texi: fixed a node pointer problem.
18686
18687 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
18688
18689         * config.sub configure.in gdb/configure.in
18690         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
18691         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
18692         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
18693
18694 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18695
18696         * configure: -recurring becomes -silent.  corrected help message
18697           for -site= option.
18698
18699         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
18700
18701 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18702
18703         * configure: when building Makefile for crosses, replace
18704           tooldir and program_prefix.  default srcdir from location of
18705           config.sub.  remove "for host in hosts" and "for target in
18706           targets" loops.
18707
18708 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
18709
18710         * Makefile.in: Do not pass bindir or mandir to cvs.
18711
18712 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
18713
18714         * Makefile.in, configure.in: removed traces of namesubdir,
18715           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
18716           copyrights to '92, changed some from Cygnus to FSF.
18717
18718         * configure.texi: remove most references to multiple hosts,
18719           multiple targets, subdirs, etc.
18720
18721         * configure.man: removed rcsid. reference config.sub not
18722           config.subr.
18723
18724         * Makefile.in: mkdir $(infodir) on install-info.
18725
18726 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
18727
18728         * configure.texi:  Explain better about .gdbinit and about
18729         the environment that configure.in sections run in.
18730
18731 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
18732
18733         * configure.in:  Ultrix is only a decstation if it's a MIPS.
18734
18735 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
18736
18737         * README:  DOC.configure => cfg-paper.texi.
18738
18739 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
18740
18741         * config.sub (near case $os):  Don't convert newsos* to bsd!
18742
18743 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
18744
18745         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
18746         the number of copies of COPYING that go into the GDB tar file.
18747
18748 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
18749
18750         * bfd/configure.in, gdb/config/mh-i386sco,
18751         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
18752         Fix SCO configuration stuff.
18753
18754 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
18755
18756         * Makefile.in:  For libg++, make sure the -I pointing
18757         to the gcc directory goes *after* all the libg++-local -I flags.
18758         Also, move just-gcc dependency from just-libg++ to all-libg++.
18759
18760 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
18761
18762         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
18763
18764 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
18765
18766         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
18767
18768 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
18769
18770         * config.sub:  Add stratus configuration frags.  Also
18771         submitted to FSF.
18772
18773 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
18774
18775         * Makefile.in (DEV_SUPPORT):  add configure.man.
18776
18777         * config.sub(Decode manufacturer-specific):  add -none*.
18778
18779 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
18780
18781         * Makefile.in:  remove form feeds to make Sun's make happy.
18782         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
18783
18784 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
18785
18786         * Makefile.in (AR_FLAGS):  Make quieter.
18787
18788 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
18789
18790         * configure.in:  Add libg++.
18791         * configure:  When verbose, don't output the command line at each
18792         level; it will be unremarkably the same as the previous version,
18793         which will be the same as what the user typed.
18794
18795 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
18796
18797         * configure.in, Makefile.in: fix clean-info, add flex.  add
18798           fileutils.
18799
18800         * configure: be less sensitive to spaces in Makefile.in.  Do not
18801           look for sources in "..".  Doing so breaks subdirectories that
18802           might have their own configure.  If a subdir has it's own
18803           configure script, use it.
18804
18805 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
18806
18807         * cfg-paper.texi: some changes suggested by rms.
18808
18809 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
18810
18811         * config.sub:  Merge in some small additions from the FSF version,
18812         taken from the gcc distribution, to bring the Cygnus and FSF
18813         versions into closer sync.
18814
18815 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
18816
18817         * configure.in:  Changed svr4 references to sysv4.
18818
18819 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
18820
18821         * configure: added -V for version number option.
18822
18823 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
18824
18825         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
18826           renamed from DOC.configure to cfg-paper.texi.
18827
18828 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18829
18830         * configure, config.subr, config.sub: config.subr is now
18831           config.sub again.
18832
18833 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
18834
18835         * configure.texi: new file, in progress.
18836
18837         * Makefile.in: build info file and install the man page for
18838           configure.
18839
18840         * configure.man: new file, first cut.
18841
18842         * configure: find config.subr again now that configuration "none"
18843           has gone.  removed all traces of the -ansi option.  removed all
18844           traces of the -languages option.
18845
18846         * config.subr: resync from rms.
18847
18848 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18849
18850         * configure, config.sub, config.subr: merge config.sub into
18851           config.subr, call the result config.subr, remove config.sub, use
18852           config.subr.
18853
18854         * Makefile.in: revised install for dir.info.
18855
18856 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18857
18858         * configure.in: add decstation host makefile frag.
18859
18860         * Makefile.in: BISON now bison -y again.  also install-gcc on
18861           install.  clean-gdbm on clean.  infodir belongs in datadir.
18862           Make directories for info install.  Build dir.info here then
18863           install it.
18864
18865 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18866
18867         * Makefile.in: fix for bad directory tests.
18868
18869 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18870
18871         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
18872           regexp.  -srcdir relative was being handled incorrectly.
18873
18874         * Makefile.in: unwrapped some for loops so that parallel makes
18875           work again and so one can focus one's attention on a particular
18876           package.
18877
18878 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18879
18880         * configure: added PWD as a stand in for `pwd` (for speed). use
18881           elif wherever possible.  make -srcdir work without -objdir.
18882           -objdir= commented out.
18883
18884 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18885
18886         * configure: +options become --options.  -subdirs commented out.
18887           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
18888           Makefile now at top of generated Makefile.  Removed cvs log
18889           entries.  added -srcdir.  create .gdbinit only if there is one
18890           in ${srcdir}.
18891
18892         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
18893           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
18894           and mandir now keyed off datadir by default.
18895
18896 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
18897
18898         * Freshly created ChangeLog.
18899
18900 \f
18901 Local Variables:
18902 mode: change-log
18903 left-margin: 8
18904 fill-column: 76
18905 version-control: never
18906 End: