Readd myself as c6x maintainer.
[platform/upstream/gcc.git] / ChangeLog
1 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
2
3         * MAINTAINERS: Readd myself for c6x.
4
5 2017-06-28  Martin Liska  <mliska@suse.cz>
6
7         PR bootstrap/81217
8         * Makefile.def: Remove superfluous bootstrap_target from
9         bootstrap_stage.
10         * Makefile.in: Re-generate the file.
11
12 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
13
14         * MAINTAINERS: Add myself to Write After Approval
15
16 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
17
18         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
19
20 2017-06-19  Martin Liska  <mliska@suse.cz>
21
22         * Makefile.def: Define 4 stages PGO bootstrap.
23         * Makefile.tpl: Define FLAGS.
24         * Makefile.in: Regenerate.
25
26 2017-06-14  Ian Lance Taylor  <iant@golang.org>
27
28         * Makefile.def: Add check-gotools to go check targets.
29         * Makefile.in: Rebuild.
30
31 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
32
33         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
34
35 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
36
37         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
38         * configure: Regenerate.
39
40 2017-05-31  Martin Liska  <mliska@suse.cz>
41
42         * configure.ac: Add handling of stage2_werror_flags to
43         action-if-given and to action-if-not-given.
44         * configure: Regenerate.
45
46 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
47
48         * MAINTAINERS: Add self to Write After Approval
49
50 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
51
52         * MAINTAINERS: Update my email address, and remove myself as
53         maintainer in some areas.
54
55 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
56
57         * MAINTAINERS: Add self to Write After Approval
58
59 2017-05-25  Nathan Sidwell  <nathan@acm.org>
60
61         * configure.ac: Add --enable-languages=default to mean default and
62         make --enable-languages=all mean all supported languages.
63         * configure: Regenerated.
64
65 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
66
67         * config.gcc (powerpc*-*-*spe*): New.
68         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
69         (powerpc-*-rtems*spe*): New.
70         (powerpc*-*-linux*spe*): New.
71         (powerpc-wrs-vxworksspe): New.
72         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
73         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
74         * config.host (powerpc*-*-*spe*): New.
75
76 2017-05-19  Martin Liska  <mliska@suse.cz>
77
78         * configure.ac: Add --enable-werror-always just for
79         bootstrap-debug (or none build config) and do not add it
80         when we are on a release branch.
81         * configure: Regenerated.
82
83 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
84
85         * MAINTAINERS: Add self to Write After Approval
86
87 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
88
89         * MAINTAINERS: Move myself to Write After Approval section.
90
91 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
92
93         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
94         ACCH registers.
95         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
96         available.
97         (umulsidi3): Likewise.
98         (mulsidi3_700): Disable this pattern when we have advanced mpy
99         instructions.
100         (umulsidi3_700): Likewise.
101         (maddsidi4): New pattern.
102         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
103         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
104         (mpydu_imm_arcv2hs): Likewise.
105         * config/arc/predicates.md (accl_operand): New predicate.
106
107 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
108             Andrew Burgess <andrew.burgess@embecosm.com>
109
110         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
111         case.
112         (ARC_AUTOFP_IRQ_P): Likewise.
113         (ARC_AUTO_IRQ_P): Likewise.
114         (rgf_banked_register_count): New variable.
115         (parse_mrgf_banked_regs_option): New function.
116         (arc_override_options): Handle rgf_banked_regs option.
117         (arc_handle_interrupt_attribute): Add firq option.
118         (arc_compute_function_type): Return fast irq type when required.
119         (arc_must_save_register): Handle fast interrupts.
120         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
121         (arc_return_address_regs): Update.
122         * config/arc/arc.h (arc_return_address_regs): Update.
123         (arc_function_type): Add fast interrupt type.
124         (ARC_INTERRUPT_P): Update.
125         (RC_FAST_INTERRUPT_P): Define.
126         * config/arc/arc.md (simple_return): Update for fast interrupts.
127         (p_return_i): Likewise.
128         * config/arc/arc.opt (mrgf-banked-regs): New option.
129         * doc/invoke.texi (mrgf-banked-regs): Document.
130
131 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
132
133         * config/arc/arc.c (irq_ctrl_saved): New variable.
134         (ARC_AUTOBLINK_IRQ_P): Define.
135         (ARC_AUTOFP_IRQ_P): Likewise.
136         (ARC_AUTO_IRQ_P): Likewise.
137         (irq_range): New function.
138         (arc_must_save_register): Likewise.
139         (arc_must_save_return_addr): Likewise.
140         (arc_dwarf_emit_irq_save_regs): Likewise.
141         (arc_override_options): Handle deferred options.
142         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
143         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
144         arc_must_save_return_addr.
145         (arc_compute_frame_size): Handle automated save and restore of
146         registers.
147         (arc_expand_prologue): Likewise.
148         (arc_expand_epilogue): Likewise.
149         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
150         * config/arc/arc.opt (mirq-ctrl-saved): New option.
151         * doc/invoke.texi (mirq-ctrl-saved): Document option.
152
153 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
154         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
155
156         PR bootstrap/77661
157         * Makefile.def: Don't pass --enable-maintainer-mode on to an
158         in-tree build MPC.
159         * Makefile.in: Regenerate.
160
161 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
162
163         * configure.ac: Enable LTO by default on darwin >= 9.
164         * configure: Regenerate.
165
166 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
167
168         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
169         and Andrew Waterman as the RISC-V maintainers.
170
171 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
172
173         * MAINTAINERS: Add self to Write After Approval
174
175 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
176
177         * config.guess: Import latest from upstream.
178
179 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
180
181         * MAINTAINERS (Write After Approval): Remove entries that are
182         already covered under Reviewers.
183
184 2017-03-08  Mark Wielaard  <mark@klomp.org>
185
186         PR demangler/70909
187         PR demangler/67264
188         * include/demangle.h: Add d_printing to struct demangle_component
189         and pass struct demangle_component as non const.
190
191 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
192
193         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
194
195 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
196
197         * Makefile.tpl: Remove HOST_ISLVER.
198         (HOST_EXPORTS): Remove ISLVER.
199         * Makefile.in: Regenerate.
200
201 2017-02-13  Richard Biener  <rguenther@suse.de>
202
203         * configure: Re-generate.
204
205 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
206
207         * MAINTAINERS: Adjust bug reporting URL.
208
209 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
210
211         * MAINTAINERS (Write After Approval): Remove redundant entry
212         for Andrew Burgess.
213
214 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
215
216         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
217         32-bit hppa*-*-hpux*.
218         * configure: Regenerate.
219
220 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
221
222         * configure.ac: Moved the white list of enabling BRIG FE to
223         libhsail-rt/configure.tgt.
224         * configure: Regenerated.
225         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
226
227 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
228             Martin Jambor  <mjambor@suse.cz>
229
230         * Makefile.def (target_modules): Added libhsail-rt.
231         (languages): Added language brig.
232         * Makefile.in: Regenerated.
233         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
234         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
235         * configure: Regenerated.
236
237 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
238
239         PR other/79046
240         * configure: Regenerated.
241
242 2017-01-04  Alan Modra  <amodra@gmail.com>
243
244         * configure: Regenerate.
245
246 2016-12-29  Ben Elliston  <bje@gnu.org>
247
248         * config.sub: Import latest version.
249
250 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
251
252         * MAINTAINERS (Write After Approval): Add myself.
253
254 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
255
256         * configure.ac: Don't bootstrap libmpx unless --with-build-config
257         includes bootstrap-mpx.
258         * configure: Regenerated.
259
260 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
261
262         * MAINTAINERS (Write After Approval): Add myself.
263
264 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
265
266         * configure: Regenerate.
267
268 2016-12-01  Matthias Klose  <doko@ubuntu.com>
269
270         * configure.ac: Don't use pkg-config to check for bdw-gc.
271         * configure: Regenerate.
272
273 2016-11-30  Matthias Klose  <doko@ubuntu.com>
274
275         * Makefile.def: Remove reference to boehm-gc target module.
276         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
277         options and for the bdw-gc pkg-config module.
278         * configure: Regenerate.
279         * Makefile.in: Regenerate.
280
281 2016-11-28  Nathan Sidwell  <nathan@acm.org>
282
283         * MAINTAINERS (nvptx): Remove self.
284
285 2016-11-25  Ben Elliston  <bje@gnu.org>
286
287         * config.guess: Import latest version.
288         * config.sub: Likewise.
289
290 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
291
292         * MAINTAINERS (Write After Approval): Add myself.
293
294 2016-11-15  Matthias Klose  <doko@ubuntu.com>
295
296         * Makefile.def: Remove references to GCJ.
297         * Makefile.tpl: Likewise.
298         * Makefile.in: Regenerate.
299
300 2016-11-15  Matthias Klose  <doko@ubuntu.com>
301
302         * config-ml.in: Remove references to GCJ.
303         * configure.ac: Likewise.
304         * configure: Regenerate.
305
306 2016-11-01  Josh Conner  <joshconner@google.com>
307
308         * MAINTAINERS (Write After Approval): Update email address,
309
310 2016-10-27  Carl Love  <cel@us.ibm.com>
311
312         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
313         Approval list to make it alphabetical.
314
315 2016-10-27  Carl Love  <cel@us.ibm.com>
316
317         * MAINTAINERS (Write After Approval): Add myself.
318
319 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
320
321         * MAINTAINERS (Reviewers): Add myself.
322         (Write After Approval): Add myself.
323
324 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
325             Ulrich Weigand  <uweigand@de.ibm.com>
326
327         * MAINTAINERS: Update email address.
328
329 2016-10-10  Nathan Sidwell  <nathan@acm.org>
330
331         * MAINTAINERS: Update email address.
332
333 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
334
335         * configure.ac: Add aarch64-*-freebsd*.
336         * configure: Regenerate.
337
338 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
339
340         * MAINTAINERS: Update email address after it got reverted.
341
342 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
343
344         * configure.ac (target_libraries): Readd target-boehm-gc.
345         Restore --enable-objc-gc handling.
346         * configure: Regenerate.
347
348 2015-10-03  Jeff Law  <law@redhat.com>
349
350         * MAINTAINERS: Move several inactive maintainers to the
351         write-after-approval section.
352
353 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
354
355         * configure.ac: Add target-libffi to target_libraries.
356         Readd libgcj target disablings, modified to only target-libffi.
357         Readd target addition of go to unsupported languages.
358         * configure: Regenerated.
359
360 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
361
362         * MAINTAINERS: Update email address.
363
364 2016-09-30  Andrew Haley  <aph@redhat.com>
365
366         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
367         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
368         libgcj.
369
370 2016-09-30  Andrew Haley  <aph@redhat.com>
371
372         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
373         write-after approval after GCJ deletion.
374
375 2016-09-30  Andrew Haley  <aph@redhat.com>
376
377         * Makefile.def: Remove libjava.
378         * Makefile.tpl: Likewise.
379         * Makefile.in: Regenerate.
380         * configure.ac: Likewise.
381         * configure: Likewise.
382         * gcc/java: Remove.
383         * libjava: Likewise.
384
385 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
386
387         * MAINTAINERS (Reviewers): Add myself.
388
389 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
390
391         * configure.ac: Disable "sim" directory for arc*-*-*.
392         * configure: Regenerated.
393
394 2016-09-23  Tamar Christina <tamar.christina@arm.com>
395
396         * MAINTAINERS (Write After Approval): Add myself.
397
398 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
399
400         * configure.ac: Check for the minimum in-tree MPFR version
401         handled.
402         * configure: Regenerate.
403
404 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
405
406         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
407         * configure: Regenerated.
408
409 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
410
411         * MAINTAINERS (Write After Approval): Add myself.
412
413 2016-06-23  Andi Kleen  <ak@linux.intel.com>
414
415         * Makefile.def: Add autoprofiledbootstrap.
416         * Makefile.tpl: Dito.
417         * Makefile.in: Regenerate.
418
419 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
420
421     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
422     * configure: Regenerate.
423
424 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
425
426         * configure: Regenerate.
427         * configure.ac: Remove support for avr-rtems.
428
429 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
430
431         * MAINTAINERS (Write After Approval): Add myself.
432
433 2016-06-16  Michael Collison  <michael.collison@arm.com>
434
435         * MAINTAINERS (Write After Approval): Add myself.
436
437 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
438
439         * MAINTAINERS (Write After Approval): Update e-mail address.
440
441 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
442
443         * MAINTAINERS (Write After Approval): Add myself.
444
445 2016-05-28  Alan Modra  <amodra@gmail.com>
446
447         * Makefile.tpl (configure): Depend on m4 files included.
448         * Makefile.in: Regenerate.
449
450 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
451
452         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
453         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
454
455 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
456
457         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
458         special case builtin.
459         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
460         support for ALTIVEC_BUILTIN_VEC_ADDEC.
461         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
462         for __builtin_vec_addec.
463
464 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
465
466         * config.guess: Import version 2016-04-02 (newest).
467         * config.sub: Import version 2016-05-10 (newest).
468
469 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
470
471         * configure.ac: Add ARC support to libgloss.
472         * configure: Regenerate
473
474 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
475
476         * MAINTAINERS (Write After Approval): Add myself.
477
478 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
479
480         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
481         * configure: Regenerated.
482         * Makefile.def (gmp): Explicitly disable assembler.
483         (mpfr): Adjust lib_path.
484         (mpc): Likewise.
485         * Makefile.in: Regenerated.
486
487 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
488
489         PR bootstrap/70704
490         * configure.ac (--enable-stage1-checking): Add missing
491         --enable-checking=.
492         * configure: Regenerated.
493
494 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
495
496         * config.guess: Revert r235676.
497         * config.sub: Revert r235676.
498
499 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
500
501         * config.guess: Remove SH5 support.
502         * config.sub: Likewise.
503         * configure: Likewise.
504         * configure.ac: Likewise.
505
506 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
507
508         PR bootstrap/70704
509         * configure.ac (--enable-stage1-checking): For --disable-checking or
510         implicit --enable-checking, make sure extra flag matches in between
511         stage1 and later checking.
512         * configure: Regenerated.
513
514 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
515
516         * .gitattributes: New file.
517
518 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
519
520         * MAINTAINERS (rs6000/powerpc port): Add myself.
521
522 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
523
524         PR bootstrap/70173
525         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
526         and gotools directories.  Delete the stage_final file.
527         * Makefile.in: Regenerate.
528
529 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
530
531         * MAINTAINERS (Write After Approval): Add myself.
532
533 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
534
535         * MAINTAINERS (Fortran maintainer): Remove myself.
536
537 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
538
539         * MAINTAINERS (Write After Approval): Add myself.
540
541 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
542
543         * MAINTAINERS (Write After Approval): Add myself.
544
545 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
546
547         Sync with binutils-gdb:
548
549         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
550
551         * configure.ac: Add mips and s390 to the gold target check.
552         * configure: Regenerate.
553
554 2016-03-01  DJ Delorie  <dj@redhat.com>
555
556         * MAINTAINERS (mep): Remove myself as MeP maintainer.
557
558 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
559
560         * MAINTAINERS (libcpp): Add myself.
561         (diagnostic messages): Likewise.
562
563 2016-02-20  Tom de Vries  <tom@codesourcery.com>
564
565         * MAINTAINERS: Fix whitespace.
566
567 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
568
569         * MAINTAINERS (Write After Approval): Add myself.
570
571 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
572
573         * config/isl.m4: Add comments about isl-0.16.
574         * configure: Regenerate.
575
576 2016-01-29  Martin Jambor  <mjambor@suse.cz>
577
578         * MAINTAINERS (hsa maintainers): Add myself.
579
580 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
581
582         * MAINTAINERS: (Write After Approval): Add myself.
583
584 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
585             Sebastian Pop  <s.pop@samsung.com>
586
587         * Makefile.in: Regenerate.
588         * Makefile.tpl: Export ISLVER.
589         * configure: Regenerate.
590         * config/isl.m4: Detect isl-0.15.
591
592 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
593
594         PR bootstrap/69329
595         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
596         * Makefile.in: Regenerate.
597
598 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
599
600         * configure.ac: Enable LTO for DJGPP
601         * configure: Regenerate
602
603 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
604
605         Sync with binutils-gdb:
606         2015-10-21  Nick Clifton  <nickc@redhat.com>
607
608         PR gas/19109
609         * configure.ac: Note the 'none' is an acceptable argument to
610         --enable-compressed-debug-sections.
611         * configure: Regenerate.
612
613 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
614
615         PR bootstrap/69134
616         * Makefile.def (mpfr): Disable assembler.
617         * Makefile.in: Regenerate.
618
619 2016-01-01  Ben Elliston  <bje@gnu.org>
620
621         * config.guess: Import version 2016-01-01.
622         * config.sub: Likewise.
623
624 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
625
626         * MAINTAINERS (Write After Approval): Add myself.
627
628 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
629
630         * Makefile.in: Replace ISL with isl.
631         * Makefile.tpl: Same.
632         * config/isl.m4: Same.
633         * configure.ac: Same.
634         * contrib/download_prerequisites: Same.
635         * configure: Regenerate.
636
637 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
638
639         * MAINTAINERS (Write After Approval): Add Myself.
640
641 2015-12-17  Nathan Sidwell  <nathan@acm.org>
642
643         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
644         * configure: Regenerate.
645
646 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
647             Sebastian Pop  <s.pop@samsung.com>
648
649         * config/isl.m4 (ISL_CHECK_VERSION): Check for
650         isl_ctx_get_max_operations.
651         * configure: Regenerate.
652
653 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
654
655         * MAINTAINERS (Write After Approval): Add myself.
656
657 2015-12-02  Ian Lance Taylor  <iant@google.com>
658
659         PR go/66147
660         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
661         * Makefile.in: Regenerate.
662
663 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
664
665         PR libffi/65726
666         * Makefile.def (lang_env_dependencies): Make libffi depend
667         on cxx.
668         * Makefile.in: Regenerate.
669
670 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
671
672         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
673         symbols.
674
675 2015-11-20  Tristan Gingold  <gingold@adacore.com>
676
677         Sync with binutils-gdb:
678         2015-11-20  Tristan Gingold  <gingold@adacore.com>
679
680         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
681         * configure: Regenerate.
682
683 2015-11-19  Martin Liska  <mliska@suse.cz>
684
685         * .gitignore: Add .clang-format to ignored files.
686         * Makefile.in: Add clang-format.
687         * Makefile.tpl: Likewise.
688
689 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
690
691         * configure.ac: Enable libmpx by default.
692         * configure: Regenerated.
693
694 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
695
696         * MAINTAINERS: Update email address.
697
698 2015-10-23  Paulo Matos  <pmatos@linki.tools>
699
700         * MAINTAINERS: Update email address.
701
702 2015-10-23  Alan Hayward <alan.hayward@arm.com>
703
704         * MAINTAINERS  (Write After Approval): Add myself.
705
706 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
707
708         Sync with binutils-gdb:
709         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
710
711         PR gas/19109
712         * configure.ac: Add
713         --enable-compressed-debug-sections={all,gas,gold,ld}.
714         * configure: Regenerated.
715
716 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
717
718         * MAINTAINERS: Update list of Ada maintainers and email addresses.
719
720 2015-10-09  Martin Liska  <mliska@suse.cz>
721
722         * MAINTAINERS (Write After Approval): Add myself.
723
724 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
725
726         * MAINTAINERS (Write After Approval): Add myself.
727
728 2015-10-02  Florian Weimer  <fweimer@redhat.com>
729
730         * MAINTAINERS: Update email address.
731
732 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
733
734         * MAINTAINERS  (Write After Approval): Add myself.
735
736 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
737
738         * MAINTAINERS: Update email.
739
740 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
741
742         * MAINTAINERS: Update my email address.
743
744 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
745
746         * MAINTAINERS (ft32 port): Add myself.
747
748 2015-08-28  David Sherwood  <david.sherwood@arm.com>
749
750         * MAINTAINERS: Add myself.
751
752 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
753
754         * MAINTAINERS (Write After Approval): Add myself.
755
756 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
757
758         PR libfortran/54572
759         * Makefile.def: Make libgfortran depend on libbacktrace.
760         * Makefile.in: Regenerate.
761
762 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
763
764         * MAINTAINERS (Write After Approval): Add myself.
765
766 2015-08-12  Tom de Vries  <tom@codesourcery.com>
767
768         PR other/67092
769         * configure.ac: Remove --with_host_libstdcxx support.
770         * configure: Regenerate.
771
772 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
773             Jakub Jelinek  <jakub@redhat.com>
774
775         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
776         nvptx*-*-*.
777         * configure: Regenerate.
778
779 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
780
781         * Makefile.def (libiconv): Define bootstrap=true.
782         Mark pdf/html/info as missing.
783         (configure-gcc): Depend on all-libiconv.
784         (all-gcc): Ditto.
785         (configure-libcpp): Ditto.
786         (all-libcpp): Ditto.
787         (configure-intl): Ditto.
788         (all-intl): Ditto.
789         * Makefile.in: Regenerate.
790
791 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
792
793         * MAINTAINERS (loop ivopts): Add the entry and myself.
794
795 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
796
797         * MAINTAINERS (nvptx): Add self.
798
799 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
800
801         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
802         128-bit vector modes.
803
804 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
805
806         * MAINTAINERS (Write After Approval): Add myself.
807
808 2015-07-28  Ben Elliston  <bje@gnu.org>
809
810         * config.sub, config.guess: Import from upstream.
811
812 2015-07-24  Michael Darling  <darlingm@gmail.com>
813
814         PR other/66259
815         * config-ml.in: Reflects renaming of configure.in to configure.ac
816         * configure: Likewise
817         * configure.ac: Likewise
818
819 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
820
821         * MAINTAINERS: Update my email address.
822
823 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
824
825         Sync with binutils-gdb:
826         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
827
828         * configure.ac (target_configdirs): Exclude target-zlib if
829         target-libjava isn't built.
830         * configure: Regenerated.
831
832 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
833
834         Sync with binutils-gdb:
835         2015-05-13  John David Anglin  <dave.anglin@bell.net>
836
837         * configure.ac: Disable configuration of GDB for HPUX targets.
838         * configure: Regenerate.
839
840         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
841
842         * configure.ac: Add --with-system-zlib.
843         * configure: Regenerated.
844
845         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
846
847         * configure.ac: Add FT32 support.
848         * configure: Regenerate.
849
850         2015-01-12  Anthony Green  <green@moxielogic.com>
851
852         * configure.ac: Don't disable gprof for moxie.
853         * configure: Rebuild.
854
855 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
856
857         Sync with binutils-gdb:
858         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
859
860         PR ld/18355
861         * Makefile.def: Add extra_configure_flags to host zlib.
862         * configure.ac (extra_host_zlib_configure_flags): New.  Set
863         to --enable-host-shared When bfd is to be built as shared
864         library.  AC_SUBST.
865         * Makefile.in: Regenerated.
866
867 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
868
869         Sync with src:
870         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
871         * Makefile.def (dependencies): Add all-zlib to all-bfd.
872         * Makefile.in: Regenerated.
873
874 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
875
876         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
877         target.
878         * configure: Regenerate.
879
880 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
881
882         * MAINTAINERS (Write After Approval): Add myself.
883
884 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
885
886         * MAINTAINERS (OS Port Maintainers): Add myself.
887         (Various Maintainers): Remove myself from libffi testsuite.
888
889 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
890
891         * MAINTAINERS (gen* on machine desc): Add self.
892
893 2015-06-02  Jason Merrill  <jason@redhat.com>
894
895         PR bootstrap/66319
896         * configure.ac: Use -std=gnu++98.
897
898 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
899
900         * MAINTAINERS (Write After Approval): Add myself.
901
902 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
903
904         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
905         * configure: Regenerate.
906
907 2015-05-26  Jason Merrill  <jason@redhat.com>
908
909         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
910         * configure: Regenerate.
911
912 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
913
914         * configure.ac: FT32 target added.
915         * configure: Regenerated.
916
917 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
918
919         * MAINTAINERS (Write After Approval): Add myself.
920
921 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
922
923         * MAINTAINERS (Write After Approval): Add myself.
924
925 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
926
927         * configure.ac: Fix typo.
928         * configure: Regenerate.
929
930 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
931
932         * MAINTAINERS (Write After Approval): Add myself.
933
934 2015-05-03  Matthias Klose  <doko@ubuntu.com>
935
936         * configure.ac: Match $host configured with triplets.
937         * configure: Regenerate.
938
939 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
940
941         * Makefile.tpl: Remove surplus whitespace throughout.
942         * Makefile.in: Regenerate.
943
944 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
945
946         * MAINTAINERS (Various Maintainers): Add myself as instruction
947         combiner maintainer.
948
949 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
950
951         PR bootstrap/62077
952         * configure.ac (--enable-stage1-checking): Default to
953         release,misc,gimple,rtlflag,tree,types if --disable-checking
954         or --enable-checking is not specified and DEV-PHASE is not
955         experimental.
956         * configure: Regenerated.
957
958 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
959
960         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
961         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
962         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
963         * Makefile.in: Regenerate.
964
965 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
966
967         * MAINTAINERS: Update my email address.
968
969 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
970
971         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
972
973 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
974
975         * MAINTAINERS: Add myself as an arm port reviewer.
976
977 2015-03-25  Martin Liska  <mliska@suse.cz>
978             Yury Gribov  <y.gribov@samsung.com>
979
980         * Makefile.in: Fix ln source location for vimrc file.
981         * Makefile.tpl: Likewise.
982
983 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
984
985         PR bootstrap/25672
986         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
987         cross-compiling.  Similarly for CXX_FOR_TARGET.
988         * configure: Regenerate.
989
990 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
991
992         * Makefile.def: Add libmpx.
993         * configure.ac: Add libmpx.
994         * Makefile.in: Regenerate.
995         * configure: Regenerate.
996
997 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
998
999         * MAINTAINERS (CPU Port Maintainers): Add myself
1000         i386 vector ISA extns mantainer.
1001
1002 2015-03-13  Jeff Law  <law@redhat.com>
1003
1004         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1005         maintainer.
1006         Remove Richard Henderson as a maintainer for the x86 port.
1007
1008 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
1009
1010         * MAINTAINERS (CPU Port Maintainers): Update my email address.
1011
1012 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1013
1014         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1015         pointer bounds checker and i386 MPX maintainer.
1016
1017 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1018
1019         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1020
1021 2015-02-26  Martin Sebor  <msebor@redhat.com>
1022
1023         * MAINTAINERS (Various Maintainers): Add self.
1024
1025 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1026
1027         * configure.ac [--enable-as-accelerator-for] (enable_languages):
1028         Make sure it contains lto.
1029         * configure: Regenerate.
1030
1031 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1032
1033         * configure: Regenerate.
1034
1035 2015-02-06  Diego Novillo  <dnovillo@google.com>
1036 1
1037         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1038         middle-end, docstring): Remove myself.
1039         (Write After Approval): Add myself.
1040
1041 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1042
1043         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1044         (Write After Approval): Update address.
1045
1046 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
1047
1048         PR jit/64780
1049         * configure.ac: Require the user to explicitly specify
1050         --enable-host-shared if the jit is enabled.
1051         * configure: Regenerate.
1052
1053 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
1054
1055         * MAINTAINERS (Write After Approval): Add myself.
1056
1057 2015-01-25  Tom de Vries  <tom@codesourcery.com>
1058
1059         * MAINTAINERS: Make whitespace consistent.
1060
1061 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
1062
1063         * MAINTAINERS (Write After Approval): Add myself.
1064
1065 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
1066
1067         * MAINTAINERS: (Write After Approval): Add myself.
1068
1069 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
1070
1071         * MAINTAINERS: (Write After Approval): Add myself.
1072
1073 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
1074
1075         * MAINTAINERS: (Write After Approval): Add myself.
1076
1077 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
1078
1079         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1080         objective-c/c++ front end maintainer.
1081
1082 2015-01-13  Marek Polacek  <polacek@redhat.com>
1083
1084         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1085
1086 2015-01-12  Jeff Law  <law@redhat.com>
1087
1088         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1089         a very long time.
1090
1091 2015-01-09  Ian Lance Taylor  <iant@google.com>
1092
1093         * configure.ac (host_tools): Add gotools.
1094         * Makefile.def (host_modules): Add gotools.
1095         (dependencies): Add dependency of all-gotools on all-target-libgo.
1096
1097 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1098
1099         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1100         * configure: Regenerate.
1101
1102 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1103
1104         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1105         all-target-libgomp.
1106         * Makefile.in: Regenerate.
1107
1108 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1109
1110         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1111
1112 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1113
1114         * configure.ac: Add Visium support.
1115         * configure: Regenerate.
1116
1117 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1118
1119         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1120         * configure: Regenerate.
1121
1122 2015-01-03  Andrew Pinski  <apinski@cavium.com>
1123
1124         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1125         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1126         (BASE_TARGET_EXPORTS): Add OBJCOPY.
1127         (OBJCOPY_FOR_TARGET): New variable.
1128         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1129         * Makefile.in: Regenerate.
1130         * configure.ac: Check for already installed target objcopy.
1131         Also GCC_TARGET_TOOL on objcopy.
1132         * configure: Regenerate.
1133
1134 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1135
1136         * config.sub: Update from upstream, to 2015-01-01 version.
1137         * config.guess: Ditto.
1138
1139 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1140
1141         * MAINTAINERS (RTEMS Ports): Add myself.
1142
1143 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1144
1145         * MAINTAINERS (Write After Approval): Add myself.
1146
1147 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1148
1149         * MAINTAINERS (Write After Approval): Add myself.
1150
1151 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1152
1153         * configure.ac (--enable-as-accelerator-for): Don't set
1154         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1155         * configure: Regenerate.
1156
1157 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
1158
1159         PR bootstrap/64023
1160         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1161         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1162         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1163         to CXX.
1164         * Makefile.in: Regenerated.
1165
1166 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1167             Yury Gribov  <y.gribov@samsung.com>
1168
1169         * .gitignore: Added .local.vimrc and .lvimrc.
1170         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1171         * Makefile.in: Regenerate.
1172
1173 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1174
1175         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1176         * configure: Regenerated.
1177
1178 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1179
1180         * MAINTAINERS (nvptx port): New entry.
1181
1182 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1183
1184         * configure: Regenerate.
1185
1186 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1187
1188         * configure.ac: Merge with Binutils.
1189
1190 2014-11-26  Tobias Burnus  <burnus@net-b.de>
1191
1192         * Makefile.def: Make more dependent on mpfr, mpc and isl.
1193         * Makefile.in: Regenerate.
1194
1195 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1196
1197         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1198         missing flex.
1199         * Makefile.in: Regenerated.
1200
1201 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1202
1203         * Makefile.in: Regenerate.
1204
1205 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1206
1207         PR bootstrap/63784
1208         * libtool.m4: Add $pic_flag with -shared.
1209
1210 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
1211
1212         * MAINTAINERS (Write After Approval): Added myself.
1213
1214 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1215
1216         * MAINTAINERS (write-after-approval): Add myself.
1217
1218 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1219
1220         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1221         from 2 years ago.
1222
1223 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1224
1225         Revert:
1226         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1227
1228         * MAINTAINERS (Write After Approval): Added myself as line map
1229         maintainer.
1230
1231 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1232
1233         Revert:
1234         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1235
1236         * MAINTAINERS (Write After Approval): Added myself.
1237
1238 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1239
1240         * MAINTAINERS (Write After Approval): Added myself.
1241
1242 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1243
1244         * MAINTAINERS (Write After Approval): Added myself as line map
1245         maintainer.
1246
1247 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
1248
1249         * MAINTAINERS (Various Maintainers): Added myself as line map
1250         maintainer.
1251
1252 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1253
1254         * move-if-change: Sync from upstream gnulib.
1255
1256 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1257
1258         * compile: Sync with upstream Automake.
1259         * depcomp: Ditto.
1260         * install-sh: Ditto.
1261         * missing: Ditto.
1262         * mkinstalldirs: Ditto.
1263         * ylwrap: Ditto.
1264
1265 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1266
1267         * config.sub: Update from upstream config repo.
1268         * config.guess: Ditto.
1269
1270 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1271
1272         * Makefile.def: Add liboffloadmic to target_modules.  Make
1273         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1274         * Makefile.in: Regenerate.
1275         * configure: Regenerate.
1276         * configure.ac: Add liboffloadmic to target binaries.
1277         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1278         Add liboffloadmic to noconfig list when C++ is not supported.
1279
1280 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1281             Thomas Schwinge  <thomas@codesourcery.com>
1282             Ilya Verbin  <ilya.verbin@intel.com>
1283             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1284
1285         * configure: Regenerate.
1286         * configure.ac (--enable-as-accelerator-for)
1287         (--enable-offload-targets): New configure options.
1288
1289 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1290
1291         * Makefile.def: Make all-gcc depend on all-isl.
1292         * Makefile.in: Regenerate.
1293
1294 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
1295
1296         * ChangeLog.jit: New.
1297         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1298
1299 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1300
1301         PR target/63610
1302         * libtool.m4: Fix globbing of darwin versions.
1303         * configure: Regenerate.
1304
1305 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1306
1307         * Makefile.def: Remove CLooG.
1308         * Makefile.tpl: Ditto.
1309         * configure.ac: Ditto.
1310         * configure: Regenerate.
1311         * Makefile.in: Ditto.
1312
1313 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1314
1315         * configure.ac: Handle nvptx-*-*.
1316         * configure: Regenerate.
1317
1318 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1319
1320         * MAINTAINERS (Write After Approval): Add myself.
1321
1322 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
1323
1324         * Makefile.def (libcc1): Remove bootstrap=true;.
1325         * Makefile.in: Regenerated.
1326
1327 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1328
1329         * configure.ac: Update comment.
1330         * configure: Regenerate.
1331
1332 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1333
1334         * MAINTAINERS (Write After Approval): Add myself.
1335
1336 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1337
1338         * configure.ac (extra_host_libiberty_configure_flags): Add
1339         --enable-shared also for libcc1's benefit.
1340         * configure: Regenerate.
1341
1342 2014-10-29  Tristan Gingold  <gingold@adacore.com>
1343
1344         * MAINTAINERS: Change my email address.
1345
1346 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1347             Tom Tromey  <tromey@redhat.com>
1348
1349         * Makefile.def: Add libcc1 to host_modules.
1350         * configure.ac (host_tools): Add libcc1.
1351         * Makefile.in, configure: Rebuild.
1352
1353 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1354
1355         * configure.ac (build_configargs): Don't share config.cache between
1356         build subdirs.
1357         * configure: Regenerate.
1358
1359 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1360
1361         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1362         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1363         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1364         leon3v7 as leon3.
1365         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1366         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1367         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1368         * config/sparc/sparc.md (cpu): Add leon3v7.
1369         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1370
1371 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1372
1373         * MAINTAINERS (write-after-approval): Add myself.
1374
1375 2014-10-23  Ian Lance Taylor  <iant@google.com>
1376
1377         * configure.ac: Disable the Go frontend on systems where it is known
1378         to not work.
1379         * configure: Regenerate.
1380
1381 2014-10-23  Richard Biener  <rguenther@suse.de>
1382
1383         * Makefile.def: Add libcpp build module and dependencies.
1384         * configure.ac: Add libcpp build module.
1385         * Makefile.in: Regenerate.
1386         * configure: Likewise.
1387
1388 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1389
1390         * MAINTAINERS (write-after-approval): Add myself.
1391
1392 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1393
1394         * INSTALL/README: Do not mention CVS.
1395
1396 2014-10-03  Jing Yu  <jingyu@google.com>
1397
1398         * configure.ac: Add aarch64 to list of targets that support gold.
1399         * configure: Regenerate.
1400
1401 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1402
1403         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1404
1405 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1406
1407         * MAINTAINERS:  Add myself as MIPS maintainer.
1408
1409 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1410
1411         * MAINTAINERS: Move myself to MIPS maintainers.
1412
1413 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1414
1415         * MAINTAINERS: Put all email addresses between '<' and '>'.
1416
1417 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1418
1419         * MAINTAINERS: Move myself to reviewers (Fortran).
1420
1421 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1422
1423         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1424         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1425         * Makefile.in: Regenerate.
1426
1427 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1428
1429         * rtx-classes-status.txt: Delete
1430
1431 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1432
1433         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1434
1435 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1436
1437         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1438         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1439         of checking for version number.
1440         * configure: Regenerated.
1441         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1442
1443 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1444
1445         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1446         is done; begin phase 6 (use extra rtx_def subclasses).
1447
1448 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1449
1450         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1451         done; begin phase 5 (additional rtx_def subclasses).
1452
1453 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1454
1455         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1456
1457 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1458
1459         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1460         SET_BB_HEADER are done.
1461
1462 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1463
1464         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1465         done.
1466
1467 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1468
1469         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1470
1471 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1472
1473         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1474
1475 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1476
1477         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1478
1479 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1480
1481         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1482
1483 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1484
1485         * rtx-classes-status.txt: Phase 3 (per-file commits within
1486         "config" subdirs) is done; begin phase 4 (removal of
1487         "scaffolding").
1488
1489 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
1490
1491         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1492         dir) is done; begin phase 3 (per-file commits within "config"
1493         subdirs).
1494
1495 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
1496
1497         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1498         phase 2 (per-file commits in main source dir).
1499
1500 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
1501
1502         * configure: Regenerated.
1503
1504 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1505
1506         * rtx-classes-status.txt (TODO): Add SET_BND_TO
1507
1508 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1509
1510         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1511
1512 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1513
1514         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1515
1516 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1517
1518         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1519
1520 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1521
1522         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1523
1524 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
1525
1526         * MAINTAINERS (Write After Approval): Add myself.
1527
1528 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
1529
1530         * MAINTAINERS: Remove myself
1531
1532 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1533
1534         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1535
1536 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
1537
1538         * MAINTAINERS (Write After Approval): Add myself.
1539
1540 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1541
1542         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1543         SET_BB_HEADER, SET_BB_FOOTER
1544
1545 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1546
1547         * rtx-classes-status.txt: New file
1548
1549 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
1550
1551         * configure.ac: Eliminate ClooG installation dependency.
1552         * configure: Regenerate.
1553         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1554         * Makefile.in: Regenerate.
1555
1556 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
1557
1558         * MAINTAINERS (Write After Approval): Add myself.
1559
1560 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
1561
1562         * MAINTAINERS (Write After Approval): Add myself.
1563
1564 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
1565
1566         * MAINTAINERS (Write After Approval): Add myself.
1567
1568 2014-07-28  Anthony Green  <green@moxielogic.com>
1569
1570         Import from savannah.gnu.org:
1571         * config.sub: Update to 2014-07-28 version.
1572
1573 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
1574
1575         * MAINTAINERS: Remove my MIPS maintainer entry.
1576
1577 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
1578
1579         PR target/47230
1580         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1581         * configure: Regenerate.
1582
1583 2014-07-24  James Norris  <jnorris@codesourcery.com>
1584
1585         * MAINTAINERS (Write After Approval): Add myself.
1586
1587 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
1588
1589         * configure.ac: Accept only CLooG 0.18.1.
1590         * configure: Regenerate.
1591
1592 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
1593
1594         * configure.ac: Don't accept isl 0.11.
1595         * configure: Regenerate.
1596
1597 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1598
1599         * MAINTAINERS (Write After Approval): Add myself.
1600
1601 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1602
1603         * configure.ac: Don't accept isl 0.10.
1604         * configure: Regenerate.
1605
1606 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1607
1608         Fix include path for in-tree cloog.
1609         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1610         * configure: Regenerate.
1611
1612 2014-06-18  Richard Henderson  <rth@redhat.com>
1613
1614         * .gitignore: Import gcc_update output.
1615
1616 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
1617
1618         * config-ml.in: Robustify ac_configure_args parsing.
1619
1620         * configure.ac (--enable-linker-plugin-configure-flags)
1621         (--enable-linker-plugin-flags): New flags.
1622         (configdirs): Conditionally add libiberty-linker-plugin.
1623         * configure: Regenerate.
1624         * Makefile.def (host_modules): Add libiberty-linker-plugin.
1625         (host_modules) <lto-plugin>: Pay attention to
1626         @extra_linker_plugin_flags@ and
1627         @extra_linker_plugin_configure_flags@.
1628         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1629         * Makefile.in: Regenerate.
1630
1631         * Makefile.tpl (configure-[+prefix+][+module+])
1632         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1633         "module_srcdir" instead of "module" for locating a module's srcdir.
1634         * Makefile.in: Regenerate.
1635
1636 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
1637
1638         * MAINTAINERS (Write After Approval): Add myself.
1639
1640 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
1641
1642         * MAINTAINERS: Update my email address.
1643
1644 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1645
1646         * MAINTAINERS (Write After Approval): Add myself.
1647
1648 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
1649
1650         * MAINTAINERS (Write After Approval): Add myself.
1651
1652 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
1653
1654         PR libstdc++/61011
1655         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1656         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1657         * configure: Regenerate.
1658
1659 2014-05-28  Pedro Alves  <palves@redhat.com>
1660
1661         * MAINTAINERS (Write After Approval): Add myself.
1662
1663 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1664
1665         * MAINTAINERS: Update my affiliation/email.
1666
1667 2014-05-19  Mike Stump  <mikestump@comcast.net>
1668
1669         * MAINTAINERS: Add wide-int reviewers.
1670
1671 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
1672
1673         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1674         * configure: Regenerated.
1675
1676 2014-05-15  Torvald Riegel  <triegel@redhat.com>
1677
1678         * MAINTAINERS (libitm): Add myself as maintainer.
1679
1680 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
1681
1682         * MAINTAINERS (Write After Approval): Add myself.
1683
1684 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
1685
1686         * config.sub, config.guess: Import from upstream.
1687
1688 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1689
1690         * MAINTAINERS (Write After Approval): Put myself in correct order.
1691
1692 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1693
1694         * MAINTAINERS (Write After Approval): Add myself.
1695
1696 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1697
1698         * MAINTAINERS: Move myself from Reviewers to Write After Approval
1699         section.
1700
1701 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1702
1703         * MAINTAINERS (Write After Approval): Delete myself.
1704
1705 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
1706
1707         PR sanitizer/56781
1708         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1709         and -B* options with -Xcompiler.
1710
1711 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
1712
1713         PR bootstrap/60620
1714         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1715         * Makefile.in: Regenerate.
1716
1717 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1718
1719         * Makefile.def (dependencies): Make all-ld depend on all-binutils
1720         for WINDRES_FOR_TARGET in default-manifest.o rule.
1721         * Makefile.in: Regenerate.
1722
1723 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
1724
1725         * MAINTAINERS (Write After Approval): Add myself.
1726
1727 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
1728
1729         PR sanitizer/56781
1730         * Makefile.def: Set bootstrap=true; for host fixincludes.
1731         * configure.ac: Don't bootstrap host fixincludes unless
1732         --with-build-config=bootstrap-{a,ub}san.
1733         * Makefile.in: Regenerated.
1734         * configure: Regenerated.
1735
1736 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
1737
1738         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
1739         --enable-vtable-verify option parsing.  Don't add
1740         target-libsanitizer to bootstrap_target_libs unless
1741         --with-build-config=bootstrap-asan or
1742         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
1743         to bootstrap_target_libs unless --enable-vtable-verify.
1744         * configure: Regenerated.
1745
1746 2014-03-10  Anatoly Sokolov <aesok@post.ru>
1747
1748         * MAINTAINERS (Write After Approval): Add myself.
1749
1750 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
1751
1752         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1753
1754 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
1755
1756         PR bootstrap/58572
1757         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1758         -I for libstdc++-v3 includes if $(LEAN).
1759         * Makefile.in: Regenerated.
1760
1761 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
1762
1763         * MAINTAINERS: Update my email address.
1764
1765 2014-02-24  Walter Lee  <walt@tilera.com>
1766
1767         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1768         (tilegx-*-*): Change to tilegx*-*-*.
1769         * configure: Regenerate.
1770
1771 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
1772
1773         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1774
1775 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
1776
1777         * MAINTAINERS (Write After Approval): Add myself.
1778
1779 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1780
1781         PR target/59788
1782         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1783         *solaris2*.
1784
1785 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
1786
1787         * MAINTAINERS: Update my email address.
1788
1789 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1790
1791         * MAINTAINERS: Convert to UTF-8.
1792         Properly sort Xinliang David Li's entry.
1793
1794 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1795             Sandra Loosemore  <sandra@codesourcery.com>
1796
1797         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1798         nios2 port maintainers.
1799
1800 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
1801
1802         * MAINTAINERS (Write After Approval): Add myself.
1803
1804 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1805
1806         * configure.ac: Add user-friendly check for native x86_64-linux
1807         multilibs.
1808         * configure: Regenerate.
1809
1810 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
1811
1812         * MAINTAINERS: Add myself as sh maintainer.
1813
1814 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1815
1816         * MAINTAINERS: Add self as SLSR maintainer.
1817
1818 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
1819
1820         * MAINTAINERS: Update my email address.
1821
1822 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
1823
1824         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1825
1826 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
1827
1828         * Makefile.in: Regenerate.
1829
1830         * Makefile.tpl: Fix typo.
1831         * Makefile.in: Regenerate partially.
1832
1833 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1834
1835         * configure.ac: Added libcilkrts to noconfig list when C++ is not
1836         supported.
1837         * configure: Regenerated.
1838
1839 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
1840
1841         * MAINTAINERS (Write After Approval): Add myself.
1842
1843 2013-10-30  Jason Merrill  <jason@redhat.com>
1844
1845         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1846         --disable-build-format-warnings.
1847
1848 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1849
1850         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
1851         depend on libstdc++ and libgcc.
1852         * configure: Regenerate.
1853         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
1854         libcilkrts for POSIX and i*86, and x86_64 architectures.
1855         * Makefile.in: Added libcilkrts related fields to support building it.
1856
1857 2013-10-26  Jeff Law  <law@redhat.com>
1858
1859         * Makefile.def (target_modules): Remove libmudflap
1860         (languages): Remove check-target-libmudflap).
1861         * Makefile.in: Rebuilt.
1862         * Makefile.tpl (check-target-libmudflap-c++): Remove.
1863         * configure.ac (target_libraries): Remove target-libmudflap.
1864         Remove checks which disabled libmudflap on some systems.
1865         * configure: Rebuilt.
1866         * libmudflap: Directory removed.
1867
1868 2013-10-21  Cong Hou  <congh@google.com>
1869
1870         * MAINTAINERS (Write After Approval): Add myself.
1871
1872 2013-10-16  Mike Stump  <mikestump@comcast.net>
1873
1874         * .dir-locals.el: Add.
1875
1876 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
1877
1878         * configure.ac: Add --enable-host-shared
1879         * configure: Regenerate.
1880
1881 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1882
1883         Import from savannah.gnu.org:
1884         * config.guess: Update to 2013-06-10 version.
1885         * config.sub: Update to 2013-10-01 version.
1886
1887 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
1888
1889         Changes to build configuration to allow big endian ARC ELF toolchain
1890         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1891         * configure: Regenerate.
1892
1893 2013-09-20  Alan Modra  <amodra@gmail.com>
1894
1895         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1896         ppc host match.  Support little-endian powerpc linux hosts.
1897
1898 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
1899
1900         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1901         maintainer.
1902
1903 2013-09-12  DJ Delorie  <dj@redhat.com>
1904
1905         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1906         maintainers.
1907
1908 2013-09-03  Richard Biener  <rguenther@suse.de>
1909
1910         * configure.ac: Also allow ISL 0.12.
1911         * configure: Regenerated.
1912
1913 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1914
1915         * MAINTAINERS (Write After Approval): Add myself.
1916
1917 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
1918
1919         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1920
1921 2013-08-26  Caroline Tice  <cmtice@google.com>
1922
1923         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
1924         "Various Reviewers" to libvtv "Various Maintainers".
1925
1926 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
1927
1928         * MAINTAINERS: Add myself as RTL optimizers reviewer.
1929
1930 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
1931
1932         * MAINTAINERS: Update name, email.
1933
1934 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
1935
1936         * MAINTAINERS (Write After Approval): Add myself.
1937
1938 2013-08-12  Caroline Tice  <cmtice@google.com>
1939
1940         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1941         address in the Write After Approval section.
1942
1943 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
1944
1945         * MAINTAINERS (Write After Approval): Update email.
1946
1947 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1948
1949         * configure.ac: Adjust to check VTV_SUPPORTED.
1950         * configure: Regenerated.
1951
1952 2013-08-02  Caroline Tice  <cmtice@google.com>
1953
1954         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1955         on non-linux systems; add target-libvtv to noconfigdirs; add
1956         libsupc++/.libs to C++ library search paths.
1957         * configure: Regenerated.
1958         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1959         libstdc++ and libgcc.
1960         * Makefile.in: Regenerated.
1961
1962 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
1963
1964         * MAINTAINERS (Write After Approval): Add myself.
1965
1966 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
1967             Shiva Chen  <shiva0217@gmail.com>
1968
1969         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1970         nds32 port maintainers.
1971
1972 2013-07-17  Tim Shen  <timshen91@gmail.com>
1973
1974         * MAINTAINERS (Write After Approval): Add myself.
1975
1976 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1977
1978         * configure.ac: Sync from binutils.
1979         * configure: Regenerate.
1980
1981 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
1982
1983         * MAINTAINERS (Write After Approval): Add myself.
1984
1985 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
1986
1987         * MAINTAINERS (Write After Approval): Add myself.
1988
1989 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
1990
1991         * MAINTAINERS (Write After Approval): Add myself.
1992
1993 2013-04-30  Brooks Moses  <bmoses@google.com>
1994
1995         * MAINTAINERS: Update my email; move myself from Fortran
1996         reviewer to Write After Approval.
1997
1998 2013-04-16  Andreas Schwab  <schwab@suse.de>
1999
2000         * configure.ac (aarch64-*-*): Don't disable java.
2001         * configure: Regenerate.
2002
2003 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
2004
2005         * MAINTAINERS (Write After Approval): Add myself.
2006
2007 2013-03-30  Matthias Klose  <doko@ubuntu.com>
2008
2009         * Makefile.def (target_modules): Don't install libffi.
2010         * Makefile.in: Regenerate.
2011
2012 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2013
2014         * MAINTAINERS (Write After Approval): Add myself.
2015
2016 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2017
2018         * MAINTAINERS (Write After Approval): Add myself.
2019
2020 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2021
2022         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2023         * configure: Regenerated.
2024
2025 2013-02-05  Ian Lance Taylor  <iant@google.com>
2026
2027         PR go/55969
2028         * configure.ac: Disable libgo on some systems where it does not
2029         work.
2030
2031 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2032
2033         * MAINTAINERS: Explicitly add myself as AIX maintainer.
2034         Remove Geoff Keating as rs6000 port maintainer, at his request.
2035
2036 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2037
2038         * MAINTAINERS: Update my email.
2039
2040 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2041
2042         * configure: Re-generate.
2043
2044 2013-01-15  Richard Biener  <rguenther@suse.de>
2045
2046         PR other/55973
2047         * configure: Re-generate.
2048
2049 2013-01-14  Matthias Klose  <doko@ubuntu.com>
2050
2051         * Makefile.def (install-target-libsanitizer): Depend on
2052         install-target-libstdc++-v3.
2053         * Makefile.in: Regenerate.
2054
2055 2013-01-14  Richard Biener  <rguenther@suse.de>
2056
2057         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2058         * configure: Re-generate
2059
2060 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2061
2062         * config.sub: Update from config repo.
2063
2064 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2065
2066         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2067         * Makefile.in: Regenerate.
2068
2069 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2070
2071         * MAINTAINERS (arc): Add new port maintainership for myself.
2072
2073 2013-01-09  Jason Merrill  <jason@redhat.com>
2074
2075         * .gitignore: Import from gdb repository.
2076
2077 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2078
2079         * Makefile.def (configure-gcc): Depend on all-gmp.
2080         (all-gcc): Remove dependency on all-gmp.
2081         * Makefile.in: Regenerated.
2082
2083 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2084
2085         * config.sub: Merge from config repo.
2086         * config.guess: Ditto.
2087
2088 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2089
2090         * Makefile.def: Merge from binutils.
2091         * Makefile.in: Ditto.
2092
2093 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2094
2095         * MAINTAINERS: Update my email.
2096
2097 2012-12-29  Ben Elliston  <bje@gnu.org>
2098
2099         * config.guess: Update to 2012-12-29 version.
2100         * config.sub: Likewise.
2101
2102 2012-12-20  Matthias Klose  <doko@ubuntu.com>
2103
2104         * Makefile.def (install-target-libgfortran): Depend on
2105         install-target-libquadmath, install-target-libgcc.
2106         (install-target-libsanitizer): Depend on install-target-libgcc.
2107         (install-target-libjava): Depend on install-target-libgcc.
2108         (install-target-libitm): Depend on install-target-libgcc.
2109         (install-target-libobjc): Depend on install-target-libgcc.
2110         (install-target-libstdc++-v3): Depend on install-target-libgcc.
2111         * Makefile.in: Regenerate.
2112
2113 2012-12-19  Matthias Klose  <doko@ubuntu.com>
2114
2115         * Makefile.def (install-target-libgo): Depend on
2116         install-target-libatomic.
2117         * Makefile.in: Regenerate.
2118
2119 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2120
2121         PR go/55201
2122         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2123         * Makefile.in: Regenerate.
2124
2125 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2126
2127         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2128         * configure: Regenerate.
2129
2130 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2131
2132         * config.sub: Merge from config repo.
2133
2134 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2135
2136         * Makefile.def (target_modules): Add bootstrap=true and
2137         raw_cxx=true to libsanitizer.
2138         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2139         * Makefile.in: Regenerated.
2140         * configure: Likewise.
2141
2142 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2143
2144         * MAINTAINERS: Remove self as RTL optimization maintainer.
2145
2146 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2147
2148         * MAINTAINERS (Write After Approval): Add myself.
2149
2150 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2151
2152         * Makefile.def (target_modules): Remove bootstrap=true and
2153         raw_cxx=true from libsanitizer.
2154         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2155         * Makefile.in: Regenerated.
2156         * configure: Likewise.
2157
2158 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2159
2160         * Makefile.def (target_modules): Add bootstrap=true and
2161         raw_cxx=true to libsanitizer.
2162         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2163         * Makefile.in: Regenerated.
2164         * configure: Likewise.
2165
2166 2012-11-28  Andrew Pinski  <apinski@cavium.com>
2167
2168         PR bootstrap/54279
2169         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2170         * configure: Regenerate.
2171         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2172         * Makefile.in: Regenerate.
2173
2174 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2175
2176         * configure.ac: Disable libsanitizer if we're not building C++.
2177         * configure: Regenerate.
2178
2179 2012-11-15  Roland McGrath  <roland@hack.frob.com>
2180
2181         * MAINTAINERS (Write After Approval): Add myself.
2182
2183 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2184
2185         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2186         Kostya Serebryany (kcc@google.com) and
2187         Jakub Jelinek (jakub@redhat.com).
2188         Rename area for Dodji Seketeli (dodji@redhat.com).
2189
2190 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
2191
2192         * MAINTAINERS: (asan.c, related): Add myself.
2193
2194 2012-11-14  Roland McGrath  <mcgrathr@google.com>
2195
2196         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2197         * configure: Regenerate.
2198
2199 2012-11-13  Richard Henderson  <rth@redhat.com>
2200
2201         * configure.ac: Move libsanitizer logic to subdirectory.
2202         * configure: Regenerate.
2203
2204 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
2205
2206         * configure.ac: Enable libsanitizer just on x86 linux for now.
2207         * configure: Re-generate.
2208
2209 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2210
2211         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2212         sections.
2213         * configure: Regenerate.
2214
2215 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2216
2217         * configure.ac: Add section for configdirs for libsanitizer.
2218         Disable for cris-*-* and mmix-*-*.
2219         * configure: Regenerate.
2220
2221 2012-11-12  Wei Mi <wmi@google.com>
2222
2223         * configure.ac: Add libsanitizer to target_libraries.
2224         * Makefile.def: Ditto.
2225         * configure: Regenerate.
2226         * Makefile.in: Regenerate.
2227         * libsanitizer: New directory for asan runtime.  Contains an empty
2228         tsan directory.
2229
2230 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2231
2232         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2233         against Mingw64 w32api.
2234         * configure: Regenerate.
2235
2236 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2237
2238         * configure: Regenerated.
2239
2240 2012-11-03  Robert Mason  <rbmj@verizon.net>
2241
2242         * configure.ac: add --disable-libstdcxx configure option
2243         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2244
2245 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2246
2247         * MAINTAINERS (Write After Approval): Add myself.
2248
2249 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2250
2251         * MAINTAINERS (Write After Approval): Add myself.
2252
2253 2012-10-24  Sharad Singhai  <singhai@google.com>
2254
2255         * MAINTAINERS (Write After Approval): Add myself.
2256
2257 2012-10-24  Eric Christopher  <echristo@gmail.com>
2258
2259         * MAINTAINERS: Update email address.
2260
2261 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2262
2263         PR bootstrap/54820
2264         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2265         * configure: Regenerate.
2266
2267 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2268
2269         * MAINTAINERS (aarch64): Add Marcus and myself.
2270
2271 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2272
2273         PR bootstrap/54820
2274         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2275         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2276         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2277         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2278         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2279         * Makefile.in: Regenerate.
2280         * configure.ac (have_static_libs): New variable and associated check.
2281         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2282         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2283         * configure: Regenerate.
2284
2285 2012-10-10  Richard Biener  <rguenther@suse.de>
2286
2287         * MAINTAINERS: Adjust for changed surname.
2288
2289 2012-10-04  Lawrence Crowl  <crowl@google.com>
2290
2291         * MAINTAINERS (Write After Approval): Add myself.
2292
2293 2012-10-01  Cary Coutant  <ccoutant@google.com>
2294
2295         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2296
2297 2012-09-28  Ian Lance Taylor  <iant@google.com>
2298
2299         * Makefile.def: Make all-target-libgo depend on
2300         all-target-libbacktrace.
2301         * Makefile.in: Rebuild.
2302
2303 2012-09-26  Ian Lance Taylor  <iant@google.com>
2304
2305         * Makefile.def: Make all-gcc depend on all-libbacktrace.
2306         * Makefile.in: Rebuild.
2307
2308 2012-09-20  Walter Lee  <walt@tilera.com>
2309
2310         * configure.ac: Add tilegx to list of targets that support gold.
2311         * configure: Regenerate.
2312
2313 2012-09-20  Marek Polacek  <polacek@redhat.com>
2314
2315         * MAINTAINERS (Write After Approval): Add myself.
2316
2317 2012-09-19  Steve Ellcey  <sellcey@mips.com>
2318
2319         * configure.ac: Add mips*-mti-elf* target.
2320         * configure: Regenerate.
2321
2322 2012-09-17  Ian Lance Taylor  <iant@google.com>
2323
2324         * MAINTAINERS (Various Maintainers): Add libbacktrace.
2325         * configure.ac (host_libs): Add libbacktrace.
2326         (target_libraries): Add libbacktrace.
2327         * Makefile.def (host_modules): Add libbacktrace.
2328         (target_modules): Likewise.
2329         * configure, Makefile.in: Rebuild.
2330
2331 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2332
2333         PR target/38607
2334         Merge upstream change.
2335         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2336
2337         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2338         Add libgomp*.o to compare_exclusions for AIX.
2339         * configure: Regenerate.
2340
2341 2012-09-06  Diego Novillo  <dnovillo@google.com>
2342
2343         * configure.ac: Bump minimum GMP version to 4.2.3.
2344         * configure: Re-generate.
2345
2346 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2347
2348         PR target/54461
2349         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2350         target-libgloss if not configured --with-avrlibc=no.
2351         * configure: Regenerate.
2352
2353 2012-09-04  Jason Merrill  <jason@redhat.com>
2354
2355         * configure.ac: Fix --enable-languages=all.
2356
2357 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2358
2359         * MAINTAINERS (Write After Approval): Add myself.
2360
2361 2012-09-03  Richard Guenther  <rguenther@suse.de>
2362
2363         PR bootstrap/54138
2364         * configure.ac: Re-organize ISL / CLOOG checks to allow
2365         disabling with either --without-isl or --without-cloog.
2366         * configure: Regenerated.
2367
2368 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2369
2370         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2371         * configure: Regenerate.
2372
2373 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2374
2375         * MAINTAINERS: Fix my email address.
2376
2377 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2378
2379         PR binutils/4970
2380         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2381         and opcodes.
2382         * Makefile.in: Regenerated.
2383
2384 2012-08-26  Art Haas <ahaas@impactweather.com>
2385
2386         * configure: Regenerate.
2387
2388 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2389
2390         * INSTALL/README: Also refer to the online installation
2391         instructions.
2392
2393 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2394
2395         * MAINTAINERS (Write After Approval): Add myself.
2396         (Picochip port): Remove myself.
2397
2398 2012-08-14   Diego Novillo  <dnovillo@google.com>
2399
2400         Merge from cxx-conversion branch.
2401
2402         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2403         POSTSTAGE1_CONFIGURE_FLAGS.
2404         * Makefile.in: Regenerate.
2405         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2406         Force C++ when bootstrapping.
2407         * configure: Regenerate.
2408
2409 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2410
2411         * MAINTAINERS (Write After Approval): Add myself.
2412
2413 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2414
2415         * README: Document use of ranges of years in copyright notices.
2416
2417 2012-07-06  Richard Guenther  <rguenther@suse.de>
2418
2419         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2420         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2421         --with-gmp=system.
2422         * Makefile.in: Regenerated.
2423         * configure: Likewise.
2424
2425 2012-07-06  Richard Guenther  <rguenther@suse.de>
2426
2427         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2428         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2429         supply V=1 as extra_make_flags.
2430         * configure: Regenerated.
2431         * Makefile.in: Likewise.
2432
2433 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2434
2435         * configure: Regenerate.
2436
2437 2012-07-03  Richard Guenther  <rguenther@suse.de>
2438
2439         * Makfile.def (isl): Remove not necessary extra_exports and
2440         extra_make_flags.
2441         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2442         * Makefile.in: Regenerated.
2443
2444 2012-07-03  Richard Guenther  <rguenther@suse.de>
2445
2446         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2447         * configure.ac: If either the ISL or the CLooG check failed
2448         do not try to build in-tree versions.
2449         * Makefile.in: Regenerated.
2450         * configure: Regenerated.
2451
2452 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2453
2454         * configure: Regenerate.
2455
2456 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2457
2458         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2459         maintainer.
2460
2461 2012-07-02  Richard Guenther  <rguenther@suse.de>
2462
2463         * configure: Regenerated.
2464
2465 2012-07-02  Richard Guenther  <rguenther@suse.de>
2466         Michael Matz  <matz@suse.de>
2467         Tobias Grosser <tobias@grosser.es>
2468         Sebastian Pop <sebpop@gmail.com>
2469
2470         * Makefile.def: Add ISL host module, remove PPL host module.
2471         Adjust ClooG host module to use the proper ISL.
2472         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2473         * configure.ac: Include config/isl.m4.  Add ISL host library,
2474         remove PPL.  Remove PPL configury, add ISL configury, adjust
2475         ClooG configury.
2476         * Makefile.in: Regenerated.
2477         * configure: Likewise.
2478
2479 2012-07-02  Richard Guenther  <rguenther@suse.de>
2480
2481         Merge from graphite branch
2482         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2483
2484         * configure: Regenerated.
2485         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2486         both cloog.org and legacy versions. The only supported version will
2487         be CLooG with the isl backend.
2488
2489         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2490
2491         * configure: Regenerated.
2492         * configure.ac: Require cloog isl 0.17.0
2493
2494         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2495
2496         * configure: Regenerated.
2497         * config/cloog.m4: Do not define CLOOG_ORG
2498
2499 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
2500
2501         * configure.ac: Skip C if explicitly selected.
2502         * configure: Regenerate.
2503
2504 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
2505
2506         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2507         they contain -O2.
2508         * configure: Regenerate.
2509
2510 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
2511
2512         PR debug/53740
2513         * df.h, df-problems.c, dce.c: Revert last patch.
2514
2515 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
2516
2517         * MAINTAINERS (Write After Approval): Update my email address.
2518
2519 2012-06-21  Meador Inge  <meadori@codesourcery.com>
2520
2521         * MAINTAINERS (Write After Approval): Add myself.
2522
2523 2012-06-20  Jason Merrill  <jason@redhat.com>
2524
2525         * Makefile.tpl (check-target-libgomp-c++): New.
2526         (check-target-libitm-c++): New.
2527         * Makefile.def (c++): Add them.
2528         * Makefile.in: Regenerate.
2529
2530 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
2531
2532         * MAINTAINERS (Write After Approval): Add myself.
2533
2534 2012-05-16  Olivier Hainque  <hainque@adacore.com>
2535
2536         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2537         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2538         (install-no-fixedincludes): Adjust accordingly.
2539         * Makefile.in: Regenerate.
2540
2541 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2542
2543         Merge upstream change
2544         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2545
2546 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
2547
2548         * MAINTAINERS (Write After Approval): Add myself.
2549
2550 2012-05-09  Nick Clifton  <nickc@redhat.com>
2551             Paul Smith  <psmith@gnu.org>
2552
2553         PR bootstrap/50461
2554         * configure.ac (mpfr-dir): When using in-tree MPFR sources
2555         allow for the fact that from release v3.1.0 of MPFR the source
2556         files were moved into a src sub-directory.
2557         * configure: Regenerate.
2558
2559 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
2560
2561         * configure.ac: Bump minimum MPFR version to 2.4.0.
2562         * configure: Regenerated.
2563
2564 2012-05-01  Richard Henderson  <rth@redhat.com>
2565
2566         * Makefile.def (libatomic): New target_module.
2567         * configure.ac (target_libraries): Add libatomic.
2568         (noconfigdirs): Check if libatomic is supported.
2569         * Makefile.in, configure: Rebuild.
2570
2571 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
2572
2573         * MAINTAINERS (Write After Approval): Add myself.
2574
2575 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
2576
2577         * config.sub: Update to 2012-04-18 version from official repo.
2578
2579 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
2580
2581         * MAINTAINERS (Write After Approval): Add myself.
2582
2583 2012-04-11  Steve Ellcey  <sellcey@mips.com>
2584
2585         * MAINTAINERS: Changed email address.
2586
2587 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
2588
2589         PR target/52737
2590         * contrib/gcc_update (files_and_dependencies):
2591         Remove gcc/config/avr/t-multilib from touch data.
2592
2593 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2594
2595         * MAINTAINERS (OS Port Maintainers): Remove irix.
2596         * configure.ac (enable_libgomp): Remove *-*-irix6*.
2597         (unsupported_languages): Remove mips-sgi-irix6.*.
2598         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2599         (with_stabs): Remove.
2600         * configure: Regenerate.
2601
2602 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2603
2604         * MAINTAINERS (OS Port Maintainers): Remove osf.
2605         * configure.ac (enable_libgomp): Remove *-*-osf*.
2606         (with_stabs): Remove alpha*-*-osf*.
2607         * configure: Regenerate.
2608
2609 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2610
2611         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2612         * configure: Regenerate.
2613
2614 2012-02-17  Walter Lee  <walt@tilera.com>
2615
2616         * MAINTAINERS: (Write After Approval): Delete myself.
2617
2618 2012-02-14  Walter Lee  <walt@tilera.com>
2619
2620         * MAINTAINERS (tilegx port): Add myself.
2621         (tilepro port): Add myself.
2622         (Write After Approval): Add myself.
2623
2624 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
2625
2626         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2627         and Joseph Myers as docstring relicensing maintainers.
2628
2629 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
2630
2631         * MAINTAINERS (write-after-approval): Add myself.
2632
2633 2012-02-08  Ira Rosen <irar@il.ibm.com>
2634
2635         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2636         maintainer.
2637
2638 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2639
2640         * MAINTAINERS (Write After Approval): Move myself to
2641         maintain alphabetical order.
2642
2643 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2644
2645         * MAINTAINERS (Write After Approval): Add myself.
2646
2647 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
2648
2649         * MAINTAINERS (Write After Approval): Add myself.
2650
2651 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2652             Jayant R Sonar <jayant.sonar@kpitcummins.com>
2653
2654         * configure.ac (cr16-*-*): Remove nonconfigdirs.
2655         * configure: Regenerate.
2656
2657 2012-01-23  Harshit Chopra  <harshit@google.com>
2658
2659         * MAINTAINERS (Write After Approval): Add myself.
2660
2661 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
2662
2663         * configure.ac: Remove reference to mh-interix.
2664         * configure: Regenerate.
2665
2666 2012-01-05  Richard Henderson  <rth@redhat.com>
2667
2668         PR bootstrap/51072
2669         * configure.ac: Disable libitm if c++ is not enabled.
2670         * configure: Rebuild.
2671
2672         * configure.ac: Fix regexp for same.
2673         * configure: Rebuild.
2674
2675 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
2676
2677         * MAINTAINERS (Write After Approval): Add myself.
2678
2679 2012-01-02  Richard Guenther  <rguenther@suse.de>
2680
2681         PR bootstrap/51686
2682         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2683         * Makefile.in: Regenerate.
2684
2685 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
2686
2687         * MAINTAINERS (Write After Approval): Add myself.
2688
2689 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
2690
2691         * configure: Regenerate.
2692
2693 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
2694
2695         * MAINTAINERS (picochip): Changed email address.
2696
2697 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2698
2699         * MAINTAINERS (write-after-approval): Add self.
2700
2701 2011-11-29  DJ Delorie  <dj@redhat.com>
2702
2703         * configure.ac (rl78-*-*) New case.
2704         * configure: Regenerate.
2705         * MAINTAINERS: Add myself as RL78 maintainer.
2706
2707 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2708
2709         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2710
2711 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
2712
2713         * libtool.m4: Additional FreeBSD 10 fixes.
2714
2715 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
2716
2717         * MAINTAINERS: Move myself from Write After Approval to CPU Port
2718         Maintainers section, as Epiphany maintainer.
2719
2720 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
2721
2722         PR target/49992
2723         * configure.ac: Remove ranlib special-casing for Darwin.
2724         * configure: Regenerate.
2725
2726 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
2727
2728         * MAINTAINERS (Reviewers): Keep the list sorted.
2729
2730 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
2731
2732         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2733
2734 2011-11-09  Roland McGrath  <mcgrathr@google.com>
2735
2736         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2737         * configure: Rebuild.
2738         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2739         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2740         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2741         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2742         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2743         Add READELF.
2744         * Makefile.in: Rebuild.
2745
2746 2011-11-09  Jason Merrill  <jason@redhat.com>
2747
2748         * Makefile.def (language=c++): Remove check-c++0x.
2749         * Makefile.in (check-gcc-c++): Regenerate.
2750
2751 2011-11-08  Richard Henderson  <rth@redhat.com>
2752
2753         * configure.ac: Test for libitm directory present first.
2754
2755         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2756
2757         * configure.ac: Test libitm/configure.tgt to disable libitm.
2758         * configure: Rebuild.
2759
2760 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
2761             Richard Henderson  <rth@redhat.com>
2762
2763         Merged from transactional-memory.
2764
2765         * Makefile.def (lang_env_dependencies): libitm is c++.
2766         Add libitm target module.
2767         * configure.ac: Likewise.
2768         * config/mmap.m4: New file.
2769         * contrib/gcc_update: Add libitm to touch data.
2770         * Makefile.in, configure: Rebuild.
2771
2772 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2773
2774         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2775         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2776         * Makefile.in: Regenerate.
2777
2778 2011-11-01  DJ Delorie  <dj@redhat.com>
2779
2780         * config.sub: Update to version 2011-10-29 (added rl78)
2781
2782 2011-10-27  Nick Clifton  <nickc@redhat.com>
2783
2784         * config.sub: Import these changes from the config project:
2785
2786         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
2787             Ben Elliston  <bje@gnu.org>
2788
2789         * config.sub (epiphany): New.
2790
2791         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
2792             Ben Elliston  <bje@gnu.org>
2793
2794         * config.sub (hexagon, hexagon-*): New.
2795
2796         2011-08-23  Roland McGrath  <mcgrathr@google.com>
2797
2798         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2799         64eb to be64.
2800
2801         2011-08-16  Roland McGrath  <mcgrathr@google.com>
2802
2803         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2804         (nacl): Grok as alias for 32el-unknown-nacl.
2805
2806 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
2807
2808         * MAINTAINERS (Write After Approval): Add myself.
2809
2810 2011-10-24  Teresa Johnson  <tejohnson@google.com>
2811
2812         * MAINTAINERS (Write After Approval): Add myself.
2813
2814 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2815
2816         * MAINTAINERS (sparc port): Remove myself.
2817
2818 2011-09-14  Tom de Vries  <tom@codesourcery.com>
2819
2820         * MAINTAINERS (Write After Approval): Add myself.
2821
2822 2011-08-14  Yao Qi  <yao@codesourcery.com>
2823
2824         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2825         * configure: Regenerate.
2826
2827 2011-07-26  Ian Lance Taylor  <iant@google.com>
2828
2829         * configure.ac: Set have_compiler based on whether gcc directory
2830         exists, rather than on whether gcc is in configdirs.
2831         * configure: Rebuild.
2832
2833 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
2834
2835         * MAINTAINERS (Global Reviewers): Add self.
2836
2837 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
2838
2839         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2840         link directories.
2841         * Makefile.in: Rebuild.
2842
2843 2011-07-20  Ian Lance Taylor  <iant@google.com>
2844
2845         PR bootstrap/49787
2846         * configure.ac: Move --enable-bootstrap handling earlier in file.
2847         If --enable-bootstrap and either --enable-build-with-cxx or
2848         --enable-build-poststage1-with-cxx, enable C++ automatically.
2849         * configure: Rebuild.
2850
2851 2011-07-19  Ian Lance Taylor  <iant@google.com>
2852
2853         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
2854         make C++ a boot_language.  Set and substitute
2855         POSTSTAGE1_CONFIGURE_FLAGS.
2856         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2857         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2858         * configure, Makefile.in: Rebuild.
2859
2860 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
2861
2862         * MAINTAINERS (Register Allocation): Move myself from reviewers to
2863         maintainers.
2864
2865 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
2866
2867         * MAINTAINERS (Global Reviewers): Add myself.
2868
2869 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2870
2871         * configure: Regenerate.
2872
2873 2011-07-16  Jason Merrill  <jason@redhat.com>
2874
2875         * Makefile.def (language=c++): Add check-c++0x and
2876         check-target-libmudflap-c++.
2877         * Makefile.tpl (check-target-libmudflap-c++): New.
2878         * Makefile.in: Regenerate.
2879
2880 2011-07-16  Matthias Klose  <doko@ubuntu.com>
2881
2882         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2883         * Makefile.def (target_modules/libjava): Pass
2884         $(EXTRA_CONFIGARGS_LIBJAVA).
2885         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2886         if not configured with --enable-static-libjava.
2887         * Makefile.in: Regenerate.
2888         * configure: Likewise.
2889
2890 2011-07-15  Jason Merrill  <jason@redhat.com>
2891
2892         * Makefile.in (check-c++): Move check-gcc-c++0x after
2893         check-target-libstdc++-v3.
2894
2895 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2896
2897         * MAINTAINERS (c6x port): New entry.
2898
2899 2011-07-13  Jason Merrill  <jason@redhat.com>
2900
2901         * Makefile.in (check-gcc-c++0x): New.
2902         (check-c++): Depend on it.
2903
2904 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2905
2906         PR target/39150
2907         * configure.ac (i[3456789]86-*-solaris2*): Also accept
2908         x86_64-*-solaris2.1[0-9]*.
2909         * configure: Regenerate.
2910
2911 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
2912
2913         * MAINTAINERS (RTL optimizers): Add self.
2914
2915 2011-06-27  Gabriel Charette  <gchare@google.com>
2916
2917         * MAINTAINERS (Write After Approval): Add myself.
2918
2919 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
2920
2921         PR regression/47836
2922         PR bootstrap/23656
2923         PR other/47733
2924         PR bootstrap/49247
2925         PR c/48825
2926         * configure.ac (target_libraries): Remove target-libiberty.
2927         Remove case-statement setting skipdirs=target-libiberty for
2928         multiple targets.  Remove checking target_configdirs and
2929         removing target-libiberty but keeping target-libgcc if
2930         otherwise empty.
2931         * Makefile.def (target_modules): Don't add libiberty.
2932         (dependencies): Remove all traces of target-libiberty.
2933         * configure, Makefile.in: Regenerate.
2934
2935 2011-06-13  Walter Lee <walt@tilera.com>
2936
2937         * configure.ac (tilepro-*-*) New case.
2938         (tilegx-*-*): Likewise.
2939         * configure: Regenerate.
2940
2941 2011-06-06  Jing Yu  <jingyu@google.com>
2942
2943         * configure.ac: Skip target-libiberty for
2944         arm*-*-linux-androideabi.
2945         * configure: Regenerated.
2946
2947 2011-06-06  Nick Clifton  <nickc@redhat.com>
2948
2949         * config.sub: Sync from upstream.
2950
2951 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
2952
2953         * MAINTAINERS (Write After Approval): Add myself.
2954
2955 2011-06-01  Daniel Jacobowitz  <drow@false.org>
2956
2957         * MAINTAINERS: Update my email address.
2958
2959 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2960
2961         * MAINTAINERS (Write After Approval): Update my email address.
2962
2963 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2964
2965         * MAINTAINERS (Write After Approval): Add myself.
2966
2967 2011-05-08  Doug Kwan  <dougkwan@google.com>
2968
2969         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2970         * configure: Regenerated.
2971         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2972         value from configure.
2973         * Makefile.in: Regenerated.
2974
2975 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
2976
2977         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2978         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2979         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2980         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2981         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2982         *-*-vxworks*): Disable newlib and libgloss in separate case
2983         statement.
2984         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2985         to separate case statement.
2986         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2987         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2988         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2989         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2990         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2991         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2992         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2993         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2994         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2995         i[[3456789]]86-*-rdos*, m32r-*-*,
2996         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2997         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2998         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2999         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3000         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3001         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3002         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3003         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3004         and libgloss in main case over targets.  Remove most empty cases
3005         in main case over targets.
3006         * configure: Regenerate.
3007
3008 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
3009
3010         * MAINTAINERS (Write After Approval): Add myself.
3011
3012 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3013
3014         * configure.ac: Remove code setting special library locations for
3015         hppa*64*-*-hpux11*.  Remove code setting compiler for
3016         sparc-sun-solaris2*.
3017         * configure: Regenerate.
3018
3019 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3020
3021         * configure.ac: Separate libgloss_dir settings from general case
3022         over targets.
3023         * configure: Regenerate.
3024
3025 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3026
3027         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3028         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3029         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3030         cases in libgcj-disabling case statement.
3031         (hppa*64*-*-linux*): Set unsupported_languages instead of
3032         disabling target-zlib.
3033         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3034         to hppa*64*-*-hpux*.
3035         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3036         hppa*-*-hpux*.
3037         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3038         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3039         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3040         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3041         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3042         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3043         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3044         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3045         libgcj-disabling case statement.
3046         * configure: Regenerate.
3047
3048 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3049
3050         * configure.ac: Disable Java for targets not supporting libffi.
3051         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3052         Remove cases in Java-disabling statement.
3053         (*arm-wince-pe): Change to arm-wince-pe.
3054         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3055         cases in Java-disabling statement.
3056         (bfin-*-*): Don't disable Java again.
3057         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3058         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3059         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3060         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3061         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3062         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3063         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3064         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3065         Java-disabling statement.
3066         (mmix-*-*): Don't disable Java again.
3067         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3068         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3069         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3070         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3071         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3072         statement.
3073         * configure: Regenerate.
3074
3075 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3076
3077         * configure.ac: Separate cases disabling Java and Java libraries
3078         from general case over targets.
3079         * configure: Regenerate.
3080
3081 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
3082
3083         * MAINTAINERS: Update my email address.
3084
3085 2011-04-20  Easwaran Raman  <eraman@google.com>
3086
3087         * MAINTAINERS (Write After Approval): Add myself.
3088
3089 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3090
3091         PR lto/48086
3092         * configure.ac: Re-enable LTO on *-apple-darwin9*.
3093         * configure: Regenerate.
3094
3095 2011-04-16  Jim Meyering  <meyering@redhat.com>
3096
3097         * MAINTAINERS (Write After Approval): Add myself.
3098
3099 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
3100
3101         * MAINTAINERS: Update my email address.
3102
3103 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3104
3105         * MAINTAINERS (Write After Approval): Add myself.
3106
3107 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3108
3109         * MAINTAINERS (Write After Approval): Add myself.
3110
3111 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3112
3113         * MAINTAINERS (Write After Approval): Add myself.
3114
3115 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
3116
3117         * configure.ac (build_tools): Remove build-byacc.
3118         (host_libs): Remove mmalloc.
3119         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3120         autoconf automake libtool diff rcs fileutils shellutils time
3121         textutils wdiff find uudecode hello tar gzip indent recode release
3122         sed perl gawk findutils gettext zip.
3123         (libgcj): Remove target-qthreads.
3124         (target_tools): Remove target-examples target-gperf.
3125         (YACC): Don't handle building byacc.
3126         * configure: Regenerate.
3127         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3128         dosutils, examples, fileutils, find, findutils, gawk, gettext,
3129         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3130         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3131         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3132         handle building components.
3133         * Makefile.in: Regenerate.
3134
3135 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3136
3137         * MAINTAINERS: Update my email address as Xtensa maintainer.
3138
3139 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3140
3141         * config.sub: Sync from upstream.
3142
3143 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3144
3145         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3146         (microblaze*): Don't disable libssp.
3147         * configure: Regenerate.
3148
3149 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3150
3151         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3152         moveifchange.
3153         * configure: Regenerate.
3154         * Makefile.tpl: Use @SHELL@ not @config_shell@.
3155         * Makefile.in: Regenerate.
3156
3157 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3158
3159         * configure.ac (*-*-sysv4*): Don't enable libgomp.
3160         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3161         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3162         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3163         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3164         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3165         md_exec_prefix cases.
3166         * configure: Regenerate.
3167
3168 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3169
3170         * configure.ac: Separate cases disabling target-libssp,
3171         target-libiberty, target-libstdc++-v3 and Fortran from general
3172         case over targets.
3173         * configure: Regenerate.
3174
3175 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3176
3177         * configure.ac (*-*-chorusos): Don't disable libgcj.
3178         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3179         Remove case.
3180         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3181         (arm-*-coff): Don't disable libgcj.
3182         (arm*-*-linux-gnueabi): Remove useless assignment.
3183         (arm-*-riscix*): Don't disable libgcj.
3184         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3185         configuration.
3186         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3187         (c54x*-*-*): Remove case.
3188         (tic54x-*-*): Don't disable GCC or GCC libraries.
3189         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3190         to *.
3191         (d10v-*-*): Don't disable GCC libraries.
3192         (d30v-*-*): Don't disable libgcj.
3193         (h8500-*-*): Don't disable GCC libraries.
3194         (i960-*-*): Don't disable libgcj.
3195         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3196         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3197         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3198         libgcj.
3199         (m68k-*-coff*): Remove case.
3200         (mmix-*-*): Don't disable libgloss on host.
3201         (mn10200-*-*, mn10300-*-*): Remove cases.
3202         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3203         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3204         Don't disable libgcj.
3205         (romp-*-*): Remove case.
3206         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3207         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3208         case.
3209         (v810-*-*): Don't disable GCC libraries.
3210         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3211         (ip2k-*-*): Don't disable GCC libraries.
3212         * configure: Regenerate.
3213
3214 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
3215
3216         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3217         libffi on host.
3218         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3219         on host.
3220         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3221         * configure: Regenerate.
3222
3223 2011-03-26  John Marino  <binutils@marino.st>
3224
3225         * configure.ac: Add support for *-*-dragonfly*
3226         * configure: Regenerate.
3227
3228 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3229
3230         * configure.ac (native_only): Remove.
3231         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3232         send-pr uudecode guile gnuserv on host.
3233         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3234         send-pr rcs guile perl texinfo libtool on host.
3235         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3236         automake send-pr rcs guile perl texinfo libtool on host.
3237         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3238         (*-*-kaos*): Don't disable target-examples target-gperf on target.
3239         (alpha*-dec-osf*): Don't disable fileutils on target.
3240         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3241         texinfo send-pr expect dejagnu on target.
3242         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3243         target-qthreads on target.
3244         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3245         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3246         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3247         x86_64-*-mingw*): Don't disable expect on target.
3248         (*-*-cygwin*): Don't disable target-gperf on target.
3249         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3250         gnuserv on target.
3251         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3252         target.
3253         * configure: Regenerate.
3254
3255 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3256
3257         * configure.ac (target_tools): Remove target-groff.
3258         (native_only): Remove target-groff.
3259         (hppa*64*-*-*): Don't disable byacc.
3260         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3261         setting.
3262         (*-*-kaos*): Don't skip target-librx and target-groff.
3263         (*-*-netware*): Don't skip target-libmudflap.
3264         (*-*-tpf*): Don't skip target-libmudflap.
3265         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3266         directories on the host.
3267         (ia64*-*-*vms*): Don't skip tix.
3268         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3269         host.
3270         * configure: Regenerate.
3271
3272 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3273
3274         * configure.ac: Remove references to mt-mep, mt-netware,
3275         mt-wince.
3276         * Makefile.def: Add all-utils soft dependencies.
3277         * Makefile.tpl: Remove GDB_NLM_DEPS.
3278         * configure: Regenerate.
3279         * Makefile.in: Regenerate.
3280
3281 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3282
3283         * configure.ac: Do not include mh-x86omitfp.
3284         * configure: Regenerate.
3285
3286 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3287
3288         * configure.ac: Remove empty cases.
3289         * configure: Regenerate.
3290
3291 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3292
3293         * Makefile.def: Add dependency from termcap to gdb.
3294         * Makefile.in: Regenerate.
3295
3296 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3297
3298         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3299         * configure: Regenerate.
3300         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3301         * Makefile.tpl: Likewise.
3302         * Makefile.in: Regenerate.
3303
3304 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3305
3306         * configure.ac: Remove all mentions of tentative_cc.
3307         * configure: Regenerate.
3308
3309 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3310
3311         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3312         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3313         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3314         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3315         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3316         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3317         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3318         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3319         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3320         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3321         *-*-rhapsody*): Remove host cases.
3322         * configure: Regenerate.
3323
3324 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3325
3326         * configure.ac (ppc*-*-pe): Remove host case.
3327         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3328         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3329         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3330         cases.
3331         * configure: Regenerate.
3332
3333 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3334
3335         * config.sub: Update to version 2011-03-23.
3336
3337 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3338
3339         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3340         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3341         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3342         * configure: Regenerate.
3343
3344 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3345
3346         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3347         to Write After Approval.
3348         * config-ml.in: Don't handle arc-*-elf*.
3349         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3350         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3351         handle GCC libraries.
3352         * configure: Regenerate.
3353
3354 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3355
3356         PR bootstrap/48120:
3357         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3358         Add -lstdc++ -lm to LIBS.
3359         * configure: Regenerate.
3360
3361 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3362
3363         * config.guess: Update to version 2011-02-02
3364         * config.sub: Update to version 2011-02-24
3365
3366 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3367
3368         PR lto/48086
3369         * configure.ac: Re-enable LTO on *-apple-darwin9.
3370         * configure: Regenerate.
3371
3372 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3373
3374         PR lto/48086
3375         * configure.ac: Disable LTO on darwin due to an assembler change in
3376         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3377         under 256.
3378         * configure: Regenerate.
3379
3380 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3381
3382         * MAINTAINERS: Update myself as score backend maintainer,
3383         update my e-mail address.
3384
3385 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3386
3387         * MAINTAINERS: Update my e-mail address.
3388
3389 2011-03-06  Joey Ye  <joey.ye@arm.com>
3390
3391         * MAINTAINERS: Update my e-mail address.
3392
3393 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3394
3395         * configure.ac: Adjust test of with_ppl.
3396         * configure: Regenerated.
3397
3398 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3399
3400         * MAINTAINERS: Adjust my e-mail address.
3401
3402 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3403
3404         * configure.ac: Add -lpwl to ppllibs.
3405         * configure: Regenerated.
3406
3407 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3408
3409         * config/cloog.m4: Add -lisl to clooglibs.
3410         * configure: Regenerated.
3411
3412 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3413
3414         * MAINTAINERS (CPU Port maintainers): Add self.
3415
3416 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3417
3418         * MAINTAINERS: Add myself as testsuite maintainer.
3419
3420 2011-02-15  Mike Stump  <mikestump@comcast.net>
3421
3422         * MAINTAINERS: Add myself as testsuite maintainer.
3423
3424 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3425
3426         Import from Libtool and gnulib:
3427
3428         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3429
3430         Prepare for supporting FreeBSD 10.
3431         * config.rpath: Remove handling of freebsd1* which soon would
3432         match FreeBSD 10.0.
3433
3434         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3435
3436         Remove support for FreeBSD 1.x.
3437         * libtool.m4 (_LT_LINKER_SHLIBS)
3438         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3439         soon would incorrectly match FreeBSD 10.0.
3440
3441 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3442
3443         PR binutils/12283
3444         * move-if-change: Import version from gnulib.
3445
3446 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3447
3448         PR lto/47225
3449         * Makefile.def (lto-plugin): Double dash for enable-shared.
3450         (configure-gcc): Depend on all-lto-plugin.
3451         * Makefile.in: Rebuilt.
3452
3453 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3454
3455         * configure.ac: Remove extra bracket.
3456         * configure: Regenerate.
3457
3458 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3459
3460         * MAINTAINERS: Add myself as libquadmath maintainer.
3461
3462 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3463
3464         * MAINTAINERS: Update my email address.
3465
3466 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3467
3468         * MAINTAINERS (option handling): Add self.
3469
3470 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3471
3472         PR lto/47225
3473         * Makefile.def: Add dependency for install-gcc
3474         on install-lto-plugin.
3475         * Makfile.in: Regenerated
3476
3477 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3478
3479         * MAINTAINERS (CPU Port Maintainers): Add myself.
3480
3481 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3482
3483         PR libgcj/44341
3484         * configure.ac: Discard --with-* flags for host when configuring
3485         target libraries for cross build.
3486         * configure: Rebuilt.
3487
3488 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3489
3490         * MAINTAINERS (linear loop transforms): Removed.
3491
3492 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
3493
3494         * configure.ac: If with_ppl is no, move setting with_cloog=no
3495         after CLOOG_REQUESTED check.
3496         * configure: Regenerated.
3497
3498 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3499
3500         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3501         CLooG has been requested.
3502         * configure: Regenerated.
3503
3504 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3505
3506         * configure: Regenerated.
3507         * configure.ac: Check for version 0.11 (or later revision) of PPL.
3508
3509 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
3510
3511         * configure: Regenerated.
3512         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3513
3514 2011-01-21  Andreas Schwab  <schwab@redhat.com>
3515
3516         * configure.ac: Use AS_HELP_STRING throughout.
3517         * configure: Regenerate.
3518
3519 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
3520
3521         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3522         * configure: Regenerate.
3523
3524 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3525
3526         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3527
3528 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3529
3530         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3531         for ia64-hpux.
3532         * configure: Regenerate.
3533
3534 2011-01-07  Jan Hubicka  <jh@suse.cz>
3535
3536         PR lto/47225
3537         * Makefile.in: Regenerate.
3538         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3539         configure.
3540
3541 2011-01-07  Jan Hubicka  <jh@suse.cz>
3542
3543         * Makefile.in: Regenerate.
3544         * Makefile.def (gcc host module) and soft dependency on lto-plugin
3545         and configure dependency on lto-plugin configure.
3546         (lto-plugin module): Remove dependency on GCC; add dependency on
3547         liniberty.
3548
3549 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
3550
3551         * MAINTAINERS (Write After Approval): Add myself.
3552
3553 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
3554
3555         * configure: Regenerate.
3556
3557 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
3558
3559         * configure.ac: (picochip): Disable libiberty.
3560
3561 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3562
3563         * MAINTAINERS (Write After Approval): Add myself.
3564
3565 2010-12-10  Ian Lance Taylor  <iant@google.com>
3566
3567         PR bootstrap/46819
3568         * configure.ac: For --disable-libgcj clear libgcj_saved.
3569         * configure: Rebuild.
3570
3571 2010-12-10  Tobias Burnus  <burnus@net-b.de>
3572
3573         PR fortran/46540
3574         * configure.ac: Add --disable-libquadmath and
3575         --disable-libquadmath-support.
3576         * configure: Regenerate.
3577
3578 2010-12-03  Ian Lance Taylor  <iant@google.com>
3579
3580         * MAINTAINERS: Add myself as libgo maintainer.
3581
3582 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
3583
3584         PR libffi/46792
3585         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3586         * configure: Regenerate.
3587
3588 2010-12-02  Ian Lance Taylor  <iant@google.com>
3589
3590         * configure.ac: Always set default for poststage1_ldflags to
3591         -static-libstdc++ -static-libgcc.
3592
3593 2010-11-29  Andreas Schwab  <schwab@redhat.com>
3594
3595         * configure.ac: Move comment to remove extra space in last argument
3596         of GCC_TARGET_TOOL.
3597
3598 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3599
3600         PR other/46026
3601         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3602         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3603         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3604         (BASE_FLAGS_TO_PASS): Use it.
3605         * configure: Rebuilt.
3606         * Makefile.in: Rebuilt.
3607
3608 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
3609
3610         PR binutils/12258
3611         * configure.ac: Correct comments for --enable-gold/--enable-ld.
3612         Properly check default linker.
3613         * configure: Regnerated.
3614
3615 2010-11-23  Matthias Klose  <doko@ubuntu.com>
3616
3617         * configure.ac: For --enable-gold, handle value `default' instead of
3618         `both*'.  New configure option --{en,dis}able-ld.
3619         * configure: Regenerate.
3620
3621 2010-11-20  Ian Lance Taylor  <iant@google.com>
3622
3623         * configure.ac: Only disable a language library if no language needs
3624         it.  Don't let --disable-libgcj uncondtionally disable libffi.
3625         * configure: Rebuild.
3626
3627 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3628
3629         * Makefile.in: Regenerate.
3630
3631         PR other/46202
3632         * configure.ac: Fix just-built in-tree STRIP name to be
3633         binutils/strip-new.
3634         * configure: Regenerate.
3635         * Makefile.def (install-strip-gcc, install-strip-binutils)
3636         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3637         (install-strip-sid): Mirror dependencies on non-strip variants
3638         of these targets on the respective -strip prerequisites.
3639         * Makefile.tpl (install-strip, install-strip-host)
3640         (install-strip-target): New targets.
3641         (install-strip-[+module+], install-strip-target-[+module+]):
3642         New targets.
3643         * Makefile.in: Regenerate.
3644
3645 2010-11-19  Ian Lance Taylor  <iant@google.com>
3646             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3647
3648         * configure.ac: Add target-libgo to target_libraries.  Set
3649         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3650         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3651         (HOST_EXPORTS): Add GOC.
3652         (BASE_TARGET_EXPORTS): Add GOC.
3653         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3654         (GOCFLAGS_FOR_TARGET): New variable.
3655         (EXTRA_HOST_FLAGS): Add GOC.
3656         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3657         * Makefile.def (target_modules): Add libgo.
3658         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3659         (dependencies): Add dependency from configure-target-libgo to
3660         configure-target-libffi and all-target-libstdc++-v3.  Add
3661         dependencies from all-target-libgo to all-target-libffi.
3662         (languages): Add go.
3663         * configure: Rebuild.
3664         * Makefile.in: Rebuild.
3665
3666 2010-11-19  Ian Lance Taylor  <iant@google.com>
3667
3668         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3669         compiler/flag environment variables.
3670
3671 2010-11-18  Ian Lance Taylor  <iant@google.com>
3672
3673         * configure.ac: Check for lang_requires_boot_languages in
3674         config-lang.in files.
3675         * configure: Rebuild.
3676
3677 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3678             Tobias Burnus  <burnus@net-b.de>
3679
3680         PR fortran/32049
3681         * Makefile.def: Add libquadmath; build it with language=fortran.
3682         * configure.ac: Add libquadmath.
3683         * Makefile.tpl: Handle multiple libs in check-[+language+].
3684         * Makefile.in: Regenerate.
3685         * configure: Regenerate.
3686
3687 2010-11-16  Tom Tromey  <tromey@redhat.com>
3688
3689         * MAINTAINERS: Moved myself to reviewers section.
3690
3691 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
3692
3693         * MAINTAINERS: Moved myself to reviewers section.
3694
3695 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3696
3697         * MAINTAINERS (Various Maintainers): Add self for build machinery.
3698         (Write After Approval): Remove self.
3699
3700 2010-11-15  Andreas Schwab  <schwab@redhat.com>
3701
3702         * configure.ac: Fix spelling in option names.
3703         * configure: Regenerated.
3704
3705 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
3706
3707         PR bootstrap/39622
3708         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3709         * configure: Regenerated.
3710
3711 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
3712
3713         * MAINTAINERS: Update my email address.
3714
3715 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3716
3717         * configure: Regenerate.
3718
3719 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3720
3721         * configure: Regenerate.
3722
3723 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3724
3725         * configure: Regenerate.
3726
3727 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3728
3729         * configure: Regenerate.
3730
3731 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
3732
3733         * configure.ac: Support official CLooG.org versions.
3734         * configure: Regenerate.
3735         * config/cloog.m4: New.
3736
3737 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
3738
3739         * MAINTAINERS (Write After Approval): Add myself.
3740
3741 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
3742
3743         * MAINTAINERS: Update my email address.
3744
3745 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
3746
3747         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3748         * configure: Regenerate.
3749
3750 2010-11-03  Ian Lance Taylor  <iant@google.com>
3751             Dave Korn  <dave.korn.cygwin@gmail.com>
3752
3753         PR lto/46273
3754         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
3755         and on other supported platforms whenever LTO is enabled.
3756         * configure: Rebuild.
3757
3758 2010-11-02  Alan Modra  <amodra@gmail.com>
3759
3760         PR binutils/12110
3761         * configure.ac: Error when source path contains spaces.
3762         * configure: Regenerate.
3763
3764 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
3765
3766         * MAINTAINERS: Update my email address.
3767
3768 2010-10-20  Ian Lance Taylor  <iant@google.com>
3769
3770         * Makefile.def (target_modules): Set lib_path to src/.libs for
3771         libstdc++-v3 module.
3772         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3773         * Makefile.in: Rebuild.
3774
3775 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3776
3777         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3778         (Write After Approval): Remove myself.
3779
3780 2010-10-15  Tristan Gingold  <gingold@adacore.com>
3781
3782         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3783
3784 2010-10-14  Douglas Rupp  <rupp@gnat.com>
3785
3786         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3787
3788 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3789
3790         * configure.ac (build_lto_plugin): New shell variable.
3791         (--enable-lto): Turn on by default for all non-ELF platforms that
3792         have had LTO support added so far.  Set build_lto_plugin appropriately
3793         for both ELF and non-ELF.
3794         (configdirs): Add lto-plugin or not based on build_lto_plugin.
3795         * configure: Regenerate.
3796
3797 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3798
3799         Sync from src:
3800         * configure.ac (v850 support): Remove target-libgloss from
3801         noconfigdirs.
3802         * configure: Regenerate.
3803
3804 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3805
3806         PR bootstrap/45326
3807         PR bootstrap/45174
3808         * configure.ac: Honor initial values of $build_configargs,
3809         $host_configargs, $target_configargs.  Mark the precious, so
3810         environment settings get recorded.
3811         * configure: Regenerate.
3812
3813 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3814
3815         PR bootstrap/45796
3816         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3817         Depend on all-build-libiberty.
3818         * Makefile.in: Regenerate.
3819
3820 2010-09-30  Michael Eager  <eager@eagercon.com>
3821
3822         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3823         * configure: Regenerate.
3824
3825 2010-09-28  Michael Eager  <eager@eagercon.com>
3826
3827         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3828
3829 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3830
3831         PR bootstrap/44621
3832         * configure.ac: Fix unportable shell quoting.
3833         * configure: Regenerate.
3834
3835 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
3836
3837         * configure.ac (enable-lto): Add Darwin to the list of supported lto
3838         targets and amend comment.
3839         * configure: Regenerate.
3840
3841 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
3842
3843         * MAINTAINERS (Write After Approval): Add myself.
3844
3845 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
3846
3847         * configure.ac: Enable LTO by default on Darwin.
3848         * configure: Regenerate.
3849
3850 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3851
3852         * MAINTAINERS (Write After Approval): Add myself.
3853
3854 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3855
3856         * MAINTAINERS (Write After Approval): Add myself.
3857
3858 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
3859
3860         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3861         ports
3862
3863 2010-07-28  David Yuste  <david.yuste@gmail.com>
3864
3865         * MAINTAINERS (Write After Approval): Add myself.
3866
3867 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3868
3869         * configure.ac: Support all v850 targets.
3870         * configure: Regenerate.
3871
3872 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
3873
3874         PR bootstrap/44455
3875         * configure.ac (extra_mpfr_configure_flags): Copy from
3876         extra_mpc_gmp_configure_flags.
3877         * configure: Re-generated.
3878
3879 2010-07-22  Andi Kleen  <ak@linux.intel.com>
3880
3881         * MAINTAINERS (Write After Approval): Add myself.
3882
3883 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
3884
3885         * MAINTAINERS (Write After Approval): Add myself.
3886
3887 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
3888
3889         * MAINTAINERS (Write After Approval): Add myself.
3890
3891 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
3892
3893         PR target/44862
3894         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3895         Provide -B option to allow for link spec %s substitutions for
3896         libstdc++.a on darwin.
3897         * Makefile.in: Regenerate.
3898
3899 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
3900
3901         * MAINTAINERS (Reviewers): Update my e-mail address
3902
3903 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
3904
3905         * Makefile.def (configure-gcc): Depend on all-libelf.
3906         * Makefile.in: Rebuild.
3907
3908 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
3909
3910         * MAINTAINERS (Write After Approval): Add myself in the right place.
3911
3912 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
3913
3914         * MAINTAINERS (Write After Approval): Add myself.
3915
3916 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
3917
3918         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3919
3920 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
3921
3922         * config.sub: Update to version 2010-05-21.
3923         * config.guess: Update to version 2010-04-03.
3924
3925 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3926
3927         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3928         * configure: Regenerate.
3929
3930 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
3931
3932         * MAINTAINERS (Write After Approval): Add myself.
3933
3934 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
3935
3936         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3937         a platform that supports LTO.
3938         * configure: Regenerate.
3939
3940 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
3941
3942         * configure.ac: Allow all the versions greater than 0.10 of PPL.
3943         * configure: Regenerated.
3944
3945 2010-04-27  Roland McGrath  <roland@redhat.com>
3946             H.J. Lu  <hongjiu.lu@intel.com>
3947
3948         * configure.ac (--enable-gold): Support both, both/gold and
3949         both/bfd to add gold to configdirs without removing ld.
3950         * configure: Regenerated.
3951
3952         * Makefile.def: Add install-gold dependency to install-ld.
3953         * Makefile.in: Regenerated.
3954
3955 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
3956
3957         PR lto/42776
3958         * configure.ac (--enable-lto): Refactor handling so libelf tests
3959         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3960         and allow LTO to be explicitly enabled on non-ELF platforms that
3961         are known to support it inside else-clause.
3962         * configure: Regenerate.
3963
3964 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
3965
3966         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3967         * configure: Regenerate.
3968
3969 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
3970
3971         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3972         * configure: Regenerate.
3973
3974 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3975
3976         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3977         separately.
3978         * configure: Regenerate.
3979
3980 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
3981
3982         * MAINTAINERS (Write After Approval): Add myself.
3983
3984 2010-04-14  Tristan Gingold  <gingold@adacore.com>
3985
3986         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3987         * configure: Regenerate.
3988
3989 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
3990
3991         * configure: Regenerate after change to elf.m4.
3992
3993 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
3994
3995         * MAINTAINERS (Write After Approval): Add myself.
3996
3997 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3998
3999         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4000         * configure: Regenerated.
4001
4002 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4003
4004         * configure.ac: Print "buggy but acceptable" when CLooG
4005         revision is less than 9.
4006         * configure: Regenerated.
4007
4008 2010-04-01  Diego Novillo  <dnovillo@google.com>
4009
4010         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4011
4012 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4013
4014         PR bootstrap/43615
4015         PR bootstrap/43328
4016
4017         Revert:
4018
4019         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4020
4021         * configure.ac: Do not pass --enable-multilib nor
4022         --disable-multilib in baseargs.  Accept explicitly passed
4023         --enable_multilib.
4024         * configure: Regenerate.
4025
4026 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4027
4028         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4029
4030 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
4031
4032         * MAINTAINERS: Remove myself.
4033
4034 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4035
4036         PR bootstrap/43328
4037         * configure.ac: Do not pass --enable-multilib nor
4038         --disable-multilib in baseargs.  Accept explicitly passed
4039         --enable_multilib.
4040         * configure: Regenerate.
4041
4042 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
4043
4044         * MAINTAINERS (spu port): Remove me.
4045
4046 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4047
4048         * configure.ac (tic6x-*-*): New case.
4049         * configure: Regenerate.
4050
4051 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4052
4053         * config.sub: Update to version 2010-03-22.
4054         * config.guess: Update to version 2009-12-30.
4055
4056 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
4057
4058         PR ada/42554
4059         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4060         * configure: Regenerate.
4061
4062 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4063
4064         * MAINTAINERS: Update my email address.
4065
4066 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
4067
4068         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4069         (ghassan.shobaki@amd.com): Removed.
4070
4071 2010-03-17  Alan Modra  <amodra@gmail.com>
4072
4073         * MAINTAINERS: Update my email address.
4074
4075 2010-03-16  Diego Novillo  <dnovillo@google.com>
4076
4077         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4078         Matthews.
4079
4080 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4081
4082         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4083         Gutson, Jeffrey D. Oldham and Mark Shinwell.
4084
4085 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4086
4087         * MAINTAINERS: Update my email address.
4088
4089 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4090
4091         * MAINTAINERS: Update my email address.
4092
4093 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4094
4095         * MAINTAINERS: Update my email address.
4096
4097 2010-03-09  Jie Zhang  <jie@codesourcery.com>
4098
4099         * MAINTAINERS: Update my email address.
4100
4101 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4102
4103         PR libstdc++/32499
4104         * configure.ac (RANLIB): Default to true.
4105         (STRIP): Likewise.
4106         (RANLIB_FOR_TARGET): Remove superfluous : argument.
4107         * configure: Regenerate.
4108
4109 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4110
4111         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4112         (Write After Approval): Update my email address.
4113
4114 2010-02-17  Nick Clifton  <nickc@redhat.com>
4115
4116         PR 11238
4117         * Makefile.tpl (local-distclean): Also remove config.cache files in
4118         sub-directories as there may not be Makefiles present in the
4119         sub-directories.
4120         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4121         the config.cache files found by the find command.
4122
4123         * Makefile.in: Regenerate.
4124         * configure.ac: Revert previous delta.
4125         * configure: Regenerate.
4126
4127 2010-02-15  Nick Clifton  <nickc@redhat.com>
4128
4129         PR 11238
4130         * configure.ac: Delete config.cache files in sub-directories when
4131         deleting Makefiles.
4132         * configure: Regenerate.
4133
4134 2010-02-12  Ben Elliston  <bje@gnu.org>
4135
4136         * MAINTAINERS: Update my email address.
4137
4138 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
4139
4140         * MAINTAINERS (spu port): Update my email address.
4141
4142 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
4143
4144         * MAINTAINERS: Add myself as a maintainer for the bfin port.
4145
4146 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4147
4148         * configure.ac: Add "recommended" version checks for GMP/MPC.
4149         Update recommended GMP/MPFR/MPC versions.
4150         * configure: Regenerate.
4151
4152 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4153
4154         * MAINTAINERS: Move my Embecosm email address into the
4155         write-after-approval section.
4156
4157 2010-01-26  Ian Lance Taylor  <iant@google.com>
4158
4159         * MAINTAINERS: Add myself as Go frontend maintainer.
4160
4161 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4162
4163         PR libstdc++/36101, PR libstdc++/42813
4164         * configure.ac (bootstrap_target_libs): Make inclusion of
4165         target-libgomp conditional on libgomb being in target_configdirs.
4166         * configure: Regenerate.
4167
4168 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4169
4170         PR libstdc++/36101, PR libstdc++/42813
4171         * configure.ac (bootstrap_target_libs): Include target-libgomp.
4172         * configure: Regenerate.
4173
4174 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4175
4176         PR libstdc++/36101, PR libstdc++/42813
4177         * configure.ac (target_configdirs): Substitute.
4178         * Makefile.def: Bootstrap target module libgomp.
4179         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4180         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4181         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4182         * configure, Makefile.in: Regenerate.
4183
4184 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4185
4186         * MAINTAINERS: Adjust my details.
4187
4188 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4189
4190         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4191
4192 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4193
4194         * MAINTAINERS: reindented my entry with tabs instead of spaces.
4195
4196 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4197
4198         * MAINTAINERS (Write After Approval): Add myself.
4199
4200 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4201
4202         * MAINTAINERS (Write After Approval): Add myself.
4203
4204 2010-01-11  Richard Guenther  <rguenther@suse.de>
4205
4206         PR lto/41569
4207         * Makefile.def (all-lto-plugin): Depend on all-gcc.
4208         * Makefile.in: Regenerated.
4209
4210 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4211
4212         * configure.ac: Enable libjava build on x86_64-*freebsd*.
4213         * configure: Regenerate.
4214
4215 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4216             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4217
4218         PR bootstrap/42424
4219         * configure.ac: Include libtool m4 files.
4220         (_LT_CHECK_OBJDIR): Call it.
4221         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4222         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4223
4224         * configure: Regenerate.
4225
4226 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4227
4228         PR bootstrap/41818
4229         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4230         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4231         * Makefile.in: Regenerate.
4232
4233 2010-01-02  Richard Guenther  <rguenther@suse.de>
4234
4235         PR lto/41529
4236         * configure.ac: Include config/elf.m4.  Disable LTO if not
4237         builting for an elf target.
4238         * configure: Regenerate.
4239
4240 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4241
4242         * MAINTAINERS: Change my email address.
4243
4244 2009-12-18  Ben Elliston  <bje@au.ibm.com>
4245
4246         * config.sub, config.guess: Update from upstream sources.
4247
4248 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4249
4250         * MAINTAINERS (Write After Approval): Add myself.
4251
4252 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4253
4254         PR middle-end/30447
4255         PR middle-end/30789
4256         PR other/40302
4257
4258         * configure.ac: Require MPC.
4259         * configure: Regenerate.
4260
4261 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4262
4263         PR target/38384
4264         PR bootstrap/40972
4265         * libtool.m4: Sync from git Libtool.
4266         * ltoptions.m4: Likewise.
4267         * ltversion.m4: Likewise.
4268         * lt~obsolete.m4: Likewise.
4269         * ltmain.sh: Likewise.
4270
4271 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4272
4273         * configure.ac: Update minimum MPC version to 0.8.
4274         * configure: Regenerate.
4275
4276 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
4277
4278         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4279         * configure: Regenerated.
4280
4281 2009-11-21  Ian Lance Taylor  <iant@google.com>
4282
4283         * configure.ac: Change default of poststage1_ldflags to be empty if
4284         poststage1_libs is set.  When poststage1_libs is empty, and
4285         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4286         * configure: Rebuild.
4287
4288 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
4289
4290         * MAINTAINERS (Write After Approval): Update my email address.
4291
4292 2009-11-20  Ben Elliston  <bje@au.ibm.com>
4293
4294         * config.guess: Update from upstream sources.
4295
4296 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4297
4298         * Makefile.def: Restore host and target settings for gmp.
4299         * Makefile.in: Rebuild.
4300
4301 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4302
4303         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
4304         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4305         Fix portability of test of C++ as bootstrap language.  Add
4306         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4307         * configure: Rebuild.
4308         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4309         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4310         in-tree building.
4311         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4312         (POSTSTAGE1_HOST_EXPORTS): Use it.
4313         (STAGE[+id+]_CXXFLAGS): New.
4314         (BASE_FLAGS_TO_PASS): Pass it down.
4315         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4316         extra_exports.
4317         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4318         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4319         extra_exports.
4320         * Makefile.in: Rebuild.
4321
4322 2009-11-17  Ben Elliston  <bje@au.ibm.com>
4323
4324         * config.sub, config.guess: Update from upstream sources.
4325
4326 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4327
4328         * MAINTAINERS (Write After Approval): Add myself.
4329
4330 2009-11-09  Jon Beniston  <jon@beniston.com>
4331
4332         * MAINTAINERS (Write After Approval): Add myself.
4333
4334 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4335
4336         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4337         paths for *-w64-mingw* and x86_64-*mingw*.
4338         * configure: Regenerated.
4339
4340 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4341
4342         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4343
4344 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4345
4346         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4347         Phil Edwards to Write-After Approval.
4348
4349 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4350
4351         * configure.ac: Disable target-winsup & co for
4352         x86_64-*-mingw* and *-w64-mingw* targets.
4353         * configure: Regenerated.
4354
4355 2009-10-16  Nick Clifton  <nickc@redhat.com>
4356
4357         * MAINTAINERS: Add myself as a maintainer for the RX port.
4358
4359 2009-10-26  Johannes Singler  <singler@kit.edu>
4360
4361         * MAINTAINERS (Write After Approval): Update my e-mail address.
4362
4363 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4364
4365         * configure.ac (CLooG test): Use = with test.
4366         * configure: Regenerate.
4367
4368 2009-10-22  Richard Guenther  <rguenther@suse.de>
4369
4370         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4371         cloog if the ppl version check failed.  Move flags saving
4372         before setting in libelf check.
4373         * configure: Regenerate.
4374
4375 2009-10-21  Richard Guenther  <rguenther@suse.de>
4376
4377         * configure.ac: Adjust the ppl and cloog configure to work as
4378         documented.  Disable cloog if ppl was disabled.  Omit the version
4379         checks if they were disabled.
4380         * configure: Re-generate.
4381
4382 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4383
4384         * configure.ac: Add 'lto' to enable_languages, not
4385         new_enable_languages, and only if not already present.
4386         * configure: Regenerate.
4387
4388 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4389
4390         * README: Refer to the various COPYING* files instead of just
4391         COPYING.
4392         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4393
4394 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4395
4396         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4397
4398 2009-10-07  Richard Guenther  <rguenther@suse.de>
4399
4400         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4401         and Richard Guenther as reviewers.
4402         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4403         as reviewers.
4404
4405 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4406
4407         * config.sub: Update from upstream sources.
4408
4409 2009-10-06  Ian Lance Taylor  <iant@google.com>
4410
4411         * Makefile.def: check-gold depends upon all-gas.
4412         * Makefile.in: Rebuild.
4413
4414 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4415
4416         * MAINTAINERS (Write After Approval): Add myself.
4417
4418 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4419
4420         * Makefile.def: all-lto-plugin depends on all-libiberty.
4421         set bootstrap=true for lto-plugin.
4422         Add lto-plugin.
4423         * Makefile.in: Regenerate.
4424         * configure.ac (host_libs): Add lto-plugin.
4425         * configure: Regenerate.
4426
4427 2009-10-03  Diego Novillo  <dnovillo@google.com>
4428
4429         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4430         (HOST_LIBELFLIBS): Define.
4431         (HOST_LIBELFINC): Define.
4432         * Makefile.in: Regenerate.
4433         * configure.ac: Add --enable-lto.
4434         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4435         If --enable-lto is used, add 'lto' to new_enable_languages.
4436         If --enable-lto is used and gold is enabled, add
4437         lto-plugin to configdirs.
4438         * configure: Regenerate.
4439
4440 2009-10-03  Simon Baldwin  <simonb@google.com>
4441
4442         * configure.ac: If --with-system-zlib, suppress local zlib and
4443         pass --with-system-zlib to subdir configure scripts.
4444         * configure: Regenerate.
4445
4446 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4447             Paolo Bonzini  <bonzini@gnu.org>
4448
4449         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4450         $(srcdir).
4451         * Makefile.in: Rebuilt.
4452
4453 2009-09-26  Gary Funck  <gary@intrepid.com>
4454
4455         * MAINTAINERS (Write After Approval): Add myself.
4456
4457 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4458
4459         * configure.ac: Update minimum MPC version to 0.7.
4460         * configure: Regenerate.
4461
4462 2009-09-25  Nick Clifton  <nickc@redhat.com>
4463
4464         * configure.ac: Pass any --cache-file=/dev/null option on to
4465         subconfigures.
4466         * configure: Regenerate.
4467
4468 2009-09-23  Nick Clifton  <nickc@redhat.com>
4469
4470         * config.sub, config.guess: Update from upstream sources.
4471
4472 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4473
4474         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4475         * Makefile.in: Rebuilt.
4476
4477 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4478
4479         PR bootstrap/32272
4480         * configure.ac: Error out if $srcdir isn't '.' but contains
4481         host-${host_noncanonical}.
4482         * configure: Regenerate.
4483
4484 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4485
4486         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4487         maintainer.
4488
4489 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4490
4491         * configure.ac: If bootstrapping a combined tree with
4492         --enable-gold, require c++ in stage1_languages.
4493         * configure: Regenerate.
4494
4495         * configure.ac: Also add target_libs of stage1_languages to
4496         bootstrap_target_libs.
4497         * configure: Regenerate.
4498
4499         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4500         with --enable-languages not containing c++.
4501         * configure: Regenerate.
4502
4503 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
4504
4505         * configure.ac: Disable java and boehm-gc for bfin-*-*.
4506         * configure: Regenerate.
4507
4508 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
4509
4510         * MAINTAINERS (Write After Approval): Update my e-mail address,
4511         and move from from here...
4512         (Waiting for paperwork): To here.
4513
4514 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
4515
4516         * MAINTAINERS (Reviewers): Add self as driver reviewer.
4517
4518 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4519
4520         * configure.ac: Do not use $extrasub for replacing @if/@endif
4521         parts in Makefile; instead, use additional arguments to
4522         AC_CONFIG_COMMANDS to do the replacement manually, with several
4523         sed invocations, to avoid HP-UX sed command limits.
4524         * configure: Regenerate.
4525
4526 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
4527
4528         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4529         blank before -L.
4530
4531 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
4532
4533         * configure.ac (with-build-config): Document.  Handle without.
4534         Handle missing argument.
4535         * configure: Rebuilt.
4536
4537 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
4538
4539         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
4540         Default to bootstrap-debug only if compare-debug works.
4541         * configure: Rebuilt.
4542         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4543         * Makefile.in: Rebuilt.
4544
4545 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4546
4547         * MAINTAINERS (OS Port Maintainers): Update my email address.
4548
4549 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
4550
4551         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4552         * Makefile.in: Rebuilt.
4553
4554 2009-09-01  Chris Demetriou  <cgd@google.com>
4555
4556         * MAINTAINERS (Write After Approval): Add myself.
4557
4558 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
4559
4560         PR debug/30161
4561         * include/dwarf2.h (enum dwarf_tag): Added
4562         DW_TAG_GNU_template_template_param
4563         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4564
4565 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4566
4567         * Makefile.tpl (AWK): Fix typo.
4568         * Makefile.in: Regenerate.
4569
4570 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4571
4572         * configure.ac: Detect awk and sed.
4573         * Makefile.def (flags_to_pass): Add AWK and SED.
4574         * Makefile.tpl (AWK, SED): New.
4575         (BASE_FLAGS_TO_PASS): Add AWK and SED.
4576         * configure: Regenerate.
4577         * Makefile.in: Regenerate.
4578
4579 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
4580
4581         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4582         (collapseslashes): Likewise.
4583
4584 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4585
4586         * configure.ac (AC_PREREQ): Bump to 2.64.
4587
4588 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4589
4590         * configure.ac: Remove --with-datarootdir, --with-docdir,
4591         --with-pdfdir, --with-htmldir switches.
4592         * configure: Regenerate.
4593
4594         * configure: Regenerate.
4595
4596         * compile: Sync from Automake 1.11.
4597         * depcomp: Likewise.
4598         * install-sh: Likewise.
4599         * missing: Likewise.
4600         * mkinstalldirs: Likewise.
4601         * ylwrap: Likewise.
4602
4603 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
4604
4605         * ltmain.sh (func_normal_abspath): New function.
4606         (func_relative_path): Likewise.
4607         (func_mode_help): Document new -bindir option for link mode.
4608         (func_mode_link): Add new -bindir option, and use it to place
4609         output DLL if specified.
4610
4611 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4612
4613         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4614         (baseargs): Add --disable-option-checking.
4615         * configure: Regenerate.
4616
4617         * Makefile.def (configure-target-libiberty): Depend on
4618         all-binutils and all-ld.
4619         (configure-target-newlib): Likewise.
4620         * Makefile.in: Regenerate.
4621
4622 2009-08-17  Ben Elliston  <bje@au.ibm.com>
4623
4624         * config.sub, config.guess: Update from upstream sources.
4625
4626 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4627
4628         Sync from src, merge:
4629
4630         2009-07-02  Tristan Gingold  <gingold@adacore.com>
4631
4632         * configure.ac: Do not exclude gas for i386-*-darwin.
4633         Add a case for x86_64-*-darwin.
4634         * configure: Regenerate.
4635
4636 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
4637
4638         * MAINTAINERS: Add my name to Write After Approval list.
4639
4640 2009-08-06  Michael Eager  <eager@eagercon.com>
4641
4642         * configure.ac: Add Microblaze target.
4643         * configure: Regenerate.
4644
4645 2009-07-31  Christian Bruel  <christian.bruel@st.com>
4646
4647         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4648         * configure: Regenerate.
4649
4650 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
4651
4652         * MAINTAINERS (Write After Approval): Update my e-mail address.
4653
4654 2009-07-06  Ian Lance Taylor  <iant@google.com>
4655
4656         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4657         * configure: Rebuild.
4658
4659 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
4660
4661         * MAINTAINERS: Move myself to the Graphite Reviewers.
4662
4663 2009-06-30  Wei Guozhi  <carrot@google.com>
4664
4665         * MAINTAINERS: Add my name to Write After Approval list.
4666
4667 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
4668
4669         PR bootstrap/40338
4670         * configure.ac (comparestring): Create new variable.
4671         * Makefile.tpl (comparestring): Use to skip some comparisions.
4672         * configure: Regenerate.
4673         * Makefile.in: Regenerate.
4674
4675 2009-06-26  Doug Evans  <dje@sebabeach.org>
4676
4677         * Makefile.def (host_modules): Add cgen.
4678         * Makefile.in: Regenerate.
4679         * configure.ac (host_tools): Add cgen.
4680         * configure: Regenerate.
4681
4682 2009-06-23  DJ Delorie  <dj@redhat.com>
4683
4684         * MAINTAINERS: Add myself as mep maintainer.
4685
4686 2009-06-23  Ian Lance Taylor  <iant@google.com>
4687
4688         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
4689         boot_languages.  Only bootstrap target libraries listed in
4690         target_libs for some boot language.  Add --with-stage1-ldflags,
4691         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
4692         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
4693         if not building with C++.
4694         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4695         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4696         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4697         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4698         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
4699         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4700         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4701         * configure, Makefile.in: Rebuild.
4702
4703 2009-06-23  Li Feng  <nemokingdom@gmail.com>
4704
4705         * MAINTAINERS: Added my name to write-after-approval list.
4706
4707 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
4708
4709         * configure.ac: Define is_elf for QNX Neutrino targets.
4710         * configure: Regenerate.
4711
4712 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
4713
4714         * MAINTAINERS: Added my name to the write-after-approval list
4715
4716 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4717
4718         * configure.ac: Detect MPC in default directory.
4719         * configure: Regenerate.
4720
4721 2009-06-03  Jerome Guitton  <guitton@adacore.com>
4722             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4723
4724         * Makefile.tpl (all): Avoid a trailing backslash.
4725         * Makefile.in: Regenerate.
4726
4727 2009-06-03  Ben Elliston  <bje@au.ibm.com>
4728
4729         * config.sub, config.guess: Update from upstream sources.
4730
4731 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
4732
4733         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4734         to noconfdirs.
4735         * configure: Regenerate.
4736
4737 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
4738
4739         * Makefile.tpl ([+compare-target+]): Compare all stage
4740         directories, rather than just gcc.
4741         * Makefile.in: Rebuilt.
4742
4743 2009-06-01  Doug Kwan  <dougkwan@google.com>
4744
4745         * configure.ac: Support gold for target arm*-*-*.
4746         * configure: Regenerate.
4747
4748 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4749
4750         * Makefile.def: Add MPC support and dependencies.
4751         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
4752
4753         * Makefile.in, configure: Regenerate.
4754
4755 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
4756
4757         * Makefile.tpl (all): Avoid harmless warning in make all when
4758         gcc-bootstrap is enabled but stage_last does not exist.
4759         * Makefile.in: Rebuilt.
4760
4761 2009-05-24  Nicolas Roche  <roche@adacore.com>
4762
4763         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4764         * Makefile.in: Regenerate.
4765
4766 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
4767
4768         * MAINTAINERS: Update my e-mail address.
4769
4770 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4771
4772         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
4773         * configure:  Regenerate.
4774
4775 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4776
4777         PR other/40159
4778         * Makefile.tpl (all): Don't assume gcc-bootstrap and
4779         gcc-no-bootstrap are mutually exclusive.
4780         * Makefile.in: Rebuilt.
4781
4782 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4783
4784         PR other/40159
4785         * Makefile.tpl (all): Don't end with unconditional success.
4786         * Makefile.in: Rebuilt.
4787
4788 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
4789
4790         PR target/37137
4791         * Makefile.def (flags_to_pass): Remove redundant and incomplete
4792         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4793         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4794         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
4795         stage_configureflags, stage_cflags and stage_libcflags into
4796         explicit Makefile macros.
4797         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4798         GFORTRAN.
4799         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4800         CC.  Set CC_FOR_BUILD from CC.
4801         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4802         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4803         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4804         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
4805         and GFORTRAN.
4806         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4807         (_LIBCFLAGS): Renamed to _TFLAGS.
4808         (do-compare-debug, do-compare3-debug): Drop.
4809         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4810         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4811         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4812         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4813         (XGCC_FLAGS_FOR_TARGET): New.
4814         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4815         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4816         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4817         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4818         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
4819         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
4820         TFLAGS.
4821         (BUILD_CONFIG): Include if requested.
4822         (all): Set TFLAGS on bootstrap.
4823         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4824         (all-stageid-prefixmodule): Likewise.
4825         (do-clean, distclean-stageid): Set TFLAGS.
4826         (restrap): Fix whitespace.
4827         * Makefile.in: Rebuilt.
4828
4829 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
4830
4831         * config.guess: Sync with src.
4832
4833 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4834
4835         * configure.ac ($with_ppl):  Default to no if not supplied.
4836         ($with_cloog):  Likewise.
4837         configure:  Regenerate.
4838
4839 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
4840
4841         * MAINTAINERS: Update my e-mail address.
4842
4843 2009-04-27  Nick Clifton  <nickc@redhat.com>
4844
4845         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4846
4847 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
4848
4849         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4850         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4851         * Makefile.in: Regenerate.
4852
4853 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4854
4855         PR bootstrap/39739
4856         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4857         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4858
4859         * configure, Makefile.in: Regenerate.
4860
4861 2009-04-21  Taras Glek  <tglek@mozilla.com>
4862
4863         * include/hashtab.h: Update GTY annotations to new syntax
4864         * include/splay-tree.h: Likewise
4865
4866 2009-04-17  Ben Elliston  <bje@au.ibm.com>
4867
4868         * config.sub, config.guess: Update from upstream sources.
4869
4870 2009-04-15  Anthony Green  <green@moxielogic.com>
4871
4872         * configure.ac: Add moxie support.
4873         * configure: Rebuilt.
4874
4875 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4876
4877         * configure.ac: Change copyright header to refer to version
4878         3 of the GNU General Public License and to point readers at the
4879         COPYING3 file and the FSF's license web page.
4880         * Makefile.def: Likewise.
4881         * Makefile.tpl: Likewise.
4882         * Makefile.in: Regenerate.
4883
4884 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
4885
4886         * configure.ac: Restore match for darwin9 or later. Use double
4887         brackets since regeneration eats one pair.
4888         * configure: Regenerate.
4889
4890 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4891
4892         PR gas/10039
4893         * configure.ac: Require texinfo 4.7.
4894         * configure: Regenerated.
4895
4896 2009-04-09  Nick Clifton  <nickc@redhat.com>
4897
4898         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4899         the GCC Runtime Library Exception.
4900
4901 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4902
4903         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4904         * configure: Regenerate.
4905
4906 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
4907
4908         * Makefil.def (languages): New entries.
4909         * Makefile.tpl (check-gcc-*): New generic target.
4910         * Makefile.in: Regenerate.
4911
4912 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
4913
4914         * MAINTAINERS:  Update my email address.
4915
4916 2009-03-18  Tom Tromey  <tromey@redhat.com>
4917
4918         * configure: Rebuild.
4919         * configure.ac (host_libs): Add libiconv.
4920         * Makefile.in: Rebuild.
4921         * Makefile.def (host_modules): Add libiconv.
4922         (configure-gdb, all-gdb): Depend on libiconv.
4923
4924 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4925
4926         * configure.ac: Treat gdb as supported on x86_64-darwin.
4927         * configure: Regenerate.
4928
4929 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
4930
4931         * configure.ac (--with-host-libstdcxx): New option.
4932         * configure: Regenerate.
4933
4934 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
4935
4936         * MAINTAINERS:  Move myself into the write after approval list.
4937
4938 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
4939
4940         * MAINTAINERS: Update e-mail address.
4941
4942 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
4943
4944         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4945
4946 2009-03-10  Ira Rosen  <irar@il.ibm.com>
4947
4948         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4949
4950 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4951
4952         Backport from git Libtool:
4953
4954         2009-01-19  Robert Millan  <rmh@aybabtu.com>
4955         Support GNU/kOpenSolaris.
4956         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4957         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4958         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4959         GNU/kOpenSolaris.
4960
4961 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4962
4963         * MAINTAINERS: Update e-mail address.
4964
4965 2009-02-24  Michael Eager  <eager@eagercon.com>
4966
4967         * MAINTAINERS (Write After Approval): Add self.
4968
4969 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
4970
4971         * MAINTAINERS (Write After Approval): Add myself.
4972
4973 2009-02-05  Andreas Schwab  <schwab@suse.de>
4974
4975         * Makefile.tpl (stage_last): Define $r and $s before using
4976         $(RECURSE_FLAGS_TO_PASS).
4977         * Makefile.in: Regenerate
4978
4979 2009-01-30  Ian Lance Taylor  <iant@google.com>
4980
4981         * MAINTAINERS: Move myself to the Global Reviewers list.
4982
4983 2009-01-29  Robert Millan  <rmh@aybabtu.com>
4984
4985         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4986         * configure: Regenerate.
4987
4988 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
4989
4990         * MAINTAINERS: Make whitespace consistent.
4991         Remove Robert Millan from Write After Approval.
4992
4993 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4994
4995         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4996         (all-opcodes): Depend on all-libiberty.
4997         * Makefile.in: Regenerate.
4998
4999 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
5000
5001         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5002         * configure: Regenerate.
5003
5004 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
5005
5006         * MAINTAINERS (Write After Approval): Add myself.
5007
5008 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
5009
5010         * MAINTAINERS: Add myself to reviewers (Fortran).
5011
5012 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5013
5014         PR tree-optimization/38515
5015         * configure.ac (cloog-polylib): Removed.
5016         (with_ppl, with_cloog): Test for "no".
5017         * configure: Regenerated.
5018
5019 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5020
5021         * MAINTAINERS: Moved myself to reviewers (Fortran).
5022
5023 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5024
5025         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5026         (Write After Approval): Remove myself.
5027
5028 2009-01-03  Diego Novillo  <dnovillo@google.com>
5029
5030         * MAINTAINERS: Remove myself from alias maintainership.
5031
5032 2009-01-02  David Ayers  <ayers@fsfe.org>
5033
5034         * MAINTAINERS: Update e-mail address.
5035
5036 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5037
5038         * MAINTAINERS: Make whitespace consistent.
5039
5040 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5041
5042         Backport from upstream Libtool:
5043         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5044         Add cache variables to tests that require the linker to work.
5045         For shlibpath_overrides_runpath, this also changes the semantics
5046         to let the result from the C compiler take precedence.
5047
5048 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5049
5050         * config.sub, config.guess: Update from upstream sources.
5051
5052 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
5053
5054         * configure.ac (ppllibs): Add by default the lib flags.
5055         * configure: Regenerate.
5056
5057 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
5058
5059         * MAINTAINERS:  Add myself to the write after approval list.
5060
5061 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
5062
5063         * configure.ac: Add double brackets on darwin[912].
5064         * configure: Regenerate.
5065
5066 2008-12-03  Daniel Kraft  <d@domob.eu>
5067
5068         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
5069         Approval to Reviewer section (for Fortran front-end).
5070
5071 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
5072
5073         * configure.ac: Expand to darwin10 and later.
5074         * configure: Regenerate.
5075
5076 2008-12-02  Andreas Schwab  <schwab@suse.de>
5077
5078         * Makefile.def: configure-target-boehm-gc depends on
5079         all-target-libstdc++-v3.
5080         * Makefile.in: Regenerate.
5081
5082 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
5083
5084         * MAINTAINERS:  Add myself as mingw maintainer.
5085
5086 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5087
5088         * config.sub, config.guess: Update from upstream sources.
5089
5090 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5091
5092         * README.SCO: Remove.
5093
5094 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
5095
5096         * MAINTAINERS:  Add myself to the write after approval list.
5097
5098 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5099
5100         * MAINTAINERS:  Update my email address in WAA section.
5101
5102 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5103
5104         * MAINTAINERS: Update e-mail address.
5105
5106 2008-11-27  Toon Moene  <toon@moene.org>
5107
5108         * MAINTAINERS: Change e-mail address.
5109
5110 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5111
5112         * configure.ac: Build gdb for i?86-*-darwin*
5113         * configure: Regenerated.
5114
5115 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5116
5117         * MAINTAINERS: Added my full name.
5118
5119 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5120
5121         PR bootstrap/38014
5122         PR bootstrap/37923
5123
5124         Revert:
5125
5126         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5127
5128         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5129         * Makefile.in: Regenerated.
5130
5131         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5132
5133         PR gdb/921
5134         PR gdb/1646
5135         PR gdb/2175
5136         PR gdb/2176
5137
5138         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5139         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5140         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5141         (HOST_EXPORTS): Pass CPPFLAGS.
5142         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5143         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5144         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5145         * Makefile.in, configure: Regenerated.
5146         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5147         and CPPFLAGS_FOR_BUILD.
5148
5149 2008-11-06  Jeff Law  <law@redhat.com>
5150
5151         * MAINTAINERS: Add myself as middle end maintainer.
5152
5153 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5154
5155         * MAINTAINERS (Write after approval): Add myself.
5156
5157 2008-11-05  Diego Novillo  <dnovillo@google.com>
5158
5159         * MAINTAINERS (Global Reviewers): Add myself.
5160         (Non-Algorithmic Maintainers): Remove myself.
5161
5162 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5163
5164         * MAINTAINERS (Write after approval): Add myself.
5165
5166 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5167
5168         * MAINTAINERS (Write after approval): Add myself.
5169
5170 2008-10-31  Ben Elliston  <bje@au.ibm.com>
5171
5172         * configure.ac (spu-*-*): Remove special case.
5173         * configure: Regenerate.
5174
5175 2008-10-30  Catherine Moore  <clm@codesourcery.com>
5176
5177         * MAINTAINERS (Write after approval): Update my email address.
5178
5179 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5180
5181         * configure.ac [spu-*-*]: Do not set skipdirs.
5182         * configure: Re-generate.
5183
5184 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5185
5186         * MAINTAINERS (Various Maintainers): Add myself to reload.
5187
5188 2008-10-25  Richard Guenther  <rguenther@suse.de>
5189
5190         * MAINTAINERS (Various Maintainers): Add myself as middle-end
5191         maintainer.  Remove myself as libgcc-math maintainer.
5192         (Non-Algorithmic Maintainers): Remove myself.
5193
5194 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5195
5196         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5197         * Makefile.in: Regenerated.
5198
5199 2008-10-23  Cary Coutant  <ccoutant@google.com>
5200
5201         * MAINTAINERS (Write after approval): Add myself.
5202
5203 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5204
5205         PR gdb/921
5206         PR gdb/1646
5207         PR gdb/2175
5208         PR gdb/2176
5209
5210         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5211         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5212         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5213         (HOST_EXPORTS): Pass CPPFLAGS.
5214         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5215         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5216         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5217         * Makefile.in, configure: Regenerated.
5218         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5219         and CPPFLAGS_FOR_BUILD.
5220
5221 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5222
5223         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5224         Sebastian Pop.
5225
5226 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
5227
5228         * MAINTAINERS (Write After Approval): Added myself.
5229
5230 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5231
5232         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5233         recommended version to 2.3.2.
5234
5235         * configure: Regenerate.
5236
5237 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
5238
5239         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5240
5241 2008-09-29  David Daney <david.daney@caviumnetworks.com>
5242
5243         * MAINTAINERS (Write After Approval): Update e-mail address.
5244
5245 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5246
5247         * libtool.m4: Update to libtool 2.2.6.
5248         * lt~obsolete.m4: Update to libtool 2.2.6.
5249         * ltmain.sh: Update to libtool 2.2.6.
5250         * ltsugar.m4: Update to libtool 2.2.6.
5251         * ltversion.m4: Update to libtool 2.2.6.
5252         * ltoptions.m4: Update to libtool 2.2.6.
5253         * ltgcc.m4: Update to match changes from libtool 2.2.6.
5254
5255 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5256
5257         * MAINTAINERS (Write After Approval): Add myself.
5258
5259 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5260
5261         * MAINTAINERS (Write After Approval): Update my name.
5262
5263 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5264
5265         * MAINTAINERS: Add myself in "Write After Approval".
5266
5267 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
5268
5269         * MAINTAINERS: Add myself as ia64 maintainer.
5270
5271 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5272
5273         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5274         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5275         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5276         and Michael Tiemann from Write After Approval since they do not
5277         actually have access.
5278
5279 2008-09-05  Richard Guenther  <rguenther@suse.de>
5280
5281         * configure.ac: Initialize clooglibs to -lcloog.
5282         * configure: Re-generate.
5283
5284 2008-09-04  Le-Chun Wu  <lcwu@google.com>
5285
5286         * MAINTAINERS (Write After Approval): Add myself.
5287
5288 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5289
5290         * configure.ac (--with-cloog-polylib): New.
5291         (--disable-cloog-version-check): New.
5292         (--disable-ppl-version-check): New.
5293         * configure: Re-generate.
5294
5295 2008-09-03  Richard Guenther  <rguenther@suse.de>
5296
5297         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5298         cloog test.
5299         * configure: Re-generate.
5300
5301 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5302
5303         Add picoChip port.
5304         * MAINTAINERS: Add picoChip maintainers.
5305
5306 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5307             Tobias Grosser  <grosser@fim.uni-passau.de>
5308             Jan Sjodin  <jan.sjodin@amd.com>
5309             Harsha Jagasia  <harsha.jagasia@amd.com>
5310             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5311             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5312             Adrien Eliche  <aeliche@isty.uvsq.fr>
5313
5314         Merge from graphite branch.
5315         * configure: Regenerate.
5316         * Makefile.in: Regenerate.
5317         * configure.ac (host_libs): Add ppl and cloog.
5318         Add checks for PPL and CLooG.
5319         * Makefile.def (ppl, cloog): Added modules and dependences.
5320         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5321         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5322
5323 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5324
5325         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5326         (GCC_SHLIB_SUBDIR): New.
5327         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5328         * configure: Regenerate.
5329         * Makefile.in: Regenerate.
5330
5331 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5332
5333         * MAINTAINERS: Consistently use tabs to separate columns.
5334
5335 2008-08-29  Tristan Gingold  <gingold@adacore.com>
5336
5337         * MAINTAINERS (Write after Approval): Add myself.
5338
5339 2008-08-28  Tristan Gingold  <gingold@adacore.com>
5340
5341         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5342         Enable bfd, binutils and opcodes.
5343         * configure: Regenerate.
5344
5345 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5346
5347         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5348
5349 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5350
5351         * MAINTAINERS:  Use correct Umlaut for last name.
5352
5353 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5354
5355         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5356
5357 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5358
5359         * MAINTAINERS: Update my email address.
5360
5361 2008-08-16  Nicolas Roche  <roche@adacore.com>
5362
5363         * Makefile.tpl: Add BOOT_ADAFLAGS.
5364         * Makefile.in: Regenerate.
5365
5366 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5367
5368         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5369         * configure: Regenerate.
5370
5371 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5372
5373         * configure.ac: Add makefile fragments for hpux.
5374         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5375         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5376         * configure: Regenerate.
5377         * Makefile.in: Regenerate.
5378
5379 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5380
5381         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5382
5383 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5384
5385         * MAINTAINERS (Write after Approval): Add myself.
5386
5387 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5388
5389         * MAINTAINERS (Write After Approval):  Add myself.
5390
5391 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5392
5393         * MAINTAINERS (Write After Approval):  Add myself.
5394
5395 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5396
5397         * MAINTAINERS: Update my email address.
5398
5399 2008-06-25  Joey Ye  <joey.ye@intel.com>
5400
5401         * MAINTAINERS (Write After Approval):  Add myself.
5402
5403 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5404
5405         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5406         * Makefile.in: Regenerate.
5407         * configure: Regenerate.
5408
5409 2008-06-17  Daniel Kraft  <d@domob.eu>
5410
5411         * MAINTAINERS (Write After Approval):  Add myself.
5412
5413 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5414
5415         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5416         "$@" is still intact with both Autoconf 2.59 and 2.62.
5417         * configure: Regenerate.
5418
5419 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5420
5421         * Makefile.tpl: Fix comment errors.
5422         * Makefile.in: Regenerate.
5423
5424 2008-06-12  David S. Miller  <davem@davemloft.net>
5425             David Edelsohn  <edelsohn@gnu.org>
5426
5427         * configure.ac: Add powerpc*-*-* to gold supported targets.
5428         * configure: Regenerate.
5429
5430 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5431
5432         PR tree-optimization/36218
5433         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5434         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5435         (all prefix="build-"): Pass them to build-system sub-makes.
5436         * Makefile.in: Regenerate.
5437
5438 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5439
5440         * MAINTAINERS (mt port): Remove.
5441         (sco5, unixware, sco udk): Remove.
5442         (Kean Johnston): Add to Write After Approval.
5443
5444 2008-05-30  Julian Brown  <julian@codesourcery.com>
5445
5446         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5447         of libobjc for ARM EABI Linux.
5448         * configure: Regenerate.
5449
5450 2008-05-18  Xinliang David Li   <davidxl@google.com>
5451
5452         * ChangeLog: Remove wrong ChangeLog entry.
5453
5454 2008-05-17  Xinliang David Li   <davidxl@google.com>
5455
5456         * MAINTAINERS (Write After Approval): Add myself.
5457
5458 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5459
5460         * MAINTAINERS (Write After Approval): Add myself.
5461
5462 2008-05-14  Rafael Espíndola  <espindola@google.com>
5463
5464         * config-ml.in: don't handle --enable-shared and --enable-static.
5465
5466 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5467
5468         * MAINTAINERS: Update my email address.
5469
5470 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5471
5472         * MAINTAINERS: Update my email address.
5473
5474 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5475
5476         * MAINTAINERS (Write After Approval): Add myself.
5477
5478 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5479
5480         * MAINTAINERS (Write After Approval): Add myself.
5481
5482 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5483
5484         * MAINTAINERS (crx): Add myself.
5485
5486 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5487
5488         Sync with src:
5489         2008-04-14  David S. Miller  <davem@davemloft.net>
5490
5491         * configure.ac: Add sparc*-*-* to gold supported targets.
5492         * configure: Regenerate.
5493
5494 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5495
5496         PR bootstrap/35457
5497         * configure.ac: Include override.m4.
5498         * configure: Regenerate.
5499
5500 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5501
5502         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5503         * Makefile.in: Regenerate.
5504
5505 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
5506
5507         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5508         as nonconfigurable directories list.
5509         * configure: Regenerate.
5510
5511 2008-04-14  Ben Elliston  <bje@au.ibm.com>
5512
5513         * config.sub, config.guess: Update from upstream sources.
5514
5515 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
5516
5517         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5518         * Makefile.in: Regenerate.
5519
5520 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
5521
5522         * configure.ac: Do not build libssp for the AVR.
5523         * configure: Regenerate.
5524
5525 2008-04-07  Ian Lance Taylor  <iant@google.com>
5526
5527         * Makefile.def: check-gold depends upon all-binutils.
5528         * Makefile.in: Regenerate.
5529
5530 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
5531
5532         * MAINTAINERS (Write After Approval): Add myself.
5533
5534 2008-04-04  Nick Clifton  <nickc@redhat.com>
5535
5536         PR binutils/4334
5537         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5538         builds.
5539         * configure: Regenerate.
5540
5541 2008-04-04  NightStrike  <NightStrike@gmail.com>
5542
5543         PR other/35151
5544         * configure.ac: Combine rules for mingw32 and mingw64.
5545         * configure: Regenerate.
5546
5547 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
5548
5549         * MAINTAINERS (Write After Approval): Add myself.
5550
5551 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
5552
5553         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5554         * Makefile.in (.NOTPARALLEL): Ditto.
5555
5556 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
5557
5558         * MAINTAINERS (Write After Approval): Add myself.
5559
5560 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
5561
5562         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5563         * Makefile.in (.NOTPARALLEL): Regenerate.
5564
5565 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
5566
5567         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5568         * Makefile.in: Regenerate.
5569
5570 2008-03-26  Jakub Staszak  <kuba@et.pl>
5571
5572         * MAINTAINERS (Write After Approval): Add myself.
5573
5574 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5575
5576         * MAINTAINERS:  Update e-mail address.
5577
5578 2008-03-20  Ian Lance Taylor  <iant@google.com>
5579
5580         * configure.ac: Add support for --enable-gold.
5581         * Makefile.def: Add gold as a directory like ld.
5582         * configure, Makefile.in: Regenerate.
5583
5584 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5585
5586         * configure.ac: m4_include config/proginstall.m4.
5587         * configure: Regenerate.
5588
5589         Backport from upstream Libtool:
5590
5591         2007-10-12  Eric Blake  <ebb9@byu.net>
5592
5593         Deal with Autoconf 2.62's semantic change in m4_append.
5594         * ltsugar.m4 (lt_append): Replace broken versions of
5595         m4_append.
5596         (lt_if_append_uniq): Don't require separator to be overquoted,
5597         and avoid broken m4_append.
5598         (lt_dict_add): Fix typo.
5599         * libtool.m4 (_LT_DECL): Don't overquote separator.
5600
5601 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
5602
5603         * config.rpath: Add AIX 6 support.
5604
5605 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
5606
5607         * Makefile.def (stageprofile).  Remove -fprofile-generate
5608         from stage_libcflags.
5609         * Makefile.in: Regenerate.
5610
5611 2008-03-13  Ben Elliston  <bje@au.ibm.com>
5612
5613         * config.sub, config.guess: Update from upstream sources.
5614
5615 2008-03-06  Tom Tromey  <tromey@redhat.com>
5616
5617         * MAINTAINERS: Update for treelang deletion.
5618
5619 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
5620
5621         * MAINTAINERS: Update my email address.
5622
5623 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
5624
5625         * MAINTAINERS (darwin port): Add myself as a maintainer.
5626         (objective-c/c++): Add myself as a maintainer.
5627
5628 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
5629
5630         * MAINTAINERS (Write After Approval): Update my email address.
5631
5632 2008-02-25  Tomas Bily  <tbily@suse.cz>
5633
5634         * MAINTAINERS (Write After Approval): Add myself.
5635
5636 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
5637
5638         * MAINTAINERS (OpenMP): Add myself.
5639
5640 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
5641
5642         PR bootstrap/32009
5643         PR bootstrap/32161
5644
5645         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5646         * configure: Regenerate.
5647
5648         * Makefile.def: Define stage_libcflags for all bootstrap stages.
5649         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5650         STAGE4_LIBCFLAGS): New.
5651         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5652         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5653         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5654         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5655         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5656         for target modules.  Don't export LIBCFLAGS.
5657         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5658         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5659         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5660         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5661         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5662         * Makefile.in: Regenerate.
5663
5664 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5665
5666         PR libgcj/33085
5667         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5668         Do not use -DDLL_EXPORT.  Backport from upstream.
5669
5670 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5671
5672         * MAINTAINERS (Write After Approval): Add myself.
5673
5674 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
5675
5676         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5677         * configure: Regenerate.
5678
5679 2008-01-31  Marc Gauthier  <marc@tensilica.com>
5680
5681         * configure.ac (xtensa*-*-*): Recognize processor variants.
5682         * configure: Regenerate.
5683
5684 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5685
5686         PR bootstrap/34922
5687         * configure.ac (PARSE_ARGS): Push suitable setting of
5688         ac_subdirs_all, for `./configure --help=recursive'.
5689         Handle `+' in generic toplevel directory disabling.
5690         * configure: Regenerate.
5691
5692 2008-01-28  Nick Clifton  <nickc@redhat.com>
5693
5694         * MAINTAINERS (xstormy16): Take over maintainership.
5695
5696 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5697
5698         * MAINTAINERS (c4x port): Remove.
5699
5700 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
5701
5702         * libtool.m4: Backport AIX 6 support from ToT Libtool.
5703
5704 2008-01-23  Ben Elliston  <bje@au.ibm.com>
5705
5706         * config.sub, config.guess: Update from upstream sources.
5707
5708 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
5709
5710         * MAINTAINERS (Write After Approval): Add myself.
5711
5712 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
5713
5714         * MAINTAINERS: Update my email address.
5715
5716 2008-01-09  Raksit Ashok  <raksit@google.com>
5717
5718         * MAINTAINERS (Write After Approval): Add myself.
5719
5720 2008-01-09  Raksit Ashok  <raksit@google.com>
5721
5722         * MAINTAINERS (Write After Approval): Add myself.
5723
5724 2008-01-08  Ben Elliston  <bje@au.ibm.com>
5725
5726         * config.sub, config.guess: Update from upstream sources.
5727
5728 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5729
5730         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5731         Change recommended MPFR from 2.2.1 -> 2.3.0.
5732         * configure: Regenerate.
5733
5734 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
5735
5736         * MAINTAINERS: Update my email address.
5737
5738 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
5739
5740         * MAINTAINERS: Update my email address.
5741
5742 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
5743
5744         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5745         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5746         * Makefile.in: Regenerate.
5747
5748 2007-12-10  Mark Heffernan  <meheff@google.com>
5749
5750         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5751         misplaced entries.
5752
5753 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5754
5755         * configure.ac: Enable libjava for x86_64-*-darwin9.
5756         * configure: Regenerate.
5757
5758 2007-12-07  Bill Maddox  <maddox@google.com>
5759
5760         * MAINTAINERS (Write After Approval): Add myself.
5761
5762 2007-12-05  Ben Elliston  <bje@au.ibm.com>
5763
5764         * config.sub, config.guess: Update from upstream sources.
5765
5766 2007-12-02  Matthias Klose  <doko@ubuntu.com>
5767
5768         * config-ml.in: Remove 64bit configure tests.
5769
5770 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5771
5772         * config-ml.in: Robustify against white space in absolute file
5773         names.
5774
5775         * config-ml.in (multi-clean): Substitute ${Makefile}.
5776         Remove superfluous ${Makefile} in list.
5777
5778 2007-11-19  Thiemo Seufer  <ths@mips.com>
5779
5780         * config-ml.in: Don't hardcode the Makefile name.
5781
5782 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
5783
5784         * MAINTAINERS (Write After Approval): Add myself.
5785
5786 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
5787
5788         * MAINTAINERS (Write After Approval): Add myself.
5789
5790 2007-11-06  Doug Kwan  <dougkwan@google.com>
5791
5792         * MAINTAINERS (Write After Approval): Add myself.
5793
5794 2007-10-25  Ben Elliston  <bje@au.ibm.com>
5795
5796         * MAINTAINERS (mercury): Remove entry.
5797         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5798
5799 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
5800
5801         * Makefile.def (dependencies): Make configure-gdb depend on
5802         all-intl.
5803         * Makefile.in: Regenerated.
5804
5805 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
5806
5807         * MAINTAINERS (Fortran maintainer): Remove myself.
5808
5809 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
5810
5811         * Makefile.def: To avoid problems running with parallel makes,
5812         build newlib before libgloss so that target specific header
5813         files are availble.
5814         * Makefile.in: Regenerate
5815
5816 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
5817
5818         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5819         * Makefile.in: Regenerate.
5820
5821 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
5822
5823         * MAINTAINERS (Register allocation reviewer): Add myself.
5824
5825 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
5826
5827         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5828         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5829         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
5830         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5831         * configure: Regenerate.
5832
5833 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
5834
5835         * MAINTAINERS (Register allocation reviewer): Add myself.
5836
5837 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
5838
5839         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5840         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5841         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5842         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5843         * configure.ac: Default them to host tools for $host = $build.
5844         Subst them.
5845
5846         * configure: Regenerate.
5847         * Makefile.in: Regenerate.
5848
5849 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
5850
5851         * MAINTAINERS (Register allocation reviewer): Add myself.
5852
5853 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
5854
5855         * MAINTAINERS (Register allocation reviewer): Add myself.
5856
5857 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
5858
5859         * MAINTAINERS (Write After Approval): Fix typo.
5860
5861 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5862
5863         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5864         * configure: Regenerate.
5865
5866 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
5867
5868         PR bootstrap/31906
5869         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5870         they're already prefixed.
5871
5872 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
5873
5874         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5875         libstdc++.
5876         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5877         * configure: Regenerate.
5878         * Makefile.in: Regenerate.
5879
5880 2007-09-17  Andreas Schwab  <schwab@suse.de>
5881
5882         * configure.ac: Raise minimum makeinfo version to 4.6.
5883         * configure: Regenerate.
5884
5885 2007-09-17  Johannes Singler  <singler@ira.uka.de>
5886
5887         * MAINTAINERS (write-after-approval) add myself
5888
5889 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
5890
5891         * configure.ac: Correct makeinfo version check.
5892         * configure: Regenerate.
5893
5894 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
5895
5896         * MAINTAINERS: Update my email address.
5897
5898 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
5899
5900         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
5901         to $skipdirs and only disable gprof for newlib.  Use the normal
5902         mips*-elf* handling in other respects.
5903         * configure: Regnerate.
5904
5905 2007-09-12  David Daney  <ddaney@avtrex.com>
5906
5907         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5908         enabling libgcj.
5909         * configure: Regenerate.
5910
5911 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5912
5913         PR other/32154
5914         * configure.ac: For libgloss targets, point the linker to the linker
5915         script, startup code and simulator library.
5916         * configure: Regenerate.
5917
5918 2007-09-07  Andrew Haley  <aph@redhat.com>
5919
5920         * configure.ac (noconfigdirs): Remove target-libffi and
5921         target-libjava.
5922         * configure: Regenerate.
5923
5924 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5925
5926         PR target/33281
5927         * configure.ac: Use config/mh-mingw on mingw.
5928         * configure: Regenerate.
5929
5930 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
5931
5932         * MAINTAINERS (Write After Approval): Add myself.
5933
5934 2007-09-05  Richard Guenther  <rguenther@suse.de>
5935
5936         * configure.ac (--enable-stage1-checking): If neither --enable-checking
5937         nor --disable-checking is provided also turn on yes and types
5938         checking for stage1.
5939         * configure: Re-generate.
5940
5941 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
5942
5943         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5944         (Write After Approval): Remove myself.
5945
5946 2007-08-29  Nick Clifton  <nickc@redhat.com>
5947
5948         * config.sub, config.guess: Update from upstream sources.
5949
5950 2007-08-22  Bud Davis  <jmdavis@link.com>
5951
5952         * MAINTAINERS (Write After Approval): Added myself.
5953         * MAINTAINERS (Reviewers): Removed myself.
5954
5955 2007-08-18  Paul Brook  <paul@codesourcery.com>
5956             Joseph Myers  <joseph@codesourcery.com>
5957
5958         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5959         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5960         * Makefile.in: Regenerate.
5961         * configure.ac (--with-debug-prefix-map): New.
5962         * configure: Regenerate.
5963
5964 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
5965             Nigel Stephens  <nigel@mips.com>
5966
5967         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
5968         as target_makefile_frag.
5969         * configure: Regenerate.
5970
5971 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
5972
5973         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5974         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
5975         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5976         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5977         (do-compare, do-compare3, do-compare-debug): New.
5978         ([+compare-target+]): Use them.
5979
5980 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
5981
5982         * MAINTAINERS (Write After Approval): Change my email address.
5983
5984 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5985             Ben Elliston  <bje@au.ibm.com>
5986
5987         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5988         --silent if $silent.
5989         * configure: Regenerate.
5990
5991 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
5992
5993         * MAINTAINERS (Various Maintainers): Add myself as
5994         loop infrastructure maintainer.  Update my e-mail
5995         address.
5996
5997 2007-07-31  Diego Novillo  <dnovillo@google.com>
5998
5999         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6000         Adjust description.
6001
6002 2007-07-26  Richard Guenther  <rguenther@suse.de>
6003
6004         * configure.ac: Add types checking to stage1 checking flags.
6005         * configure: Regenerate.
6006
6007 2007-07-17  Nick Clifton  <nickc@redhat.com>
6008
6009         * COPYING3: New file.  Contains version 3 of the GNU General
6010         Public License.
6011         * COPYING3.LIB: New file.  Contains version 3 of the GNU
6012         Lesser General Public License.
6013
6014 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6015
6016         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6017
6018 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6019
6020         * MAINTAINERS (S/390 co-maintainer): Add myself.
6021         (Write After Approval): Remove myself.
6022
6023 2007-07-13  Dan Hipschman  <dsh@google.com>
6024
6025         * MAINTAINERS (Write After Approval): Add myself.
6026
6027 2007-07-11  Nick Clifton  <nickc@redhat.com>
6028
6029         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6030         WINDRES export.
6031         * Makefile.in: Regenerate.
6032
6033 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6034
6035         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6036         maintainer.
6037
6038 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6039
6040         * lt~obsolete.m4: New. Import from 20070318 libtool.
6041
6042 2007-07-03  Julian Brown  <julian@codesourcery.com>
6043
6044         * MAINTAINERS (Write After Approval): Add myself.
6045
6046 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6047
6048         * configure.ac: Rewrite 'configure --help' strings to look nicer.
6049         * configure: Regenerate.
6050
6051 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6052
6053         * configure.ac: Add some missing m4 quotation.
6054         * configure: Regenerate.
6055
6056 2007-07-02  Simon Baldwin  <simonb@google.com>
6057
6058         * MAINTAINERS (Write After Approval): Add myself.
6059
6060 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
6061
6062         * configure: Regenerate.
6063
6064 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
6065
6066         * Makefile.def: Add windmc tool to build.
6067         * Makefile.tpl: Likewise.
6068         * configure.ac: Likewise.
6069         * Makefile.in: Regenerate.
6070         * configure: Regenerate.
6071
6072 2007-06-28  DJ Delorie  <dj@redhat.com>
6073
6074         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6075         not building newlib.
6076         * configure: Regenerated.
6077
6078 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
6079
6080         * MAINTAINERS (Write After Approval): Add myself.
6081
6082 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
6083
6084         * MAINTAINERS (Write After Approval): Add myself.
6085
6086 2007-06-19  Chris Matthews  <chrismatthews@google.com>
6087
6088         * MAINTAINERS (Write After Approval): Add myself.
6089
6090 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6091
6092         * MAINTAINERS (Write After Approval): Add myself.
6093
6094 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6095
6096         * Makefile.def: Add dependency from configure-gdb to all-bfd.
6097         * Makefile.in: Regenerated.
6098
6099 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6100
6101         * configure.ac: Don't add target-libmudflap to noconfigdirs for
6102         bfin*-*-uclinux* targets.
6103         * configure: Regenerate.
6104
6105 2007-06-14  Ian Lance Taylor  <iant@google.com>
6106
6107         * MAINTAINERS: Add myself as non-algorithmic global write
6108         maintainer.
6109
6110 2007-06-14  Diego Novillo  <dnovillo@google.com>
6111
6112         * MAINTAINERS: Add self as middle-end maintainer and
6113         non-algorithmic global write maintainer.
6114
6115 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6116
6117         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6118         Move all Fortran maintainers except Paul Brook into the
6119         Non-Autopoiesis section.
6120
6121 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6122
6123         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6124         (distclean-stage[+id+]): Possibly delete stage_last.
6125         * Makefile.in: Regenerate.
6126
6127 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6128
6129         * MAINTAINERS (Various Maintainer): Fix typo.
6130
6131 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6132
6133         * MAINTAINERS (Various Maintainer): Add myself as
6134         dataflow maintainer.
6135
6136 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6137
6138         * config.sub, config.guess: Update from upstream sources.
6139
6140 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6141
6142         * Makefile.tpl: Fix spelling error.
6143         * Makefile.in: Regenerate.
6144
6145 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
6146
6147         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6148         lt_cv_sys_max_cmd_len.
6149
6150 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6151
6152         * MAINTAINERS (Various Maintainers): Add myself as
6153         auto-vectorizer maintainer.
6154
6155 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6156
6157         PR libjava/32098
6158         * libtool.m4: Revert previous change.
6159         * ltgcc.m4: Put it here.
6160
6161 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6162
6163         * MAINTAINERS (Various Maintainers): Add myself as
6164         auto-vectorizer maintainer.
6165
6166 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6167
6168         PR libjava/32098
6169         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6170
6171 2007-05-30  Richard Guenther  <rguenther@suse.de>
6172
6173         * MAINTAINERS (Various Maintainers): Add myself as
6174         auto-vectorizer maintainer.
6175
6176 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6177
6178         PR bootstrap/29382
6179         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6180         * configure: Rebuilt.
6181
6182 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6183
6184         * MAINTAINERS (Write After Approval): Removed my name.
6185
6186 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6187
6188         * MAINTAINERS (Write After Approval): Remove myself.
6189
6190 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6191
6192         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6193
6194 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
6195
6196         * ltmain.sh: Update from ToT Libtool.
6197         * libtool.m4: Update from ToT Libtool.
6198         * ltsugar.m4: New. Update from ToT Libtool.
6199         * ltversion.m4: New. Update from ToT Libtool.
6200         * ltoptions.m4: New. Update from ToT Libtool.
6201         * ltconfig: Remove.
6202         * ltcf-c.sh: Remove.
6203         * ltcf-cxx.sh: Remove.
6204         * ltcf-gcj.sh: Remove.
6205
6206 2007-05-22  Ollie Wild  <aaw@google.com>
6207
6208         * MAINTAINERS (Write After Approval): Add myself.
6209
6210 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6211
6212         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6213         stage_cflags.
6214         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6215         Remove CFLAGS/LIBCFLAGS.
6216         (configure-stage[+id+]-[+prefix+][+module+],
6217         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6218         * Makefile.in: Regenerate.
6219
6220 2007-05-15  Diego Novillo  <dnovillo@google.com>
6221
6222         * MAINTAINERS: Update e-mail address.
6223
6224 2007-05-15  Revital Eres  <eres@il.ibm.com>
6225
6226         * MAINTAINERS (Write After Approval): Add myself.
6227
6228 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6229
6230         * MAINTAINERS (Write After Approval): Updated my address.
6231
6232 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6233
6234         * MAINTAINERS (Write After Approval): Add myself.
6235
6236 2007-05-11  Silvius Rus  <rus@google.com>
6237
6238         * MAINTAINERS (Write After Approval): Add myself.
6239
6240 2007-04-23  Tom Tromey  <tromey@redhat.com>
6241
6242         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6243
6244 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
6245
6246         * MAINTAINERS (cpplib): Rename to ...
6247         (libcpp): ... this.  Add C/C++ front end maintainers.
6248
6249 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
6250
6251         * config-ml.in: Pass ${ml_config_env} to configure calls.
6252
6253 2007-04-04  Christian Bruel  <christian.bruel@st.com>
6254
6255         * MAINTAINERS (Write After Approval): Add myself.
6256
6257 2007-04-02  Dave Korn  <dave.korn@artimi.com>
6258
6259         * MAINTAINERS (Write After Approval): Add myself.
6260
6261 2007-03-31  Tobias Burnus  <burnus@net-b.de>
6262
6263         * MAINTAINERS (fortran 95 front end): Add myself.
6264
6265 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6266
6267         * MAINTAINERS (Write After Approval): Add myself.
6268
6269 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6270
6271         * MAINTAINERS (Modulo Scheduler): Add myself.
6272
6273 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6274
6275         * MAINTAINERS (fortran 95 front end): Add myself.
6276         (c++ front end): whitespace fix.
6277
6278 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6279
6280         * MAINTAINERS (Write After Approval): Add myself.
6281
6282 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
6283
6284         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6285         of glob.  Quote arguments with single quotes too.
6286         * configure: Regenerate.
6287
6288 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6289
6290         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6291         * Makefile.in: Regenerate
6292
6293 2007-03-07  Andreas Schwab  <schwab@suse.de>
6294
6295         * configure: Regenerate.
6296
6297 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6298
6299         * configure.ac: Add "--with-pdfdir" configure option,
6300         which defines pdfdir variable.
6301         * Makefile.def (target=fixincludes): Add install-pdf to
6302         missing targets.
6303         (recursive_targets): Add install-pdf target.
6304         (flags_to_pass): Add pdfdir.
6305         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6306         target.
6307         * configure: Regenerate
6308         * Makefile.in: Regenerate
6309
6310 2007-02-28  Eric Christopher  <echristo@apple.com>
6311
6312         Revert:
6313         2006-12-07  Mike Stump  <mrs@apple.com>
6314
6315         * Makefile.def (dependencies): Add dependency for
6316         install-target-libssp and install-target-libgomp on
6317         install-gcc.
6318         * Makefile.in: Regenerate.
6319
6320 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
6321
6322         * configure: Regenerate.
6323         * configure.ac: Move statements after variable declarations.
6324
6325 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6326
6327         * MAINTAINERS: Add myself as sh maintainer.
6328
6329 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
6330
6331         * configure.ac: Adjust for loop syntax.
6332         * configure: Regenerate.
6333
6334 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6335
6336         * configure: Rebuilt.
6337
6338 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6339
6340         * configure.ac: Drop multiple occurrences of --enable-languages,
6341         and fix its quoting.
6342         * configure: Rebuilt.
6343
6344 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6345             Nathan Sidwell  <nathan@codesourcery.com>
6346             Vladimir Prus  <vladimir@codesourcery.com>
6347             Joseph Myers  <joseph@codesourcery.com>
6348
6349         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6350         * configure: Regenerate.
6351
6352 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6353
6354         * ltconfig (freebsd*): Default to elf.
6355
6356 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6357
6358         * configure.ac (target_libraries): Move libgcc before libiberty.
6359         * configure: Regenerated.
6360
6361 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6362             Paolo Bonzini  <bonzini@gnu.org>
6363
6364         PR bootstrap/30753
6365         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6366         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6367         * configure: Regenerated.
6368
6369 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6370
6371         * MAINTAINERS (Language Front End Maintainers): Update my mail
6372         address.
6373
6374 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6375
6376         PR bootstrap/30748
6377         * configure.ac: Correct syntax for Solaris ksh.
6378         * configure: Regenerated.
6379
6380 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6381
6382         * configure.ac: Sync with src.
6383         * configure: Regenerate.
6384
6385 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6386
6387         * Makefile.in: Regenerate.
6388
6389 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6390
6391         * config.sub: Sync with src.
6392
6393 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6394
6395         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6396         noncanonical equivalents.
6397         * configure.in: Rename to...
6398         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6399         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6400         target_noncanonical.  Use them.  Rewrite removal of configure
6401         arguments for autoconf 2.59.  Discard variable settings.  Force
6402         program_transform_name for native tools.
6403
6404         * Makefile.in: Regenerated.
6405         * configure: Regenerated with autoconf 2.59.
6406
6407 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6408
6409         * MAINTAINERS (Write After Approval): Add myself.
6410
6411 2007-01-31  Andreas Schwab  <schwab@suse.de>
6412
6413         * Makefile.tpl (LDFLAGS): Substitute it.
6414         * Makefile.in: Regenerate.
6415
6416 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6417
6418         * MAINTAINERS (Write After Approval): Add myself.
6419
6420 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6421
6422         * MAINTAINERS (spu port): Add myself.
6423
6424 2007-01-23  Richard Guenther  <rguenther@suse.de>
6425
6426         PR bootstrap/30541
6427         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6428         * Makefile.tpl (GNATBIND): Substitute it.
6429         (GNATMAKE): Likewise.
6430         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6431         of STAGE_PREFIX.
6432         * Makefile.in: Regenerate.
6433         * configure: Regenerate.
6434
6435 2007-01-18  Mike Stump  <mrs@apple.com>
6436
6437         * configure.in: Re-enable -Werror for gcc builds.
6438
6439 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6440
6441         * MAINTAINERS (Write After Approval): Add myself.
6442
6443 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6444
6445         * configure.in: Change == to = in test command.
6446         * configure: Regenerate.
6447
6448 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6449             Nick Clifton  <nickc@redhat.com>
6450             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6451
6452         * configure.in (build_configargs, host_configargs, target_configargs):
6453         Remove build/host/target parameters.
6454         (host_libs): Add gmp and mpfr.
6455         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6456         * Makefile.def (gmp, mpfr): New.
6457         (gcc): Remove target.
6458         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6459         target_os, target_vendor): New.
6460         (configure): Add host_alias/target_alias arguments; adjust invocations.
6461         * configure: Regenerate.
6462         * Makefile.in: Regenerate.
6463
6464 2007-01-11  Matt Fago  <fago@earthlink.net>
6465
6466         * configure.in: Try to link to functions only in mpfr 2.2.x
6467         to improve robustness of configure tests.
6468         * configure: Regenerate.
6469
6470 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6471
6472         * MAINTAINERS: Add myself as i386 maintainer.
6473
6474 2007-01-08  Jan Hubicka  <jh@suse.cz>
6475
6476         * MAINTAINERS: Add myself as i386 maintainer.
6477
6478 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6479
6480         * configure.in: Add support for an x86_64-mingw* target.
6481         * configure: Regenerate.
6482
6483 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6484
6485         * Makefile.tpl (all-target): Correct @if conditional for target
6486         modules.
6487         * configure.in: Omit libiberty if building only target libgcc.
6488         * configure, Makefile.in: Regenerated.
6489
6490 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
6491
6492         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6493         * configure: Regenerate.
6494
6495 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
6496
6497         * Makefile.def (target_modules): Add libgcc.
6498         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
6499         * Makefile.tpl (clean-target-libgcc): Delete.
6500         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6501         on gcc even for bootstrapped modules.  Rewrite handling of
6502         lang_env_dependencies to loop over target_modules.
6503         * configure.in (target_libraries): Add target-libgcc.
6504         * Makefile.in, configure: Regenerated.
6505
6506 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6507
6508         * configure.in: Reorganize recognition of languages.  Add
6509         --enable-stage1-languages.  Show supported languages for the chosen
6510         target rather than all recognized languages.
6511         * configure: Regenerate.
6512
6513 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6514
6515         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6516         * Makefile.in: Regenerate.
6517
6518 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6519
6520         * configure.in: Warn that MPFR 2.2.0 is buggy.
6521         * configure: Regenerate.
6522
6523 2006-12-27  Ian Lance Taylor  <iant@google.com>
6524
6525         * configure.in: When removing Makefiles to force a reconfigure, also
6526         remove prev-DIR*/Makefile.
6527         * configure: Regenerate.
6528
6529 2006-12-22  Andreas Schwab  <schwab@suse.de>
6530
6531         * configure: Regenerate with correct autoconf version.
6532
6533 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
6534
6535         * configure.in: add AC_SUBST for *_FOR_TARGET.
6536         * configure: Regenerate.
6537
6538 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6539
6540         * configure.in: Simplify logic for rejecting languages that cannot
6541         be built.  Separate the case when a language is unsupported,
6542         from the case when the user chooses not to build a language.
6543
6544 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6545
6546         * configure.in: Remove "$build" case for powerpc-*-darwin* since
6547         it only affects bootstrap and could be tested on "$host" as well.
6548         * configure: Regenerate.
6549         * config/mh-ppc-darwin: Add to the stage1 cflags here.
6550
6551 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6552
6553         PR bootstrap/29544
6554         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6555         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6556         move here comment from Makefile.tpl.
6557         * Makefile.tpl: Move some definitions higher in the file.
6558         (STAGE1_CHECKING): New.
6559         * configure.in: Add --enable-stage1-checking.
6560         * configure: Regenerate.
6561         * Makefile.in: Regenerate.
6562
6563 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6564
6565         * MAINTAINERS: Add myself as build system maintainer.
6566
6567 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
6568
6569         * MAINTAINERS (Write After Approval): Add myself.
6570
6571 2006-12-13  Eric Christopher  <echristo@apple.com>
6572
6573         * MAINTAINERS: Add myself as darwin maintainer.
6574
6575 2006-12-11  Ian Lance Taylor  <ian@airs.com>
6576
6577         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6578
6579 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
6580
6581         MAINTAINERS: Update my entry.
6582
6583 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
6584
6585         * configure.in:  Handle spu makefile frag.
6586         * Makefile.tpl (MAINT): Define
6587         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6588         * configure: Regenerate.
6589         * Makefile.in: Regenerate.
6590
6591 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6592
6593         * config.guess: Import latest version.
6594         * config.sub: Likewise.
6595
6596 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6597
6598         * configure.in (spu-*-*): Don't skip target-libiberty.
6599         * configure: Regenerate.
6600
6601 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6602
6603         PR bootstrap/30134
6604         * configure.in: Correct x86 darwin support for libjava to powerpc
6605         and i?86 only.
6606         * configure: Regenerate.
6607
6608 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
6609
6610         * configure.in: Add x86 darwin support for libjava.
6611         * configure: Regenerate.
6612
6613 2006-12-07  Mike Stump  <mrs@apple.com>
6614
6615         * Makefile.def (dependencies): Add dependency for
6616         install-target-libssp and install-target-libgomp on
6617         install-gcc.
6618         * Makefile.in: Regenerate.
6619
6620 2006-12-04  Richard Guenther  <rguenther@suse.de>
6621
6622         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6623         (Non-Algorithmic Maintainers): Move over non-algorithmic
6624         loop optimizer maintainers, add myself as a non-algorithmic
6625         middle-end maintainer.
6626
6627 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
6628
6629         * MAINTAINERS (Write After Approval): Add myself.
6630
6631 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6632
6633         * configure.in: Update error message for missing GMP/MPFR.
6634
6635         * configure: Regenerate.
6636
6637 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6638
6639         * configure.in: Update MPFR version in error message.
6640
6641         * configure: Regenerate.
6642
6643 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6644
6645         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6646         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6647         --with-gmp-lib): New flags.
6648
6649         * configure: Regenerate.
6650
6651 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
6652
6653         * MAINTAINERS (Write After Approval): Change my email address.
6654
6655 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6656
6657         * MAINTAINERS (Write After Approval): Add myself.
6658
6659 2006-11-22  Philipp Thomas  <pth@suse.de>
6660
6661         * MAINTAINERS (i18n): Update e-mail address.
6662
6663 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6664
6665         * MAINTAINERS (spu port): Add myself as maintainer.
6666         (Write After Approval): Remove myself.
6667
6668 2006-11-22  Ben Elliston  <bje@au.ibm.com>
6669
6670         * configure.in (skipdirs): Don't build libssp for SPU.
6671         * configure: Regenerate.
6672
6673 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6674
6675         * MAINTAINERS (spu port): Add myself as maintainer.
6676         (libobjc): Update my email address.
6677
6678 2006-11-21  Andrea Bona  <andrea.bona@st.com>
6679
6680         * MAINTAINERS (Write After Approval): Add myself.
6681
6682 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6683
6684         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6685         * configure : Rebuilt.
6686
6687 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6688
6689         * MAINTAINERS (Write After Approval): Add myself.
6690
6691 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
6692
6693         * MAINTAINERS (Write After Approval): Add myself.
6694
6695 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6696
6697         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6698         libmpfr.a.
6699         * configure: Regenerate.
6700
6701 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
6702
6703         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6704         (unstage): Test for stage_last presence.
6705
6706         PR bootstrap/29802
6707         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6708         STAGE_PREFIX.
6709         * Makefile.in: Regenerate.
6710
6711 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
6712
6713         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6714         maintainers.
6715
6716 2006-11-14  Erven Rohou  <erven.rohou@st.com>
6717
6718         * MAINTAINERS (Write After Approval): Add myself.
6719
6720 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
6721
6722         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6723         and stageN-package/Makefile.
6724         * Makefile.in: Regenerated.
6725
6726 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
6727
6728         * configure.in: Remove target-libgloss from noconfigdirs for
6729         bfin-*-*.
6730         * configure: Regenerated.
6731
6732 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6733
6734         * configure.in (have_gmp): Only error if the gcc directory exists.
6735
6736         * configure: Regenerate.
6737
6738 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6739
6740         * configure.in: Robustify error message for missing GMP/MPFR.
6741
6742         * configure: Regenerate.
6743
6744 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
6745
6746         * MAINTAINERS (Write After Approval): Add myself.
6747
6748 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
6749
6750         * MAINTAINERS: Change email address.
6751
6752 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
6753
6754         * MAINTAINERS (Write After Approval): Add myself.
6755
6756 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
6757
6758         * MAINTAINERS (Write After Approval): Add myself.
6759
6760 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
6761
6762         * MAINTAINERS (Write After Approval): Move myself to
6763         Write After Approval section.
6764
6765 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6766
6767         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
6768         need_gmp anymore.
6769         * configure: Regenerate.
6770
6771 2006-10-16  Tobias Burnus  <burnus@net-b.de>
6772
6773         * MAINTAINERS (Write After Approval): Add myself.
6774
6775 2006-10-16  Ben Elliston  <bje@au.ibm.com>
6776
6777         * config.guess: Import latest version.
6778         * config.sub: Likewise.
6779
6780 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
6781
6782         * Makefile.def: Added pdf target handling.
6783         * Makefile.tpl: Added pdf target handling.
6784         * Makefile.in: Regenerated.
6785
6786 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
6787
6788         * MAINTAINERS: Add self as score port maintainer.
6789
6790 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
6791
6792         * MAINTAINERS (Write After Approval): Add myself.
6793
6794 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
6795
6796         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
6797         or newer.
6798         * configure: Regenerated.
6799
6800 2006-09-27  Dave Brolley  <brolley@redhat.com>
6801
6802         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6803         using $s instead of $r.
6804         * configure: Regenerated.
6805
6806 2006-09-26  Thiemo Seufer  <ths@mips.com>
6807
6808         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6809         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6810         * configure: Regenerate.
6811
6812 2006-09-24  Graeme Peterson  <gridly@gmail.com>
6813
6814         * MAINTAINERS (Write After Approval): Remove myself.
6815
6816 2006-09-22  Chao-ying Fu  <fu@mips.com>
6817
6818         * MAINTAINERS (Write After Approval): Add myself.
6819
6820 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
6821
6822         * MAINTAINERS: Add self as soft-fp maintainer.
6823
6824 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
6825
6826         * MAINTAINERS: Add myself as avr maintainer.
6827         Remove Marek Michalkiewicz as avr maintainer.
6828
6829 2006-09-07  Roberto Costa  <roberto.costa@st.com>
6830
6831         * MAINTAINERS (Write After Approval): Add myself.
6832
6833 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
6834
6835         * configure.in: Never build newlib for a Mingw host.
6836         Never build newlib as Mingw target library.
6837         Test the existence of winsup/cygwin for building a Cygwin newlib,
6838         rather than just winsup.
6839         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6840         building a Mingw target.
6841         * configure: Regenerate.
6842
6843 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6844
6845         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6846
6847 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
6848
6849         * config.guess: Import from src (was more updated).
6850         * config.sub: Likewise.
6851
6852 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
6853
6854         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6855         * configure: Regenerated.
6856
6857 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
6858
6859         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6860         for stages after the first.
6861
6862 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
6863
6864         * Makefile.def: Add dependencies for configure-opcodes
6865         on configure-intl and all-opcodes on all-intl.
6866         * Makefile.in: Regenerated.
6867
6868 2006-07-13  Ben Elliston  <bje@au.ibm.com>
6869
6870         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6871
6872 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6873
6874         Port to hosts whose 'sort' and 'tail' implementations
6875         treat operands with leading '+' as file names, as POSIX
6876         has required since 2001.  However, make sure the code still
6877         works on pre-POSIX hosts.
6878         * ltmain.sh: Don't assume "sort +2" is equivalent to
6879         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6880
6881 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
6882
6883         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6884
6885 2006-07-04  Peter O'Gorman  <peter@pogma.com>
6886
6887         * ltconfig: chmod 644 before ranlib during install.
6888
6889 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6890
6891         PR bootstrap/18058
6892         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6893         if the bootstrap compiler is a GCC version that supports it.
6894         * configure: Regenerate.
6895
6896 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6897
6898         * configure.in: Fix thinkos in previous check-in.
6899         * configure: Regenerate.
6900
6901 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6902
6903         PR other/27063
6904         * configure.in: Test subdir_requires and give an appropriate
6905         error message.
6906         * configure: Regenerate.
6907
6908 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
6909
6910         * MAINTAINERS (Write After Approval): Add myself.
6911
6912 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
6913
6914         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6915
6916 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
6917
6918         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6919
6920 2006-06-20  David Ayers  <d.ayers@inode.at>
6921
6922         PR bootstrap/28072
6923         * configure.in: Add target-boehm-gc to noconfigdirs depending on
6924         whether target-libjava is being configured instead of whether the
6925         java front end is enabled.
6926         * configure: Regenerate.
6927
6928 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6929
6930         PR target/27540
6931         * configure.in: Only enable libgomp on IRIX 6.
6932         * configure: Regenerate.
6933
6934 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
6935
6936         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6937         too.
6938         * Makefile.in: Regenerate.
6939
6940 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6941
6942         * config-ml.in: Alter CCASFLAGS to include special
6943         multilib options the same as is done for CFLAGS.
6944
6945 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6946
6947         * configure.in: Don't enable libgomp on hpux10.
6948         * configure: Rebuilt.
6949
6950 2006-06-12  David Ayers  <d.ayers@inode.at>
6951
6952         PR bootstrap/27963
6953         PR target/19970
6954         * configure.in: Remove target-boehm-gc from noconfigdirs where
6955         ${libgcj} is specified.
6956         * configure: Regenerate.
6957
6958 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
6959
6960         Sync from src:
6961
6962         * configure.in: Sync.
6963         * configure: Regenerated.
6964
6965         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6966
6967         * Makefile.def: Added dependencies from sim and gdb on intl, and
6968         added configure dependencies to everything with an all dependency
6969         on intl.
6970         * Makefile.in: Regenerated.
6971
6972 2006-06-06  David Ayers  <d.ayers@inode.at>
6973
6974         PR libobjc/13946
6975         * Makefile.def: Add dependencies for libobjc which boehm-gc.
6976         * Makefile.in: Regenerate.
6977         * configure.in: Add --enable-objc-gc at toplevel and have it
6978         enable boehm-gc for Objective-C.
6979         Remove target-boehm-gc from libgcj.
6980         Add target-boehm-gc to target_libraries.
6981         Add target-boehm-gc to noconfigdirs where ${libgcj}
6982         is specified.
6983         Assert that boehm-gc is supported when requested for Objective-C.
6984         Only build boehm-gc if needed either for Java or Objective-C.
6985         * configure: Regenerate.
6986
6987 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
6988
6989         PR 27674
6990         * Makefile.tpl (configure-[+prefix+][+module+],
6991         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6992         Remove rule to unstage bootstrapped modules.
6993         (stage_current): New.
6994         * Makefile.in: Regenerate.
6995
6996 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6997
6998         * MAINTAINERS (Write After Approval): Update my e-mail address.
6999
7000 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
7001
7002         * include/libiberty.h: Declare pex_run_in_environment.
7003
7004 2006-05-31  Asher Langton  <langton2@llnl.gov>
7005
7006         * MAINTAINERS (Write After Approval): Add myself.
7007
7008 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
7009
7010         * Makefile.def (bfd, opcodes): Fix lib_path.
7011         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7012         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
7013         * Makefile.in: Regenerate.
7014
7015 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7016
7017         * Makefile.in: Regenerate.
7018
7019 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7020
7021         * Makefile.def: Add install-html target. Add datarootdir
7022         docdir and htmldir to flags_to_pass.
7023         * Makefile.tpl: Add install-html target.
7024         * Makefile.in: Regenerate.
7025         * configure.in: Add --with-datarootdir, --with-docdir, and
7026         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7027         * configure: Regenerate.
7028
7029 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7030
7031         * configure.in: Enable gprof for cross builds.
7032         * configure: Regenerate.
7033
7034 2006-05-22  Richard Guenther  <rguenther@suse.de>
7035
7036         Revert
7037         2006-01-31  Richard Guenther  <rguenther@suse.de>
7038         Paolo Bonzini  <bonzini@gnu.org>
7039
7040         * Makefile.def (target_modules): Add libgcc-math target module.
7041         * configure.in (target_libraries): Add libgcc-math target library.
7042         (--enable-libgcc-math): New configure switch.
7043         * Makefile.in: Re-generate.
7044         * configure: Re-generate.
7045         * libgcc-math: New toplevel directory.
7046
7047 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7048             Andreas Tobler  <a.tobler@schweiz.ch>
7049
7050         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7051         * configure: Rebuilt.
7052
7053 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
7054
7055         * MAINTAINERS (Write After Approval): Add myself.
7056
7057 2006-05-01  DJ Delorie  <dj@redhat.com>
7058
7059         * configure.in: Restore CFLAGS if GMP isn't present.
7060         * configure: Regenerate.
7061
7062 2006-05-01  Richard Guenther  <rguenther@suse.de>
7063
7064         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7065         maintainer.
7066
7067 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
7068
7069         * MAINTAINERS (Write After Approval): Add myself.
7070
7071 2006-04-28  Jan Beulich  <jbeulich@novell.com>
7072
7073         * MAINTAINERS (Write After Approval): Add myself.
7074
7075 2006-04-18  DJ Delorie  <dj@redhat.com>
7076
7077         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
7078         reference libgloss so that libssp can be built in a combined
7079         tree.
7080         * configure: Regenerate.
7081
7082 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
7083
7084         * MAINTAINERS (Write After Approval): Add myself.
7085
7086 2006-04-05  Ben Elliston  <bje@au.ibm.com>
7087
7088         * configure.in: Require makeinfo 4.4 or higher.
7089         * configure: Regenerate.
7090
7091 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7092
7093         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7094         Rearrange the entries of other libraries to have them in one place.
7095
7096 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7097
7098         * MAINTAINERS (Write After Approval): Remove myself.
7099         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7100
7101 2006-03-14  Richard Guenther  <rguenther@suse.de>
7102
7103         * configure: Regenerate with autoconf 2.13.
7104
7105 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
7106
7107         * MAINTAINERS: Use my work address.
7108
7109         * MAINTAINERS: Update my E-mail address.
7110
7111 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7112
7113         * configure.in: Handle --disable-<component> generically.
7114         * configure: Regenerate.
7115
7116 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7117
7118         PR libgcj/17311
7119         * ltmain.sh: Don't use "$finalize_rpath" for compile.
7120
7121 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7122
7123         * MAINTAINERS (Write After Approval):  Remove myself.
7124         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7125
7126 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7127
7128         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7129         (TARGET_CONFIGDIRS): Remove.
7130         * configure.in: Remove AC_SUBST(target_configdirs).
7131         * Makefile.in, configure: Regenerated.
7132
7133 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
7134
7135         * MAINTAINERS (Write After Approval):  Remove myself.
7136         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7137
7138 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7139
7140         PR bootstrap/25670
7141
7142         * Makefile.tpl ([+compare-target+]): Print explanation messages.
7143
7144         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7145         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7146         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7147         BUILD_PREFIX, BUILD_PREFIX_1.
7148         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7149
7150         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7151         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7152
7153         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7154         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7155         of `cat stage_current`.  Always provide the `r' and `s' variables.
7156         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7157         a single shell execution.
7158         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7159         bootstrapped modules, make the stage1 module if the build was not
7160         started yet, else build the current stage.
7161         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7162         (all-build, all-host, all-target, [+make_target+]-host,
7163         [+make_target+]-target): Do not use \-continued lines.
7164         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7165         (current_stage, restrap, stage_last): New.
7166
7167         * Makefile.in: Regenerate.
7168         * configure: Regenerate.
7169
7170 2006-02-19  Bud Davis  <jmdavis@link.com>
7171
7172         * MAINTAINERS (Write After Approval):  Remove myself.
7173         (Language Front End Maintainers):  Add myself as fortran 95
7174         maintainer and update e-mail address.
7175
7176 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7177
7178         * MAINTAINERS (Write After Approval):  Remove myself.
7179         (Language Front End Maintainers):  Add myself as fortran 95
7180         maintainer.
7181
7182 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7183
7184         * MAINTAINERS (Write After Approval): Add myself.
7185
7186 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7187
7188         * MAINTAINERS (Write After Approval):  Remove myself.
7189         (Language Front End Maintainers):  Add myself as
7190         fortran 95 maintainer.
7191
7192 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7193
7194         Sync from src:
7195
7196         2005-12-27  Leif Ekblad  <leif@rdos.net>
7197
7198         * configure.in: Add support for RDOS target.
7199         * configure: Regenerate.
7200
7201 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7202             Andreas Schwab  <schwab@suse.de>
7203
7204         * configure: Regenerate.
7205
7206 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
7207
7208         * configure.in (enable_libgomp): Add AIX.
7209         * configure: Regenerate.
7210
7211 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7212
7213         * MAINTAINERS (Write After Approval): Add myself.
7214
7215 2006-02-03  Lee Millward  <lee.millward@gmail.com>
7216
7217         * MAINTAINERS (Write After Approval): Add myself.
7218
7219 2006-01-31  Richard Guenther  <rguenther@suse.de>
7220         Paolo Bonzini  <bonzini@gnu.org>
7221
7222         * Makefile.def (target_modules): Add libgcc-math target module.
7223         * configure.in (target_libraries): Add libgcc-math target library.
7224         (--enable-libgcc-math): New configure switch.
7225         * Makefile.in: Re-generate.
7226         * configure: Re-generate.
7227         * libgcc-math: New toplevel directory.
7228
7229 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7230
7231         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7232         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7233         the assembler, linker and binutils.
7234         * configure: Regenerate.
7235
7236 2006-01-22  Dirk Mueller  <dmueller@suse.de>
7237
7238         * MAINTAINERS (Write After Approval): Add myself.
7239
7240 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
7241
7242         * configure: Regenerate.
7243
7244 2006-01-18  Richard Henderson  <rth@redhat.com>
7245             Jakub Jelinek  <jakub@redhat.com>
7246             Diego Novillo  <dnovillo@redhat.com>
7247
7248         * libgomp: New directory.
7249         * Makefile.def: Add target_module libgomp.
7250         * Makefile.in: Regenerate.
7251         * configure.in (target_libraries): Add target-libgomp.
7252         * configure: Regenerate.
7253
7254 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7255
7256         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7257         @ from continuation.
7258         * Makefile.in: Rebuilt.
7259
7260 2006-01-04  Chris Lattner  <sabre@gnu.org>
7261
7262         * MAINTAINERS (Write After Approval): Add myself.
7263
7264 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7265
7266         PR bootstrap/24252
7267
7268         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7269         * Makefile.tpl (OBJDUMP): New.
7270         (EXTRA_HOST_FLAGS): Add it.
7271         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7272
7273         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7274         to use symbolic links between directories.  Avoid race conditions
7275         or make them harmless.
7276         * configure.in: Do not try to use symbolic links between directories.
7277
7278         * Makefile.def (LEAN): Pass.
7279         * Makefile.tpl (LEAN): Define.
7280         (stage[+id+]-start): Accept that the previous directory does not
7281         exist, if the bootstrap is lean.
7282         (stage[+id+]-bubble): Invoke lean bootstrap commands after
7283         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7284         configure substitution.
7285         ([+compare-target+]): Likewise.
7286         ([+bootstrap-target+]-lean): New.
7287         * configure.in: Remove lean bootstrap support from here.
7288
7289         * Makefile.in: Regenerate.
7290         * configure: Regenerate.
7291
7292 2006-01-04  Ben Elliston  <bje@au.ibm.com>
7293
7294         * MAINTAINERS (libdecnumber): Add myself.
7295
7296 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
7297
7298         * libtool-ldflags: New script.
7299
7300 2006-01-02  Andreas Schwab  <schwab@suse.de>
7301
7302         * configure.in: When reconfiguring remove Makefile in
7303         all stage directories.
7304         * configure: Regenerate.
7305
7306 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7307
7308         * MAINTAINERS: Update my email address.
7309
7310 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7311
7312         Revert Ada-related part of the previous change.
7313
7314         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7315         Do not pass.
7316         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7317         * Makefile.in: Regenerate.
7318         * configure.in: Do not include mt-ppc-aix target fragment.
7319         * configure: Regenerate.
7320
7321 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7322
7323         * configure.in: Select appropriate fragments for PowerPC/AIX.
7324         * configure: Regenerate.
7325
7326         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7327         BOOT_CFLAGS, BOOT_LDFLAGS.
7328         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7329         BOOT_CFLAGS, BOOT_LDFLAGS.
7330         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7331         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7332         (stage): Fail if we cannot complete the work.
7333         * Makefile.in: Regenerate.
7334
7335 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7336
7337         * configure.in: Replace ms1 with mt.
7338         * configure: Rebuilt.
7339
7340 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7341
7342         * MAINTAINERS: Update my email address.
7343
7344 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7345
7346         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7347         install-host-nogcc): Don't invoke $(stage) at the end.
7348         * Makefile.in: Regenerate.
7349
7350 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7351
7352         * configure.in: Flip the top-level bootstrap switch.
7353         * configure: Regenerate.
7354
7355 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7356
7357         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7358         $(stage) and $(unstage).
7359         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7360         (all): Remove stray semicolon.
7361         (local-distclean): Don't handle multilib.tmp and multilib.out.
7362         (install.all): Set $s for consistency.
7363         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7364         check_multilibs setting.  Always make the install directory.
7365         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7366         Correct @if/@endif.
7367         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7368         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7369         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7370         (multilib.out): Remove.
7371         * Makefile.in: Regenerated.
7372
7373 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7374
7375         * MAINTAINERS (Write After Approval): Add myself.
7376
7377 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7378
7379         * MAINTAINERS: Add myself as mt maintainer.
7380
7381         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7382
7383 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7384
7385         * MAINTAINERS: Change email address.
7386
7387 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7388
7389         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7390         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7391         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7392         Find in-tree tools if available.
7393         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7394         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7395         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7396         (COMPILER_*_FOR_TARGET): New.
7397         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7398         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7399         (CONFIGURED_*, USUAL_*): Remove.
7400         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7401         STRIP): Use autoconf substitutions.
7402         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7403         COMPILER_NM_FOR_TARGET): New.
7404         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7405
7406         (all): Make all-host and all-target in parallel.
7407         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7408         that $$r and $$s are set before invoking a recursive make.
7409         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7410         ([+bootstrap-target+]): Inline most of the `all' target.
7411
7412 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7413
7414         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7415         from the gcc build directory.
7416         * Makefile.in: Regenerate.
7417
7418 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7419
7420         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7421         depend on all-libdecnumber.
7422         * configure.in (host_libs): Include libdecnumber.
7423         * Makefile.in: Regenerate.
7424         * configure: Likewise.
7425
7426 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7427
7428         * libdecnumber: Import decNumber sources from the dfp-branch.
7429
7430 2005-11-21  Kean Johnston  <jkj@sco.com>
7431
7432         * config.sub, config.guess: Sync from upstream sources.
7433
7434 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7435
7436         Import from Autoconf sources:
7437
7438         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7439         * config/move-if-change: Don't output "$2 is unchanged";
7440         suggested by Ben Elliston.  Handle weird characters correctly.
7441
7442 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7443
7444         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7445         to match upstream libtool for darwin.
7446
7447 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7448
7449         * Makefile.def: Remove gdb dependencies for gdbtk.
7450         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7451         (configure-gdb, install-gdb): New rules.
7452         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7453         * Makefile.in, configure: Regenerated.
7454
7455 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7456
7457         * MAINTAINERS (Write After Approval): Add myself.
7458
7459 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7460
7461         * MAINTAINERS (Write After Approval): Add myself.
7462
7463 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7464
7465         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7466         Diego Novillo.
7467
7468 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7469
7470         PR bootstrap/24297
7471         * Makefile.tpl (do-[+make-target+], do-check, install,
7472         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7473         are set before recursing.
7474         * Makefile.in: Regenerate.
7475
7476 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7477
7478         PR bootstrap/18939
7479         * Makefile.def (gcc) <target>: Fix thinko.
7480         * Makefile.in: Regenerate.
7481
7482 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7483
7484         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7485         * configure: Regenerate.
7486
7487 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
7488
7489         * MAINTAINERS (Write After Approval): Add self.
7490
7491 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
7492
7493         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7494         target-libffi, target-qthreads, target-libjava, and
7495         targetlibobjc.
7496         * configure: Regenerate.
7497
7498 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
7499
7500         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7501         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7502         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7503         (USUAL_OBJDUMP_FOR_TARGET): New.
7504         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7505         * configure.in: Check for $OBJDUMP_FOR_TARGET.
7506         * configure, Makefile.in: Regenerated.
7507
7508 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7509
7510         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7511         before other host packages.
7512
7513 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7514
7515         * MAINTAINERS: Add self as sh libraries/configury maintainer.
7516
7517 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7518
7519         PR bootstrap/22340
7520
7521         * configure.in (default_target): Remove.
7522         * Makefile.tpl (all): Do not use prerequisites as subroutines
7523         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7524         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7525         use prerequisites as subroutines.
7526         (check-host, check-target): New.
7527         (bootstrap configure & all targets): Do not use stage*-start
7528         if the directory layout is already ok.
7529         (non-bootstrap configure & all targets): Prepend a $(unstage).
7530         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
7531         (NOTPARALLEL): Remove.
7532         (unstage, stage variables): New variables.
7533         (unstage, stage targets): Simply expand to those variables.
7534
7535         * configure: Regenerate.
7536         * Makefile.in: Regenerate.
7537
7538 2005-10-04  James E Wilson  <wilson@specifix.com>
7539
7540         * Makefile.def (lang_env_dependencies): Add libmudflap.
7541         * Makefile.in: Regenerate.
7542
7543 2005-10-03  Andreas Schwab  <schwab@suse.de>
7544
7545         Backport from libtool CVS:
7546         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
7547
7548         * ltmain.sh: add support for installing into temporary
7549         staging area (e.g. 'make install DESTDIR=...')
7550
7551 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7552
7553         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7554         * configure: Regenerated.
7555
7556 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
7557
7558         * configure: Regenerate with the correct
7559         autoconf version.
7560
7561 2005-09-30  Catherine Moore  <clm@cm00re.com>
7562
7563         * configure.in (bfin-*-*): New.
7564         * configure: Regenerated.
7565
7566 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
7567
7568         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7569         (LIPO_FOR_TARGET): New.
7570         (CONFIGURED_LIPO_FOR_TARGET): New.
7571         (USUAL_LIPO_FOR_TARGET): New.
7572         (STRIP_FOR_TARGET): New.
7573         (CONFIGURED_STRIP_FOR_TARGET): New.
7574         (USUAL_STRIP_FOR_TARGET): New.
7575         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7576         STRIP_FOR_TARGET.
7577         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7578         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7579         * Makefile.in: Regenerate.
7580         * configure: Regenerate.
7581
7582 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
7583
7584         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7585         (rs6000-*-aix*): Same.
7586         * configure: Regenerate.
7587
7588 2005-09-16  Tom Tromey  <tromey@redhat.com>
7589
7590         * MAINTAINERS: Add self as java maintainer.
7591
7592 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7593
7594         * configure.in: Recognize f95 in the --enable-languages option,
7595         and substitute it for fortran, issuing a warning.
7596         * configure: Regenerate.
7597
7598 2005-08-30  Phil Edwards  <phil@codesourcery.com>
7599
7600         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
7601         * configure:  Regenerated.
7602
7603 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
7604
7605         * MAINTAINERS: Add self as ms1 maintainer.
7606
7607 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
7608
7609         * Makefile.def (libssp): Add to lang_env_dependencies.
7610         * Makefile.in: Regenerate.
7611
7612 2005-08-18  Ian Lance Taylor  <ian@airs.com>
7613
7614         * MAINTAINERS: Add myself as middle-end maintainer.
7615
7616 2005-08-17  Christian Groessler  <chris@groessler.org>
7617
7618         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7619         * Makefile.in: Regenerate.
7620
7621 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
7622
7623         * MAINTAINERS (write after approval): Added myself.
7624
7625 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
7626
7627         * MAINTAINERS (Write After Approval): Add myself.
7628
7629 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
7630
7631         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7632         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7633         Look for alternate names of the target cc and c++
7634         * configure: Regenerate.
7635
7636 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
7637
7638         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7639         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7640         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7641         tools; remove code to manually set them.
7642         (Target tools): Look in the environment for them.
7643         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7644         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7645         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7646         build directory.
7647         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7648         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7649         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7650         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7651         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7652         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7653         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7654         * configure: Regenerate.
7655         * Makefile.in: Regenerate.
7656
7657 2005-07-28  Ben Elliston  <bje@au.ibm.com>
7658
7659         * MAINTAINERS: Update for removed CPU targets.
7660
7661 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
7662
7663         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7664         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7665         * Makefile.in: Regenerated.
7666
7667 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
7668
7669         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7670         (CFLAGS_FOR_TARGET): Use it.
7671         (CXXFLAGS_FOR_TARGET): Likewise.
7672         * Makefile.in: Regenerated.
7673         * configure.in (--with-build-sysroot): New option.
7674         * configure: Regenerated.
7675
7676 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
7677
7678         * Makefile.tpl: Wrap install between unstage and stage
7679         * Makefile.in: Regenerate.
7680
7681 2005-07-21  Eric Christopher  <echristo@apple.com>
7682
7683         * MAINTAINERS: Update affiliation.
7684
7685 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
7686
7687         * MAINTAINERS: Add self as crx port maintainer.
7688
7689 2005-07-20  DJ Delorie  <dj@redhat.com>
7690
7691         * MAINTAINERS: Add self as m32c maintainer.
7692
7693 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
7694
7695         * all files: Update FSF address.
7696
7697 2005-07-15  Eric Christopher  <echristo@redhat.com>
7698
7699         * MAINTAINERS: Change affiliation.
7700
7701 2005-07-14  Jim Blandy  <jimb@redhat.com>
7702
7703         * configure.in: Add cases for Renesas m32c.
7704         * configure: Regenerated.
7705
7706 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7707
7708         * COPYING.LIB: Update from fsf.org.
7709
7710 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7711
7712         * COPYING, compile, config.guess,
7713         config.sub, install-sh, missing, mkinstalldirs,
7714         symlink-tree, ylwrap: Sync from upstream sources.
7715         * config-ml.in: Update FSF address.
7716
7717 2005-07-13  Eric Christopher  <echristo@redhat.com>
7718
7719         * configure.in: Add toplevel noconfigdir support for tpf.
7720         * configure: Regenerate.
7721
7722 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
7723
7724         PR ada/22340
7725
7726         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7727         * Makefile.in: Regenerate.
7728
7729 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
7730
7731         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
7732         Brolley to write-after-approval.
7733
7734 2005-07-07  Andreas Schwab  <schwab@suse.de>
7735
7736         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7737         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7738         * Makefile.in: Regenerated.
7739
7740 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
7741
7742         * configure.in: Don't build sim or rda when targetting darwin.
7743         * configure: Regenerate.
7744
7745 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
7746
7747         * configure.in: Add --enable-libssp and --disable-libssp.
7748         * configure: Regenerate with autoconf-2.13.
7749
7750 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
7751
7752         * Makefile.def (target_modules): Add libssp.
7753         * configure.in (target_libraries): Add target-libssp.
7754         * configure: Rebuilt.
7755         * Makefile.in: Rebuilt.
7756
7757 2005-07-01  Zack Weinberg  <zackw@panix.com>
7758
7759         * MAINTAINERS: Change email address.  Resign from maintainership.
7760
7761 2005-07-01  Richard Guenther  <rguenther@suse.de>
7762
7763         * MAINTAINERS: Change my e-mail address and affiliation.
7764
7765 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
7766
7767         * Makefile.def (stagefeedback): Come after profile.
7768         Define profiledbootstrap target.
7769         * Makefile.tpl (profiledbootstrap): Remove.
7770         (stageprofile-end): Zap stagefeedback.
7771         (stagefeedback-start): Copy all .gcda files, not only GCC's.
7772         * Makefile.in: Regenerate.
7773
7774 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
7775
7776         * MAINTAINERS: Update my email address.
7777
7778 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
7779
7780         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
7781         In 'cpp' stanza, support '#line' as well as '# '.
7782
7783 2005-06-08  Andreas Schwab  <schwab@suse.de>
7784
7785         * MAINTAINERS: Move myself from 'Write After Approval' to
7786         'CPU Port Maintainers' section as m68k maintainer.
7787
7788 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
7789
7790         * configure.in (unsupported_languages): New macro.
7791         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
7792         non-ported target libraries in noconfigdirs.
7793         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7794         non-linux-gnu.  Remove libgcj_ex_libffi.
7795         <lang_frag loop>: Set add_this_lang=no if the language is in
7796         unsupported_languages.
7797         * configure: Regenerate.
7798
7799 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
7800
7801         * configure.in: Fix typo in handling of --with-mpfr-dir.
7802         * configure: Regenerate.
7803
7804 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
7805
7806         * MAINTAINERS: Update my email address.
7807
7808 2005-06-02  Jim Blandy  <jimb@redhat.com>
7809
7810         * config.sub: Add cases for the Renesas m32c.  (This patch has been
7811         accepted into the master sources.)
7812
7813 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
7814             Michael Snyder  <msnyder@redhat.com>
7815             Stan Cox  <scox@redhat.com>
7816
7817         * configure.in: Set noconfigdirs for ms1.
7818
7819         * configure: Regenerate.
7820
7821 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
7822
7823         * MAINTAINERS (Write After Approval): Add self.
7824
7825 2005-06-01  Josh Conner  <jconner@apple.com>
7826
7827         * MAINTAINERS (Write After Approval): Add self.
7828
7829 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
7830
7831         * MAINTAINERS: Update my email address.
7832
7833 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
7834
7835         * MAINTAINERS (Write After Approval): Add self.
7836
7837 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
7838
7839         * MAINTAINERS (Write After Approval): Remove self.
7840
7841 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
7842
7843         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7844         (Dependencies): Consider target modules for bootstrap dependencies.
7845         Make target bootstrap modules depend on each stage's gcc.
7846         * Makefile.in: Regenerate.
7847
7848 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
7849
7850         * Makefile.def (configure-gcc): Depend on binutils having been built.
7851         (all-gcc): No need to do it here.
7852         * Makefile.in: Regenerate.
7853
7854 2005-05-19  Paul Brook  <paul@codesourcery.com>
7855
7856         * configure.in: Rewrite misleading error message when requested
7857         language cannot be built.
7858         * configure: Regenerate.
7859
7860 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
7861
7862         * ylwrap: Import from Automake 1.9.5.
7863
7864 2005-05-13  David Ung  <davidu@mips.com>
7865
7866         * MAINTAINERS (Write After Approval): Add self.
7867
7868 2005-05-09  Mike Stump  <mrs@apple.com>
7869
7870         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7871         lt_cv_sys_max_cmd_len for now.
7872
7873 2005-05-09  Stan Cox  <scox@redhat.com>
7874
7875         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7876
7877 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
7878
7879         * README.SCO: Update the URL.
7880
7881 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
7882
7883         * ltconfig: Define file_list_spec.  Pass file_list_spec and
7884         with_gnu_ld to libtool.
7885         * ltcf-c.sh (aix[45]): Define file_list_spec.
7886         * ltcf-cxx.sh (aix[45]): Same.
7887         * ltcf-gcj.sh (aix[45]): Same.
7888         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7889         exists, write list of input files to temporary file.
7890
7891 2005-05-04  Mike Stump  <mrs@apple.com>
7892
7893         * configure.in: Always pass --target to target configures as
7894         otherwise rebuilds that do --recheck will fail.
7895         * confiugure: Rebuilt.
7896
7897 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
7898
7899         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7900         STAGE_HOST_EXPORTS.
7901         (configure, all): Add bootstrap support.
7902         (Host modules, target modules): Pass post-stage1 flags and exports.
7903         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7904         * Makefile.in: Regenerate.
7905
7906 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
7907
7908         * configure: Regenerate.
7909
7910 2005-04-27  Mike Stump  <mrs@apple.com>
7911
7912         * MAINTAINERS: Add self as darwin maintainer.
7913
7914 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
7915
7916         * config.sub: Update from master copy.
7917
7918 2005-04-21  Mike Stump  <mrs@apple.com>
7919
7920         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7921         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7922
7923 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
7924
7925         * configure.in <crisv32-*-*, cris-*-*>: New local variable
7926         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
7927         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
7928         "*-*-elf" and "*-*-linux*".
7929         * configure: Regenerate.
7930
7931 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
7932
7933         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7934
7935 2005-04-12  Mike Stump  <mrs@apple.com>
7936
7937         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7938
7939 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
7940
7941         * MAINTAINERS (Write After Approval): Add myself.
7942
7943 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
7944
7945         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7946
7947 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
7948
7949         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7950         (TARGET_CONFIGARGS): Include --with-target-subdir.
7951         (configure, all): New macros.  Use them throughout.
7952         * Makefile.in: Regenerate.
7953
7954 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
7955
7956         * MAINTAINERS (Write After Approval): Add myself.
7957
7958 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7959
7960         * MAINTAINERS: Remove 'loop unrolling' maintainer.
7961
7962 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
7963
7964         * MAINTAINERS: Move John Carr to Write After Approval.
7965
7966 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
7967
7968         * config/mh-mingw32: Delete.
7969         * configure.in: Don't use it.
7970         * configure: Regenerate.
7971
7972 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
7973
7974         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7975         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7976         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7977         (HOST_LIB_PATH): Generate from Makefile.def.
7978         (TARGET_LIB_PATH): Likewise.
7979         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7980         * Makefile.in: Regenerate.
7981         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7982         (RPATH_ENVVAR): Include Darwin case.
7983         * configure: Regenerate.
7984
7985 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
7986
7987         * MAINTAINERS (Various Maintainers): Remove self.
7988         (Write After Approval): Add self.
7989
7990 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
7991
7992         * MAINTAINERS (Various Maintainers): Add self.
7993
7994 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
7995
7996         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7997         * configure: Regenerate.
7998
7999 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
8000
8001         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8002         gcc_version, and gcc_version_trigger from set of flags to pass.
8003         * Makefile.tpl: Remove definitions of above variables.
8004         (config.status): Remove dependency on $(gcc_version_trigger).
8005         * Makefile.in: Regenerate.
8006         * configure.in: Do not reference config/gcc-version.m4 nor
8007         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
8008         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
8009         * configure: Regenerate.
8010
8011 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8012             Andrew Pinski  <pinskia@physics.uc.edu>
8013
8014         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8015         * Makefile.in: Regenerate.
8016
8017 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8018
8019         * MAINTAINERS (Write After Approval): Add myself.
8020
8021 2005-03-03  David Ayers  <d.ayers@inode.at>
8022
8023         * MAINTAINERS (Write After Approval): Add myself.
8024
8025 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8026
8027         PR libgcj/20160
8028         * ltmain.sh: Avoid creating archives with components that have
8029         duplicate basenames.
8030
8031 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8032
8033         PR bootstrap/20250
8034         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8035         instead of check.
8036         * Makefile.in: Regenerate.
8037
8038 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8039
8040         * Makefile.in: Regenerate to fix conflict between the previous two
8041         patches.
8042
8043 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8044
8045         PR bootstrap/17383
8046         * Makefile.def (target_modules): Remove "stage", now unnecessary.
8047         * Makefile.tpl (HOST_SUBDIR): New substitution.
8048         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8049         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8050         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8051         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8052         (Host modules, Bootstrapped modules): Use it.
8053         (Build modules, Target modules): Do not create symlink trees,
8054         always configure out-of-srcdir.
8055         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8056         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8057         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8058         $(HOST_SUBDIR).  Create a symlink for host_subdir.
8059
8060         * Makefile.in: Regenerate.
8061         * configure: Regenerate.
8062
8063 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8064
8065         Merged from libada-gnattools-branch:
8066         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8067
8068         * gnattools: New directory.
8069         * Makefile.def: Add gnattools as a module, depending on target-libada.
8070         * Makefile.in: Regenerate.
8071         * configure.in: Include gnattools in host_tools; disable it if ada
8072         is disabled.
8073         * configure: Regenerate.
8074
8075 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
8076
8077         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8078         treelang maintainer.
8079         (Write After Approval): Remove myself.
8080
8081 2005-02-23  Paul Schlie  <schlie@comcast.net>
8082
8083         * configure.in: Allow darwin targeted ports to build tk, itcl and
8084         libgui.
8085         * configure: Regenerate.
8086
8087 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8088
8089         PR libgcj/10353
8090         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8091         * configure: Regenerate.
8092
8093 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8094
8095         * MAINTAINERS (Write After Approval): Add myself.
8096
8097 2005-02-10  Ian Lance Taylor  <ian@airs.com>
8098
8099         * MAINTAINERS: Update my e-mail address.
8100
8101 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8102
8103         * MAINTAINERS (Write After Approval): Add myself.
8104
8105 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8106
8107         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8108         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8109         target-libgloss when not *-*-elf and *-*-aout.
8110         * configure: Regenerate.
8111
8112 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8113
8114         * MAINTAINERS: Remove obsolete entries.
8115
8116         * MAINTAINERS (Write After Approval): Add Michael Matz.
8117
8118 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8119
8120         * MAINTAINERS: Remove self as cpplib maintainer.
8121
8122 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8123
8124         * install-sh, config.sub: Import from upstream.
8125
8126 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8127
8128         PR bootstrap/18222
8129         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8130         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8131         * Makefile.in: Regenerate.
8132
8133 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8134
8135         * MAINTAINERS: Update my email address.
8136
8137 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
8138             Andreas Schwab  <schwab@suse.de>
8139
8140         PR bootstrap/18033
8141         * config-ml.in: Eval option if surrounded by single quotes.
8142
8143 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8144
8145         Revert 2004-12-28 Makefile changes, a better fix will be
8146         applied to mainline and src after GCC 4.0 branches.
8147
8148 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8149
8150         PR bootstrap/17383
8151
8152         * Makefile.def (target_modules): Remove stage parameter,
8153         it is always true now.
8154         * Makefile.tpl (configure-build-[+module+],
8155         configure-target-[+module+]): Always build symlink tree
8156         for the directory and for include.  BUILD_SUBDIR and
8157         TARGET_SUBDIR cannot be . anymore.
8158         * Makefile.in: Regenerate.
8159
8160 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
8161
8162         Revert 2004-12-08 Makefile changes.
8163
8164 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8165
8166         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8167         cygwin, mingw.
8168
8169 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8170
8171         * configure.in (sh64-*-*): Reenable gprof.
8172         * configure: Regenerate.
8173
8174 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
8175
8176         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8177         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8178         (EXTRA_TARGET_FLAGS): Add PICFLAG.
8179         * Makefile.in: Regenerate.
8180
8181 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8182
8183         * MAINTAINERS: Update my email address.
8184
8185 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
8186
8187         * Makefile.tpl: Generate normal dependencies if the LHS module is
8188         not bootstrapped.
8189         * Makefile.in: Regenerate.
8190
8191 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8192
8193         * configure.in: Include config/gxx-include-dir.m4.  Use
8194         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8195         * configure: Regenerate.
8196
8197 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8198
8199         * config.if: Delete.
8200         * configure.in: Set libstdcxx_incdir directly.
8201         * configure: Regenerate.
8202
8203 2004-12-02  Eric Christopher  <echristo@redhat.com>
8204
8205         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8206         * Makefile.in: Regenerate.
8207
8208 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8209
8210         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8211         * configure: Regenerate.
8212
8213 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8214
8215         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8216         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8217         * configure: Regenerate.
8218
8219 2004-12-01  Eric Christopher  <echristo@redhat.com>
8220
8221         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8222         of things to remove.
8223
8224 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
8225
8226         * MAINTAINERS (Write After Approval): Update my e-mail address.
8227
8228 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8229
8230         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8231         from CVS libtool to always pass_all.
8232
8233 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8234
8235         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8236         (hppa*64*-*-*): Delete incorrect comment.
8237         * configure: Rebuilt.
8238
8239 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8240
8241         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8242
8243 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8244
8245         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8246         from CVS libtool to always pass_all.
8247
8248 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8249
8250         * install-sh, compile: Import from automake.
8251
8252 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8253
8254         * config.guess, config.sub:  Import from savannnah.
8255
8256 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8257
8258         * MAINTAINERS (Write After Approval): Add myself
8259
8260 2004-11-12  Mike Stump  <mrs@apple.com>
8261
8262         * Makefile.def: Add html support.
8263         * Makefile.tpl: Likewise.
8264         * Makefile.in: Regenerate.
8265
8266 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
8267
8268         PR 18423
8269         * configure.in: Remove all instances of build-fixincludes from
8270         noconfigdirs.
8271         (build_configargs): Supply --target to subdirectories.
8272         * configure: Regenerate.
8273
8274         * Makefile.def: Make gcc install depend on fixincludes install.
8275         * Makefile.in: Regenerate.
8276
8277 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
8278
8279         * MAINTAINERS: Add myself as gcc testsuite maintainer.
8280
8281 2004-11-11  Paul Brook  <paul@codesourcery.com>
8282
8283         * MAINTAINERS: Add self as arm maintainer.  Update email address.
8284
8285 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8286
8287         * configure.in (noconfigdirs) [mmix-*-*]: Disable
8288         target-libgfortran.
8289         * configure: Regenerate.
8290
8291 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
8292
8293         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8294         like CC.
8295
8296 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8297
8298         * Makefile.def (host fixincludes): Specify missing targets.
8299         * Makefile.in: Regenerate.
8300
8301 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8302
8303         * MAINTAINERS: Add myself
8304
8305 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8306
8307         * MAINTAINERS (Write After Approval): Add myself.
8308
8309 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
8310
8311         * Makefile.def: Build fixincludes for the host, too.
8312         * Makefile.in: Regenerate.
8313         * configure.in (host_tools): Add fixincludes.
8314         * configure: Regenerate.
8315
8316 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
8317
8318         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8319         * configure: Regenerated.
8320
8321 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8322
8323         PR other/17783
8324         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8325         * configure: Regenerated.
8326
8327 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
8328
8329         * README.SCO: Update per FSF instructions.
8330
8331 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8332
8333         PR target/18151
8334         * configure.in (case ${target}): Do not build fixincludes for avr.
8335         * configure: Regenerated.
8336
8337 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8338
8339         * configure.in (case ${target}): Do not build fixincludes
8340         on platforms where it is not used.
8341         * configure: Regenerated.
8342
8343 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
8344
8345         * configure.in: Use an absolute path to install-sh.
8346         * configure: Regenerated.
8347
8348 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8349
8350         * MAINTAINERS (Write After Approval): Add myself.
8351
8352 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8353
8354         * MAINTAINERS: Remove from Write After Approval those that are
8355         already maintainers.
8356
8357 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8358
8359         * MAINTAINERS:  Update my email address.
8360
8361 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8362
8363         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8364         * configure: Regenerate.
8365
8366 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8367
8368         * MAINTAINERS:  Update my email address.
8369
8370 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8371
8372         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8373         entries belonging to this category.
8374
8375 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8376
8377         * MAINTAINERS: Update my e-mail address.
8378
8379 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8380
8381         Fix wrong conflict resolution in:
8382
8383         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8384
8385         * Makefile.in: Regenerate.
8386         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8387         in the recursive `make', instead of hardwiring `all'.
8388         (Autogenerated TARGET-* variables): New.
8389
8390 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8391
8392         * configure.in: Enable target-libgloss for crx-*-*.
8393         * configure: Regenerate.
8394
8395 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8396
8397         * MAINTAINERS (Various Maintainers): Move the "windows,
8398         cygwin, mingw" maintainer to ...
8399         (OS Port Maintainers): ... here.
8400
8401 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8402
8403         * MAINTAINERS (Write After Approval): Remove those that are
8404         maintainers of some subsystem.
8405
8406 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8407
8408         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8409         * ltcf-cxx.sh (tpf*): Likewise.
8410         * ltconfig (tpf*): Add TPF OS configuration support.
8411
8412 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8413
8414         * MAINTAINERS: Change my email address to my new work account.
8415
8416 2004-09-24  Michael Roth  <mroth@nessie.de>
8417
8418         * configure.in (--without-headers): Add missing double quotes.
8419         * configure: Regenerate.
8420
8421 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8422
8423         * ylwrap: Revert to previous version.
8424
8425 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8426
8427         PR bootstrap/17369
8428         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8429         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8430         SET_GCC_LIB_PATH_CMD.
8431         (BASE_TARGET_EXPORTS): Likewise.
8432         * Makefile.in: Regenerated.
8433
8434         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8435         * configure: Regenerated.
8436
8437 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8438
8439         * config.guess: New upstream version
8440         * compile, depcomp, install-sh, ylwrap: Likewise.
8441
8442 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8443
8444         * config/mh-x86omitfp: New host makefile fragment.  Add
8445         -fomit-frame-pointer to the default BOOT_CFLAGS.
8446         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8447         * configure: Regenerate.
8448
8449 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8450
8451         PR target/11572
8452         * configure.in (*-*-darwin*): Renable libobjc.
8453         * configure: Regenerate.
8454
8455 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8456
8457         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8458
8459 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8460
8461         * Makefile.def: Remove libbanshee.
8462         * Makefile.tpl: Ditto.
8463         * configure.in: Ditto.
8464         * Makefile.in: Regen.
8465         * configure: Ditto.
8466
8467 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8468
8469         * ltmain.sh: Use $pic_object as $non_pic_object if
8470         $non_pic_object=none.
8471
8472 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8473
8474         * missing: Import latest version from master repository.
8475
8476 2004-09-06  Nick Clifton  <nickc@redhat.com>
8477
8478         * config.sub: Import latest version from master repository.
8479         * config.guess: Likewise.
8480         This includes these changes:
8481
8482         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8483
8484         * config.sub: Handle crisv32, alias etraxfs.
8485         * config.guess (crisv32:Linux:*:*): Handle.
8486
8487         2004-08-13  Brad Smith  <brad@comstyle.com>
8488
8489         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8490         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8491
8492         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8493
8494         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8495         assume the processor is a powerpc.  This is because coreutils
8496         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8497         in this case, due to a MacOS X bug that causes
8498         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8499         to return a negative number.
8500         Problem reported by Petter Reinholdtsen in:
8501         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8502
8503         2004-07-19  Ben Elliston  <bje@gnu.org>
8504
8505         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8506
8507         2004-06-24  Ben Elliston  <bje@gnu.org>
8508
8509         * config.guess: Update copyright years.
8510         * config.sub: Likewise.
8511
8512         2004-06-22  Robert Millan  <robertmh@gnu.org>
8513
8514         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8515         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8516
8517         2004-06-22  Stanley F. Quayle <stan@stanq.com>
8518
8519         * config.guess (*:*VMS:*:*): New entry. Replaces
8520         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8521         manufacturer.
8522
8523         2004-06-22  Ben Elliston  <bje@gnu.org>
8524
8525         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8526         * config.sub: Likewise.
8527
8528         2004-06-22  Ben Elliston  <bje@gnu.org>
8529
8530         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8531         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8532
8533         2004-06-11  Ben Elliston  <bje@gnu.org>
8534
8535         * config.guess (pegasos:OpenBSD:*:*): Remove.
8536
8537         2004-06-11  Ben Elliston  <bje@gnu.org>
8538
8539         From Wouter Verhelst <wouter@grep.be>:
8540         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8541
8542         2004-06-11  Ben Elliston  <bje@gnu.org>
8543
8544         * config.guess (luna88k:OpenBSD:*:*): New.
8545
8546         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8547
8548         * config.guess (m32r*:Linux:*:*): New case.
8549         * config.sub: Handle m32rle.
8550
8551         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
8552
8553         From Jens Petersen  <petersen@redhat.com>:
8554         * config.sub: Handle sparcv8.
8555
8556         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
8557
8558         From Tom Smith <smith@cag.lkg.hp.com>:
8559         * config.guess: Version suffixes are equally significant on Tru64
8560         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
8561         prefix of "P" (patched kernel).
8562
8563         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
8564
8565         * config.sub: Add support for National Semiconductor CRX target.
8566
8567 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
8568
8569         * MAINTAINERS (Various Maintainers): Remove myself as web page
8570         maintainer, add myself as maintainer of build status lists.
8571
8572 2004-09-03  Jan Beulich  <jbeulich@novell.com>
8573
8574         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8575         *-*-netware, but add target-libmudflap.
8576         Consolidate *-*-netware targets (of which really only i?86 exists)
8577         into a single entry.
8578         * configure: Likewise.
8579
8580 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
8581
8582         * Makefile.tpl (sorry): Remove.
8583         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8584         (cleanstrap targets): Depend on distclean, not distclean-stage1.
8585         (do-clean): Clean per-stage directories too.
8586         (do-distclean): Run distclean-stage1 too.
8587         (.NOTPARALLEL): Enable during toplevel bootstrap.
8588         (stage[+id+]-bubble): Enable parallel execution during
8589         the recursive invocation.
8590         * Makefile.in: Regenerate.
8591
8592         Fix previous checkin:
8593
8594         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8595         include.
8596         * configure.in: Fix indentation.
8597         * configure: Regenerate.
8598
8599 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
8600
8601         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8602         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8603         * configure: regenerate
8604         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8605         -mdynamic-no-pic
8606
8607 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
8608
8609         * Makefile.def (build_modules): Add fixincludes.
8610         (dependencies): Make gcc depend on fixincludes.
8611         * configure.in (build_tools): Add fixincludes.
8612         (build_configdirs): Always include build_libs.
8613         * Makefile.in: Regenerate.
8614         * configure: Regenerate.
8615
8616 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
8617
8618         * Makefile.def (bootstrap stages): Add 'lean' parameter.
8619         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8620         phony targets; do not generate timestamp files.
8621         (distclean-stageN): Remove references to their timestamp files.
8622         (restageN, touch-stageN): Remove.
8623         (stageN-bubble): Rewritten.
8624         (compare): Support lean bootstraps.
8625         * Makefile.in: Regenerate.
8626
8627         * configure.in: Only warn when bootstrapping but
8628         build != host or build != target.  Support lean bootstraps.
8629         * configure: Regenerate.
8630
8631 2004-08-26  Phil Edwards  <phil@codesourcery.com>
8632
8633         * configure.in:  Give a better error message if GMP/MPFR are missing
8634         and a language needing them has been requested.
8635         * configure:  Regenerated.
8636
8637 2004-08-25  Phil Edwards  <phil@codesourcery.com>
8638
8639         * configure.in:  Print a list of available language front-ends if
8640         a requested one is missing.  Tidy stray tab characters.
8641         * configure:  Regenerated.
8642
8643 2004-08-19  Michael Koch  <konqueror@gmx.de>
8644
8645         * gcc/doc/install.texi: Update entry about automake for libjava.
8646
8647 2004-08-17  Robert Millan  <robertmh@gnu.org>
8648
8649         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8650         (instead of FreeBSD).
8651         * configure: Regenerate.
8652
8653 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8654
8655         * Makefile.in: Regenerate.
8656         * configure: Regenerate.
8657
8658         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8659         stage_*_flags.
8660         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8661         for bootstrapped modules if toplevel bootstrap is going.
8662         (GCC bootstrap): Generate per-stage targets for all bootstrapped
8663         modules.  Adjust for changes in Makefile.def.  Enable several
8664         rules even in non-bootstrap mode, just to avoid peppering the
8665         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8666         (stage-[+prev+]-bubble): Remove.
8667
8668         * Makefile.def (Dependencies): Depend on all-build-bison,
8669         all-build-flex, all-build-byacc, all-build-texinfo, rather
8670         than the host variations.
8671         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
8672         with BUILD_SUBDIR.
8673         (BISON): Update for recent Bisons.
8674         (YACC): Fix typo.
8675         (cross): Depend on all-build.
8676         (all): Do not depend on all-build.
8677         (prebootstrap): Remove.
8678         (dep-kind): Accept separate prefixes for MODULE and ON variables.
8679         (Prebootstrap dependencies): Add them to the per-stage targets
8680         and to all-prebootstrap.
8681         * configure.in (build_configdirs): Always enable build_tools.
8682         (BUILD_DIR_PREFIX): Remove.
8683
8684         * Makefile.def (gcc): Add target variable.
8685         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8686         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8687         in the recursive `make', instead of hardwiring `all'.
8688         (Autogenerated TARGET-* variables): New.
8689
8690 2004-08-13  Brian Booth  <bbooth@redhat.com>
8691
8692         * MAINTAINERS: Remove myself from write-after-approval.
8693
8694 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8695
8696         * src-release: Stop distributing mmalloc with gdb (which doesn't
8697         use it).
8698         * Makefile.def: GDB doesn't depend on mmalloc anymore.
8699         * Makefile.in: Regenerate.
8700
8701 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
8702
8703         * configure.in (arm*-*-eabi*): New target.
8704         * configure: Regenerate.
8705
8706 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
8707
8708         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8709         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8710         (Dependencies): New section.
8711         * Makefile.tpl (Dependencies): Generate from Makefile.def.
8712         (configure-target-[+module+]): Depend on maybe-all-gcc
8713         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
8714         (toplevel profiledbootstrap): Fix dependencies.
8715         * Makefile.in: Regenerate.
8716
8717 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
8718
8719         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8720         target-libiberty to noconfigdirs.
8721         * configure: Regenerate.
8722
8723 2004-08-03  Paul Brook  <paul@codesourcery.com>
8724
8725         * configure.in: Check for MPFR as well as GMP.
8726         * configure: Regenerate.
8727
8728 2004-08-01  Robert Millan  <robertmh@gnu.org>
8729
8730         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8731         libmudflap for all GNU-based systems (with Glibc).
8732         * configure: Regenerate.
8733
8734 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
8735
8736         * Makefile.def (host-modules): Add gcc.
8737         * Makefile.in: Regenerate.
8738         * Makefile.tpl (sorry): New rule.
8739         (configure-host, all-host, [+make_target+]-host, do-check,
8740         install-host): Do not add gcc as a special case.
8741         (host modules): Add a small special-casing for gcc.  Export
8742         extra_make_flags through the environment.
8743         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8744         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8745         other recursive targets for gcc): Remove.
8746
8747         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8748         (stage, unstage): New rules.
8749         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8750         distclean-stage[+id+]): Use stage_current.
8751         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8752         the stage*-start rules.
8753
8754 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
8755
8756         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8757         use -all_load flag.
8758
8759 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
8760
8761         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8762         * configure: Regenerate.
8763
8764 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
8765
8766         * maintainer-scripts/gcc_release: Revert yesterday's change.
8767
8768 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
8769
8770         * MAINTAINERS: Add myself to write-after-approval.
8771
8772 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8773
8774         * libf2c: Removed.
8775         * gcc/gccbug.in: Updated because of libf2c removal.
8776         * maintainer-scripts/gcc_release: Ditto.
8777
8778 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
8779
8780         * configure.in: Build libmudflap by default on FreeBSD.
8781         * configure: Regenerated.
8782
8783 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
8784
8785         * configure.in: Do not build libmudflap by default on non-GNU/Linux
8786         systems.
8787         * configure: Regenerated.
8788
8789 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8790
8791         PR target/16344
8792         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8793         feedback based compiler.
8794         * Makefile.in: Rebuilt.
8795
8796 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
8797
8798         * Makefile.def (host_modules): Set bootstrap=true for flex.
8799         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8800         * Makefile.in: Rebuilt.
8801
8802 2004-07-07  Jan Hubicka  <jh@suse.cz>
8803
8804         * MAINTAINERS: Add self as a profile feedback maintainer.
8805
8806 2004-07-05  Phil Edwards  <phil@codesourcery.com>
8807
8808         * configure.in:  Do not prepend $srcdir to /dev/null in
8809         makefile fragments.
8810         * configure:  Regenerate.
8811
8812 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
8813
8814         * Makefile.def (build_modules): Add bison, byacc, flex,
8815         m4, texinfo.
8816         (flags_to_pass): Add FLEX.
8817         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8818         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8819         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8820         DEFAULT_MAKEINFO): Remove.
8821         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8822         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8823         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8824         objdir or else use configured tool.
8825         (all-build): New.
8826         (all): Depend on it.
8827         (Build module dependencies): Add.
8828         * Makefile.in: Regenerate.
8829         * configure.in: Better support for multiple build modules,
8830         matching what is done for host/target modules.  Do not look
8831         for "plausible" locations of build tools if Canadian cross.
8832         Use autoconf's AC_PROG_CC to find a C compiler.  Define
8833         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
8834         * configure: Regenerate.
8835
8836 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8837
8838         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8839         * Makefile.in: Regenerate.
8840
8841 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8842
8843         * Makefile.tpl (configure-build-[+module+],
8844         configure-[+module+], configure-target-[+module+]): Pass
8845         [+extra_configure_args+].
8846         (all-build-[+module+], all-[+module+], check-[+module+],
8847         install-[+module+], [+make_target+]-[+module+],
8848         all-target-[+module+], check-target-[+module+],
8849         install-target-[+module+], [+make_target+]-target-[+module+]):
8850         Pass [+extra_make_args+].
8851         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8852         (GCC_HOST_EXPORTS): Remove.
8853         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8854         cross, check-gcc, check-gcc-c++, install-gcc,
8855         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8856         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8857         * Makefile.in: Regenerate.
8858
8859 2004-06-21  Matthew Sachs  <msachs@apple.com>
8860
8861         * MAINTAINERS: Added self to write-after-approval.
8862
8863 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
8864
8865         * configure.in: Check for srcdir/winsup rather than build directory
8866         winsup.
8867         * configure: Regenerate.
8868
8869 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
8870
8871         * configure.in: Don't build Cygwin native newlib if winsup
8872         directory is missing.  Emit warning instead.
8873         * configure: Regenerate.
8874
8875 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
8876
8877         * Makefile.tpl (touch-stage[+id+]): New.
8878         (restage[+prev+]): Depend on touch-stage[+id+].
8879
8880         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8881         Use it throughout.
8882
8883         * Makefile.def: Add profile and feedback bootstrap stages.
8884         Remove next field from bootstrap stages.
8885         * Makefile.tpl (LN, LN_S): Substitute.
8886         (stageN-start, stageN-end): Use double-colon rules, to
8887         provide a hook for additional setup commands.
8888         (distclean-stageN-gcc, restageN): Create dependencies from
8889         [+prev+], not from [+next+].
8890         (stageN-bubble): Add commands for successive stages from
8891         [+prev+], using double-colon rules.
8892         (all-stageN-gcc): Fix typo.
8893         (stagefeedback-start, profiledbootstrap): New.
8894         * Makefile.in: Regenerate.
8895         * configure.in: Call ACX_PROG_LN.
8896         * configure: Regenerate.
8897
8898 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
8899
8900         * MAINTAINERS (Write After Approval): Add myself.
8901
8902 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
8903
8904         * MAINTAINERS (Write After Approval): Add myself.
8905
8906 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
8907
8908         * configure.in: Fix --enable-bootstrap breakage introduced in trees
8909         without gcc.
8910         * configure: Regenerate.
8911
8912 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8913
8914         * Makefile.tpl: Fix typo.
8915         * Makefile.in: Regenerate.
8916
8917 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8918
8919         * configure.in: Remove new- prefix from toplevel
8920         bootstrap targets.
8921         * configure: Regenerate.
8922
8923 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8924
8925         * Makefile.tpl (all.normal): Rename to all.
8926         (all): Replace with a rule to pick the default
8927         target from configure.
8928         (all-gcc, configure-gcc): Use conditionals to
8929         do nothing when toplevel bootstrap is going on.
8930         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8931         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8932         * configure.in: Support --enable-bootstrap.
8933
8934         * Makefile.def: Remove new- prefix from toplevel
8935         bootstrap targets.
8936         * Makefile.tpl: Likewise.
8937
8938         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
8939         target.
8940
8941         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8942         $(RECURSE_FLAGS) to recursive invocation of make.
8943
8944         * Makefile.in: Regenerate.
8945         * configure: Regenerate.
8946
8947 2004-05-30  Andreas Jaeger  <aj@suse.de>
8948             Jim Wilson  <wilson@specifixinc.com>
8949
8950         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8951         like CC.
8952
8953 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
8954
8955         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8956         * configure: Regenerate.
8957
8958 2004-05-25  Daniel Jacobowitz  <drow@false.org>
8959
8960         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8961         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8962         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
8963         targets.
8964         * Makefile.in: Regenerate.
8965
8966 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
8967
8968         * configure.in: Test the ability to symlink directories.
8969         * configure: Regenerate.
8970
8971         * Makefile.def (bootstrap-stage): New definitions.
8972         * Makefile.tpl (configure-stage1-gcc,
8973         configure-stage2-gcc, configure-stage3-gcc,
8974         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8975         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8976         new-restage3, compare): Autogenerate, see Makefile.in
8977         entry for behavioral changes.
8978         (distclean-stage1, new-stage1-start, new-stage1-end,
8979         new-stage1-bubble, distclean-stage2, new-stage2-start,
8980         new-stage2-end, new-stage2-bubble, distclean-stage3,
8981         new-stage3-start, new-stage3-end): New autogenerated targets.
8982         (objext, prebootstrap, BOOT_CFLAGS,
8983         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8984         targets.
8985
8986         * Makefile.in: Regenerate.
8987         (distclean-stage1, new-stage1-start, new-stage1-end,
8988         new-stage1-bubble, distclean-stage2, new-stage2-start,
8989         new-stage2-end, new-stage2-bubble, distclean-stage3,
8990         new-stage3-start, new-stage3-end): New targets.
8991         (all-stage1-gcc): Move prebootstrap dependency from here...
8992         (configure-stage1-gcc): ...to here.
8993         (new-bootstrap): Use bubble targets.
8994         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8995         Use per-stage distclean targets.
8996         (configure-stage1-gcc, configure-stage2-gcc,
8997         configure-stage3-gcc, all-stage1-gcc,
8998         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8999         Use new-stageN-start to prepare the tree.
9000
9001 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
9002
9003         * Makefile.def (host_modules): add libcpp.
9004         * Makefile.tpl: Add dependencies on and for libcpp.
9005         * Makefile.in: Regenerate.
9006         * configure.in: Add libcpp host module.
9007         * configure: Regenerate.
9008
9009 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9010
9011         * Makefile.tpl: Whenever a recursive target is defined, wrap
9012         it in a special @if/@endif block, and prepare its maybe
9013         dependency in the @if/@endif block
9014         * configure.in: Instead of writing maybe dependencies, remove
9015         the @if/@endif statements, and remove the @if/@endif blocks
9016         that remain.
9017         * configure: Regenerate.
9018         * Makefile.in: Regenerate.
9019
9020 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
9021
9022         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9023
9024 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9025
9026         PR bootstrap/15120
9027         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9028         * */configure: Rebuilt.
9029
9030 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
9031
9032         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9033         of libf2c.
9034         * configure, Makefile.in: Regenerate.
9035
9036 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9037
9038         * MAINTAINERS (Write After Approval): Add myself.
9039
9040 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
9041
9042         Merge from tree-ssa-20020619-branch.
9043
9044         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9045         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9046         (HOST_GMPLIBS): Define.
9047         (HOST_GMPINC): Define.
9048         (TARGET_LIB_PATH): Add libmudflap.
9049         (GFORTRAN_FOR_TARGET): Define.
9050         (configure-build*): Export GFORTRAN.
9051         (configure-gcc): Export GMPLIBS and GMPINC.
9052         (all-gcc): Add maybe-all-libbanshee.
9053         (configure-target-libgfortran): Define.
9054         * Makefile.in: Regenerate.
9055         * configure.in (host_libs): Add libbanshee.
9056         (target_libraries): Add target-libmudflap and target-libgfortran.
9057         Add --with-libbanshee.
9058         Handle --disable-libmudflap.
9059         (*-*-freebsd*): Use with_gmp.
9060         Add $(libgcj) to noconfigdirs.
9061         * configure: Regenerate.
9062         * depcomp: New file.
9063         * MAINTAINERS: Add tree-ssa maintainers.
9064
9065 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
9066
9067         * MAINTAINERS (Various Maintainers): Add myself.
9068
9069 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9070
9071         * MAINTAINERS (Write After Approval): Add myself.
9072
9073 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
9074
9075         * MAINTAINERS (Write After Approval): Add myself.
9076
9077 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
9078
9079         * config/acx.m4: Fix fastcompare support for new-bootstrap.
9080         * configure: Regenerate.
9081
9082 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
9083
9084         Revert:
9085         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9086
9087         * Makefile.def (flags_to_pass): Remove *dir variables that
9088         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9089         as well as prefix and exec_prefix.
9090         * Makefile.in: Regenerate.
9091
9092 2004-04-26  Robert Millan  <robertmh@gnu.org>
9093
9094         Add patches from libtool CVS.
9095         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9096         * ltconfig: Likewise.
9097         * ltcf-c.sh: Likewise.
9098         * ltcf-cxx.sh: Likewise.
9099         * ltcf-gcj.sh: Likewise.
9100
9101 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9102
9103         * Makefile.def (host_modules): Mark with the bootstrap
9104         flag packages on which gcc depends.
9105         * Makefile.tpl (all-bootstrap): Use it.
9106         * Makefile.in: Regenerate.
9107
9108 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9109
9110         * Makefile.def (flags_to_pass): Remove *dir variables that
9111         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9112         as well as prefix and exec_prefix.
9113         * Makefile.in: Regenerate.
9114
9115 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9116
9117         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9118         * configure: Regenerate.
9119         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9120         * gcc/Makefile.tpl (compare): Use the result of the test.
9121         * gcc/Makefile.in: Regenerate.
9122
9123 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9124
9125         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9126         Always relocate gcc and prev-gcc to the original names, even
9127         if the build fails.
9128         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9129         New targets.
9130
9131 2004-04-23  Laurent GUERBY <laurent@guerby.net>
9132
9133         * MAINTAINERS: Update my email address.
9134
9135 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9136
9137         * configure.in (mips*-*-irix5*): Enable ld.
9138         * configure: Regenerate.
9139
9140 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9141
9142         * configure: Regenerate.
9143
9144 2004-04-15  James E Wilson  <wilson@specifixinc.com>
9145
9146         * Makefile.tpl (configure-[+module+], configure-gcc,
9147         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9148         Set and export LDFLAGS.
9149         * Makefile.in: Regenerate.
9150
9151 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9152
9153         * MAINTAINERS: Add myself to write-after-approval.
9154
9155 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9156
9157         PR bootstrap/14871
9158         * Makefile.tpl: If we don't have built-in-tree target tools,
9159         use the ones found by configure rather than hacking around with
9160         program_transform_name.
9161         * configure.in: Give Makefile.tpl the information necessary
9162         to do that.
9163         * Makefile.in: Regenerate.
9164         * configure: Regenerate.
9165
9166 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9167
9168         PR bootstrap/14760
9169         * configure.in: When computing baseargs, strip *all* copies of
9170         offending options.  Also, don't match/substitute the trailing space,
9171         so that this actually works when two similar options are separated by
9172         only one space.
9173         * configure: Regenerate.
9174
9175 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
9176
9177         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9178         (rs6000-*-aix*): Same.
9179         * configure: Regenerate.
9180
9181 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9182
9183         * MAINTAINERS: Add myself to write-after-approval.
9184
9185 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
9186
9187         * MAINTAINERS: Add myself to write-after-approval.
9188
9189 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9190
9191         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9192         STRICT_WARN, WARN_CFLAGS flags passed down to make.
9193         * Makefile.in: Regenerate.
9194
9195         * configure.in (top level bootstrap support): Rework --enable-werror
9196         to set @stage2_werror_flag@.
9197         * configure: Regenerate.
9198         * Makefile.tpl (top level bootstrap support): Pass
9199         @stage2_werror_flag@ down to configure in stages 2 and 3.
9200         * Makefile.in: Regenerate.
9201
9202 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9203
9204         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9205         for stages 2 and 3 as well as in make.  As a consequence, remove
9206         OUTPUT_OPTION (now detected by configure) from the flags passed down
9207         to make.
9208         * Makefile.in: Regenerate.
9209
9210         * Makefile.tpl (new-bootstrap): Fix typo.
9211         * Makefile.in: Regenerate.
9212
9213 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9214
9215         * Makefile.tpl: Rearrange by moving recursive_targets rules
9216         into their proper sections.
9217         * Makefile.tpl (top level bootstrap support): Move disabling
9218         of coverage flags from 'make' to 'configure'; improve comments.
9219         * Makefile.in: Regenerate.
9220
9221         * Makefile.tpl (experimental top level bootstrap) Move stage1
9222         language setting from all- target to configure- target; disable
9223         intermodule optimization in stage 1; prevent gratuitous rebuilds
9224         of stage 1.
9225         * Makefile.in: Regenerate.
9226         * configure.in: Comma-separate stage 1 language list for top
9227         level bootstrap.
9228         * configure: Regenerate.
9229
9230         * Makefile.tpl: Clean up experimental top level bootstrap support:
9231         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9232         prev-gcc in configure- targets as well as all- targets.
9233         * Makefile.in: Regenerate.
9234
9235 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9236
9237         * compile: New file imported from automake.
9238
9239 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9240
9241         * configure.in: Remove symbolic link section.
9242         * configure: Regenerate.
9243         * Makefile.tpl (links): Remove.
9244         * Makefile.in: Regenerate.
9245
9246 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9247             Nathanael Nerode  <neroden@gcc.gnu.org>
9248
9249         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9250         Set with AC_CHECK_PROGS.
9251         * configure.in: Fix comment typo from last patch.
9252         * configure: Regenerate.
9253
9254 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9255
9256         * Makefile.tpl: Introduce experimental top level bootstrap support.
9257         * Makefile.in: Regenerate.
9258         * configure.in: Introduce support for top level bootstrap.
9259         * configure: Regenerate.
9260
9261 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9262             Paolo Bonzini  <bonzini@gnu.org>
9263
9264         PR bootstrap/14522
9265         * configure.in: Cope with shells that do not support unquoted ^
9266         * configure: Regenerate.
9267
9268 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9269             Paolo Bonzini  <bonzini@gnu.org>
9270
9271         PR bootstrap/14522
9272         * configure.in: Cope with shells that do not support nesting
9273         quotes inside quoted backquote substitutions.
9274         * configure: Regenerate.
9275
9276 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9277
9278         PR bootstrap/14522
9279         * configure.in: Fix escaping of $.
9280         * configure: Regenerate.
9281
9282 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9283
9284         * configure: Regenerate, since I forgot to while committing Paolo's
9285         changes.
9286
9287 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9288
9289         PR ada/14131
9290         Move language detection to the top level.
9291         * configure.in: Find default values for the tools as
9292         soon as possible.  Disable ada if GNAT is not found.
9293         Emit error message about missing languages.  Expand
9294         --enable-languages=all for the gcc subdirectory.
9295
9296 2004-03-10  Ben Elliston  <bje@gnu.org>
9297
9298         * MAINTAINERS: Update my email address.
9299
9300 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
9301
9302         * ltconfig: Disable building static libraries if building shared
9303         libraries on AIX 5L.
9304
9305 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9306
9307         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9308         and disable libgcj.
9309         * configure: Regenerated.
9310
9311 2004-03-01  Brian Booth  <bbooth@redhat.com>
9312
9313         * MAINTAINERS: Add myself to write-after-approval.
9314
9315 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9316
9317         * MAINTAINERS: Add myself to write-after-approval.
9318
9319 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9320
9321         PR bootstrap/7087
9322         * Makefile.tpl: Guard XFOO sed statements better.
9323         * Makefile.tpl: Add dependency for configure-target-libada.
9324         * Makefile.in: Regenerate (incidentally fixes broken
9325         commit when libada-branch was merged).
9326
9327 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9328
9329         * MAINTAINERS: Add myself to write-after-approval.
9330
9331 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9332
9333         * MAINTAINERS: Add Nicola Pero and myself as libobjc
9334         maintainers.
9335
9336 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9337
9338         * config.guess: Update from version 2003-10-16 to 2004-02-16.
9339         * config.sub: Update from version 2003-11-03 to 2004-02-16.
9340
9341 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9342
9343         PR bootstrap/11932
9344         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9345
9346 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9347
9348         * MAINTAINERS: Added myself to write-after-approval.
9349
9350 2004-02-14  Michael Koch  <konqueror@gmx.de>
9351
9352         * MAINTAINERS: Added myself to write-after-approval.
9353
9354 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9355
9356         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9357         some OS port maintainers to OS port maintainers section.
9358
9359 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9360
9361         * MAINTAINERS: Add self.
9362
9363 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9364
9365         * MAINTAINERS: Alphabetize.
9366
9367 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9368
9369         * MAINTAINERS: Remove myself.
9370
9371 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9372
9373         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9374         (rs6000-*-aix*): Same.
9375         * configure: Regenerate.
9376
9377 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9378
9379         * configure.in (host): Add in missing $noconfigdirs to defines.
9380         * configure: Regenerate.
9381
9382 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9383             Nathanael Nerode  <neroden@gcc.gnu.org>
9384
9385         PR ada/6637, PR ada/5911
9386         Merge with libada-branch:
9387         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9388         with appropriate dependencies. Add --enable-libada configure switch.
9389         * configure, Makefile.in: Regenerate.
9390
9391 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9392
9393         * MAINTAINERS: Add myself to write-after-approval.
9394
9395 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9396
9397         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9398         * configure: Regenerate.
9399
9400 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9401
9402         Merge from upstream:
9403
9404         * ltmain.in: When setting IFS to '~', be careful about user
9405         arguments that contain '~'.
9406
9407         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9408
9409         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9410         Also test $base_compile against $CC with escaped arguments. Bug
9411         reported by Geoff Keating <geoffk@apple.com>.
9412
9413 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9414
9415         * MAINTAINERS: Remove i960 port.
9416
9417 2004-01-23  DJ Delorie  <dj@redhat.com>
9418
9419         * Makefile.def (target_modules) [libiberty]: Don't stage.
9420         * Makefile.in: Rebuilt.
9421
9422 2004-01-20  Caroline Tice  <ctice@apple.com>
9423
9424         * MAINTAINERS: Add myself to write-after-approval.
9425
9426 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9427
9428         * MAINTAINERS: Update my email address.
9429
9430 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9431
9432         * MAINTAINERS: Add myself to write-after-approval.
9433
9434 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9435
9436         * MAINTAINERS: Remove entries without email address.
9437
9438 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9439
9440         * MAINTAINERS: Add myself to write-after-approval.
9441
9442 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9443
9444         * MAINTAINERS: Update my email address.
9445
9446 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9447
9448         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9449         * Makefile.tpl (configure-target-[+module+]): Support stage.
9450         * Makefile.in: Rebuilt.
9451
9452 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9453
9454         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9455
9456 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9457
9458         * MAINTAINERS: Add myself as a MIPS maintainer.
9459
9460 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9461
9462         * configure.in: Use ./config.cache, not config.cache.
9463         * configure: Regenerate.
9464         * Makefile.tpl: Special-casing not needed for GCC any more.
9465         * Makefile.in: Regenerate.
9466
9467         * configure.in: Don't share a cache file for host dirs.
9468         * configure: Regenerate.
9469
9470         * config-ml.in: Don't mess with the cache file.
9471
9472 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9473
9474         * MAINTAINERS: Move myself from 'Write After Approval' to
9475         'CPU Port Maintainers' section as SPARC maintainer.
9476
9477 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9478
9479         * Makefile.tpl: Make GCC use a separate config.cache.
9480         * Makefile.in: Regenerate.
9481
9482         PR bootstrap/11932, PR bootstrap/11933
9483         (I don't know if it will fix either of them, but it relates
9484         to them.)
9485         * configure.in: Don't use shared config.cache for target
9486         directories.
9487         * configure: Regenerate.
9488
9489 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
9490
9491         * MAINTAINERS: Add myself to 'Write After Approval' section.
9492
9493 2003-12-31  Roger Sayle  <roger@eyesopen.com>
9494
9495         * configure.in (ia64*-*-hpux*): Disable building java libraries.
9496         * configure: Regenerated.
9497
9498 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
9499
9500         * MAINTAINERS: Remove the mn10200 maintainer.
9501
9502 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
9503
9504         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9505         * configure: Regenerated.
9506
9507 2003-12-16  Jan Hubicka  <jh@suse.cz>
9508
9509         * MAINTAINERS: Add myself as callgraph maintainer.
9510
9511 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
9512
9513         * configure.in (raw_libstdcxx_flags): Remove the leading space.
9514         * configure: Regenerate.
9515
9516 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9517
9518         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9519         'Write After Approval' section. Update email.
9520
9521 2003-12-01  James Lemke  <jim@wasabisystems.com>
9522
9523         * MAINTAINERS (Write After Approval): Add myself.
9524
9525 2003-11-20  Matt Thomas  <matt@3am-software.com>
9526
9527         * MAINTAINERS: Add myself as a vax port maintainer.
9528
9529 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
9530
9531         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9532         (configure-build-[+module+], configure-[+module+]): Likewise.
9533         (configure-target-[+module+], configure-gcc, config.status): Likewise.
9534         * Makefile.in: Regenerate.
9535
9536 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9537
9538         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9539         shared/dylibed libraries.
9540         * ltmain.sh: Likewise.
9541         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9542         * ltcf-cxx.sh: Likewise.
9543         * ltcf-gcj.sh: Likewise.
9544         * ltconfig: Likewise.
9545
9546 2003-11-17  Stan Cox  <scox@redhat.com>
9547
9548         * MAINTAINERS: Add myself as iq2000 port maintainer.
9549
9550 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9551
9552         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9553         * Makefile.in: Regenerate.
9554
9555 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
9556
9557         * config.sub: Update to 2003-11-03 version.
9558
9559 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9560
9561         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
9562         * configure:  Regenerate.
9563
9564 2003-10-20  Nicolas Pitre  <nico@cam.org>
9565
9566         * MAINTAINERS: Add myself to 'Write After Approval' section.
9567
9568 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
9569
9570         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9571
9572 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
9573
9574         * MAINTAINERS: Update my email address.
9575
9576 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9577
9578         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9579
9580 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
9581
9582         * MAINTAINERS: Add myself to 'Write After Approval' section.
9583
9584 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
9585
9586         * config.guess: Update to 2003-10-16 version.
9587         * config.sub: Update to 2003-10-16 version.
9588
9589 2003-10-15  David Daney  <ddaney@avtrex.com>
9590
9591         * MAINTAINERS: Added myself to 'Write After Approval' section.
9592
9593 2003-10-15  Falk Hueffner  <falk@debian.org>
9594
9595         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9596         'Write After Approval' section. Update email.
9597
9598 2003-10-14  Roger Sayle  <roger@eyesopen.com>
9599
9600         * MAINTAINERS: Move myself from 'Write After Approval' to
9601         'Various Maintainers' section as middle-end maintainer.
9602
9603 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9604
9605         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9606         HOST_FLAGS_TO_PASS.
9607         * Makefile.in: Regenerate.
9608
9609 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
9610
9611         * config.guess: Update to 2003-10-07 version.
9612         * config.sub: Update to 2003-10-07 version.
9613
9614 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9615
9616         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9617         * ltconfig (irix5*, irix6*): Don't override version_type.
9618
9619 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
9620
9621         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9622         * configure: Rebuilt
9623         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9624         * Makefile.in: Rebuilt
9625
9626 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9627
9628         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9629
9630 2003-09-30  Carlo Wood  <carlo@alinoe.com>
9631
9632         * MAINTAINERS (Write After Approval): Add myself.
9633
9634 2003-09-29  Paul Koning  <ni1d@arrl.net>
9635
9636         * MAINTAINERS: Move myself from "Write After Approval"
9637         to CPU platform maintainers for pdp11 platform.
9638
9639 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
9640
9641         * MAINTAINERS: Move myself from 'Write After Approval' to
9642         'Various Maintainers' section as libffi testsuite maintainer.
9643
9644 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
9645
9646         * configure.in: Pass a computed --program-transform-name
9647         to subconfigures.
9648         * configure: Regenerated.
9649
9650 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9651
9652         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9653         * Makefile.in: Regenerate.
9654
9655         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9656         * Makefile.in: Regenerate.
9657
9658 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
9659
9660         * MAINTAINERS: Move myself from 'Write After Approval'
9661         to 'Various Maintainers' (objective-c) section.
9662
9663 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
9664
9665         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9666         quoting.
9667         * configure: Regenerated.
9668
9669 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
9670
9671         * MAINTAINERS (Write After Approval): Add myself to write after
9672         approval list.
9673
9674 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
9675
9676         * MAINTAINERS (Write After Approval): Add myself.
9677
9678 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
9679
9680         * MAINTAINERS: Update my e-mail address.
9681
9682 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
9683
9684         * libtool.m4 (LD): Correct powerpc64 host match.
9685
9686 2003-09-06  James E Wilson  <wilson@tuliptree.org>
9687
9688         * MAINTAINTERS: Update my affiliation and email address.
9689
9690 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9691
9692         * MAINTAINERS (Write After Approval): Add myself.
9693
9694 2003-09-04  DJ Delorie  <dj@redhat.com>
9695
9696         * configure: Regenerate.
9697
9698 2003-09-04  Robert Millan  <robertmh@gnu.org>
9699
9700         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9701
9702 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9703
9704         * configure.in: Ensure arguments to sed are properly spaced.
9705         * configure: Regenerate.
9706
9707 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
9708
9709         * MAINTAINERS: Update my e-mail address.
9710
9711 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
9712
9713         * MAINTAINERS (Write After Approval): Add myself.
9714
9715 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
9716
9717         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9718         * configure: Regenerated.
9719
9720 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9721
9722         * MAINTAINERS: Update my email address.
9723
9724 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
9725
9726         * configure.in:  Use newline instead of semicolon when assuming
9727         shell arguments in a for loop.
9728         * configure:  Regenerated.
9729
9730 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9731
9732         * MAINTAINERS: Resurrect the i860 maintainer.
9733
9734 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
9735
9736         PR 8180
9737         * configure.in: When testing with_libs and with_headers, treat
9738         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
9739         * configure: Regenerate.
9740
9741         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9742         make, shell, etc.
9743         (baseargs): Likewise.
9744         * configure: Regenerate.
9745
9746 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
9747
9748         * MAINTAINERS (Write After Approval): Add myself.
9749
9750 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9751
9752         * configure.in: Disable libgcj for darwin not on powerpc.
9753         * configure: Rebuild.
9754
9755 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
9756
9757         * config-ml.in, symlink-tree: Add license.
9758
9759 2003-08-03  Richard Stallman  <rms@gnu.org>
9760             Eben Moglen  <moglen@columbia.edu>
9761
9762         * README.SCO: New file.
9763
9764 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
9765
9766         * Makefile.tpl (check, check-c++): Express dependencies using
9767         dependencies rather than commands.
9768         * Makefile.in: Regenerate.
9769
9770 2003-08-01  Andrew Cagney  <cagney@redhat.com>
9771
9772         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9773         * configure: Ditto.
9774
9775 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
9776
9777         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9778         * Makefile.in: Update.
9779
9780 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
9781
9782         * configure.in: Enable libgcj for darwin.
9783         * configure: Rebuild.
9784
9785 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
9786
9787         * config-ml.in:  Use ac_configure_args directly instead of
9788         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
9789         actually seen.
9790
9791 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9792
9793         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9794         creating target and build subdirs to build all parent dirs as needed.
9795         * Makefile.in: Rebuild.
9796         * configure.in: Don't build dirs explicitly here.
9797         * configure: Rebuild.
9798
9799 2003-07-26  Paul Brook  <paul@nowt.org>
9800
9801         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9802
9803 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
9804
9805         * Makefile.tpl (all-make): Depend on intl.
9806         * Makefile.in: Rebuilt.
9807
9808 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
9809
9810         * install-sh:  Update to newer upstream versions (associated with
9811         aclocal 1.7).
9812         * mkinstalldirs:  Likewise.
9813         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
9814
9815 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
9816
9817         * MAINTAINERS: Move self from Bug database only accounts
9818         to write-after-approval.
9819
9820 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9821
9822         * config.if: Remove unused libc_interface determination.
9823
9824 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9825
9826         * MAINTAINERS: Move self from write-after-approval to
9827         build machinery (*.in).
9828
9829 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9830
9831         PR bootstrap/11273
9832         PR bootstrap/11408
9833         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
9834         unused INSTALL_PROGRAM_ARGS.
9835         * configure.in: Use AC_PROG_INSTALL.
9836         * Makefile.in: Regenerate.
9837         * configure: Regenerate.
9838
9839 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9840
9841         * MAINTAINERS: Alphabetize.
9842
9843 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9844
9845         * configure: Rebuilt.
9846         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9847         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9848         newlib nor libgloss.
9849         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
9850         * configure.in (am33_2.0-*-linux*): Added.
9851
9852 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
9853
9854         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9855         * configure: Regenerate.
9856
9857 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
9858
9859         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9860         * Makefile.in: Regenerate.
9861
9862 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9863
9864         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9865         * Makefile.in: Regenerate.
9866
9867 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
9868
9869         * Makefile.tpl: Replace PWD with PWD_COMMAND.
9870         * Makefile.in: Regenerated.
9871
9872         * config-ml.in: Replace PWD with PWD_COMMAND.
9873
9874 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9875
9876         * intl: New directory; see intl/ChangeLog for details.
9877         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9878         * Makefile.tpl: all-gcc depends on maybe-all-intl.
9879         * Makefile.in: Regenerate.
9880
9881 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9882
9883         * configure.in: Clean up config-lang.in handling.  Delete
9884         useless assignment to "subdirs".
9885         * configure: Regenerate.
9886
9887 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9888
9889         * configure.in: Rename 'target_libs' to 'target_libraries'.
9890         Remove useless reference to 'target_libs'.
9891         * configure: Regenerate.
9892
9893 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
9894
9895         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9896         * Makefile.in: Regenerate.
9897
9898 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9899
9900         * Makefile.def: Introduce flags_to_pass.
9901         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9902         * Makefile.in: Regenerate.
9903
9904 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
9905
9906         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9907         and target-libgloss.
9908         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9909         <h8300*-*-*>: Disable libf2c and ${libgcj}.
9910         * configure: Regenerate.
9911
9912 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9913
9914         * configure.in: Update testsuite_flags to new location.
9915         * configure. Regenerate.
9916
9917 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9918
9919         * Makefile.tpl: Remove BUILD_CC stuff.
9920         * Makefile.in: Regenerate.
9921
9922 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9923
9924         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9925
9926 2003-06-16  Graeme Peterson  <gp@qnx.com>
9927
9928         * MAINTAINERS (Write After Approval): Add myself.
9929
9930 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9931
9932         * config.guess: Update to 2003-06-12 version.
9933         * config.sub: Update to 2003-06-13 version.
9934
9935 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
9936
9937         * config.guess: Update to 2003-06-06 version.
9938         * config.sub: Update to 2003-06-06 version.
9939
9940 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9941
9942         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9943         * configure. Regenerate.
9944
9945 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9946
9947         * configure.in: Disable serial configure by default.
9948         * configure: Regenerate.
9949         * Makefile.tpl: Abolish .NOTPARALLEL.
9950         * Makefile.in: Regenerate.
9951
9952         * Makefile.tpl: Replace {build,host,target}_canonical by
9953         {build,host,target}.
9954         * Makefile.in: Regenerate.
9955
9956         * Makefile.tpl: Fix stupid pasto.
9957         * Makefile.in: Regenerate.
9958
9959 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9960
9961         * Makefile.tpl: Remove bogus conditional.
9962         * Makefile.in: Regenerate.
9963
9964 2003-06-05  Jan Hubicka  <jh@suse.cz>
9965
9966         * Makefile.tpl (profiledbootstrap): New target.
9967         * Makefile.in (profiledbootstrap): New target.
9968
9969 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
9970
9971         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9972         Pinski. Remove user names from other bugzilla-only maintainers.
9973
9974 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9975
9976         * Makefile.tpl: Make 'recursive targets' using autogen rather
9977         than shell loop.  Remove duplicate 'clean' targets and false
9978         comments.
9979         * Makefile.def: Add systematic dependencies to 'recursive' targets.
9980         Add systematic method of specifying missing targets in subdirs.
9981         Add copyright boilerplate.
9982         * Makefile.in: Regenerate.
9983         * configure.in: Add 'recursive targets' to maybe list.
9984         * configure: Regenerate.
9985
9986         * MAINTAINERS: "GNATS only" -> "Bug database only".
9987
9988         * Makefile.tpl: Rename [+target+] to [+make_target+].
9989         * Makefile.def: Rename 'target' to 'make_target'.
9990
9991 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
9992
9993         * MAINTAINERS: Add self as options handling maintainer.
9994
9995 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
9996
9997         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9998         been too long since I touched those ports.
9999
10000 2003-05-28  DJ Delorie  <dj@redhat.com>
10001
10002         * Makefile.tpl: Make maybe-check-gcc .PHONY.
10003         * Makefile.in: Regenerate.
10004
10005 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10006
10007         * configure.in: Use curly braces in the definition of tooldir.
10008         * configure: Regenerate.
10009
10010 2003-05-21  DJ Delorie  <dj@redhat.com>
10011
10012         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10013         newlib or libgloss.
10014         * Makefile.in: Regenerate.
10015
10016 2003-05-21  DJ Delorie  <dj@redhat.com>
10017
10018         * Makefile.tpl: Add missing empty maybe-check-gcc target.
10019         * Makefile.in: Regenerate.
10020
10021 2003-05-20  Ian Lance Taylor  <ian@airs.com>
10022
10023         * MAINTAINERS: Update my e-mail address.
10024
10025 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10026
10027         * configure.in: Switch more things to use maybe dependencies.
10028         * Makefile.tpl: Switch more things to use maybe dependencies.
10029         Factor out common code from autogen IF statements.
10030         * configure: Regenerate.
10031         * Makefile.in: Regenerate.
10032
10033 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10034
10035         * configure.in: Accept i[3456789]86 for machine type.
10036         * configure: Regenerate.
10037
10038 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10039
10040         * configure.in: Switch more things to use maybe dependencies.
10041         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10042         * configure: Regenerate.
10043         * Makefile.tpl: Switch more things to use maybe dependencies.
10044         * Makefile.in: Regenerate.
10045
10046 2003-05-16  Andreas Schwab  <schwab@suse.de>
10047
10048         * Makefile.tpl (install-opcodes): Define.
10049         * Makefile.in: Rebuild.
10050
10051 2003-05-13  Andreas Jaeger  <aj@suse.de>
10052
10053         * config.guess: Update to 2003-05-09 version.
10054         * config.sub: Update to 2003-05-09 version.
10055
10056 2003-05-13  Michael Eager  <eager@mvista.com>
10057
10058         * configure.in: Correct sed script so that options in quotes are not
10059         deleted.
10060         * configure: Rebuild.
10061
10062 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
10063
10064         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10065         and $$s/newlib/libc/sys/cygwin32 include paths.
10066         * configure: Ditto.
10067
10068 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
10069
10070         * MAINTAINERS: Update my email addresses.
10071
10072 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10073
10074         * config-ml.in: Propagate INSTALL variables.
10075
10076 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10077
10078         * MAINTAINERS: Remove duplicate entries in Write After Approval.
10079
10080 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
10081
10082         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10083         * Makefile.in: Regenerate.
10084
10085 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10086
10087         * MAINTAINERS (GNATS only): Add Falk Hueffner.
10088
10089 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10090
10091         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10092
10093 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10094
10095         * Makefile.tpl: Clean $(BUILD_SUBDIR).
10096         * Makefile.in: Regenerated.
10097
10098 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10099
10100         * MAINTAINERS (Write After Approval): Upgrade myself from
10101         GNATS only to write-after-approval. Update my mail address.
10102
10103 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10104
10105         (OS Port Maintainers: freebsd): Add myself.
10106
10107 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10108
10109         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10110
10111 2003-04-22  Kean Johnston  <jkj@sco.com>
10112
10113         * MAINTAINERS (SCO ports): Added myself.
10114
10115 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10116
10117         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10118
10119 2003-04-19  Kean Johnston  <jkj@sco.com>
10120
10121         * MAINTAINERS (Write After Approval): Add myself.
10122
10123 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10124
10125         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10126         * Makefile.in: Regenerate.
10127
10128 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
10129
10130         * configure.in (powerpc64*-*-linux*): Remove.
10131         * configure: Rebuilt.
10132
10133 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10134
10135         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10136         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10137         and restrap.
10138         * Makefile.in:  Regenerate.
10139
10140 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10141
10142         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10143         * configure: Regenerated.
10144
10145 2003-04-15  DJ Delorie  <dj@redhat.com>
10146
10147         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10148
10149 2003-04-13  Nick Clifton  <nickc@redhat.com>
10150
10151         * config-ml.in: Remove support for --disable-aix removing
10152         call-aix multilibs.
10153
10154 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10155
10156         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10157         * */configure: Rebuilt.
10158
10159 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
10160
10161         * MAINTAINERS: Add my email address.
10162
10163 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10164
10165         * MAINTAINERS (Write After Approval): Add myself.
10166
10167 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10168
10169         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10170         * Makefile.in: Regenerate.
10171
10172 2003-03-14  Michael Chastain  <mec@shout.net>
10173
10174         * Makefile.in: Regenerate with correct Makefile.def.
10175
10176 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10177
10178         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10179         Make macro.
10180         * Makefile.in: Regenerate.
10181         * configure.in: Clean up gxx_include_dir logic.
10182         * configure: Regenerate.
10183
10184 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10185
10186         * MAINTAINERS (Write After Approval): Add myself.
10187
10188 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
10189
10190         * MAINTAINERS: Update my mail address.
10191
10192 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10193
10194         * configure.in (gxx_include_dir): Fix typo.
10195         * configure: Regenerated.
10196
10197 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10198
10199         * Makefile.tpl: Reindent.
10200         * Makefile.in: Regenerate.
10201         * configure.in: Reindent.  Don't set unused variables.
10202         * configure: Regenerate.
10203
10204 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10205
10206         * configure.in: Include $(build_tooldir)/sys-include in
10207         FLAGS_FOR_TARGET.
10208         * configure: Regenerated.
10209
10210 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10211
10212         * Makefile.tpl: Always pass down RANLIB.
10213         * Makefile.in: Regenerate.
10214
10215         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10216         * Makefile.in: Regenerate.
10217         * configure.in: Remove unused logic relating to --enable-shared
10218         and --enable-threads.  Remove bogus comments.  Remove redundant
10219         noconfigdirs.
10220         * configure: Regenerate.
10221
10222         * configure.in: Replace ${libstdcxx_version} by its value.
10223         Remove reference to mh-dgux.
10224         * configure: Regenerate.
10225
10226 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
10227
10228         * MAINTAINERS (Write After Approval): Add myself.
10229
10230 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10231
10232         * Makefile.tpl: Rearrange.
10233         * Makefile.in: Regenerate.
10234
10235 2003-02-25  Uwe Stieber  <uwe@wwws.de>
10236
10237         * configure.in: Add support for kaOS as cross build target system.
10238         * configure: Regenerated.
10239
10240 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10241
10242         * MAINTAINERS (Write after approval): Add myself.
10243
10244 2003-02-21  James E Wilson  <wilson@tuliptree.org>
10245
10246         * MAINTAINERS: Update my email address.
10247
10248 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10249
10250         * MAINTAINERS: Add self to blanket write privs. section.
10251
10252 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10253
10254         * Makefile.tpl: Add definition of CPPFLAGS to pass into
10255         configure-target-* as some target builds may require additional
10256         flags for preprocessor tests.
10257         * Makefile.in: Regenerated.
10258
10259 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10260
10261         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10262         * ltconfig: Handle it.
10263         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10264         auto-detecting it.
10265
10266         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10267         it is used as argument to $CC.
10268         * ltcf-gcj.sh: Likewise.
10269
10270         * configure.in: Introduce --enable-maintainer-mode.
10271         * configure: Rebuilt.
10272         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10273         for maintainer mode.
10274         * Makefile.in: Rebuilt.
10275
10276 2003-02-18  Jason Merrill  <jason@redhat.com>
10277
10278         * Makefile.tpl (check-c++): Allow parallelism.
10279
10280 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10281
10282         * MAINTAINERS: Remove John Carr (who never actually had access to
10283         gcc.gnu.org).
10284
10285 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
10286
10287         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10288         don't configure target-libobjc.
10289         * configure: Regenerate.
10290
10291 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10292
10293         * Makefile.tpl (RANLIB): Define.
10294         * Makefile.in: Regenerate.
10295
10296 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10297
10298         * MAINTAINERS: Update my email.
10299
10300 2003-02-06  Keith R Seitz  <keiths@redhat.com>
10301
10302         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10303         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10304         * Makefile.in: Regenerated.
10305         * configure.in: Remove all traces of snavigator, db, and grep.
10306         * configure: Regenerated.
10307
10308 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10309
10310         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10311         After Approval.
10312
10313 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10314
10315         * MAINTAINERS (Write after approval): Add myself.
10316
10317 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10318
10319         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10320         * Makefile.in: Regenerated.
10321
10322 2003-01-30  Roger Sayle  <roger@eyesopen.com>
10323
10324         * config.guess: Updated to 2003-01-30's version.
10325         * config.sub: Updated to 2003-01-28's version.
10326
10327 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10328
10329         * config.if: If gcc_version is already set, just use it.  Don't set
10330         gcc_version_trigger if it's already set, otherwise set it to
10331         gcc/version.c, but only if the file exists.  If it is not set and
10332         gcc/version.c does not exist, try to extract the version number from
10333         $CC.
10334
10335 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10336
10337         * MAINTAINERS: Add myself to write-after-approval list.
10338
10339 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10340
10341         * configure.in:  Revert 24Jan change.
10342         * configure:  Regenerate.
10343
10344 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10345
10346         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10347         entry of HJ Lu.
10348
10349 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10350
10351         * configure.in: Revert previous change.
10352         * configure: Regenerate.
10353
10354 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10355
10356         * configure.in: Make rda native-only.
10357         * configure: Regenerate.
10358
10359 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10360
10361         * MAINTAINERS: Move myself from GNATS-only-accounts to
10362         write-after-approval.
10363
10364 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10365
10366         * configure.in: Add missing \.
10367         * configure: Rebuilt.
10368
10369 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10370
10371         * configure.in (baseargs): Avoid using \| in sed regular
10372         expressions.
10373         * configure: Rebuilt.
10374
10375 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10376
10377         * configure.in (baseargs): Remove all supported forms of
10378         --cache-file, --srcdir, --host, --build and --target options
10379         from argument lists.
10380         * configure: Rebuilt.
10381
10382 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10383
10384         * MAINTAINERS: Add myself to write-after-approval list.
10385
10386 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10387
10388         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10389         * configure: Rebuilt.
10390
10391 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10392
10393         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10394         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10395         * Makefile.in: Regenerate.
10396         * configure: Regenerate.
10397
10398 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10399
10400         * configure.in: Remove Makefile in build, host and target modules
10401         unless configure was run with --no-recursion.
10402         * configure: Rebuilt.
10403
10404 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10405
10406         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10407         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10408         * Makefile.in: Regenerate.
10409
10410 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10411
10412         * config.guess: Update to 2003-01-03 version.
10413         * config.sub: Update to 2003-01-03 version.
10414
10415 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10416
10417         * configure: Regenerate with proper autoconf 2.13.
10418
10419 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10420
10421         * configure.in: Add AC_PREREQ for consistency.
10422         * configure: Regenerate.
10423
10424 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10425
10426         * configure.in (GDB_TK): Add tcl directories conditional on
10427         gdb/gdbtk directory being present.
10428         * configure: Regenerate.
10429
10430 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10431
10432         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10433         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10434         * configure: Rebuilt.
10435
10436 2002-12-31  Tom Tromey  <tromey@redhat.com>
10437
10438         * Makefile.in: Rebuilt.
10439         * Makefile.def (target_modules) [libffi]: Allow installation.
10440
10441 2002-12-31  Andreas Schwab  <schwab@suse.de>
10442
10443         * configure.in: Fix use of $program_transform_name.
10444         * configure: Regenerated.
10445
10446 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10447
10448         * configure.in (baseargs): Don't remove first configure argument.
10449         * configure: Regenerated.
10450
10451 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10452
10453         * Makefile.tpl (local-distclean): Don't remove...
10454         (multilib.ts): ... this.  Moved into...
10455         (multilib.out): ... this.  Don't use sub-make.
10456         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10457         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10458         (configure-build-[+module+], configure-[+module+],
10459         configure-target-[+module+], configure-gcc): ... these.  Test
10460         for Makefile existence.  Drop config.status from dependencies.
10461         * Makefile.in: Rebuilt.
10462         * configure.in: Move gcc-version-trigger to the end of
10463         ac_configure_args.  Add comments to maybedep.tmp and
10464         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10465         nonopt from baseargs, matching and removing corresponding
10466         whitespace while at it.
10467         * configure: Rebuilt.
10468
10469 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10470
10471         * configure.in (host_configargs): Replace reference to
10472         no-longer-defined buildopts with --build=${build_alias}.
10473         * configure: Rebuilt.
10474
10475         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10476         program_transform_name to standard idiom.
10477         (AUTOGEN, AUTOCONF): Define.
10478         (Makefile.in): Use $(AUTOGEN).
10479         (Makefile): Depend on config.status, and use autoconf-style rule to
10480         build it.  Move original commands to...
10481         (config.status): ... this new target.
10482         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10483         $(AUTOCONF).
10484         * Makefile.in: Rebuilt.
10485
10486 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10487
10488         * Makefile.tpl: Fix dramatic bustage due to change in
10489         program_transform_name.
10490         * Makefile.in: Regenerate.
10491
10492         * configure.in: Remove unnecessary PATH setting.
10493         * configure: Regnerate.
10494
10495         * configure.in: Don't default to unprefixed tools unless
10496         the native tools will work.
10497         * configure: Regenerate.
10498
10499         * configure.in: Convert to autoconf script.  Blow away lots
10500         of now-redundant Makefile fragments.
10501         * configure: Generate using Autoconf.
10502         * Makefile.tpl: Rewrite to reflect autoconfiscation.
10503         * Makefile.in: Regenerate.
10504
10505 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10506
10507         * configure: Fix stupid bug where RANLIB was mistakenly included.
10508
10509         * configure.in: Rename (buildargs, hostargs, targargs) to
10510         (build_configargs, host_configargs, target_configargs).
10511
10512         * configure.in: Move logic out of sed statement.
10513
10514         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
10515         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10516
10517 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
10518
10519         * config.sub: Import from master repository
10520         * config.guess: Ditto
10521
10522 2002-12-24  Andreas Schwab  <schwab@suse.de>
10523
10524         * Makefile.tpl (multilib.out): Fix missing space.
10525         * Makefile.in: Regenerate.
10526
10527 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10528
10529         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
10530         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
10531         * Makefile.in: Regenerate.
10532         * configure.in: Remove unnecessary leftovers.
10533
10534 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
10535
10536         * configure.in (extra_ranlibflags_for_target): New variable.
10537         (*-*-darwin): Add -c to ranlib commands.
10538         * configure (tooldir): Handle extra_ranlibflags_for_target.
10539
10540 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10541
10542         * Makefile.tpl: Revert HJL's change.
10543         * Makefile.in: Regenerated.
10544         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10545         always.
10546
10547 2002-12-19  Andreas Schwab  <schwab@suse.de>
10548
10549         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10550         * Makefile.in: Regenerate.
10551
10552 2002-12-18  H.J. Lu  <hjl@gnu.org>
10553
10554         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10555         * Makefile.in: Regenerated.
10556
10557         * configure.in (build_prefix): New. Substitute.
10558
10559 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10560
10561         * Makefile.tpl: Don't let real targets depend on phony targets.
10562         * Makefile.in: Regenerate.
10563
10564         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10565         * Makefile.in: Regenerate.
10566
10567 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
10568
10569         * config.sub: Import from master repository
10570         * config.guess: Ditto
10571
10572 2002-12-16  Jason Merrill  <jason@redhat.com>
10573
10574         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10575         previous 'make bootstrap'.
10576         * Makefile.in: Regenerate.
10577
10578 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
10579
10580         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10581
10582 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10583
10584         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10585         * Makefile.in: Regenerate.
10586
10587 2002-12-13  Jason Merrill  <jason@redhat.com>
10588
10589         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
10590         library tests.
10591         (check-c++): Just depend on it and check-target-libstdc++-v3.
10592         * Makefile.in: Regenerate.
10593
10594 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10595
10596         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10597         * Makefile.in: Rebuilt.
10598
10599 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10600
10601         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10602
10603 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10604
10605         * configure: Fix bug put in by gremlins.
10606
10607         * Makefile.tpl: Substitute more autoconfily.
10608         * configure: Substitute more autoconfily.
10609         * Makefile.in: Regenerate.
10610
10611 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
10612
10613         * config.sub: Import from master repository
10614         * config.guess: Ditto
10615         * MAINTAINERS: Added Svein Seldal under write after approval
10616
10617 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
10618
10619         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10620         * Makefile.in (all-sim): Ditto.
10621
10622 2002-12-06  DJ Delorie  <dj@redhat.com>
10623
10624         * Makefile.tpl: Change configure dependencies to not have real
10625         targets depend on phony targets.
10626
10627 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
10628
10629         * configure.in: Revert unintentional change.
10630
10631         * Makefile.tpl: Change dependency for */multilib.out so that
10632         it works when gcc isn't in the tree.
10633
10634         * configure.in: Substitute more.
10635         * configure: Run subconfigures from the Makefile.
10636         * Makefile.tpl: Run subconfigures from the Makefile; add a few
10637         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
10638
10639 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10640
10641         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10642
10643 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10644
10645         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10646         and corresponding dependencies.
10647         * Makefile.in: Regenerate.
10648
10649         * configure.in (host_tools): Order binutils, gas and ld for
10650         convenience in running the testsuites.
10651
10652         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10653         * Makefile.in: Regenerate.
10654         * configure.in: Introduce rules to serialize subconfigure runs.
10655
10656         * configure.in: Introduce BASE_CC_FOR_TARGET.
10657         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
10658         Realize configure-build-* targets.  Realize configure-target-* targets.
10659         * Makefile.in: Regenerate.
10660
10661 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10662
10663         * configure: Move gcc_version_trigger stuff from here...
10664         * configure.in: ...to here.
10665
10666         * configure.in: Separate subconfigure options added by this file from
10667         options given by the user.  Add machinery to put args for host
10668         subconfigures into the Makefile.
10669
10670         * Makefile.tpl: Remove 'vault' targets.
10671         * Makefile.tpl: Reorder and comment dependencies.
10672         * Makefile.in: Regenerate.
10673
10674 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10675         * configure.in: Fix my broken commit of previous patch. (sigh)
10676
10677 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10678
10679         * configure.in: Move host-specific darwin noconfigdirs into
10680         the host-specific section.
10681
10682 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10683
10684         * configure.in: Move host-specific darwin noconfigdirs into
10685         the host-specific section.
10686
10687 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10688
10689         * configure: Remove skip-this-dir support.
10690         * Makefile.tpl: Remove skip-this-dir support.
10691
10692         * Makefile.tpl: Remove leftover support for non-autoconfiscated
10693         subdirectories.
10694         * Makefile.in: Regenerate.
10695
10696         * Makefile.tpl: Strip out useless setting of 'dir'.
10697         * Makefile.in: Regenerate.
10698
10699 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10700
10701         * configure.in: Fix deeply stupid bug.
10702
10703         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10704         shell code in CXX_FOR_TARGET
10705         * Makefile.def: Introduce raw_cxx.
10706         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10707         RAW_CXX_FOR_TARGET.
10708         * Makefile.in: Regenerate.
10709
10710 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
10711
10712         * Makefile.tpl: Remove unnecessary ifs.
10713         * Makefile.in: Regenerate.
10714
10715         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
10716         dependencies.  Maybe-ize build-libiberty.  Create dummy install
10717         targets for 'no_install' modules.
10718         * configure: Move GDB_TK substitution to configure.in.  Move
10719         build_modules stuff to configure.in.
10720         * configure.in: Implement soft dependency machinery.  Maybe-ize
10721         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
10722         * Makefile.in: Regenerate.
10723
10724 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10725
10726         * Makefile.tpl: Make all-target, install-target behave similarly
10727         to all, install (only hitting configured targets).  Eliminate
10728         unused macro defintions.
10729
10730         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10731         build != host.
10732
10733         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10734
10735         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10736
10737         * configure.in: Produce lists of subdir targets we're actually
10738         configuring.  Remove references to "dosrel".
10739         * Makefile.tpl: Let configure set which subdir targets are hit.
10740         Remove install-cross; clean up install; remove ALL.  Remove
10741         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
10742         Autogenerate host module targets.  Remove empty dependency lines
10743         and redundant dependency; rearrange slightly.
10744         * Makefile.def: Add host-side libtermcap, utils.
10745
10746         * Makefile.in: Regenerate.
10747
10748 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10749
10750         * ltconfig (osf[345]): Append $major to soname_spec.
10751         Reflect this in library_names_spec.
10752         * ltmain.sh (osf): Prefix $major with . for use as extension.
10753
10754 2002-11-19  Andreas Jaeger  <aj@suse.de>
10755
10756         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10757         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10758         and sparc64 GNU/Linux systems.
10759
10760 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
10761
10762         * MAINTAINERS: Update email.
10763
10764 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10765
10766         * MAINTAINERS: Complete James Dennett's entry.
10767
10768 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10769
10770         * MAINTAINERS (Write After Approval): Add myself.
10771
10772 2002-11-13  Bruce Korb  <bkorb@gnu.org>
10773
10774         * Makefile.tpl: syntactic cleanup
10775
10776 2002-11-13  Stuart Hastings  <stuart@apple.com>
10777
10778         * MAINTAINERS: Add myself to write-after-approval list.
10779
10780 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10781
10782         * Makefile.def: Add list of recursive targets to autogenerate.
10783         Add build_modules.
10784         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
10785         targets.  Autogenerate *-build-* targets.
10786         * Makefile.in: Regenerate.
10787
10788 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10789
10790         * configure: More autoconf-style substitutions.
10791         * Makefile.tpl: More autoconf-style substitutions.
10792         * Makefile.in: Regenerate.
10793
10794 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10795
10796         * configure: Substitute more variables in a more autoconf-friendly
10797         way.  Simplify slightly.
10798         * Makefile.tpl: Make more variables substitutable in an
10799         autoconf-friendly way.
10800         * Makefile.in: Regenerate.
10801
10802 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
10803
10804         * MAINTAINERS (Write After Approval): Add myself.
10805
10806 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10807
10808         * configure.in (v810*): Remove special setting of tools.
10809
10810         * configure: Add support for extra required flags for ar or nm.
10811         * configure.in (aix4.3+): Use above support for target-specific
10812         issues, rather than using config/mt-aix43.
10813
10814 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10815
10816         * configure: Remove 'removing', which doesn't work.  Replace $subdir
10817         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
10818         with $srcdir.  Reformat indentation.  Substitute some variables
10819         formerly hard-coded in the Makefile for build=host.
10820         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10821         * Makefile.def: Autogenerate more.
10822         * Makefile.in: Regenerate.
10823
10824 2002-11-04  Adam Nemet  <anemet@lnxw.com>
10825
10826         * MAINTAINERS (Write After Approval): Add myself.
10827
10828 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
10829
10830         * Makefile.def (host_modules): Add rda.
10831         * Makefile.in: Regenerate.
10832         * configure.in (target_tool): Add target-rda to list.
10833
10834 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10835
10836         * MAINTAINERS: Remove "co-maintainer" note for web pages.
10837
10838 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
10839
10840         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
10841         and restrap targets to this rule.
10842         * Makefile.in:  Regenerate.
10843
10844 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10845
10846         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10847         GNATS only accounts.
10848
10849 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
10850
10851         * configure.in (i[3456]86-*-linux*): Add check to disable
10852         ${libgcj} for glibc1.
10853
10854 2002-10-24  Denis Chertykov  <denisc@overta.ru>
10855
10856         * MAINTAINERS: Add myself as ip2k port maintainer.
10857
10858 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
10859
10860         * configure.in: Add tic4x target.
10861
10862 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10863
10864         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10865         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10866         * Makefile.in: Regenerate.
10867
10868         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10869         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10870         * Makefile.in: Regenerate.
10871
10872 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
10873
10874         * MAINTAINERS: Add myself as web pages co-maintainer.
10875
10876 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10877
10878         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10879         * Makefile.in: Regenerate.
10880
10881 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
10882
10883         * MAINTAINERS: Add myself and Nathan Sidwell
10884         <nathan@codesourcery.com> as VxWorks maintainers.
10885
10886 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10887
10888         * Makefile.def: Remove order dependency comments.
10889         * Makefile.tpl: Add explicit install-install dependencies.
10890         * Makefile.in: Regenerate.
10891
10892         * Makefile.tpl: Remove material now in src-release.  (Finally!)
10893         * Makefile.in: Regenerate.
10894
10895         * Makefile.tpl: Add configure-target (for src-release in src)
10896         * Makefile.in: Regenerate.
10897
10898 2002-09-30  Nick Clifton  <nickc@redhat.com>
10899
10900         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10901
10902 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
10903
10904         * configure.in (s390*-*-linux*): Enable libgcj.
10905
10906 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
10907
10908         * configure: Revert accidentally applied changes.
10909
10910         * Makefile.tpl: Make more autoconf-friendly.
10911         * Makefile.in: Regenerate.
10912         * configure: Make substitution more autoconf-like.
10913
10914 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
10915
10916         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10917         single entry to handle all these.
10918         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
10919         libjava on arm-*-elf.
10920
10921 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
10922
10923         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10924         things that depend on them.
10925
10926 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10927
10928         * Makefile.tpl: Make subsituted variables more autoconfy.
10929         * Makefile.in: Regenerate.
10930         * configure: Make seds more autoconfy.
10931
10932 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10933
10934         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10935         * Makefile.in: Regenerate.
10936         * configure.in: Rewrite sed statements to look autoconfy.
10937
10938         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10939         all-target-foo on configure-target-foo.
10940         * Makefile.def: Ditto.
10941         * Makefile.in: Rebuild.
10942
10943 2002-09-25  Andrew Haley  <aph@redhat.com>
10944
10945         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10946
10947 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10948
10949         * Makefile.def: New file.
10950         * Makefile.tpl: New file.
10951         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10952         * contrib/gcc_update: Note that Makefile.in is a generated file.
10953
10954         * configure.in: Minor rearrangement.  Simplify tests.
10955
10956 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
10957
10958         * configure.in (with_headers): Skip copy if value is "yes".
10959         (with_libs): Likewise.
10960
10961 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10962
10963         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10964         * configure.in (sh*-*-pe*): Ditto.
10965         * configure.in (mips*-*-pe*): Ditto.
10966         * configure.in (*arm-wince-pe): Ditto.
10967
10968         * configure.in: Rearrange.
10969
10970 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
10971
10972         * MAINTAINERS: Update my email address.
10973
10974 2002-08-30  Paul Koning  <pkoning@equallogic.com>
10975
10976         * MAINTAINERS: (Write After Approval): Add myself.
10977
10978 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
10979
10980         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10981
10982 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10983
10984         * MAINTAINERS: Change my mailing address.
10985
10986 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
10987
10988         * MAINTAINERS (Write After Approval): Remove myself.
10989         (Various Maintainers: c++ runtime libs): Add myself.
10990
10991 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
10992
10993         * MAINTAINERS (Write After Approval): Remove myself.
10994         (Various Maintainers: c++ runtime libs): Add myself.
10995
10996 2002-08-15  Eric Christopher  <echristo@redhat.com>
10997
10998         * config.sub: Import from master repository.
10999         * config.guess: Ditto.
11000
11001 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
11002
11003         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11004         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11005         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11006
11007 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
11008
11009         * MAINTAINERS: Add self to rs6000 vector extensions.
11010
11011 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11012
11013         * libiberty/configure: Reverted unintended yesterday's check in.
11014
11015 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11016
11017         * boehm-gc/configure, libf2c/configure: Rebuilt.
11018         * libffi/configure, libiberty/configure: Ditto.
11019         * libjava/configure, libobjc/configure: Ditto.
11020         * libstdc++-v3/configure, zlib/configure: Ditto.
11021         Merged from binutils:
11022         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11023         From Steve Ellcey <sje@cup.hp.com>:
11024         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11025         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11026         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11027         IA64.
11028         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11029         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11030         soname_spec, sys_lib_search_path_spec): Ditto.
11031
11032 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11033
11034         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11035
11036 2002-08-04  H.J. Lu  (hjl@gnu.org)
11037
11038         * configure.in (mips*-*-linux*): Don't skip target-libffi.
11039
11040 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
11041
11042         * MAINTAINERS (Write After Approval): Add myself.
11043
11044 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
11045
11046         * configure.in: Move generic linux case to end.  Copy generic
11047         linux noconfigdirs to mips*-*-linux* entry and new
11048         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11049
11050 2002-07-19  Michael Matz  <matz@suse.de>
11051
11052         * MAINTAINERS: Add myself as ra* maintainer.
11053
11054 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
11055
11056         * config.guess: Update to 2002-07-09 version.
11057         * config.sub: Update to 2002-07-03 version.
11058
11059 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
11060
11061         * MAINTAINERS: Fix typo in a maintainer email address.
11062
11063 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11064
11065         * configure.in: Remove two redundant tests.
11066
11067 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11068
11069         * configure.in (mips*-*-irix6*o32): Enable stabs.
11070
11071 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
11072
11073         * configure.in: Don't build grez.
11074         * Makefile.in: Ditto.
11075
11076         * Makefile.in: Remove references to bsp, cygmon, libstub.
11077         * configure.in: Ditto.
11078
11079         * configure.in: Remove leftover reference to gdbtest.
11080
11081 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
11082
11083         * configure.in (gxx_include_dir):  Change to match versioned
11084         C++ headers if --enable-version-specific-runtime-libs is used.
11085
11086 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
11087
11088         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11089
11090 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11091
11092         * configure.in: Make --without-x work.
11093
11094 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11095
11096         * configure.in: Rearrange target Makefile fragment collection.
11097
11098         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11099         cvs[src].
11100         * configure.in: Ditto.
11101
11102 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11103
11104         * MAINTAINERS (Write After Approval): Update my e-mail address.
11105
11106 2002-06-24  Ben Elliston  <bje@redhat.com>
11107
11108         * configure.in (host_tools): Remove cgen.
11109
11110         * Makefile.in (all-cgen): Remove; runs from its source directory.
11111         (check-cgen, install-cgen, clean-cgen): Likewise.
11112         (all-opcodes): Do not depend on all-cgen.
11113         (all-sim): Likewise.
11114
11115 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11116
11117         * Makefile.in: Eliminate 'apache' targets.
11118         * configure.in: Eliminate 'apache' targets.
11119
11120         * configure.in: Eliminate redundant tests.  Reorganize.
11121
11122         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11123
11124         * config-ml.in: Eliminate references to Cygnus configure.
11125
11126         * Makefile.in: Eliminate references to building emacs.
11127
11128 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
11129
11130         * MAINTAINERS: Update my email address.
11131
11132 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11133
11134         * config.if (libstdcxx_incdir): Version C++ headers.
11135         (cxx_incdir): Remove.
11136
11137 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11138
11139         * MAINTAINERS (Write After Approval): Add self.
11140
11141 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11142
11143         * configure.in: Add support for ip2k.
11144
11145 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11146
11147         * configure.in: Fix AIX configury bug.
11148
11149 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
11150
11151         * MAINTAINERS (Write After Approval): Add self.
11152
11153 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11154
11155         * configure.in: replace ${topsrcdir} with ${srcdir}
11156
11157         * configure.in: Move definition of libstdcxx_flags
11158         right above usage, rather than waaay earlier.
11159
11160         * configure.in: Pull definition of is_cross_compiler earlier.
11161
11162         * configure.in: Rearrange a little.
11163
11164         * configure.in: Remove references to librx.
11165         * Makefile.in: Remove references to librx.
11166
11167 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11168
11169         * config.sub: Add support for avr target.
11170         Import from master sources, rev 1.255
11171
11172 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11173
11174         * configure, .cvsignore:  Revert previous change...
11175         * Makefile:  ...delete.
11176
11177 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11178
11179         * configure.in: Eliminate ${gasdir} variable.
11180
11181 2002-06-18  Dave Brolley  <brolley@redhat.com>
11182
11183         * configure.in: Add support for frv.
11184         * config.sub: Add support for frv.
11185
11186 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11187
11188         * configure:  Remove garbage from previous commit.
11189
11190 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11191
11192         * configure:  For in-source builds, make a subdir and re-exec there.
11193         * Makefile:  New file.  Pass targets through to build directory.
11194         * .cvsignore:  No longer ignore "Makefile".
11195
11196 2002-06-16  Douglas Rupp  <rupp@gnat.com>
11197
11198         * MAINTAINERS (Write After Approval): Add self.
11199
11200 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11201
11202         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11203
11204 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11205
11206         * configure.in (vax-*-netbsd*): Re-enable gas.
11207
11208 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11209
11210         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11211         BUILD_PREFIX_1, to correct nomenclature.
11212         * configure: Likewise.
11213
11214         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11215         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11216
11217 2002-05-31  Olaf Hering  <olh@suse.de>
11218
11219         * config-ml.in: Propogate DESTDIR also.
11220
11221 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11222
11223         * configure.in (vax-*-netbsd*): Don't build gas for this
11224         platform.
11225
11226 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11227
11228         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11229         and libgcj for AVR.
11230
11231 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11232
11233         * MAINTAINERS (Write After Approval): Add myself.
11234
11235 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11236
11237         * config.guess: Update to 2002-05-22 version.
11238         * config.sub: Likewise.
11239
11240 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11241
11242         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11243         * config-ml.in: Likewise.
11244         * configure: Likewise.
11245         * configure.in: Likewise.
11246
11247 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11248
11249         * MAINTAINERS: Update my email address.
11250
11251 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11252
11253         * configure.in: Simplify makefile fragment collection.
11254
11255         * configure.in: Remove code to build emacs.
11256
11257         * configure.in : Remove --srcdir argument from targargs and buildargs
11258         (it's always overridden in the Makefile anyway).  Rearrange a bit.
11259
11260         * configure: Move some logic to configure.in.
11261         * configure.in: Move some logic from configure.
11262
11263 2002-05-11  Tom Tromey  <tromey@redhat.com>
11264
11265         * MAINTAINERS: Reflect libgcj reality.
11266
11267 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11268
11269         * Makefile.in: Honour DESTDIR.
11270
11271 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
11272
11273         * config.guess: Import 2002-03-20 version.
11274         * config.sub: Import 2002-04-26 version.
11275
11276 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11277
11278         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11279
11280 2002-05-07  Tim Josling  <tej@melbpc.org.au>
11281
11282         * MAINTAINERS: Add self.
11283
11284 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11285
11286         * ltmain.sh: Detect and handle object name conflicts
11287         while piecewise linking a static library.
11288
11289 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11290
11291         * configure.in (noconfigdirs): Don't disable libgcj on
11292         sparc64-*-solaris* and sparcv9-*-solaris*.
11293
11294 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11295
11296         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11297
11298 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11299
11300         * configure.in (FLAGS_FOR_TARGET): Do not add
11301         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11302         on i[3456]86-*-linux*.
11303
11304 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11305
11306         * configure.in (noconfigdirs): Replace [ ] with test.
11307
11308         * configure.in (noconfigdirs): Do not add target-newlib if
11309         target == i[3456]86-*-linux*, and host == target.
11310
11311 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11312
11313         * configure.in: delete reference to absent file
11314
11315         * configure.in: replace '[' with 'test'
11316
11317         * configure.in: Eliminate references to gash.
11318         * Makefile.in: Eliminate references to gash.
11319
11320         * configure.in: remove useless references to 'pic' makefile fragments.
11321
11322         * configure.in: (*-*-windows*) Finish removing.
11323
11324         * configure.in: Eliminate redundant test for libgui.
11325
11326 2002-04-29  Roger Sayle  <roger@eyesopen.com>
11327
11328         * MAINTAINERS: Add self and realphabetize.  Update entries
11329         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11330         entry for a29k port maintainer.
11331
11332 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
11333
11334         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11335         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11336
11337 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11338
11339         * configure.in: remove references to dead files
11340
11341 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11342
11343         * MAINTAINERS: Add information about purpose of this file.
11344
11345 2002-04-18  Tom Tromey  <tromey@redhat.com>
11346
11347         * configure.in: Disallow configuring libgcj when it is already
11348         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11349         Solaris 2.8 by default.  For PR libgcj/6158.
11350
11351 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11352
11353         * configure.in:  Move default CC setting out of config/mh-* fragments
11354         directly into here.
11355
11356 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11357
11358         * configure.in: don't even try to configure or make a subdirectory
11359         if there's no configure script for it.
11360
11361 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11362
11363         * MAINTAINERS: Remove chill maintainers.
11364         * Makefile.in (CHILLFLAGS): Remove.
11365         (CHILL_LIB): Remove.
11366         (TARGET_CONFIGDIRS): Remove libchill.
11367         (CHILL_FOR_TARGET): Remove.
11368         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11369         CHILL_LIB.
11370         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11371         (CHECK_TARGET_MODULES): Likewise.
11372         (INSTALL_TARGET_MODULES): Likewise.
11373         (CLEAN_TARGET_MODULES): Likewise.
11374         (configure-target-libchill): Remove.
11375         (all-target-libchill): Remove.
11376         * configure.in (target_libs): Remove target-libchill.
11377         Do not compute CHILL_FOR_TARGET.
11378         * libchill: Remove directory.
11379
11380 2002-04-11  DJ Delorie  <dj@redhat.com>
11381
11382         * Makefile.in, configure.in: Sync with binutils, entries
11383         follow...
11384
11385 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11386
11387         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11388         (do-tar, do-bz2): New rules.
11389         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11390         (gdb-tar): New rule.
11391         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11392         (insight_dejagnu.tar): New rule.
11393         (insight.tar): New rule.
11394         (gdb+dejagnu.tar): New rule.
11395         (gdb.tar): New rule.
11396
11397 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11398
11399         * Makefile.in: Add all-tix to deps for all-snavigator
11400         so that tix is built when building snavigator.
11401
11402 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11403
11404         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11405         ld and gdb are not supported.
11406
11407 2002-01-07  Mark Salter  <msalter@redhat.com>
11408
11409         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11410         Allow target-libgloss to be built for arm, strongarm, and xscale.
11411
11412 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11413
11414         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11415         options for i[3456]86-pc-linux* native builds.
11416
11417 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11418
11419         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11420         files from .po files for a distribution.
11421
11422 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11423
11424         * configure.in: Enable libstdc++-v3 for h8300 targets.
11425
11426 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11427
11428         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11429         version from bfd/.
11430
11431 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11432
11433         * Makefile.in (VER): When present, extract the version number from
11434         the file version.in.
11435
11436 2001-05-24  Tom Rix  <trix@redhat.com>
11437
11438         * configure.in : enable ld for aix
11439
11440 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11441
11442         * config.guess: Add linux target for S/390.
11443
11444 2000-11-07  Philip Blundell  <pb@futuretv.com>
11445
11446         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11447
11448 2000-11-03  Philip Blundell  <pb@futuretv.com>
11449
11450         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11451         files.
11452
11453 2001-01-15  Ben Elliston  <bje@redhat.com>
11454
11455         * configure.in (host_tools): Add sid.
11456         Always configure cgen.
11457
11458 2000-11-24  Nick Clifton  <nickc@redhat.com>
11459
11460         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11461
11462 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11463
11464         * Makefile.in (ALL_MODULES): Add all-cgen.
11465         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11466         (all-cgen): New target.
11467         (all-opcodes,all-sim): Depend on all-cgen.
11468         * configure.in (host_tools): Add cgen.
11469         Only configure cgen if --enable-cgen-maint.
11470
11471 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11472
11473         * configure.in: Add *-*-freebsd* configurations.
11474
11475 2002-04-08  Tom Tromey  <tromey@redhat.com>
11476
11477         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11478         Fixes PR libgcj/6068.
11479
11480 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11481
11482         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11483
11484 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11485
11486         * configure.in (alpha*-dec-osf*): Enable libgcj.
11487
11488 2003-03-27  Matthew Gingell  <gingell@gnat.com>
11489
11490         * MAINTAINERS (Write After Approval): Add myself.
11491
11492 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
11493
11494         Fix for: PR bootstrap/3591, target/5676
11495         * configure.in (mcore-pe): Disable the configuration of
11496         libstdc++-v3 since exceptions are not supported.
11497
11498 2002-03-20  Anthony Green  <green@redhat.com>
11499
11500         * configure.in: Enable libgcj for xscale-elf target.
11501
11502 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
11503
11504         * MAINTAINERS:  Update my email address.
11505
11506 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
11507
11508         * ltmain.sh (relink_command): Fix typo in previous change.
11509
11510 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
11511
11512         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
11513         (relink_command): Added --tag flags.
11514         (mode=install): If relinking fails; error out.
11515
11516 2002-03-12  Richard Henderson  <rth@redhat.com>
11517
11518         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
11519         .NOTPARALLEL tag.
11520         (do-check): Rename from check.
11521         (check): Allow parallel check.
11522
11523 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11524
11525         * MAINTAINERS: Add myself as maintainer for xtensa port.
11526         Fix alphabetical order in CPU port maintainer list.
11527         Remove myself from Write After Approval list.
11528
11529 2002-03-11  Richard Henderson  <rth@redhat.com>
11530
11531         * Makefile.in (.NOTPARALLEL): Add fake tag.
11532
11533 2002-03-07  H.J. Lu  (hjl@gnu.org)
11534
11535         * configure.in: Enable gprof for mips*-*-linux*.
11536
11537 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
11538
11539         * MAINTAINERS (Write After Approval): Add myself.
11540
11541 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
11542
11543         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11544         libjava.
11545         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11546
11547 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
11548
11549         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11550         because its Makefile is there; test for the executable instead.
11551
11552 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
11553
11554         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11555         libstdc++-v3 and libjava.
11556
11557 2002-02-11  Adam Megacz  <adam@xwt.org>
11558
11559         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11560         boehm-gc
11561
11562 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
11563
11564         * config.guess: Updated to 2002-01-30's version.
11565         * config.sub: Updated to 2002-02-01's version.
11566         Contribute sh64-elf.
11567         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
11568         * configure.in: Added sh64-*-*.
11569
11570 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11571
11572         * MAINTAINERS: Belatedly add myself to write after approval list.
11573
11574 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
11575
11576         * MAINTAINERS: Put self in as maintainer for x86-64 port.
11577         Remove self as Write After Approval.
11578
11579 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
11580
11581         * MAINTAINERS: Put self in as maintainer for contrib/regression
11582         directory.
11583
11584 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
11585
11586         * MAINTAINERS:  Update my email address.
11587
11588 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
11589
11590         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
11591         target-libiberty, and target-libgloss.  Skip Java-related
11592         libraries if not supported for NetBSD on target CPU.
11593
11594 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
11595
11596         * install-sh: Use _inst.$$_ for temp file name.
11597
11598 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
11599
11600         * MAINTAINERS (Write After Approval): Move my contact info
11601         from here...
11602         (OS Port Maintainers): ...to here (netbsd).
11603
11604 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
11605
11606         * MAINTAINERS (Write After Approval): Add myself.
11607
11608 2002-01-17  H.J. Lu  <hjl@gnu.org>
11609
11610         * Makefile.in (all-fastjar): Also depend on all-libiberty.
11611         (all-target-fastjar): Also depend on all-target-libiberty.
11612
11613 2002-01-16  H.J. Lu  (hjl@gnu.org)
11614
11615         * config.guess: Import from master sources, rev 1.225.
11616         * config.sub: Import from master sources, rev 1.238.
11617
11618 2002-01-16  Kazu Hirata  <kazu@hxi.com>
11619
11620         * MAINTAINERS (Write After Approval): Remove myself.
11621
11622 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
11623
11624         * MAINTAINERS (Write After Approval): Add myself.
11625
11626 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11627
11628         * MAINTAINERS: Add self as docs co-maintainer.
11629
11630 2001-12-11  Matthias Klose  <doko@debian.org>
11631
11632         * MAINTAINERS (Write After Approval): Add myself.
11633
11634 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
11635
11636         * MAINTAINERS: Update my email address.
11637
11638 2001-12-07  Turly O'Connor  <turly@apple.com>
11639         * MAINTAINERS (Write After Approval): Add myself.
11640         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11641         (rs6000_initialize_trampoline): Call __trampoline_setup for
11642         ABI_DARWIN too.
11643         * darwin-tramp.asm: New file, implements __trampoline_setup.
11644         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11645
11646 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
11647
11648         * MAINTAINERS (Write After Approval): Add myself.
11649
11650 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
11651
11652         * configure, configure.in: Use temp file for long sed commands.
11653
11654 2001-12-03  Laurent Guerby  <guerby@acm.org>
11655
11656         * config.sub: Update to version 1.232 on subversion.
11657
11658 2001-12-03  Ben Elliston  <bje@redhat.com>
11659
11660         * MAINTAINERS: Update mail address for config.* patches.
11661
11662 2001-11-27  DJ Delorie  <dj@redhat.com>
11663             Zack Weinberg  <zack@codesourcery.com>
11664
11665         When build != host, create libiberty for the build machine.
11666
11667         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11668         CONFIG_ARGUMENTS.
11669         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11670         New variables.
11671         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11672         and rules.
11673         (all.normal): Depend on ALL_BUILD_MODULES.
11674         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11675         (all-build-libiberty): Depend on configure-build-libiberty.
11676
11677         * configure: Calculate and substitute proper value for
11678         ALL_BUILD_MODULES.
11679         * configure.in: Create the build subdirectory.
11680         Calculate and substitute TARGET_CONFIGARGS (formerly
11681         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11682
11683 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
11684
11685         * MAINTAINERS (write-after-approval): Add self.
11686
11687 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11688
11689         * MAINTAINERS (GNATS only accounts): Remove self.
11690
11691 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
11692
11693         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11694         libf2c.
11695
11696 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11697
11698         * MAINTAINERS (Write After Approval): Add self.
11699
11700 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11701
11702         * MAINTAINERS: mips and s390 are also CPU ports.
11703
11704 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11705
11706         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11707
11708 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
11709
11710         * MAINTAINERS: Alphabetize.
11711
11712 2001-11-09  Kazu Hirata  <kazu@hxi.com>
11713
11714         * MAINTAINERS (Various maintainers: h8 port): Add myself.
11715
11716 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11717
11718         * MAINTAINERS (Various maintainers: hppa port): Added myself.
11719
11720 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
11721
11722         * configure.in (--enable-languages): Be more permissive about
11723         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
11724
11725 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11726
11727         * config.sub: Import from master sources, rev. 1.230.
11728         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11729
11730 2001-11-07  Laurent Guerby  <guerby@acm.org>
11731
11732         * MAINTAINERS (Write After Approval): Add self.
11733
11734 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
11735
11736         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11737
11738 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
11739
11740         * config.sub: Import from master sources, rev 1.226.
11741         * config.guess: Import from master sources, rev 1.216.
11742
11743 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
11744
11745         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11746         * MAINTAINERS: Add self as maintainer of MMIX port.
11747         Remove old after-approval entry.
11748
11749 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11750
11751         * ChangeLog, configure: Fix spelling errors.
11752
11753 2001-10-20  Brendan Kehoe  <brendan@zen.org>
11754
11755         * MAINTAINERS: Tweak my address.
11756
11757 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
11758
11759         * MAINTAINERS: Update my email address.
11760
11761 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
11762
11763         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11764         * MAINTAINERS: Add self as maintainer of CRIS port.
11765
11766 2001-10-10  Geert Bosch  <bosch@gnat.com>
11767
11768         * MAINTAINERS (Various maintainers: Ada front end):
11769         Added Robert Dewar.
11770
11771 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
11772
11773         * MAINTAINERS (Write After Approval): Added self
11774
11775 2001-10-02  Geert Bosch  <bosch@gnat.com>
11776
11777         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11778
11779 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11780
11781         * configure: Handle temporary files securely using mkdir.
11782
11783 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
11784
11785         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11786
11787 2001-09-26  Will Cohen  <wcohen@redhat.com>
11788
11789         * configure.in (*-*-linux*): Disable configuration of target-newlib
11790         and target-libgloss.
11791
11792 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11793
11794         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11795         RANLIB.
11796
11797 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
11798
11799         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11800         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11801         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11802         avoid quotes nesting problems.
11803         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11804         (DO_X): Export only variables that are set.
11805
11806 2001-09-19  Ben Elliston  <bje@redhat.com>
11807
11808         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11809         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11810         semantics.  Use the shell built-in "type" command instead.
11811
11812 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
11813
11814         Merged from gcc-3_0-branch:
11815         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
11816         * ltcf-c.sh: Use $objext, not $ac_objext.
11817         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
11818         * ltcf-cxx.sh: Add support for GNU.
11819         2001-07-22  Timothy Wall  <twall@redhat.com>
11820         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
11821         default settings if using GNU tools with that configuration.
11822         * ltcf-cxx.sh: Ditto.
11823         * ltcf-gcj.sh: Ditto.
11824         2001-07-21  Michael Chastain  <chastain@redhat.com>
11825         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11826         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
11827         * ltmain.sh: Mark as gcc-local.
11828
11829 2001-08-30  Eric Christopher  <echristo@redhat.com>
11830             Jason Eckhardt  <jle@redhat.com>
11831
11832         * config.guess: Merge from master sources.
11833         * config.sub: Merge from master sources, add support for mipsisa32.
11834
11835 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
11836         * config.sub: Merge from master sources, rev 1.219.
11837         * MAINTAINERS: Add self as contact for stormy16 port.
11838
11839 2001-08-14  Zack Weinberg  <zackw@panix.com>
11840
11841         * config.sub: Merge from master sources, rev 1.218.
11842         * config.guess: Merge from master sources, rev 1.209.
11843
11844 2001-08-11  Graham Stott  <grahams@redhat.com>
11845
11846         * Makefile.in (check-c++): Add missing semicolon.
11847
11848 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
11849
11850         * MAINTAINERS (Various maitainers: predict.def): Added myself.
11851
11852 2001-07-30  Eric Christopher  <echristo@redhat.com>
11853
11854         * MAINTAINERS (Various maintainers: mips port): Added myself.
11855
11856 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
11857
11858         * configure.in (sh-*-linux*): New.
11859
11860 2001-07-27  Richard Henderson  <rth@redhat.com>
11861
11862         * .cvsignore: Add LAST_UPDATED.
11863
11864 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
11865
11866         * MAINTAINERS (Various maintainers: s390 port): Added myself.
11867
11868 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
11869
11870         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11871
11872 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
11873
11874         * MAINTAINERS (Write After Approval): Added myself.
11875
11876 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11877
11878         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11879         and libgcj on m68hc11/m68hc12.
11880
11881 2001-06-27  H.J. Lu  (hjl@gnu.org)
11882
11883         * Makefile (CFLAGS_FOR_BUILD): New.
11884         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11885
11886 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11887
11888         * README: Remove version number.
11889
11890 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11891
11892         * INSTALL/README: Update wrt. to the installation instructions now
11893         residing in gcc/doc/install.texi.
11894
11895 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11896
11897         * README: Replace with a cut-down and updated version of gcc/README.
11898
11899 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
11900
11901         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11902         multilibs to be disabled.
11903
11904 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
11905
11906         * MAINTAINERS (Write After Approval): Add myself.
11907
11908 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
11909
11910         * config.guess: Import CVS version 1.195.
11911         * config.sub: Import CVS version 1.212.
11912
11913 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
11914
11915         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11916         gcc/xgcc is built, use -print-prog-name to find out the program
11917         name to use.
11918
11919 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
11920
11921         * config.guess:  Import CVS version 1.194.  All gcc-local changes
11922         appear to also be in the master copy.
11923         * config.sub:  Import CVS version 1.211.
11924
11925 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
11926
11927         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11928         with_gcc]: Use `gcc -shared' to build a shared library.
11929
11930 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11931
11932         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11933         archives.
11934
11935 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11936
11937         * MAINTAINERS (Write After Approval): Add myself.
11938
11939 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
11940
11941         * configure.in (libstdcxx_flags): Do not try to execute
11942         libstdc++-v3/testsuite_flags until it exists.
11943
11944 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
11945
11946         * MAINTAINERS: Update my email address.
11947
11948 2001-05-31  Graham Stott  <grahams@redhat.com>
11949
11950         * MAINTAINERS (Write After Approval): Add myself.
11951
11952 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
11953
11954         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
11955         libraries when using g++ with native linker.
11956
11957 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
11958
11959         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11960
11961 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
11962
11963         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11964         [aix4*|aix5*]: Prepend blank.
11965
11966 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
11967
11968         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11969         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
11970         of subdir/configure scripts to use the new libtool.m4.
11971
11972 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11973
11974         * MAINTAINERS (Write After Approval): Add myself.
11975
11976 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
11977
11978         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11979
11980 2001-05-11  Ben Elliston  <bje@redhat.com>
11981
11982         * Makefile.in (all-sid): New target.
11983         (check-sid, clean-sid, install-sid): Likewise.
11984
11985 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
11986
11987         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11988
11989 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11990
11991         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11992         libgcj.
11993
11994 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11995
11996         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11997         gcc/xgcc is built, use -print-prog-name to find out the program
11998         name to use.
11999
12000 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
12001
12002         * configure.in (noconfigdirs): Don't reset it from scratch in the
12003         target case; only append to it.
12004
12005         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12006         sparc-*-solaris2.8]: Disable ${libgcj}.
12007
12008 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
12009
12010         * configure.in (libgcj_saved): Copy from $libgcj.
12011         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12012         --disable-libgcj.
12013
12014 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12015
12016         * MAINTAINERS: Remove self as MIPS maintainer and
12017         C front end maintainer.
12018
12019 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12020
12021         * configure.in: Move *-chorusos target case to the proper switch.
12022         Disable libgcj.
12023
12024 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12025
12026         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12027         1.641.2.228.
12028
12029 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12030
12031         * Makefile.in (STAGE1_CFLAGS): Pass down.
12032
12033 2001-04-13  Alan Modra  <amodra@one.net.au>
12034
12035         * config.guess: Add hppa64-linux support.  Note for next import that
12036         this is already in the master file.
12037         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12038
12039 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12040
12041         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12042         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12043
12044 2001-04-11  Stan Shebs  <shebs@apple.com>
12045
12046         * MAINTAINERS: Add self as Darwin port maintainer.
12047
12048 2001-04-11  Alan Modra  <amodra@one.net.au>
12049
12050         * MAINTAINERS: Update my email address.
12051
12052 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
12053
12054         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12055         recent versions of FreeBSD (release 3 or later).
12056         * ltconfig: On FreeBSD, -lc must not be provided when building
12057         a shared library or else the standard -pthread gcc option is
12058         rendered worthless to later users of the built library.
12059
12060 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12061
12062         * MAINTAINERS: Add self and RTH as C front end maintainers.
12063
12064 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
12065
12066         * config.sub: Make sure to match an already-canonicalized
12067         machine name (eg. mn10300-unknown-elf).
12068
12069 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
12070
12071         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12072         New macros.
12073         (bootstrap, cross): Use RECURSE_FLAGS.
12074         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12075
12076 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
12077
12078         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12079
12080 2001-03-22  Colin Howell  <chowell@redhat.com>
12081
12082         * Makefile.in (DO_X): Do not backslash single-quotes in
12083         backquotes (two places).
12084
12085 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12086
12087         Re-installed:
12088         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12089         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12090         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12091         * ltcf-cxx.sh: Likewise.
12092         * ltcf-gcj.sh: Likewise.
12093
12094 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12095
12096         * MAINTAINERS: Add myself as "documentation co-maintainer".
12097
12098 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12099
12100         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12101         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12102
12103 2001-03-19  Tom Tromey  <tromey@redhat.com>
12104
12105         * config-ml.in: Handle GCJ and GCJFLAGS.
12106
12107 2001-03-21  Michael Chastain  <chastain@redhat.com>
12108
12109         * Makefile.in: all-m4 depends on all-texinfo.
12110
12111 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12112
12113         * MAINTAINERS: Add myself to write after approval list.
12114
12115 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12116
12117         * Makefile.in (DO_X): Quote nested quotes.
12118
12119 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
12120
12121         * MAINTAINERS: Add myself to write after approval list.
12122
12123 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12124
12125         * Makefile.in (DO_X): Use double quotes for quoting
12126         "RANLIB=$${RANLIB}".
12127
12128 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12129
12130         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12131
12132 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12133
12134         * configure.in: Only use `lang_requires' for languages athat are
12135         actually enabled.
12136
12137 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
12138
12139         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12140
12141 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12142
12143         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12144
12145 2001-03-07  Tom Tromey  <tromey@redhat.com>
12146
12147         * configure.in: Allow config-lang.in to set `lang_requires' to list
12148         of other required languages.
12149
12150 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12151
12152         * Makefile.in: Remove RANLIB definition. Use RANLIB
12153         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12154         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12155
12156 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12157             Alexandre Oliva  <aoliva@redhat.com>
12158
12159         * Makefile.in (check-c++): Use tabs, not spaces.
12160
12161 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12162
12163         * MAINTAINERS: add myself to Write After Approval list.
12164
12165 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12166
12167         * Makefile.in (check-c++): New rule.
12168
12169         * configure.in (target_libs): Remove libg++.
12170         (noconfigdirs): Remove libg++.
12171         (noconfigdirs): Same.
12172         (noconfigdirs): Same.
12173         (noconfigdirs): Same.
12174
12175         * config-ml.in: Remove libg++ references.
12176
12177         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12178         (ALL_TARGET_MODULES): Same.
12179         (configure-target-libg++): Remove.
12180         (all-target-libg++): Remove.
12181         (configure-target-libio): Remove.
12182         (all-target-libio): Remove.
12183         (check-target-libio): Remove.
12184         (.PHONY): Remove.
12185         (libg++.tar.bz2): Remove.
12186         (all-target-cygmon): Remove libio.
12187         (all-target-libstdc++): Remove.
12188         (configure-target-libstdc++): Remove.
12189         (TARGET_LIB_PATH): Remove libstdc++.
12190         (ALL_GCC_CXX): Remove libstdc++.
12191         (all-target-gperf): Correct.
12192
12193 2001-02-16  Nick Clifton  <nickc@redhat.com>
12194
12195         * configure.in (noconfigdirs): Allow configuration of texinfo
12196         for Cygwin hosts.
12197
12198 2001-02-15  Anthony Green  <green@redhat.com>
12199
12200         * configure: Introduce GCJ_FOR_TARGET.
12201         * configure.in: Ditto.
12202         * Makefile.in: Ditto.
12203
12204 2001-02-13  Andreas Schwab  <schwab@suse.de>
12205
12206         * MAINTAINERS: Update mail address.
12207
12208 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12209
12210         * config.guess: Add linux target for S/390.
12211         * config.sub: Likewise.
12212
12213 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12214
12215         * configure.in: for *-chorusos, don't config target-newlib and
12216         target-libgloss.
12217
12218 2001-02-06  Ben Elliston  <bje@redhat.com>
12219
12220         * configure: Output host type to stdout, not stderr.
12221
12222 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
12223
12224         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12225         * ltcf-cxx.sh: Likewise.
12226
12227         * config.if: Assume enable_libstdcxx_v3 is defined.
12228
12229 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
12230
12231         Remove V2 C++ library.
12232         * configure.in: Remove --enable-libstdcxx_v3 support.
12233
12234 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12235
12236         * include/demangle.h: Add prototype for java_demangle_v3.
12237
12238 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
12239
12240         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12241
12242 2001-01-27  Richard Henderson  <rth@redhat.com>
12243
12244         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12245
12246 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12247
12248         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12249         Don't unset, it's non-portable and no longer necessary, set to empty
12250         instead.
12251
12252 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12253
12254         * ltconfig: Shell portability fix for the tagname validity check.
12255
12256 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12257
12258         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12259         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12260
12261 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12262
12263         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12264
12265 2001-01-26  Tom Tromey  <tromey@redhat.com>
12266
12267         * configure.in: Allow libgcj to be built on Sparc Solaris.
12268
12269 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
12270
12271         * ltcf-c.sh: Add aix5 case.
12272         * ltcf-cxx.sh: Likewise.
12273         * ltconfig: Likewise.
12274
12275 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12276
12277         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12278         keep at least one of build_libtool_libs or build_old_libs set to
12279         yes.
12280
12281         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12282         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12283
12284 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12285
12286         * configure.in: Enable libgcj on several additional platforms.
12287
12288 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12289
12290         * configure.in: Enable libgcj for linux targets.
12291
12292 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12293
12294         * MAINTAINERS (Write After Approval): Add myself.
12295
12296 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12297
12298         * MAINTAINERS: Add myself as vax port maintainer.
12299
12300 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12301
12302         * MAINTAINERS: Add myself as Mercury front-end maintainer.
12303
12304 2001-01-09  Mike Stump  <mrs@wrs.com>
12305
12306         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12307         failures of subdirectories.
12308
12309 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12310
12311         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12312         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12313         * ltcf-cxx.sh: Likewise.
12314         * ltcf-gcj.sh: Likewise.
12315         * ltconfig.sh: Fix typo.
12316
12317 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12318
12319         * configure: handle DOS-style absolute paths.
12320
12321 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12322
12323         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12324
12325 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12326
12327         * MAINTAINERS: Add myself as avr port co-maintainer.
12328
12329 2000-12-28  Ben Elliston  <bje@redhat.com>
12330
12331         * MAINTAINERS: Add myself under ``Write After Approval''.
12332
12333 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12334
12335         * texinfo: Remove directory from GCC.
12336
12337 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12338
12339         * COPYING: Update to current
12340         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12341         to 19yy as example year in copyright notice).
12342
12343 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12344
12345         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12346         (libstdcxx_incdir): Pass down.
12347         * config.if: Remove expired bits for cxx_interface, add stub.
12348         (libstdcxx_incdir): Add variable for g++ include directory.
12349         * configure.in (gxx_include_dir): Use it.
12350
12351 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12352
12353         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12354         with old-email address from ``Write After Approval''.
12355
12356 2000-12-15  Andreas Jaeger  <aj@suse.de>
12357
12358         * configure.in: Handle lang_dirs.
12359
12360 2000-12-14  Tom Tromey  <tromey@redhat.com>
12361
12362         * MAINTAINERS: Removed brads.
12363
12364         * MAINTAINERS: Added gcj developers.
12365
12366 2000-12-13  Anthony Green  <green@redhat.com>
12367
12368         * configure.in: Disable libgcj for any target not specifically
12369         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12370         with g++ abi.
12371
12372 2000-12-13  Mike Stump  <mrs@wrs.com>
12373
12374         * Makefile.in (local-distclean): Also remove fastjar.
12375
12376 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12377
12378         * contrib/gcc_update: Add fastjar --touch entries.
12379
12380 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12381
12382         * configure.in: Disable language-specific target libraries for
12383         languages that aren't enabled.
12384
12385 2000-12-10  Anthony Green  <green@redhat.com>
12386
12387         * configure.in: Define libgcj.  Disable libgcj target libraries for
12388         most targets.
12389
12390 2000-12-10  Neil Booth  <neilb@earthling.net>
12391
12392         * MAINTAINERS: Update mail address, remove from WAA list.
12393
12394 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12395
12396         * libjava: Imported from /cvs/java.
12397         * libffi: Likewise.
12398         * Boehm-gc: Likewise.
12399
12400 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12401
12402         * configure.in (target_libs): Revert 2000-12-08 patch.
12403         (noconfigdirs): Added target-libjava.
12404
12405 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12406
12407         * djunpack.bat: removed.
12408
12409 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12410
12411         * Makefile.in: handle DOS-style absolute paths.
12412         * config-ml.in: likewise.
12413         * symlink-tree: likewise.
12414
12415 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12416
12417         * fastjar: Imported.
12418
12419 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12420
12421         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12422         libjava.
12423         * configure.in (target_libs): Removed `target-libjava'.
12424
12425 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12426
12427         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12428         (ALL_MODULES): Added fastjar.
12429         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12430         (all-target-libjava): all-fastjar replaces all-zip.
12431         (all-fastjar): Added.
12432         (configure-target-fastjar, all-target-fastjar): Likewise.
12433         * configure.in (host_tools): Added fastjar.
12434
12435 2000-12-07  Mike Stump  <mrs@wrs.com>
12436
12437         * Makefile.in (local-distclean): Remove leftover built files.
12438
12439 2000-11-24  Nick Clifton  <nickc@redhat.com>
12440
12441         * configure.in (xscale-elf): Add target.
12442         (xscale-coff): Add target.
12443
12444 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12445
12446         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12447         recent versions of FreeBSD (release 3 or later).
12448         * ltconfig: On FreeBSD, -lc must not be provided when building
12449         a shared library or else the standard -pthread gcc option is
12450         rendered worthless to later users of the built library.
12451
12452 2000-11-16  Fred Fish  <fnf@be.com>
12453
12454         * configure.in (enable_libstdcxx_v3): Fix typo,
12455         libstd++ -> libstdc++.
12456
12457 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12458
12459         * MAINTAINERS: Add self to Write After Approval list.
12460
12461 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12462
12463         * MAINTAINERS: Update my email address.  Add myself to global write
12464         privs list.
12465
12466 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12467
12468         * Makefile.in: Merge with src and libgcj.
12469         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12470         configure-target-<library> when their configure scripts need the C
12471         or C++ library to have already been built to work properly.
12472         (do_proto_toplev): Set them to an empty string.
12473
12474         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12475         (REALLY_SET_LIB_PATH): Use them.
12476
12477 2000-11-17  Stan Shebs  <shebs@apple.com>
12478
12479         * MAINTAINERS: Add self to Write After Approval list.
12480
12481 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12482
12483         * configure: Provide the original toplevel configure arguments
12484         (including $0) to subprocesses in the environment rather than
12485         through gcc/configargs.h.
12486
12487 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12488
12489         * MAINTAINERS: Remove references to cccp. Change C9X reference to
12490         C99.  Alphabetise "Write After Approval" list.
12491
12492 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
12493
12494         * configure: Turn on libstdc++ V3 by default.
12495
12496         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12497         if we've got GCC.
12498
12499 2000-11-11  Philip Blundell  <philb@gnu.org>
12500
12501         * MAINTAINERS: Add self to Write After Approval list.
12502
12503 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
12504
12505         * ltcf-c.sh (aix4): Improve shared library configuration; require
12506         exporting symbols.
12507         * ltcf-cxx.sh (aix4): Define.
12508         * ltconfig (aix4): Define library and soname specs appropriate for
12509         AIX.  Define command to create export symbols list.
12510
12511 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
12512
12513         * config.sub: Add support for Sun Chorus
12514
12515 2000-10-31  Nick Clifton  <nickc@redhat.com>
12516
12517         * MAINTAINERS: Rename <name>@cygnus.com addresses to
12518         <name>@redhat.com.  Also installed new email address for Clint
12519         Popetz.
12520
12521 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
12522
12523         * etc: Remove directory from GCC.
12524
12525 2000-10-16  Michael Meissner  <meissner@redhat.com>
12526
12527         * configure (gcc/configargs.h): Only create if there is a build GCC
12528         directory created.
12529
12530 2000-10-16  Matthias Klose  <doko@debian.org>
12531
12532         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12533         when configured for libstdc++-v3.
12534
12535 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
12536
12537         * configure: Save configure arguments to gcc/configargs.h.
12538
12539 2000-10-04  Philipp Thomas  <pthomas@suse.de>
12540
12541         * config.guess: Import CVS version 1.157.
12542         * config.sub: Import CVS version 1.181.
12543
12544 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
12545
12546         * Makefile.in (bootstrap): avoid recursion if subdir missing
12547         (cross): ditto
12548         (do-proto-toplev): ditto
12549
12550 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
12551
12552         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12553         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12554
12555         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12556         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
12557         all affected `configure' scripts.
12558
12559 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
12560
12561         * MAINTAINERS: Add self as cpplib co-maintainer.
12562
12563 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
12564
12565         * MAINTAINERS: Add self to Write After Approval list.
12566
12567 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12568
12569         * INSTALL/README: egcs -> GCC update.
12570
12571 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
12572
12573         * MAINTAINERS: Add myself to Write After Approval list.
12574
12575 2000-09-15  Kazu Hirata  <kazu@hxi.com>
12576
12577         * MAINTAINERS: Add myself to Write After Approval list.
12578
12579 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
12580
12581         * configure.in: Do not build byacc for hppa64.  Provide paths to the
12582         X11 libraries for hppa64.
12583
12584 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12585
12586         * MAINTAINERS: Add myself as 68hc11 port maintainer.
12587
12588 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
12589
12590         * Makefile.in (all-zlib): Added dummy target.
12591
12592         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12593         ltcf-gcj.sh: Updated from libtool multi-language branch.
12594
12595 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
12596
12597         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12598         (bootstrap*): Depend on all-bootstrap.
12599
12600 2000-09-05  Philipp Thomas  <pthomas@suse.de>
12601
12602         * config.guess: Import CVS version 1.156.
12603         * config.sub: Import CVS version 1.179.
12604
12605 2000-09-02  Anthony Green  <green@cygnus.com>
12606
12607         * Makefile.in (all-gcc): Depend on all-zlib.
12608         (CLEAN_MODULES): Add clean-zlib.
12609         (ALL_MODULES): Add all-zlib.
12610         * configure.in (host_libs): Add zlib.
12611
12612 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
12613
12614         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12615         crosses, but add gcc/include to the header search path for them.
12616
12617 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
12618
12619         * MAINTAINERS: Add self to Write After Approval list.
12620
12621 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12622
12623         * config.guess: Import CVS version 1.152.
12624         * config.sub: Import CVS version 1.177.
12625
12626 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
12627
12628         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12629         $targargs to tell whether newlib is going to be built.
12630
12631         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12632         $$r/TARGET_SUBDIR/libio for _G_config.h.
12633
12634 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
12635
12636         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12637
12638 2000-08-22  DJ Delorie  <dj@redhat.com>
12639
12640         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12641
12642 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
12643
12644         * config-ml.in (CC, CXX): Avoid trailing whitespace.
12645         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12646         sub-configures.
12647
12648 2000-08-21  DJ Delorie  <dj@redhat.com>
12649
12650         * MAINTAINERS: Add self as a libiberty maintainer
12651
12652 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
12653
12654         * configure.in (libstdcxx_flags): Use
12655         libstdc++-v3/src/libstdc++.INC.
12656
12657 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
12658
12659         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12660
12661 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
12662
12663         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12664
12665         * configure: Make enable_threads and enable_shared defaults
12666         explicit.  Substitute enable_threads into generated Makefiles.
12667         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12668         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12669
12670 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12671
12672         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12673
12674 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
12675
12676         * config-ml.in (CC): Remove bogus duplicate quotation mark from
12677         previous delta.
12678
12679 2000-08-11  Jason Merrill  <jason@redhat.com>
12680
12681         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12682         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12683         (FLAGS_FOR_TARGET): Not here.
12684         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12685
12686 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
12687
12688         * config-ml.in (CC, CXX): Don't introduce a leading space.
12689
12690 2000-08-07  DJ Delorie  <dj@delorie.com>
12691
12692         * MAINTAINERS: Add self as a DJGPP maintainer
12693
12694 2000-08-07  DJ Delorie  <dj@redhat.com>
12695
12696         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12697         "if we're also building gcc, and it's a gcc that will run on the
12698         build machine, we want to use its includes instead of the system's
12699         default includes".
12700
12701 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12702
12703         * MAINTAINERS: Add self to Write After Approval list.
12704
12705 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
12706
12707         * configure.in (libstdcxx_flags): Don't use `"'.
12708
12709         * config-ml.in: Adjust multilib search paths to the
12710         appropriate multilib tree.
12711
12712 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
12713
12714         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12715         commas in $LANGUAGES.
12716
12717 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
12718
12719         * configure.in: Re-enable all references to libg++ and librx.
12720
12721 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
12722
12723         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12724         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
12725         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12726         * ltcf-cxx.sh (need_lc): Set based on postdeps.
12727
12728         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12729
12730 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
12731
12732         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12733         CXX_FOR_TARGET for sed.
12734
12735 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
12736
12737         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12738         Do not override if already set in the environment or in configure.
12739         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12740         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12741
12742 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
12743
12744         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12745         the libtool CVS tree multi-language branch.
12746         * ltconfig, ltmain.sh: Updated.
12747
12748 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12749
12750         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12751         (clean-target): Depend on it.
12752
12753         * Makefile.in (FLAGS_FOR_TARGET): New macro.
12754         (GCC_FOR_TARGET): Use it.
12755         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12756         * configure.in: ... here.
12757         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
12758         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12759
12760 2000-07-24  Eric Christopher  <echristo@cygnus.com>
12761
12762         * MAINTAINERS: Add self to Write After Approval list.
12763
12764 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
12765
12766         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12767         (configure-target-libchill, configure-target-libobjc): Likewise.
12768
12769         * configure.in: Use the same cache file for all target libs.
12770         * config-ml.in: But different cache files per multilib variant.
12771
12772 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12773
12774         * configure (topsrcdir): Don't use dirname.
12775
12776 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12777
12778         * MAINTAINERS: Add self to Write After Approval list.
12779
12780 2000-07-20  Jason Merrill  <jason@redhat.com>
12781
12782         * configure.in: Remove all references to libg++ and librx.
12783
12784         * configure, configure.in, Makefile.in: Unify gcc and binutils.
12785
12786 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
12787
12788         * config.sub: Update to subversions version 2000-07-06.
12789
12790 2000-07-12  Andrew Haley  <aph@cygnus.com>
12791
12792         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12793         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12794
12795 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
12796
12797         * symlink-tree:  Check number of arguments.
12798
12799 2000-07-05  Jim Wilson  <wilson@cygnus.com>
12800
12801         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12802         search path for a g++ extracted from the build tree.  This
12803         will allow link tests run by configure scripts in
12804         subdirectories to succeed.
12805
12806 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
12807
12808         * ltconfig: Add support for mips-dde-sysv4.2MP
12809
12810 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12811
12812         * MAINTAINERS: Add myself as loop discovery maintainer.
12813
12814 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
12815
12816         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12817         `os2'. Force ac_cv_exeext to be ".exe" in that case.
12818
12819 2000-06-19  Timothy Wall  <twall@cygnus.com>
12820
12821         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12822         * config.sub: Add tic54x target.
12823
12824 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12825
12826         * MAINTAINERS: Add self as Fortran maintainer,
12827         remove Craig Burley.
12828
12829 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12830
12831         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12832         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12833
12834 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
12835
12836         * MAINTAINERS: Add self as i18n maintainer
12837
12838 20000-05-21  H.J. Lu  (hjl@gnu.org)
12839
12840         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12841         directory are used if they exist. Make sure
12842         $(build_tooldir)/include is searched for header files,
12843         $(build_tooldir)/lib/ for library files.
12844         (GCC_FOR_TARGET): Likewise.
12845         (CXX_FOR_TARGET): Likewise.
12846
12847 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
12848
12849         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12850
12851 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
12852
12853         * Makefile.in (configure-target-libiberty): Depend on
12854         configure-target-newlib.
12855
12856 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
12857
12858         * configure.in, Makefile.in: Merge all libffi-related
12859         configury stuff from the libgcj tree.
12860
12861 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12862
12863         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12864         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12865
12866 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12867
12868         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12869         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12870         current version information.  Add to proto-toplev directory.
12871         (gdb-taz): Build do-djunpack.
12872
12873 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
12874
12875         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12876
12877 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12878
12879         * MAINTAINERS: Add self to Write After Approval list.
12880
12881 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12882
12883         * ltmain.sh: Preserve in relink_command any environment
12884         variables that may affect the linker behavior.
12885
12886 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
12887
12888         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12889
12890 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
12891
12892         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12893
12894 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12895
12896         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12897         with the version name.
12898
12899 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
12900
12901         * MAINTAINERS: Add self as bb-reorder maintainer.
12902
12903 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
12904
12905         * config.if: Tweak.
12906
12907 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
12908
12909         * djunpack.bat: New file.
12910
12911 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12912
12913         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12914         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12915         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12916         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12917
12918 2000-04-16  Dave Pitts  <dpitts@cozx.com>
12919
12920         * config.sub (case $basic_machine): Change default for "ibm-*"
12921         to "openedition".
12922
12923 2000-04-13  Andreas Jaeger  <aj@suse.de>
12924
12925         * MAINTAINERS: Added myself.
12926
12927 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12928
12929         * Makefile.in (gdb-taz): New target.  GDB specific archive.
12930         (do-md5sum): New target.
12931         (MD5PROG): Define.
12932         (PACKAGE): Default to TOOL.
12933         (VER): Default to a shell script.
12934         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
12935         md5 checksum generation.
12936         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12937         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12938         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12939         insight.tar.bz2): Use gdb-taz to create archive.
12940
12941 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12942
12943         * configure (warn_cflags): Delete.
12944
12945 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
12946
12947         * MAINTAINERS: Added myself.
12948
12949 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
12950             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
12951
12952         * configure.in (enable_libstdcxx_v3): Add.
12953         (target_libs): Add bits here to switch between libstdc++-v2 and
12954         libstdc++-v3.
12955         * config.if: And this file too.
12956         * Makefile.in: Add libstdc++-v3 targets.
12957
12958 2000-04-05  Michael Meissner  <meissner@redhat.com>
12959
12960         * config.sub (d30v): Add d30v as a basic machine type.
12961
12962 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
12963
12964         * configure.in: -linux-gnu*, not -linux-gnu.
12965
12966 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12967
12968         * MAINTAINERS: Add self in write-after-approval section.
12969
12970 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
12971
12972         * MAINTAINERS: Add self as ia64 port maintainer.
12973
12974 2000-03-08  Neil Booth  <NeilB@earthling.net>
12975
12976         * MAINTAINERS: Add self in write-after-approval section.
12977
12978 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12979
12980         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12981         (do-tar-bz2): Replace TOOL with PACKAGE.
12982         (gdb.tar.bz2): Remove GDBTK from GDB package.
12983         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12984         dejagnu.tar.bz2): New packages.
12985
12986 2000-02-27  Andreas Jaeger  <aj@suse.de>
12987
12988         * configure.in: Add entry for mips*-*-linux*, move catch all
12989         *-*-*linux* entry below this one.
12990
12991 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
12992
12993         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12994
12995 2000-02-24  Nick Clifton  <nickc@cygnus.com>
12996
12997         * config.sub: Support an OS of "wince".
12998
12999 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13000
13001         * config.guess, config.sub: Updated to match config's 2000-02-15
13002         version.
13003
13004 2000-02-23  Linas Vepstas  <linas@linas.org>
13005
13006         * config.sub: Add support for Linux/IBM 370.
13007         * configure.in: Likewise.
13008
13009 2000-02-22  Nick Clifton  <nickc@cygnus.com>
13010
13011         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13012
13013 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
13014
13015         * config.guess: Guess "cygwin" rather than "cygwin32".
13016
13017 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13018
13019         * configure (gcc_version): When setting, narrow search to
13020         lines containing `version_string'.
13021
13022 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13023
13024         * config.sub: Add support for avr target.
13025
13026 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13027
13028         * MAINTAINERS: Add maintainers for MCore port.
13029
13030 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13031
13032         * config.sub: Add mmix-knuth-mmixware.
13033
13034 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13035
13036         * MAINTAINERS: Pair cccp with cpplib maintainership.
13037
13038 2000-01-27  Christopher Faylor  <cgf@redhat.com>
13039
13040         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13041         structure stuff to -L library search.
13042         (CXX_FOR_TARGET): Ditto.
13043         (CROSS_CHECK_MODULES): Fix spelling mistake.
13044
13045 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13046
13047         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13048         the C++ compiler.
13049
13050 2000-01-12  Richard Henderson  <rth@cygnus.com>
13051
13052         * configure.in: Don't build some bits for beos.
13053
13054 2000-01-12  Joel Sherrill (joel@OARcorp.com)
13055
13056         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13057         as include files.
13058
13059 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
13060
13061         * Add self as cpplib maintainer, as requested by Jason
13062         Merrill.  Correct my e-mail address.
13063
13064 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
13065
13066         * configure.in: Use mt-aix43 to handle *_TARGET defs,
13067         not mh-aix43.
13068
13069 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
13070
13071         * MAINTAINERS: Add myself to "write after approval" list.
13072
13073 1999-12-14  Richard Henderson  <rth@cygnus.com>
13074
13075         * config.guess (alpha-osf, alpha-linux): Detect ev67.
13076         * config.sub: Accept alphaev[78], alphaev8.
13077
13078 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13079
13080         * config.guess, config.sub: Update from autoconf.
13081
13082 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13083
13084         * MAINTAINERS:  update my playtime e-address.
13085
13086 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13087
13088         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13089         necessary libraries are missing.
13090
13091 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13092
13093         * MAINTAINERS: Add new 'write after approval' maintainer.
13094
13095 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13096
13097         * MAINTAINERS: Add new Java maintainer.
13098
13099 1999-10-25  Andreas Schwab  <schwab@suse.de>
13100
13101         * configure: Fix quoting inside arguments of eval.
13102
13103 1999-10-21  Nick Clifton  <nickc@cygnus.com>
13104
13105         * config-ml.in: Allow suppression of some ARM multilibs.
13106
13107 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13108
13109         * config.guess: Add OS/390 match pattern.
13110         * config.sub: Add mvs, openedition targets.
13111         * configure.in (i370-ibm-opened*): New.
13112
13113 1999-09-04  Steve Chamberlain  <sac@pobox.com>
13114
13115         * config.sub: Add support for configuring for pj.
13116
13117 1999-08-31  Nick Clifton  <nickc@cygnus.com>
13118
13119         * config.sub (maybe_os): Add support for configuring for fr30.
13120
13121 1999-08-25  Nick Clifton  <nickc@cygnus.com>
13122
13123         * configure.in: Do not configure or build ld for AIX
13124         platforms.  ld is known to be broken on these platforms.
13125
13126 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13127
13128         * config-ml.in: Pass compiler flag corresponding to multidirs to
13129         subdir configures.
13130
13131 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
13132
13133         * Makefile.in (LDFLAGS): Define.
13134
13135 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13136
13137         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13138         noconfigdirs.
13139         (*-*-cygwin*): Likewise.
13140
13141 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
13142
13143         * mkdep: New file.
13144         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13145         (BINUTILS_SUPPORT_DIRS): Add mkdep.
13146
13147         From Eli Zaretskii <eliz@is.elta.co.il>:
13148         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13149         long file name when using DJGPP on MS-DOS.
13150
13151 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13152
13153         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13154
13155 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13156
13157         * Makefile.in (check-target-libio): Remove all-target-libstdc++
13158         dependency as this causes "make check" to globally "make all"
13159
13160 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13161
13162         * configure.in (target_libs): Added target-zlib.
13163         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13164         (CONFIGURE_TARGET_MODULES): Likewise.
13165         (CHECK_TARGET_MODULES): Likewise.
13166         (INSTALL_TARGET_MODULES): Likewise.
13167         (CLEAN_TARGET_MODULES): Likewise.
13168         (configure-target-zlib): New target.
13169         (all-target-zlib): Likewise.
13170         (all-target-libjava): Depend on all-target-zlib.
13171         (configure-target-libjava): Depend on configure-target-zlib.
13172
13173         * Makefile.in (configure-target-libjava): Depend on
13174         configure-target-newlib.
13175         (configure-target-boehm-gc): New target.
13176         (configure-target-qthreads): New target.
13177
13178         * configure.in (target_libs): Added target-qthreads.
13179         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13180         (CONFIGURE_TARGET_MODULES): Likewise.
13181         (CHECK_TARGET_MODULES): Likewise.
13182         (INSTALL_TARGET_MODULES): Likewise.
13183         (CLEAN_TARGET_MODULES): Likewise.
13184         (all-target-qthreads): New target.
13185         (configure-target-libjava): Depend on configure-target-qthreads.
13186         (all-target-libjava): Depend on all-target-qthreads.
13187
13188         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13189         (CONFIGURE_TARGET_MODULES): Likewise.
13190         (CHECK_TARGET_MODULES): Likewise.
13191         (INSTALL_TARGET_MODULES): Likewise.
13192         (CLEAN_TARGET_MODULES): Likewise.
13193         (all-target-libjava): New target.
13194         (all-target-boehm-gc): Likewise.
13195         * configure.in (target_libs): Added libjava, boehm-gc.
13196
13197 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
13198
13199         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13200         configure.bat in SUPPORT_FILES.
13201         (gas+binutils.tar.bz2): Likewise.
13202
13203         * makeall.bat: Remove; obsolete.
13204
13205 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
13206
13207         From Mark Elbrecht:
13208         * configure.bat: Remove; obsolete.
13209
13210 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
13211
13212         * configure: Add -W -Wall to the default CFLAGS when compiling with
13213         gcc.
13214
13215 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13216
13217         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13218
13219 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
13220
13221         * configure.in: Build ld on IRIX6.
13222
13223 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
13224
13225         * Makefile.in: Change distribution targets to use bzip2 instead of
13226         gzip.
13227         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13228         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13229
13230 1999-06-04  Nick Clifton  <nickc@cygnus.com>
13231
13232         * config.sub: Add mcore target.
13233
13234 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13235
13236         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13237
13238 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13239
13240         * config.guess (dummy): Changed to $dummy.
13241
13242 1999-05-24  Nick Clifton  <nickc@cygnus.com>
13243
13244         * config.sub: Tidied up case statements.
13245
13246 1999-05-22  Ben Elliston  <bje@cygnus.com>
13247
13248         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13249         <jiro@din.or.jp>.
13250
13251         * config.guess: Merge with FSF version. Future changes will be
13252         more accurately recorded in this ChangeLog.
13253         * config.sub: Likewise.
13254
13255 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13256
13257          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13258
13259 1999-04-30  Tom Tromey  <tromey@cygnus.com>
13260
13261         * ltmain.sh: [mode link] Always use CC given by ltconfig.
13262
13263 1999-04-23  Tom Tromey  <tromey@cygnus.com>
13264
13265         * ltconfig, ltmain.sh: Update to libtool 1.2f.
13266
13267 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13268
13269         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13270         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13271         Bad merge removed these two changes.
13272
13273 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13274                           Martin Heller (Ing.-Buero_Heller@t-online.de)
13275
13276         * config.guess (interix Alpha): Add.
13277
13278 1999-04-11  Richard Henderson  <rth@cygnus.com>
13279
13280         * configure.in (i?86-*-beos*): Do config gperf; don't config
13281         gdb, newlib, or libgloss.
13282
13283 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13284
13285         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13286         link a trivial program with -mabi=64.  If it fails, remove mabi=64
13287         from multidirs.
13288
13289 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13290
13291         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13292
13293 1999-04-08  Nick Clifton  <nickc@cygnus.com>
13294
13295         * config.sub: Add support for mcore targets.
13296
13297 1999-04-07  Michael Meissner  <meissner@cygnus.com>
13298
13299         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13300         not mt-ospace, in order to shut up assembler warning about using
13301         symbols that are named the same as registers.
13302
13303 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13304
13305         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13306         dependency list for all-target-cygmon.
13307
13308 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
13309
13310         * config-ml.in: Check $host, not $target, for selective multilibs.
13311         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13312         thumb interworking, and underscore prefix multilibs.
13313
13314 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
13315
13316         * missing: Update to version from current automake.
13317
13318 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13319
13320         * configure (gxx_include_dir): Removed.
13321
13322         * configure.in (gxx_include_dir): Handle it.
13323         * Makefile.in: Likewise.
13324
13325 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13326
13327         * config.sub (mips64vr4111,mips64vr4111el) Add.
13328
13329 1999-03-21  Ben Elliston  <bje@cygnus.com>
13330
13331         * config.guess: Correct typo for detecting ELF on FreeBSD.
13332
13333 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13334
13335         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13336         config/mh-djgpp.
13337
13338 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13339
13340         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13341         all-target-newlib to dependency list for all-target-bsp.
13342
13343 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13344
13345         * config.sub: Add i386-uwin support.
13346         * config.guess: Likewise.
13347
13348 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13349
13350         * configure.in: cleanup, add mh-*pic handling for arm, special
13351         case powerpc*-*-aix*
13352
13353 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13354
13355         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13356         can be built.
13357
13358 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13359
13360         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13361         targets.
13362
13363 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13364
13365         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13366
13367 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13368
13369         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13370
13371 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13372
13373         * config.sub: Fix typo in arm recognition.
13374
13375 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13376
13377         * configure.in (noconfigdirs): Changed target_configdirs to
13378         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13379         rather than m68k-*-* since it is not known to work on
13380         m68k-aout. Ditto for arm-*-*oabi.
13381
13382 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13383
13384         * configure.in (*-*-windows*): Remove, no longer used.
13385
13386 1999-02-19  Ben Elliston <bje@cygnus.com>
13387
13388         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13389         Smart and improved by Andrew Cagney.
13390
13391 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13392
13393         * config.guess: Recognize openbsd-*-hppa.
13394
13395 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13396
13397         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13398         only if it is not empty.
13399
13400 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13401
13402         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13403
13404         * config.guess: Modified to recognize uname's armv* syntax.
13405
13406         * config.sub: Modified to recognize uname's armv* syntax.
13407
13408 1999-02-17  Mark Salter  <msalter@cygnus.com>
13409
13410         * configure.in: Added target-bsp for sparclite.
13411
13412 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13413
13414         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13415
13416 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13417
13418         * configure.in: Add support for strongarm port.
13419         * config.sub: Add support for strongarm target.
13420
13421 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13422
13423         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13424         the old name config/mh-cygwin32.
13425         Enable texinfo.
13426
13427 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13428
13429         * configure.in: Do build ld for ix86 Solaris.
13430
13431 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13432
13433         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13434         $AR_FOR_TARGET.  Likewise for RANLIB.
13435
13436 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13437
13438         * config.sub (oabi):  Recognize.
13439         * configure.in (arm-*-oabi):  Handle.
13440
13441 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13442
13443         * config.guess: Improve detection of i686 on UnixWare 7.
13444
13445 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13446
13447         * config.guess: Add support for i386-pc-interix.
13448         * config.sub: Likewise.
13449         * configure.in: Likewise.
13450
13451 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13452
13453         * Makefile.in: Remove unneeded all-target-libio from
13454         from all-target-winsup target since it is now unneeded.
13455         Add all-target-libtermcap in its place since it is now
13456         needed.
13457
13458 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13459
13460         * configure.in: makefile stub for cygwin target is probably
13461         unnecessary.  Remove it for now.
13462
13463 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13464
13465         * configure.in: libtermcap.a should be built when cygwin is the
13466         target as well as the host.
13467         * config.guess: Allow mixed case in cygwin uname output.
13468         * Makefile.in: Add libtermcap target.
13469
13470 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13471
13472         * config.sub: Clean up handling of hppa2.0.
13473
13474 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13475
13476         * config.guess: Use C code to identify more HP machines.
13477
13478 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13479
13480         * config.sub: Handle hppa2.0.
13481
13482 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13483
13484         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13485         cygmon for all sparclite targets, regardless of object format.
13486
13487 1998-12-15  Mark Salter  <msalter@cygnus.com>
13488
13489         * configure.in: Added target-bsp for several target architectures.
13490
13491         * Makefile.in: Added rules for bsp.
13492
13493 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
13494
13495         * config.guess: Improve detection of hppa2.0 processors.
13496
13497 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
13498
13499         * config.guess: Recognize FreeBSD using ELF automatically.
13500
13501 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
13502
13503         * configure (skip-this-dir): Add handling for new shell script, which
13504         might be created by a sub-directory's configure to indicate, this particular
13505         directory is "unwanted".
13506         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13507
13508 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
13509
13510         * ltconfig: import from libtool, after changing libtool to
13511         account for the cygwin name change.
13512
13513 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
13514
13515         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13516         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13517
13518 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
13519
13520         * configure.in: Add libtermcap to list of cygwin dependencies.
13521
13522 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
13523
13524         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13525         they include winsup/include when it's a cygwin target.
13526
13527 1998-11-12  Tom Tromey  <tromey@cygnus.com>
13528
13529         * configure.in (host_tools): Added zip.
13530         * Makefile.in (all-target-libjava): Depend on all-zip.
13531         (all-zip): New target.
13532         (ALL_MODULES): Added all-zip.
13533         (NATIVE_CHECK_MODULES): Added check-zip.
13534         (INSTALL_MODULES): Added install-zip.
13535         (CLEAN_MODULES): Added clean-zip.
13536
13537 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
13538
13539         * Makefile.in: lose "32" from comment about cygwin.
13540
13541 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
13542
13543         * configure.in: Use -Os to build target libraries for the fr30.
13544
13545 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
13546
13547         * config.sub: Add fr30.
13548
13549 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
13550
13551         * configure.in: drop "32" from config/mh-cygwin32.  Check
13552         cygwin* instead of cygwin32*.
13553         * config.sub: Check cygwin* instead of cygwin32*.
13554
13555 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
13556
13557         * config.guess: Match any version of Unixware7.
13558
13559 1998-10-20  Syd Polk  <spolk@cygnus.com>
13560
13561         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13562         if desired.
13563
13564 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
13565
13566         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13567         these if the appropriate directories and files to not exist.
13568
13569 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
13570
13571         * Makefile.in (DEVO_SUPPORT): Add config.if.
13572
13573 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13574
13575         * configure: Add pattern to replace "build_tooldir"'s
13576         definition in the generated Makefile with "tooldir"'s
13577         actual value.
13578
13579 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
13580
13581         * config.sub: Bring back lost sparcv9.
13582
13583         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13584
13585 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
13586
13587         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13588         CC_FOR_TARGET and friends.
13589
13590 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
13591
13592         * Makefile.in (build_tooldir): New variable, same as tooldir.
13593         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13594         -B$(build_tooldir)/bin/.
13595         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13596
13597 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13598
13599         * README: Remove installation instructions and refer to the
13600         INSTALL directory instead.
13601
13602 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
13603
13604         * config.sub: Add support for i[34567]86-pc-udk.
13605         * configure.in: Likewise.
13606
13607 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
13608
13609         * Makefile.in: add bzip2 package building bits for user
13610         tools module
13611         * configure.in: ditto
13612
13613 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
13614
13615         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13616         (ALL_TARGET_MODULES): Add all-target-libobjc.
13617         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13618         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13619         (all-target-libchill): Add dependencies.
13620         * configure.in (target_libs): Add libchill.
13621
13622 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
13623
13624         * configure.in (target_subdir): Remove duplicate line.
13625
13626 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
13627
13628         * Makefile.in (all-automake): fix dependencies.
13629
13630 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
13631
13632         * configure.in: Minor cleanups for building in the $(target_alias)
13633         subdir.
13634
13635 1998-09-22  Jim Wilson  <wilson@cygnus.com>
13636
13637         * Makefile.in (bootstrap): Set r and s before make all.  Use
13638         BASE_FLAGS_TO_PASS in make all.
13639         (cross): Likewise.
13640
13641 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
13642
13643         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13644
13645 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
13646
13647         * config.sub: Fix typo in last change.
13648
13649 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13650
13651         * config.sub: Add support for C4x target.
13652         * configure.in: Likewise.
13653
13654 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
13655
13656         * config.sub: Recognize sparcv9 just like sparc64.
13657
13658 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
13659
13660         * config.guess: Match "Pent II" or "PentII" for OpenServer.
13661
13662 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
13663
13664         * config.guess: Correctly identify Pentium II sco boxes.
13665
13666         * config.guess: Fix "tr" code.  From Weiwen Liu.
13667
13668 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
13669
13670         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13671         stabs.
13672
13673 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
13674
13675         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13676         (ALL_TARGET_MODULES): Add all-target-libchill.
13677         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13678         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13679         (all-target-libchill): Add dependencies.
13680         * configure.in (target_libs): Add libchill.
13681
13682 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13683
13684         * config.guess: Avoid assumptions about "tr" behaves when
13685         LANG is set to something other than English.
13686
13687 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
13688
13689         * configure (gxx_include_dir): Changed to
13690         '${prefix}/include/g++'-${libstdcxx_interface}.
13691
13692         * config.if: New to determine the interfaces.
13693
13694 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
13695
13696         * config.guess: Detect and handle MPE/IX.
13697         * config.sub: Deal with MPE/IX.
13698
13699 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
13700
13701         * configure.in: Use mh-aix43.
13702
13703 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
13704
13705         * configure: Fix --without/--disable cases for gxx-include-dir.
13706
13707 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
13708
13709         * mdata-sh:  Imported.  Needed for automake support.
13710
13711 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
13712
13713         * Makefile.in (taz): Try "chmod -R og=u ." before
13714         "chmod og=u `find . -print`".
13715
13716 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
13717
13718         * configure.in: Add arm-elf and thumb-elf support.
13719
13720 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
13721
13722         * Makefile.in: Undo previous patch.
13723
13724 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
13725
13726         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13727         to here ...
13728         (install-no-fixedincludes): and here
13729         (INSTALL_MODULES): ... from here.
13730
13731 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13732
13733         * config.sub: Merge with FSF.
13734
13735         * config.guess: Merge with FSF.
13736
13737 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
13738
13739         * configure (extraconfigdirs): New variable.
13740         (SUBDIRS): Add extraconfigdirs and recurse on them too.
13741         * Makefile.in (all): Move higher in file.
13742         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13743         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13744         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13745         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13746         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13747
13748 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
13749
13750         * Makefile.in (all-target-libjava): Depend on all-gcc and
13751         all-target-newlib.
13752         (configure-target-libjava): Depend on $(ALL_GCC).
13753
13754 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
13755
13756         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13757         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13758
13759 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
13760
13761         * INSTALL/README: Fix typo.
13762
13763 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13764
13765         * ylwrap: Change absolute path checks to check for DOS style path
13766         names.
13767
13768         * ylwrap: Don't use a full path name if the source file is in the
13769         same directory.  From hjl@lucon.org (H.J. Lu).
13770
13771         * config-ml.in: Default to being verbose, to match Feb 18 change to
13772         configure.
13773
13774 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
13775
13776         Brought over from egcs:
13777
13778         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13779
13780         * configure.in (target_subdir): Set to ${target_alias} instead
13781         of "libraries".
13782
13783         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13784
13785         * configure.in (target_subdir): Set to libraries if enable_multilib.
13786
13787 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
13788
13789         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13790         multilibs, force reconfiguration the first time we create
13791         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13792
13793 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
13794
13795         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13796         avoid confusion with --no-recursion.
13797
13798 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
13799
13800         * configure.in: Win32 hosts shouldn't use install -x
13801         * install-sh: remove -x option, and special .exe-handling
13802         hack.
13803
13804 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
13805
13806         * config.guess: Recognize i586-pc-beos.
13807         * configure.in: Don't build some bits for beos.
13808
13809 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13810
13811         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13812         CFLAGS default to -O2.
13813
13814         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13815         when using GNU ld.
13816
13817 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
13818
13819         * ltmain.sh: Correct install when using a different shell.
13820
13821 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13822
13823         * ltconfig, ltmain.sh: Update to libtool 1.2b.
13824
13825 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
13826
13827         * makefile.vms: Update to build binutils/makefile.vms.  Add install
13828         target.
13829
13830 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
13831
13832         * ltconfig: Update to correct AIX handling.
13833
13834 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13835
13836         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13837
13838         * configure.in (target_subdir): Set to ${target_alias} instead
13839         of "libraries".
13840
13841 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
13842
13843         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13844         (Makefile): Depend on $(gcc_version_trigger).
13845
13846         * configure (gcc_version): Change default initializer to empty
13847         string.
13848         (gcc_version_trigger): New variable; pass this variable down
13849         to subdir configures to enable them checking gcc's version
13850         themselves. Emit make macros for both gcc_version vars.
13851         (topsrcdir): Initialize reliably.
13852         (recursion line): Remove --with-gcc-version=${gcc_version}.
13853
13854 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13855
13856         * configure (enable_version_specific_runtime_libs): Implement new flag
13857         --enable-version-specific-runtime-libs which installs C++ runtime stuff
13858         in $(libsubdir); emit definition in each generated Makefile.
13859         (gxx_include_dir): Initialize depending on
13860         $enable_version_specific_runtime_libs.
13861
13862 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13863
13864         * configure (gcc_version): Initialize properly depending on
13865         how and where configure is started.
13866         (recursion line): Pass a --with-gcc-version=${gcc_version}
13867         to configures in subdirs.
13868
13869 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
13870
13871         * configure.in (noconfigdirs): Add configure pattern for mips tx39
13872         cygmon
13873
13874 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
13875
13876         * configure.in: Add cygmon and libstub support for mn10200.
13877
13878 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
13879
13880         * configure (gcc_version): Add new variable describing the
13881         particular gcc version we're building.
13882         * Makefile.in (libsubdir): Add new macro for the directory
13883         in which the compiler finds executables, libraries, etc.
13884         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13885         and libsubdir.
13886
13887 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13888
13889         * Makefile.in (local-clean): Remove *.log.
13890         (warning.log): Built with warn_summary from build.log.
13891         (mail-report.log): Run test_summary.
13892         (mail-report-with-warnings.log): Run test_summary including
13893         warning.log in the report.
13894
13895 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
13896
13897         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13898
13899 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
13900
13901         * Makefile.in (grep): Grep no longer depends on libiberty.
13902
13903 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
13904
13905         * Makefile.in: all-snavigator needs all-libgui.
13906
13907 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
13908
13909         * configure.in: Add cygmon and libstub support for mn10300.
13910
13911 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
13912
13913         * missing: Update to version from automake 1.3.
13914
13915         * ltmain.sh: On installation, don't get confused if the same name
13916         appears more than once in the list of library names.
13917
13918 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13919
13920         * config.sub: Accept m68060 and m5200 as CPU names.
13921
13922 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
13923
13924         * configure: Use && rather than using -a in test, because odd
13925         strings can confuse test.
13926         * configure.in: Likewise.
13927
13928 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13929
13930         * ltconfig, ltmain.sh: Bring in Visual C++ support.
13931
13932 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13933
13934         * Makefile.in (boostrap2-lean, bootstrap3-lean,
13935         bootstrap4-lean): New targets.
13936
13937 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
13938
13939         * mpw-* Delete.  Not used.
13940
13941 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
13942
13943         * COPYING.LIB: Update FSF address.
13944
13945 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
13946
13947         * ltconfig, ltmain.sh: Update to libtool 1.2a.
13948
13949         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13950         GAS_SUPPORT_DIRS.
13951
13952 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
13953
13954         * ltconfig, ltmain.sh: Avoid producing a version number if
13955         -version-info was not used.
13956
13957 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13958
13959         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13960         building with newlib.
13961
13962 1998-04-30  Paul Eggert  <eggert@twinsun.com>
13963
13964         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13965         Solaris `make' causes it to continue to next definition.
13966
13967 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13968
13969         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13970         the right GUI libraries and files are installed along with GDB.
13971
13972 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13973
13974         * configure.in: Change alpha to alpha* in several places.
13975
13976 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
13977
13978         * config.sub: Recognize sparc86x.
13979
13980 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
13981
13982         * configure.in (--enable-target-optspace): Remove debug echo.
13983
13984 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
13985
13986         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13987
13988 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13989
13990         * ltconfig: Update cygwin32 support.
13991
13992         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13993         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13994         (GDB_SUPPORT_DIRS): Likewise.
13995
13996 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
13997
13998         * configure.in (target_makefile_frag): If --enable-target-optspace,
13999         use -Os to compile target libraries rather than -O2.  Default to
14000         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14001         not used.
14002         * configure.in (target_cflags): Ditto for d30v.
14003
14004 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
14005
14006         * Makefile.in (all-bfd): Depend on all-intl.
14007         (all-binutils): Likewise.
14008         (all-gas): Likewise.
14009         (all-gprof): Likewise.
14010         (all-ld): Likewise.
14011
14012 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14013
14014         * configure.in (host_tools): Fix typo, lbtool -> libtool.
14015
14016 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14017
14018         * Makefile.in (all-bfd): Depend upon all-libiberty.
14019
14020         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14021
14022 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14023
14024         * Makefile.in: Add libstub.
14025
14026         * configure.in: Ditto. Build libstub for targets that have cygmon
14027         support.
14028
14029 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14030
14031         * configure.in: Don't set PICFLAG on ix86-cygwin32.
14032
14033 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14034
14035         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14036         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14037
14038 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14039
14040         * configure: Define DEFAULT_M4 by searching PATH.
14041         * Makfile.in: Use DEFAULT_M4.
14042
14043 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14044
14045         * ltconfig: Add cygwin32 support.
14046
14047         * Makefile.in, configure.in: Add libtool as a native only directory
14048         to configure and build.
14049
14050 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14051
14052         * Makefile.in (INSTALL_MODULES): Remove texinfo.
14053
14054 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
14055
14056         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14057
14058 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
14059
14060         * Makefile.in: add ash make rules
14061         * configure.in: add ash to native_only and host_tools lists
14062
14063 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
14064
14065         * Makefile.in (all-gettext, all-intl): New targets.
14066         (ALL_MODULES): Added all-gettext, all-intl.
14067         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14068         (INSTALL_MODULES): Added install-gettext, install-intl.
14069         (CLEAN_MODULES): Added clean-gettext, clean-intl.
14070
14071         * configure.in (host_tools): Added gettext.
14072         (native_only): Likewise.
14073         (noconfigdirs) [various cases]: Likewise.
14074         (host_libs): Added intl.
14075
14076 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
14077
14078         * configure: Do not disable building gdbtk for cygwin32 hosts.
14079
14080 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
14081
14082         * configure.in: Add thumb-coff target.
14083         * config.sub: Add thumb-coff target.
14084
14085 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14086
14087         * Makefile.in: Revert yesterday's change.
14088         (all-target-winsup):  all-target-librx stays out of here.
14089
14090 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14091
14092         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14093         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14094         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14095         Remove references to librx and libg++.
14096
14097 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14098
14099         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14100         recursive makes
14101
14102 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14103
14104         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14105         for newlib directory.
14106         (CXX_FOR_TARGET): Likewise.
14107
14108 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14109
14110         * ltconfig: Update after libtool/ltconfig.in change for
14111         hpux11.
14112
14113 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14114
14115         * ltconfig, ltmain.sh: Update to libtool 1.2.
14116
14117 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14118
14119         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14120         (install-gcc-cross): Instead, override LANGUAGES here.
14121
14122 1998-03-18  Dave Love  <d.love@dl.ac.uk>
14123
14124         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14125         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14126
14127 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14128
14129         * configure.in: Add Thumb-pe target.
14130
14131 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14132
14133         * Makefile.in - changed sn targets to snavigator
14134         * configure.in - changed sn targets to snavigator
14135
14136 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14137
14138         * config-ml.in: After building symlink tree call make distclean
14139         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14140         to be the case for libiberty.
14141
14142 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14143
14144         * configure: When making link, also check the current
14145         directory. The configure scripts may create one.
14146
14147 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14148
14149         * config.sub: Accept alphapca56 and alphaev6 properly.
14150
14151 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14152
14153         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14154
14155 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14156
14157         * config.sub (sco5): Fix typo.
14158
14159 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14160
14161         * Makefile.in (INSTALL_MODULES): Move install-tcl before
14162         install-itcl.
14163         (install-itcl): Remove dependency on install-tcl.
14164
14165 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14166
14167         * configure.in: Remove libgloss from noconfigdirs for MN10300.
14168
14169 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14170
14171         * configure.in: Don't build libgui for a cygwin32 target when not on
14172         a cygwin32 host.
14173
14174 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14175
14176         * configure (redirect): Set to null, so default behavior of
14177         configure is now --verbose.
14178
14179 1998-02-16  Dave Love  <d.love@dl.ac.uk>
14180
14181         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14182         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14183
14184 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14185
14186         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14187         this change to sync Makefile.in with its ChangeLog entries.
14188
14189 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14190
14191         * ltmain.sh (mkdir): Check that the directory doesn't exist
14192         before we exit with error, so that we don't get races during
14193         parallel builds.
14194
14195 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14196
14197         * ltconfig, ltmain.sh: Update from libtool 1.0i.
14198
14199 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14200
14201         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14202         PICFLAG_FOR_TARGET.
14203         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14204
14205         * configure: Emit a definition for the new macro enable_shared
14206         into each Makefile.
14207
14208 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14209
14210         * configure.in (host_tools, native_only): Add libtool.
14211
14212 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14213
14214         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14215         Fix typo in ming config comment.
14216
14217 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14218
14219         * ltconfig, ltmain.sh: Update from libtool 1.0h.
14220
14221 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14222
14223         * config.sub: Add tic30 cases, and map c30 to tic30.
14224
14225 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14226
14227         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14228         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14229         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14230         (CLEAN_TARGET_MODULES): Similarly
14231         (all-target-libf2c): Add dependences.
14232         * configure.in (target_libs): Add libf2c.
14233
14234 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14235
14236         * configure.in: Remove expect from noconfigdirs when target
14237         is cygwin32.  OK to build expect and dejagnu with Canadian
14238         Cross.
14239
14240 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14241
14242         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14243         host.
14244
14245         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14246         and mingw32.
14247
14248 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14249
14250         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14251         here as it is not defined in the toplevel Makefile.
14252
14253 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14254
14255         * configure (package_makefile_rules_frag): New variable, which names
14256         a file with generic rules, ...
14257         Change comment to mention we now have FIVE parts.
14258         * configure: Undo last change.
14259
14260 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14261
14262         * config.guess: More accurate determination of HP processor types.
14263         * config.sub: More accurate determination of HP processor types.
14264
14265 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14266
14267         * configure (package_makefile_frag): Move inserting the
14268         ${package_makefile_frag} to where it should be according
14269         to the comment.
14270
14271 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14272
14273         * config.guess: Add support for Linux/ARM.
14274
14275 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14276
14277         * .cvsignore: Remove *-info and *-install since they match
14278         release-info and mpw-install, which we don't want to just ignore.
14279
14280 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14281
14282         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14283
14284 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14285
14286         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14287         local_prefix to sub-make invocations.
14288
14289 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14290
14291         * configure.in: Check makefile fragments in the source
14292         directory.
14293
14294 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14295
14296         * configure.in: Check whether host and target makefile
14297         fragments exist before adding them to *_makefile_frag.
14298
14299 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14300
14301         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14302
14303 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14304
14305         * configure.in: Make sure we only replace RPATH_ENVVAR on
14306         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14307         regexp to sed.
14308
14309         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14310         to sub-makes.
14311
14312 1998-01-13  Lee Iverson   (leei@ai.sri.com)
14313
14314         * config-ml.in (multi-do): LDFLAGS must include multilib
14315         designator.
14316
14317 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14318
14319         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14320
14321 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14322
14323         * config.sub: Add mingw32 support.
14324         * configure.in: Likewise.
14325
14326 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14327
14328         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14329
14330 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14331
14332         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14333         * configure (gxx_include_dir): Provide a definition for subdirs
14334         which do not use autoconf.
14335
14336 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14337
14338         * config.guess: Sync with egcs.  Picks up new alpha support,
14339         BeOS & some additional linux support.
14340
14341 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14342
14343         * config.guess: HP 9000/803 is a PA1.1 machine.
14344
14345 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14346
14347         * configure.in: It's alpha*-...
14348
14349 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14350
14351         * configure.in (host_makefile_frag, target_makefile_frag):
14352         Handle multiple config files.
14353         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14354         alpha-*-*.
14355
14356 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14357
14358         * mkdep: New file.
14359
14360 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14361
14362         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14363
14364 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14365
14366         * Makefile.in: Add libgui directory.
14367         (GDB_TK): Add all-libgui.
14368         * configure.in: Add libgui directory.
14369         * configure: Add all-libgui to GDB_TK.
14370
14371 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14372
14373         * config-ml.in (multidirs): Add m32r to multilib list.
14374
14375 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14376
14377         * Makefile.in (all-target-gperf): Change dependency to
14378         all-target-libstdc++.
14379
14380 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14381
14382         * config.guess: Add BeOS support.
14383
14384 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14385
14386         Source directory cvs renamed to cvssrc:
14387         * configure.in (host_tools): Change cvs to cvssrc.
14388         (native_only): Likewise.
14389         (noconfigdirs) [various cases]: Likewise.
14390         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14391         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14392         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14393         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14394         (all-cvssrc): Rename target from all-cvs.
14395
14396 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14397
14398         * configure (gxx_include_dir): Fix thinko.
14399
14400 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14401
14402         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14403         (install-cross, install-gcc-cross): New targets.
14404
14405 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14406
14407         * configure.in (noconfigdirs): Add support for Thumb target.
14408
14409         * config.sub (maybe_os): Add support for Thumb target.
14410
14411 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14412
14413         * Makefile.in: Add rules for cygmon.
14414
14415         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14416
14417 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14418
14419         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14420         * configure (gxx_include_dir): Provide a definition for subdirs
14421         which do not use autoconf.
14422
14423 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14424
14425         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14426         11/18/97 build
14427
14428 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14429
14430         * From Franz Sirl.
14431         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14432         found on RedHat Linux systems.
14433
14434 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14435
14436         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14437         guesses.
14438
14439 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14440
14441         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14442
14443 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14444
14445         * ltmain.sh: If mkdir fails, check whether the directory was created
14446         anyhow by some other process.
14447
14448 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14449
14450         * configure.in (d30v-*-*): Configure all directories.
14451
14452 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14453
14454         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14455         for the D30V.
14456
14457 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14458
14459         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14460
14461 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14462
14463         * include/libiberty.h: Add extern "C" { so it can be used with C++
14464         progrms.
14465         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14466         programs.
14467
14468 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14469
14470         * configure.in (d30v-*-*): Configure GCC now.
14471
14472 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14473
14474         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14475         is no longer needed.
14476
14477 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14478
14479         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14480
14481 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14482
14483         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14484         targets using "$@" to provide support for similar but not identical
14485         targets without having to duplicate code.
14486
14487 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
14488
14489         * makefile.vms: Fix to work with DEC C.
14490
14491 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
14492
14493         * config.sub: Add mips-tx39-elf to marketing names.
14494
14495 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
14496
14497         * ltmain.sh: Handle symlinks in generated script.
14498
14499 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
14500
14501         * configure: Handle autoconf style directory options: --bindir,
14502         --datadir, --includedir, --infodir, --libdir, --libexecdir,
14503         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14504         --sysconfdir.
14505         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14506         (sharedstatedir, localstatedir, oldincludedir): New variables.
14507         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14508         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14509         sbindir, sharedstatedir, and sysconfdir.
14510
14511 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14512
14513         * Makefile.in (bootstrap-lean): New target.
14514
14515 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
14516
14517         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
14518         sn, and gnuserv from noconfigdirs.
14519
14520 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
14521
14522         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14523
14524 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
14525
14526         * Makefile.in (cross): New target.
14527
14528 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
14529                           Jeff Law         <law@cygnus.com>
14530
14531         * Makefile.in (bootstrap2, bootstrap3): New targets.
14532         (all-bootstrap): Remove outdated and confusing target.
14533         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14534
14535 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14536
14537         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14538         windows.  Consistent with gdb/configure.
14539
14540 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
14541
14542         * configure.in: Name Linux target fragment.
14543
14544         * configure: Rewrite so that project Makefile fragment is inserted
14545         first and appears last in the resulting Makefile.
14546
14547 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14548
14549         * Makefile.in (install-itcl): Install tcl first.
14550
14551 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
14552
14553         * configure.in: remove bison from noconfigdirs for Cygwin32 host
14554
14555 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14556
14557         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14558
14559         * configure.in (skipdirs): Add target-librx for Linux.
14560         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14561
14562 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
14563
14564         * Makefile.in (bootstrap): New target.
14565
14566 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
14567
14568         * config.sub: Accept 'amigados' for backward compatibility.
14569
14570 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
14571
14572         * config.guess: Merge with FSF.
14573
14574 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
14575
14576         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14577
14578 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
14579
14580         * config.sub: Add "marketing-names" patch.
14581
14582 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
14583
14584         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14585
14586 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
14587
14588         * config.sub: Handle v850-elf.
14589
14590 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
14591
14592         * .cvsignore (*-install): Remove.
14593
14594 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
14595
14596         * ltconfig: Set CONFIG_SHELL in libtool.
14597         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14598
14599 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14600
14601         * configure.in (target_subdir): Set to libraries if enable_multilib.
14602
14603 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
14604
14605         * config.guess: Update from gcc directory.
14606
14607 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14608
14609         * Makefile.in (all-sim): Depends on all-readline.
14610
14611 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
14612
14613         * Makefile.in (BISON, YACC): Use $$s.
14614         (all-bison): Depend on all-texinfo.
14615
14616 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
14617
14618         * Makefile.in (BISON): Add -L flag.
14619         (YACC): Likewise.
14620
14621 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14622
14623         * configure.in (noconfigdirs): Add support for v850e target.
14624
14625         * config.sub (maybe_os): Add support for v850e target.
14626
14627 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14628
14629         * configure.in (noconfigdirs): Add support for v850ea target.
14630
14631         * config.sub (maybe_os): Add support for v850ea target.
14632
14633 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
14634
14635         * config.sub: Add mipstx39.  Delete r3900.
14636
14637 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14638
14639         * Makefile.in (all-autoconf): Depends on all-texinfo.
14640
14641 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
14642
14643         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14644         eabi targets.
14645
14646 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
14647
14648         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14649
14650         * configure: When handling a Canadian Cross, handle YACC as well as
14651         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
14652         * Makefile.in (all-bison): Depend upon all-texinfo.
14653
14654 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
14655
14656         * Makefile.in (BISON): bison, not byacc or bison -y.
14657         (YACC): bison -y or byacc or yacc.
14658         (various): Add *-bison as appropriate.
14659         (taz): No need to mess with BISON anymore.
14660
14661 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
14662
14663         * configure: If OSTYPE matches *win32*, try to find a good value for
14664         CONFIG_SHELL.
14665
14666 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
14667
14668         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14669         configure.in if it is present.
14670
14671 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
14672
14673         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14674
14675 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
14676
14677         * config.sub: Recognize `arc' cpu.
14678         * configure.in: Likewise.
14679         * config-ml.in: Likewise.
14680
14681 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
14682
14683         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14684
14685 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
14686
14687         * configure: Changed sed delimiter from ':' to '|' when
14688         attempting to substitute ${config_shell} for SHELL. On
14689         NT ${config_shell} may contain a ':' in it.
14690
14691 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
14692
14693         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14694
14695 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
14696
14697         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14698
14699 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14700
14701         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14702
14703         * ylwrap: If the program is a relative path, force it to be
14704         absolute.
14705
14706 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14707
14708         * configure (tooldir): Set BISON to `bison -y' and not just bison.
14709
14710 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14711
14712         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14713         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14714         for libraries.
14715
14716 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
14717
14718         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14719         separated by spaces.
14720
14721 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
14722
14723         * ylwrap: New file.
14724         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14725
14726         * ltmain.sh: Handle /bin/sh at start of install program.
14727
14728         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14729
14730         * ltconfig, ltmain.sh: New files, from libtool 1.0.
14731         * missing: New file, from automake 1.2.
14732
14733 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
14734
14735         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
14736         check-tk to CHECK_X11_MODULES.
14737
14738 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14739
14740         * config.sub: Merge with FSF.
14741
14742 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14743
14744         * config.guess: Merge with FSF.
14745
14746 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14747
14748         * configure: Treat msdosdjgpp like go32.
14749         * configure.in: Likewise.  Don't remove gprof for go32.
14750
14751         * configure: Change Makefile.tem2 to Makefile.tm2.
14752
14753 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
14754
14755         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14756
14757 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14758
14759         * install-sh (chmodcmd): Set to null if the DST directory already
14760         exists.  Same as Nov 11th change.
14761
14762 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
14763
14764         * configure (GDB_TK): Needs itcl and tix.
14765
14766 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
14767
14768         * config.guess: Update from FSF.
14769
14770 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
14771
14772         * Makefile.in (GDB_TK): Depend on itcl and tix.
14773
14774 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14775
14776         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14777         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14778         (INSTALL_SCRIPT): New variable.
14779         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14780         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14781         to -x.
14782         * install-sh: Add support for -x option.
14783
14784 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
14785
14786         * configure.in, Makefile.in: Treat tix like itcl.
14787
14788 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
14789
14790         * Makefile.in (WINDRES): New variable.
14791         (WINDRES_FOR_TARGET): New variable.
14792         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14793         (EXTRA_HOST_FLAGS): Add WINDRES.
14794         (EXTRA_TARGET_FLAGS): Add WINDRES.
14795         (EXTRA_GCC_FLAGS): Add WINDRES.
14796         ($(DO_X)): Pass down WINDRES.
14797         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14798         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14799         DLLTOOL_FOR_TARGET.
14800
14801 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
14802
14803         * configure.in: configure sim before gdb for win32-x-ppc
14804
14805 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14806
14807         Move gperf into the toplevel, from libg++.
14808         * configure.in (target_tools): Add target-gperf.
14809         (native_only): Add target-gperf.
14810         * Makefile.in (all-target-gperf): New target, depend on
14811         all-target-libg++.
14812         (configure-target-gperf): Empty rule.
14813         (ALL_TARGET_MODULES): Add all-target-gperf.
14814         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14815         (CHECK_TARGET_MODULES): Add check-target-gperf.
14816         (INSTALL_TARGET_MODULES): Add install-target-gperf.
14817         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14818
14819 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
14820
14821         * config.sub (mn10200): Recognize new basic machine.
14822
14823 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14824
14825         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14826         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14827
14828 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14829
14830         * configure.in: If we're building mips-sgi-irix6* native, turn on
14831         ENABLE_MULTILIB and set TARGET_SUBDIR.
14832
14833 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
14834
14835         * Makefile.in (all-sn): Depend on all-grep.
14836
14837 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
14838
14839         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14840
14841         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14842         Makefile.  From Jeff Makey <jeff@cts.com>.
14843         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14844
14845         * Makefile.in (DISTBISONFILES): Remove.
14846         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
14847         $(DEFAULT_YACC).
14848
14849         * configure.in: Build itl, db, sn, etc., when building for native
14850         cygwin32.
14851
14852         * Makefile.in (LD): New variable.
14853         (EXTRA_HOST_FLAGS): Pass down LD.
14854         ($(DO_X)): Likewise.
14855
14856 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
14857
14858         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14859
14860 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
14861
14862         * configure.in (targargs): Strip out any supplied --build argument
14863         before adding our own. Always add --build.
14864
14865 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
14866
14867         * configure.in (targargs): Pass --build if we're doing
14868         a cross-compile.
14869
14870 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
14871
14872         * configure: Use '|' instead of ":" as the separator in
14873         sed. Otherwise sed chokes on NT path names with drive
14874         designators. Also look for "?:*" as the leading characters in an
14875         absolute pathname.
14876
14877 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
14878
14879         * config.sub: Support for r3900.
14880
14881 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14882
14883         * configure.in: Use install-sh, not install.sh.
14884
14885 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14886
14887         * Makefile.in (taz): Improve check for BISON so it doesn't try to
14888         apply it twice.
14889
14890 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14891
14892         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14893         install-binutils.
14894
14895 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
14896
14897         * Makefile.in: Add automake targets.
14898         * configure.in (host_tools): Add automake.
14899
14900 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14901
14902         * configure: Default CXX to c++, not gcc.
14903         * Makefile.in (CXX): Set to c++, not gcc.
14904         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14905
14906 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
14907
14908         * install-sh: try appending a .exe if source file doesn't
14909         exist
14910
14911 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
14912
14913         * configure.in: Turn on multilib by default.
14914         (cross_only): Remove target-libiberty.
14915
14916         * Makefile.in (all-gcc): Don't depend on libiberty.
14917
14918 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
14919
14920         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14921
14922 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14923
14924         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14925         (DISTBISONFILES): Add ld/Makefile.in
14926
14927 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
14928
14929         * configure.in: if target is cygwin32 but host isn't cygwin32,
14930         don't configure gdb tcl tk expect, not just gdb.
14931
14932 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
14933
14934         * configure.in: Added gnuserv everywhere sn appears.
14935
14936         * Makefile.in (ALL_MODULES): Added all-gnuserv.
14937         (CROSS_CHECK_MODULES): Added check-gnuserv.
14938         (INSTALL_MODULES): Added install-gnuserv.
14939         (CLEAN_MODULES): Added clean-gnuserv.
14940         (all-gnuserv): New target.
14941
14942 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
14943
14944         * config.guess: Fixes for MIPS OpenBSD systems.
14945
14946 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14947
14948         * Makefile.in (INSTALL_XFORM): Remove.
14949         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14950
14951         * mkinstalldirs: New file, copied from automake.
14952         * Makefile.in (installdirs): Rename from install-dirs.  Use
14953         mkinstalldirs.  Change all users.
14954         (DEVO_SUPPORT): Add mkinstalldirs.
14955
14956 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14957
14958         * install-sh: Rename from install.sh.
14959         * Makefile.in (INSTALL): Change install.sh to install-sh.
14960         (DEVO_SUPPORT): Likewise.
14961
14962         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
14963         Graichen <graichen@rzpd.de>.
14964
14965 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
14966
14967         * config.guess: Recognize OpenBSD systems correctly.
14968
14969 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14970
14971         * README, Makefile.in (ETC_SUPPORT): Remove references to
14972         cfg-paper*, configure.{texi,man,info*}._
14973
14974 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
14975
14976         * Makefile.in (all.normal): Ensure that gcc is built after all
14977         the x11 - ie gdb - targets.
14978
14979 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
14980
14981         * makefile.vms: Don't run conf-a-gas.
14982
14983 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
14984
14985         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14986
14987 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
14988
14989         * configure.in: Remove noconfigdirs case since gdb also
14990         configures and builds for tic80-coff.
14991
14992 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14993
14994         * configure: Set cache_file to config.cache.
14995         * Makefile.in (local-distclean): Remove config.cache.
14996
14997 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14998
14999         * COPYING: Update FSF address.
15000
15001 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
15002
15003         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15004         noconfigdirs.
15005
15006 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15007
15008         * Makefile.in (install-dirs): Don't crash if prefix, and hence
15009         MAKEDIRS, is empty.
15010
15011 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15012
15013         * config.sub: Tweak mn10300 entry.
15014
15015 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15016
15017         * configure.in (host_tools): Put sim before gdb, so gdb's
15018         configure.tgt can determine if the simulator was configured.
15019
15020 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15021
15022         * config.sub: Move BeOS $os case to be with other Cygnus
15023         local cases.
15024
15025 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15026
15027         * config.sub: Remove misplaced comment that broke Linux.
15028
15029 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15030
15031         * config.sub: Add BeOS support.
15032
15033 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15034
15035         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15036
15037 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15038
15039         * configure.in (noconfigdirs): Remove tcl and tk from
15040         noconfigdirs for cygwin32 builds.
15041
15042 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15043
15044         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15045
15046 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15047
15048         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15049         make-all.com, use makefile.vms instead.
15050
15051 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15052
15053         * config.sub: Accept -lnews*.
15054
15055 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
15056
15057         * configure.in (noconfigdirs): Disable target-newlib,
15058         target-examples and target-libiberty for d30v.
15059
15060 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15061
15062         * configure.in (noconfigdirs): Enable ld for d30v.
15063
15064 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
15065
15066         * configure.in (tic80-*-*): Build compiler.
15067
15068 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
15069
15070         * configure.in (d30v-*): Remove sim directory from list of
15071         unsupported d30v directories
15072
15073 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15074
15075         * config.sub, configure.in: Add d30v target cpu.
15076
15077 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
15078
15079         * makefile.vms: New file.
15080         * make-all.com: Remove.
15081
15082 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
15083
15084         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15085
15086 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15087
15088         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15089
15090 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15091
15092         * Makefile.in (ALL_MODULES): Added all-db.
15093         (CROSS_CHECK_MODULES): Addec check-db.
15094         (INSTALL_MODULES): Added install-db.
15095         (CLEAN_MODULES): Added clean-db.
15096
15097 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15098
15099         * config.guess: Merge with latest FSF sources.
15100
15101 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15102
15103         * Makefile.in (ALL_MODULES): Added all-itcl.
15104         (CROSS_CHECK_MODULES): Added check-itcl.
15105         (INSTALL_MODULES): Added install-itcl.
15106         (CLEAN_MODULES): Added clean-itcl.
15107
15108 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15109
15110         * configure.in: build gdb for mn10200
15111
15112 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15113
15114         * Makefile.in (all-target-winsup): Depend on all-target-libio.
15115
15116 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15117
15118         * configure.in (tic80-*-*): Turn off most targets right now.
15119
15120 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15121
15122         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15123         rather than the makeinfo program.
15124         (do-info): Depend upon all-texinfo.
15125
15126 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15127
15128         * configure.in: Remove uses of config/mh-linux.
15129
15130         * config.sub, config.guess: Merge with latest FSF sources.
15131
15132 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15133
15134         * config.sub (case $basic_machine): Add tic80 entries.
15135
15136 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15137
15138         * config.sub, config.guess: Merge with latest FSF sources.
15139
15140 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15141
15142         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15143         * mpw-config.in: Test for NewFolderRecursive.
15144         * mpw-install: Use symbolic name for startup filename.
15145         * mpw-README: Add various additional details.
15146
15147 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15148
15149         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15150
15151 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15152
15153         * configure.in: Do build gcc and the target libraries for
15154         the mn10200.
15155
15156 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15157
15158         * configure.in: don't avoid building gdb for mn10300 any more
15159         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15160         instead of single-quoting it.
15161
15162 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15163
15164         * configure.in: Don't use --with-stabs on IRIX 6.
15165
15166 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15167
15168         * configure.in (m32r): Build gdb, libg++ now.
15169
15170 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15171
15172         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
15173         directories from noconfigdirs.
15174
15175 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15176
15177         * config.sub (basic_machine): added mips16 configuration
15178
15179 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15180
15181         * config.sub: Handle d10v-unknown.
15182
15183 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15184
15185         * config.sub: Handle v850-unknown.
15186
15187 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15188
15189         * Makefile.in: add findutils
15190         * configure.in: add findutils to list of host_tools
15191
15192 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15193
15194         * config.sub: Handle mn10200 and mn10300.
15195
15196 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15197
15198         * configure.in (d10v-*): Do not build librx.
15199
15200 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15201
15202         * configure.in (mn10300): Build everything except gdb & libgloss.
15203
15204 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15205
15206         * config.guess:  Patch for Dansk Data Elektronik servers,
15207         from Niels Skou Olsen <nso@dde.dk>.
15208
15209         For ncr, use /bin/uname rather than uname, since GNU uname does not
15210         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15211
15212         Patch for MIPS R4000 running System V,
15213         from Eric S. Raymond <esr@snark.thyrsus.com>.
15214
15215         Fix thinko for nextstep.
15216
15217         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15218
15219         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15220         * config.guess: Guess mips-dec-mach_bsd4.3.
15221
15222         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15223         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15224         release numbers.
15225         * config.guess (mips-mips-riscos*):  Emit just enough of the
15226         release number.
15227
15228         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15229         * config.guess (sparc-auspex-sunos*):  Added.
15230         (f300-fujitsu-*): Added.
15231
15232         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15233         * config.guess:  Recognize a Tadpole as a sparc.
15234
15235 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15236
15237         * config.guess: Don't assume that NextStep version is either 2 or
15238         3.  NextStep 4 (aka OpenStep 4) has come out now.
15239
15240 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15241
15242         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15243         From Rik Faith <faith@cs.unc.edu>.
15244
15245 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15246
15247         * config.sub: Contributions from bug-gnu-utils to:
15248         Support plain "hppa" (no version given) architecture, reported by
15249         OpenStep.
15250         OpenBSD like NetBSD.
15251         LynxOs is not a hardware supplier.
15252
15253         * config.guess: Contributions from bug-gnu-utils to add support for:
15254         OpenBSD like NetBSD.
15255         Stratus systems.
15256         More Pyramid systems.
15257         i[n>4]86 Intel chips.
15258         M680[n>4]0 Motorola chips.
15259         Use unknown instead of lynx for hardware manufacturer.
15260
15261 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15262
15263         * install.sh (chmodcmd): Set to null if the DST directory already
15264         exists.
15265
15266 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15267
15268         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15269         not use mt-ppc target Makefile fragment any more.
15270
15271 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15272
15273         * configure.in (*-*-windows):  Exclude everything but those dirs
15274         needed to build windows.
15275
15276 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15277
15278         * Makefile.in (all-target-winsup): Depend on all-target-librx.
15279
15280 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15281
15282         * configure.in:  Exclude mmalloc from i386-windows.
15283
15284 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15285
15286         * Undo my previous change.
15287
15288 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15289
15290         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15291         unconditionally.
15292         (MAKEOVERRIDES): Define (revert this part of October 18 change).
15293
15294 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15295
15296         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15297         host to add it's own flags.
15298
15299 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15300
15301         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15302
15303 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15304
15305         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15306         (CXX_FOR_TARGET): Likewise.
15307         (GCC_FOR_TARGET): Define.
15308         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15309         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15310         CC_FOR_TARGET was specified on the command line.
15311         (MAKEOVERRIDES): Don't define.
15312
15313 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15314
15315         * configure.in (m32r): Fix spelling of libg++ libs.
15316
15317 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15318
15319         * config.sub (-apple*): Remove, now redundant.
15320
15321 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15322
15323         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15324
15325         * configure: Rework yesterday's sed script patch.
15326
15327         * config.sub: Merge with FSF.
15328
15329 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15330
15331         * config.guess:  Merge from FSF.
15332
15333         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15334         * config.guess: Use pc instead of unknown, for pc clone systems.
15335         Change linux to linux-gnu.
15336
15337         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15338         * config.guess: Avoid non-portable tr syntax.
15339
15340 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15341
15342         * test-build.mk (HOLES): Add "xargs" for gdb.
15343
15344         * configure: Avoid hpux10.20 sed bug.
15345
15346 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15347
15348         * configure.in:  Add support for windows host
15349         (that is a build done under the Microsoft build environment).
15350
15351 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15352
15353         * Makefile.in: Replace all uses of srcroot with s, to shrink
15354         command line lengths.
15355
15356         Patches from Geoffrey Noer <noer@cygnus.com>:
15357         * configure.in: If configuring for newlib, pass --with-newlib to
15358         subdirectories.
15359         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15360         -Bnewlib/ and -Lwinsup to gcc.
15361         (CXX_FOR_TARGET): Likewise.
15362
15363 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15364
15365         * Makefile.in (ETC_SUPPORT): Add configure.
15366
15367 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15368
15369         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15370         host configuration file.
15371
15372 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15373
15374         * configure.in: Break mn10x00 support into separate
15375         mn10200 and mn10300 configurations.
15376         * config.sub: Likewise.
15377
15378 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15379
15380         * configure.in: Add lots of stuff to noconfigdirs for
15381         the mn10x00 targets.
15382
15383         * config.sub, configure.in: Add mn10x00 support.
15384
15385 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15386
15387         * make-all.com: Call conf-a-gas, not config-a-gas.
15388
15389 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15390
15391         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15392         targets.
15393
15394 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15395
15396         * mpw-README: Add much more detail for native PowerMac.
15397         * mpw-install: New file.
15398         * mpw-configure: Add --norecursion and --help options.
15399         * mpw-config.in: Translate readme and install files when
15400         copying to objdir.
15401         * mpw-build.in: Don't always depend on byacc and flex.
15402         (install-only-top): New action.
15403
15404 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15405
15406         * configure.in:  You can now configure GDB for the v850.
15407
15408 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15409
15410         * configure.in (noconfigdirs): Don't configure any C++ dirs
15411         if targeting D10V.
15412
15413 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15414
15415         * config.sub: Recognize mips64vr5000.
15416
15417 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15418
15419         * configure.in: Use a single line for host_tools and native_only.
15420
15421 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15422
15423         * config.sub, configure.in: Add entries for m32r.
15424
15425 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15426
15427         * Makefile.in (inet-install): Don't run install-gzip.
15428
15429 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15430
15431         * configure.in:  Don't config lots of things for *-*-windows*.
15432
15433 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15434
15435         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15436         (host_libs, host_tools): Copy from configure.in.
15437         * mpw-configure: Don't complain about directories not found.
15438
15439 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15440
15441         * configure.in (i[345]86): Recognize i686 for pentium pro.
15442         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15443         file.
15444
15445         * config.guess (i[345]86): Ditto.
15446
15447 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15448
15449         * configure.in (noconfigdirs): Removed gdb for D10V.
15450
15451 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15452
15453         * configure.in: Remove ld, target-libio, target-libg++, and
15454         target-libstdc++ from noconfigdirs.
15455
15456 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15457
15458         * configure: Fix three locations where shell scripts were
15459         being run directly rather than with config_shell.
15460
15461 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15462
15463         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15464         * config.sub (basic_machine): Recognize v850.
15465
15466 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15467
15468         * mpw-configure: Handle multiple enable/disable options and
15469         pass them down recursively, handle -c and -s flags appropriately
15470         depending on choice of compiler, add escape mechanism for
15471         quoted arguments to gC.
15472
15473 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15474
15475         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15476         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15477         so that -mrelocatable-lib and -mno-eabi are used.
15478
15479         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15480         not support --print-multi-lib, don't abort.
15481
15482 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15483
15484         * make-all.com: Run config-a-gas.
15485         * setup.com: Don't copy subdirectory files around.
15486
15487 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
15488
15489         * configure.in (*-*-ose): Remove exclusion of libgloss for this
15490         target, it now compiles correctly.
15491
15492 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
15493
15494         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15495
15496 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15497
15498         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15499
15500 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15501
15502         * configure.in (native_only): Add prms.
15503
15504 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
15505
15506         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15507         (BINUTILS_SUPPORT_DIRS): Likewise.
15508
15509 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15510
15511         * configure.in (d10v-*-*): Don't configure ld or gdb until the
15512         d10v support is added.
15513
15514 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15515
15516         * configure.in (d10v-*-*): New target.
15517
15518 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
15519
15520         * config.guess (HP 9000/811): Recognize this as a PA1.1
15521         machine.
15522
15523 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
15524
15525         * Makefile.in (do-tar-gz): New target, split out from tail end of
15526         taz target.  Run each command separately, don't use pipes.
15527         (taz): Use it.
15528
15529 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
15530
15531         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15532         * mpw-build.in: No builds should depend on building byacc or flex,
15533         they are assumed to be installed already.
15534
15535 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15536
15537         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15538         variable that CC_FOR_TARGET needs.
15539
15540 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15541
15542         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15543         options have changed since the last time the subdirectory was
15544         configured, and if it has, reconfigure.
15545         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15546         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15547
15548 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
15549
15550         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15551         CLEAN_MODULES): Add bash.
15552         (all-bash): New target.
15553
15554 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
15555
15556         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15557
15558 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15559
15560         * config.sub (basic_machine): Recognize d10v as a valid processor.
15561
15562 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
15563
15564         * mpw-configure: Add support for --bindir.
15565         * mpw-build.in: Use a GCC-specific build script for GCC actions.
15566
15567 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
15568
15569         * configure.in: add bash, time, gawk to list of hosttools and things
15570         to only build for native toolchains
15571
15572 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15573
15574         * Makefile.in (docdir): Remove.
15575
15576 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15577
15578         * Makefile.in (datadir): Set to $(prefix)/share.
15579
15580 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
15581
15582         * configure.in: build diff and patch for cygwin32-hosted
15583         toolchains.
15584
15585 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
15586
15587         * config.sub: Accept -rtems*.
15588
15589 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
15590
15591         * configure.in: enable dosrel for cygwin32-hosted builds,
15592                 remove diff from the list of things not buildable
15593                 via Canadian Cross
15594
15595 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
15596
15597         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15598         don't get ". ".
15599
15600 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
15601
15602         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15603
15604 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
15605
15606         * Makefile.in (taz): Handle case where tex3patch didn't even get
15607         checked out.  Also, if it was found, put the symlink in a new util
15608         subdirectory.
15609
15610 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15611
15612         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15613
15614 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
15615
15616         * config.sub: Recognize -openvms.
15617         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15618         * make-all.com, setup.com: New files.
15619
15620 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15621
15622         * Makefile.in (taz): tex3patch moved to texinfo/util.
15623
15624 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
15625
15626         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15627         * configure.in: remove make from disable-if-Can-Cross list
15628                 enable gdb if ${host} and ${target} are cygwin32
15629
15630 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
15631
15632         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
15633         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15634
15635 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15636
15637         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
15638         distinguish sysv/svr4/bsd variants.
15639         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15640
15641 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
15642
15643         * configure.in: Added copyright notice.
15644         * move-if-change: Added copyright notice.
15645
15646 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15647
15648         * configure.in (powerpcle-*-solaris*): Until we get shared
15649         libraries working, don't build gdb, sim, make, tcl, tk, or
15650         expect.
15651
15652 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
15653
15654         * config.guess:  Merge with FSF:
15655
15656         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15657         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15658
15659         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
15660         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15661
15662         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
15663         * config.guess:  Combine two OSF1 rules.
15664         Also recognize field test versions.  From mjr@zk3.dec.com.
15665         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
15666         because GNU uname does not support -p.  From pmr@pajato.com.
15667
15668 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
15669
15670         * Makefile.in (MAKEDIRS): Removed $(tooldir).
15671
15672 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
15673
15674         * mpw-README: Document GCCIncludes.
15675
15676 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
15677
15678         * configure.in (alpha-*-linux*): Set enable_shared to yes.
15679
15680 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15681
15682         * mpw-configure: Handle --enable-FOO and --disable-FOO.
15683
15684 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
15685
15686         * configure.in (*-*-cygwin32): Configure make.
15687
15688 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
15689
15690         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15691
15692 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
15693
15694         * Makefile.in (all-inet): Depend on all-perl.
15695
15696         * Makefile.in (inet-install): New target.
15697
15698         * Makefile.in (all-inet): Depend on all-tcl.
15699         (all-inet): Depend on all-send-pr.
15700
15701 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15702
15703         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15704         temporarily.
15705
15706 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
15707
15708         * configure.in: Don't configure --with-gnu-ld on AIX.
15709
15710 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15711
15712         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15713
15714 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
15715
15716         * Makefile.in (ALL_MODULES): Added all-inet.
15717         (CROSS_CHECK_MODULES): Added check-inet.
15718         (INSTALL_MODULES): Added install-inet.
15719         (CLEAN_MODULES): Added clean-inet.
15720         (all-indent): New target.
15721
15722         * configure.in (host_tools): Added inet.
15723         (native_only): Added inet.
15724         (noconfigdirs): Added inet.
15725
15726 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
15727
15728         * configure.in: Don't configure libgloss if we are not configuring
15729         newlib.
15730
15731 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
15732
15733         * configure.in: Don't configure libgloss for unsupported
15734         architectures.
15735
15736 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15737
15738         * Makefile.in (CLEAN_MODULES): Add clean-apache.
15739
15740 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
15741
15742         * Makefile.in (ALL_MODULES): Include all-apache.
15743         (CROSS_CHECK_MODULES): Include check-apache.
15744         (INSTALL_MODULES): Include install-apache.
15745         (all-apache): New target.
15746
15747         * configure.in: Added apache everywhere perl is seen.
15748
15749 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15750
15751         * Makefile.in: Add support for clean-{module} and
15752         clean-target-{module} rules.
15753
15754 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
15755
15756         * configure.in (*-*-ose) do not build libgloss.
15757
15758 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15759
15760         * config.guess (prep*:SunOS:5.*:*): Turn into
15761         powerpele-unknown-solaris2.
15762
15763 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
15764
15765         * configure.in: Permit --enable-shared to specify a list of
15766         directories.
15767
15768 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15769
15770         * configure.in (host==solaris): Pass only the first word of $CC
15771         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15772
15773 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15774
15775         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15776
15777 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
15778
15779         * Makefile.in (ALL_MODULES): Include all-perl.
15780         (CROSS_CHECK_MODULES): Include check-perl.
15781         (INSTALL_MODULES): Include install-perl.
15782         (ALL_X11_MODULES): Include all-guile.
15783         (CHECK_X11_MODULES): Include check-guile.
15784         (INSTALL_X11_MODULES): Include install-guile.
15785         (all-perl): New target.
15786         (all-guile): New target.
15787
15788         * configure.in (host_tools): Include perl and guile.
15789         (native_only): Include perl and guile.
15790         (noconfigdirs): Don't build guile and perl; no ports have been
15791         done.
15792
15793 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
15794
15795         * configure (--enable-*): Handle quoted option lists such as
15796         --enable-sim-cflags='-g0 -O' better.
15797
15798 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15799
15800         * Makefile.in ({,inst}all-target): New rule so we can make and
15801         install all of the target directories easily.
15802
15803 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15804
15805         * configure.in: Add missing global flag in sed substitution when
15806         deleting `target-' from ${configdirs}.
15807
15808 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
15809
15810         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15811         option.
15812
15813         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15814         config/mh-necv4.
15815
15816         * install.sh: Correct misspelling of transformbasename.
15817
15818         * config.guess: Recognize mips-*-sysv*.
15819
15820 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
15821
15822         * config.sub: Recognize mon960.
15823
15824 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
15825
15826         * configure: Restore Canadian Cross handling of BISON and LEX,
15827         removed in Feb 20 change.
15828
15829 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
15830
15831         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15832         Mention make install.  Remove the old copyright date as well the
15833         clumsy and rather pointless copyright on the README file.
15834
15835 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15836
15837         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15838         Makefile after running symlink-tree, then run `make distclean' to
15839         avoid clobbering any generated files in srcdir.
15840
15841 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
15842
15843         * configure.in (m68k-*-netbsd*): Build everything now.
15844
15845 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15846
15847         * Makefile.in (taz): Fix quoting.
15848
15849 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
15850
15851         * configure.in (sparclet-*-*): Build everything now.
15852
15853 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15854
15855         * configure.in (m68k-*-linux*): New host.
15856
15857 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
15858
15859         * configure: Check for bison before byacc.
15860
15861 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
15862
15863         * Makefile.in configure:  Change the way LEX and BISON/YACC are
15864         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
15865         searching PATH.  These are used as fallbacks by Makefile.in if
15866         flex/bison/byacc aren't in objdir.
15867
15868 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
15869
15870         * Makefile.in: Make everything which depends upon all-bfd also
15871         depend upon all-opcodes, in case --with-commonbfdlib is used.
15872
15873 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15874
15875         * configure.in (host *-*-cygwin32): Don't build gdb if we are
15876         building NT native compilers on Unix.
15877
15878 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
15879
15880         * configure.in: Don't get CC from the host Makefile fragment if we
15881         can find gcc in PATH, or if this is a Canadian Cross.  Move the
15882         Solaris test for /usr/ucb/cc to the post target script, just after
15883         the compiler sanity test.
15884
15885 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
15886
15887         * config.sub: Merge with FSF.
15888
15889 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
15890
15891         * Makefile.in (RPATH_ENVVAR): New variable.
15892         (REALLY_SET_LIB_PATH): Use it.
15893         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15894
15895 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
15896
15897         * config.sub, configure.in: Recognize sparclet cpu.
15898
15899 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15900
15901         * config.guess:  Support m68k-cbm-sysv4.
15902
15903 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15904
15905         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15906         m68k-unknown-linuxaout from linker help string.  Put quotes around
15907         $ld_help_string.
15908
15909 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
15910
15911         * config.guess (powerpc-harris-powerunix): Add guess for port
15912         to new target.
15913
15914 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15915
15916         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15917
15918 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
15919
15920         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15921         $(REALLY_SET_LIB_PATH) in Makefile.
15922         * Makefile.in (SET_LIB_PATH): New variable.
15923         (REALLY_SET_LIB_PATH): New variable.
15924         ($(DO_X)): Use $(SET_LIB_PATH).
15925         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15926         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15927         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15928         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15929         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15930         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15931         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15932         (install-dosrel): Likewise.
15933         (all-opcodes): Depend upon all-libiberty.
15934
15935 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15936
15937         * config.guess (*:CYGWIN*): New
15938
15939 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15940
15941         * Makefile.in (all-target-winsup): All all-target-libiberty.
15942
15943 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15944
15945         * configure.in (noconfigdirs): Add missing # in front of comment.
15946
15947 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
15948
15949         * configure.in: add second pass to things added to noconfigdirs
15950         so *-gm-magic can exclude libgloss properly.
15951
15952 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
15953
15954         * mpw-configure (extralibs_name, rez_name): Set correctly
15955         for MWC68K compiler.
15956
15957         * mpw-README: Add more info on the necessary build tools.
15958
15959 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15960
15961         * configure.in, config.sub: Recognize cygwin32.
15962
15963 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
15964
15965         * config.guess, config.sub: Recognize A/UX.
15966
15967 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
15968
15969         * config.sub: Merge with gcc/config.sub.
15970
15971 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
15972
15973         * mpw-build.in (do-binutils): Add build of stamps.
15974
15975 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
15976
15977         * config.sub: Add recognition for mips64vr4100*-* targets.
15978
15979 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15980
15981         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15982         Add creation of gconfigargs with `--enable-shared' turned on.
15983         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15984         ($(host)-stamp-stage3-configured): Likewise.
15985         (HOLES): Add chatr and ldd.
15986         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15987
15988 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
15989
15990         * configure: Pass --nfp to recursive configures.
15991
15992 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15993
15994         * Makefile.in (DLLTOOL): New.
15995         (DLLTOOL_FOR_TARGET): New.
15996         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15997         (EXTRA_TARGET_FLAGS): Ditto.
15998         (EXTRA_GCC_FLAGS): Ditto.
15999         (CONFIGURE_TARGET_MODULES): Ditto.
16000         (DO_X): Ditto.
16001         * configure: Add DLLTOOL.
16002
16003 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
16004
16005         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16006         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16007         mh-sco, since old workarounds no longer needed, and don't
16008         build ld, since libraries have weak symbols in COFF.
16009
16010 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16011
16012         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16013
16014 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16015
16016         * configure.in: Make sure that ${CC} can be used to compile an
16017         executable.
16018
16019 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16020
16021         * Makefile.in (all-gdb): Depend on $(GDB_TK).
16022         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16023         nothing depending on whether gdbtk is being built.
16024
16025 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16026
16027         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16028
16029 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16030
16031         * configure.in (noconfigdirs): Put ld or gas in this early, if the
16032         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16033
16034 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16035
16036         * config-ml.in: Add support for
16037         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16038         Simplify setting of multidirs from --disable-foo.
16039
16040 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16041
16042         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16043         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16044         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16045         non-empty, pass them on to the  GCC make.
16046         (all-bootstrap): New rule that is like all-gcc, except it executes
16047         the GCC bootstrap rule instead of the GCC all rule.
16048
16049 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16050
16051         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16052
16053 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16054
16055         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16056         DG/UX support.
16057
16058 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
16059
16060         * config.sub (i*86*) Change [345] to [3456]
16061
16062 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16063
16064         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16065         --with-gnu-ld=no.
16066
16067 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16068
16069         * config-ml.in (rs6000*, powerpc*): Add switches to control which
16070         AIX multilibs get built.
16071
16072 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16073
16074         * configure.in (i386-win32): Don't build expect if we're not
16075         building the tcl subdir.
16076
16077 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
16078
16079         * Makefile.in: (configure-target-examples, all-target-examples):
16080         New targets, configure and build example programs.
16081
16082 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
16083
16084         * mpw-configure: If an mpw-config.in generated a file mk.sed,
16085         use it as input to sedit the generated MPW makefile.
16086         * mpw-README: Add a suggestion about Gestalt.h.
16087
16088 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16089
16090         * config.sub: Accept *-*-ieee*.
16091
16092 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16093
16094         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16095         Ronald F. Guilmette <rfg@monkeys.com>.
16096
16097 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16098
16099         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16100         for powerpc-pe native.
16101         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16102         (target==powerpc-pe): duplicate i386-win32 entry.
16103
16104 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16105
16106         * configure.in (noconfigdirs): Exclude target-newlib for all versions
16107         of vxworks, not just vxworks5.1.
16108
16109 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16110
16111         * mpw-configure: Add support for exec-prefix.
16112
16113 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16114
16115         * config.guess: Recognize HP model 816 machines as having
16116         a PA1.1 processor.
16117
16118 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16119
16120         * configure: Ignore new autoconf configure options.
16121
16122 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16123
16124         * config.guess:  Recognize Pentium under SCO.
16125         From Robert Lipe <robertl@arnet.com>.
16126
16127 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16128
16129         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16130
16131 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16132
16133         * configure.in: Don't configure gas for alpha-dec-osf*.
16134
16135 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16136
16137         * configure.in: Default to --with-stabs for some targets for which
16138         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16139         i[345]86*-*-unixware*.
16140
16141 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16142
16143         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16144         rather than basing it on the target.  Simplify handling of options
16145         controlling which directories to configure.  Remove extraneous
16146         slash in multi-clean target.
16147
16148 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16149
16150         * config-ml.in: Prefix more variables with ml_ so they don't collide
16151         with configure's.
16152
16153 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16154
16155         * configure: Don't turn -v into --v.
16156
16157 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16158
16159         * configure.in (targargs): Fix typo.
16160
16161         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16162
16163 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16164
16165         * configure.in: Strip --host and --target options from
16166         CONFIG_ARGUMENTS, and always configure for --host only.  Add
16167         --with-cross-host option when building with a cross-compiler.
16168         * configure: Canonicalize the arguments put into config.status by
16169         always using `=' for an option with an argument.  Pass a presumed
16170         --host or --target explicitly.
16171
16172 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16173
16174         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16175         into general OS recognition case.
16176
16177 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16178
16179         * configure.in (target_configdirs): add target-winsup only
16180         for win32 target systems.
16181
16182 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16183
16184         * Makefile.in (all-target-libgloss): Depend upon
16185         configure-target-newlib, since when libgloss is built it looks to
16186         see if the newlib directory exists.
16187
16188 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16189
16190         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16191         cfg-ml-*.in.
16192
16193 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16194
16195         * configure: Handle LD and LD_FOR_TARGET when configuring a
16196         Canadian Cross.
16197
16198 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16199
16200         * configure.in (target_libs): add target-winsup.
16201         (target==i386-win32): add patch diff flex make to $noconfigdirs.
16202         (target==ppcle-pe): remove ld from $noconfigdirs.
16203
16204 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16205
16206         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16207         Preserve relative path names in $srcdir.  Build symlink tree if
16208         configuring cross target dir and srcdir=. (= no VPATH support).
16209         (configure-target-libg++): Depend on configure-target-librx.
16210         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16211         * config-ml.in: New file.
16212         * symlink-tree: New file.
16213         * configure: Ensure srcdir="." if that's what it is.
16214
16215 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16216
16217         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16218         includes and FLEX_SKELETON setting.
16219         * mpw-configure (--with-gnu-ld): New option, controls whether
16220         to use PPCLink or ld with PowerMac GCC.
16221         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16222         * mpw-config.in: Configure grez if targeting Mac.
16223
16224         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16225         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16226         just macos.
16227         * configure.in: Configure grez resource compiler if targeting Mac.
16228         * Makefile.in (all-grez, install-grez): New targets.
16229
16230 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16231
16232         * configure: CXX defaults to gcc, not g++.  If we find
16233         gcc in the path, set CC to gcc -O2.
16234
16235 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16236
16237         * configure: Default ${build} correctly.  Avoid picking up extra
16238         spaces when reading CC and CXX from Makefile.  When doing a
16239         Canadian Cross, use plausible default values for numerous
16240         variables.
16241         * configure.in: When doing a Canadian Cross, don't try to
16242         configure tools whose configure script can't handle it.
16243
16244 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16245
16246         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16247
16248 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16249
16250         * configure:  Remove dubious bug reporting address.
16251
16252 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16253
16254         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16255         configure script, run that instead of this directory's configure.
16256         In either case, print a message that we're configuring the sub-dir.
16257
16258 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16259
16260         * configure.in: Before checking for the existence of various files,
16261         use sed to filter out "target-".
16262
16263 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16264
16265         * Makefile.in (DO_X): Split rule to decrease command line length
16266         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16267         (Philippe De Muyter).
16268
16269 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16270
16271         * Makefile.in (all-patch): depend on all-libiberty.
16272
16273 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16274
16275         * configure.in: If the only directory in target_configdirs which
16276         actually exists is libiberty, then set target_configdirs to empty,
16277         to avoid trying to build a target libiberty in a gas or gdb
16278         distribution.
16279
16280 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16281
16282         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16283         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16284         systems.
16285
16286 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16287
16288         * configure.in (copy_dirs): Use sys-include instead of include
16289         for --with-headers option.
16290
16291 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16292
16293         * Makefile.in, configure.in: Make winsup builds work with
16294         new scheme.
16295
16296 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16297
16298         * configure.in: Build the linker on AIX.
16299
16300 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16301
16302         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16303         where needed.
16304
16305 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16306
16307         * Makefile.in (all-gcc): Fix typo.
16308
16309 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16310
16311         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16312
16313 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16314
16315         * configure.in:  Rename libFOO to target-libFOO, and xiberty
16316         to target-xiberty, to provide more flexibility.
16317         (target_subdir):  Define.  Create if cross.
16318         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16319         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16320         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16321         check-libFOO -> check-target-libFOO, etc.
16322         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16323         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16324         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16325         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16326         allow ALL_GCC="" to only configure.
16327         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16328         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16329         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16330
16331 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16332
16333         * Makefile.in (taz): Build "info" in etc explicitly.
16334
16335 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16336
16337         * configure.in:  Make sure that CC is undefined (as opposed to
16338         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16339         problem with autoconf trying to configure on a host without GCC.
16340
16341 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16342
16343         * mpw-configure: Set host alias from choice of host compiler,
16344         only use generic MPW Makefile sed if present, edit a file
16345         named "hacked_Makefile.in" instead of "Makefile.in" if present.
16346         * mpw-README: Add problem notes about CW6 and CW7.
16347
16348 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16349
16350         * Makefile.in (taz): Use ";" instead of ";;".
16351
16352 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16353
16354         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16355         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16356         DISTDOCDIRS.
16357         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16358         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16359
16360 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16361
16362         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16363         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16364         Move bfd to DISTSTUFFDIRS.
16365
16366 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16367
16368         * Makefile.in (X11_LIB): Removed.
16369         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16370
16371         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16372
16373 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16374
16375         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16376         names.
16377
16378 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16379
16380         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16381
16382 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16383
16384         * configure.in (i[345]86-*-win32): Always build newlib.
16385         Don't configure cvs, autoconf or texinfo.
16386         * Makefile.in (LD_FOR_TARGET): New.
16387         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16388         Pass down LD_FOR_TARGET.
16389
16390 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16391
16392         * winsup: New directory.
16393         * Makefile.in: Build winsup.
16394         * configure.in: Winsup is configured when target is win32.
16395         Can only build win32 target GDB when native.
16396
16397 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16398
16399         * config.guess: Recognize HP model 819 machines as having
16400         a PA 1.1 processor.
16401
16402 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16403
16404         * configure: Fix sed loop which substitutes for CC and CXX to
16405         avoid bug found in various sed implementations.
16406
16407 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16408
16409         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16410         simulator.  Use standard powerpc-*-eabi*.
16411
16412 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16413
16414         * configure.in: Stop putting gas and binutils in noconfigdirs for
16415         powerpc-*-aix* and rs6000-*-*.
16416
16417 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16418
16419         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16420         -mcall-aixdesc libraries.
16421
16422 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16423
16424         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16425
16426         * config.sub (arm | armel | armeb): Fix shell syntax.
16427
16428 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16429
16430         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16431         -msoft-float and -mcpu=common support.
16432         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16433         libraries.
16434
16435 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16436
16437         * configure.in: Allow configuration and build of emacs19 for the alpha.
16438
16439 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16440
16441         * configure.in (CC): Get ^CC, not just any old CC, from
16442         ${host_makefile_frag}.
16443
16444 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16445
16446         * configure.in (CC): Try to get CC from
16447         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16448
16449 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16450
16451         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16452         only if it exists in $(srcdir).
16453
16454 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16455
16456         * configure: If CC and CXX are not set in the environment, set
16457         them, based on either an existing Makefile or on searching for gcc
16458         in PATH.  Substitute for CC and CXX in Makefile.
16459         * configure.in: Remove libm from target_libs.  Separate
16460         target_configdirs from configdirs.  If CC is not set in
16461         environment, try to get it from a host Makefile fragment.  Rewrite
16462         changes of configdirs to use skipdirs instead.  A few minor
16463         tweaks.  Take directories out of target_configdirs as they are
16464         taken out of configdirs.  Remove existing Makefile files from
16465         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16466         CONFIG_ARGUMENTS in Makefile.
16467         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16468         by configure.in.
16469         (CONFIG_ARGUMENTS): Likewise.
16470         (CONFIGURE_TARGET_MODULES): New variable.
16471         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16472         ($(CONFIGURE_TARGET_MODULES)): New target.
16473         (configure-libg++, configure-libio): New targets.
16474         (all-libg++): Depend upon configure-libg++.
16475         (all-libio): Depend upon configure-libio.
16476         (configure-libgloss, all-libgloss): New targets.
16477         (configure-libstdc++): New target.
16478         (all-libstdc++): Depend upon configure-libstdc++.
16479         (configure-librx, all-librx): New targets.
16480         (configure-newlib): New target.
16481         (all-newlib): Depend upon configure-newlib
16482         (configure-xiberty): New target.
16483         (all-xiberty): Depend upon configure-xiberty.
16484
16485 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16486
16487         * configure.in (host i[345]86-*-win32):  Expand the
16488         noconfigdirs again.
16489
16490 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
16491
16492         * mpw-configure: Fix sed command file name.
16493
16494 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16495
16496         * configure.in (host i[345]86-*-win32): Reduce the
16497         noconfigdirs again.
16498
16499 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
16500
16501         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16502         or powerpc*-*-pe*, since they are not yet supported.
16503
16504 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16505
16506         Add PowerMac support and many other enhancements.
16507         * mpw-configure: New option --cc to select compiler to use,
16508         paste options set according to --cc into the generated
16509         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16510         if mpw-make.sed is present.
16511         * mpw-config.in: Don't test for gC1, test for mpw-touch,
16512         add forward includes for PowerPC include files.
16513         * mpw-build.in: Build using Makefile.PPC if present.
16514         (do-byacc, etc): Remove separate version resource builds.
16515         (do-gas): Build "stamps" before "all".
16516         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16517         * mpw-README: Update to reflect --cc option, PowerMac support,
16518         and recently-reported compatibility problems.
16519
16520 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
16521
16522         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16523         embedded m68k systems (-aout, -coff, -elf, -vxworks).
16524         (--with-multilib-top): Pass to recursive invocations.
16525
16526 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
16527
16528         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16529         v810-*-*.
16530
16531 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16532
16533         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16534         gdb, ld and opcodes on v810-*-*.
16535
16536 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16537
16538         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16539         (local-maintainer-clean): New target.
16540         (maintainer-clean): New target.
16541         (realclean): Just depend upon maintainer-clean.
16542
16543 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16544
16545         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16546
16547 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
16548
16549         * configure.in: Build ld in mips*-*-bsd* case.
16550
16551 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
16552
16553         * config.sub: Accept -lites* OS.  From Ian Dall.
16554
16555 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
16556
16557         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16558         targets.
16559
16560 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16561
16562         * configure.in: treat i386-win32 canadian cross the same as
16563         i386-go32 canadian cross.
16564
16565 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16566
16567         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16568         running under the simulator to build a reduced set of libraries.
16569         (powerpc-*-eabiaix): Add fine grained multilib support added to
16570         other powerpc targets yesterday.
16571
16572 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16573
16574         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16575         -disable-softfloat, -disable-relocatable, -disable-aix, and
16576         -disable-sysv to control which multilib libraries get built.
16577
16578 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16579
16580         * configure: Add Makefile.tem to list of files to remove in trap
16581         handler.
16582
16583 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16584
16585         * config.guess (*Linux*):  Add missing "exit"s.
16586         Also, need specific check for alpha-unknown-linux (uses COFF).
16587
16588 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16589
16590         * config.guess:  Merge with FSF:
16591
16592         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
16593         * config.guess (AIX4): More robust release numbering discovery.
16594
16595         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
16596         * config.guess (i386-sequent-ptx): Properly get version number.
16597
16598         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
16599         * config.guess (mips:*:4*:UMIPS): New case.
16600
16601 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16602
16603         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16604         (i386-win32 host): Likewise.  Don't build readline.
16605
16606 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
16607
16608         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
16609         SUPPORT_FILES to submakes.
16610
16611 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
16612
16613         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16614         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16615         mpw-configure.
16616
16617 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
16618
16619         * configure.in (appdirs): Use =, not ==, in test expression when
16620         trying to build the text to print in the warning message for
16621         Solaris users.
16622
16623 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
16624
16625         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16626
16627 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16628
16629         * config.guess: Recognize lynx-2.3.
16630
16631 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
16632
16633         * config.sub (z8ksim): Deleted
16634         (z8k-*-coff): New, this is the one true name of the target.
16635
16636 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
16637
16638         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16639
16640 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
16641
16642         * config.guess (*:Linux:*:*): First try asking the linker what the
16643         default object file format is (elf, aout, or coff).  Then if this
16644         fails, try previous methods.
16645
16646 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16647
16648         * configure.in: Don't build newlib for *-*-vxworks5.1.
16649
16650 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16651
16652         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16653         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16654
16655 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
16656
16657         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16658
16659 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
16660
16661         * cfg-ml-com.in: New file.
16662         * cfg-ml-pos.in: New file.
16663
16664 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16665
16666         * COPYING.NEWLIB: Add HP free copyright to list.
16667
16668 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16669
16670         * config.sub: Recognize -eabi* for the system, not just -eabi.
16671
16672 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16673
16674         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16675         * config.sub, configure.in (win32): New target and host.
16676
16677 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16678
16679         * configure.in: Add i386-pe configuration.
16680
16681 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
16682
16683         * mpw-build.in (install): Install GDB after LD.
16684
16685 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
16686
16687         * mpw-config.in (elf/mips.h): Always forward-include, needed
16688         for GDB to build.
16689
16690 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16691
16692         * testsuite: New directory for customer acceptance and whole tool
16693         chain tests.
16694
16695 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16696
16697         * configure: If per-host line isn't found, but AC_OUTPUT is found
16698         and a configure script exists, run it instead.
16699
16700 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16701
16702         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
16703
16704 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16705
16706         * configure: Set build_{cpu,vendor,os,alias} to host values when
16707         --build isn't specified.
16708
16709 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16710
16711         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16712         (FLAGS_TO_PASS): Pass them.
16713         (EXTRA_TARGET_FLAGS): Ditto.
16714
16715 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16716
16717         * Makefile.in (all-libg++): Depend on all-libstdc++.
16718
16719 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16720
16721         * configure.in (noconfigdirs): Enable all packages for
16722           i386-unknown-netbsd.
16723
16724 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
16725
16726         * configure.in (noconfigdirs): Don't configure tk for i386-go32
16727         hosted builds (DOS builds)
16728
16729 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16730
16731         Changes for ARM based on patches from Richard Earnshaw:
16732         * config.sub: Handle armeb and armel.
16733         * configure.in: Omit arm linker only for riscix.
16734
16735 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16736
16737         * config.guess:  Update from FSF.
16738
16739 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
16740
16741         * config.sub: Recognize powerpcle as the little endian variant of
16742         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
16743         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
16744         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
16745         temporarily.
16746
16747 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
16748
16749         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16750
16751 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
16752
16753         * config.sub: Accept -lites* as a basic system type.
16754
16755 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
16756
16757         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16758         installed, and if so return linuxoldld as the system name.
16759
16760 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
16761
16762         * config.guess: Add hppa1.1-hp-lites support.
16763
16764 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16765
16766         * configure.in: Don't build newlib for m68k-vxworks5.1.
16767
16768 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16769
16770         * configure.in (mips-sgi-irix6): Use mh-irix5.
16771
16772 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
16773
16774         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16775
16776 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16777
16778         * test-build.mk: Enable building of shared libraries on IRIX 5 and
16779         OSF/1.  Fix compiler flags.
16780         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
16781
16782 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
16783
16784         * configure.in: Recognize --with-newlib.
16785         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16786
16787 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16788
16789         * Makefile.in: move {all,check,install}-gdb from *_MODULES
16790         to *_X11_MODULES due to gdbtk needing X include files et al.
16791
16792 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
16793
16794         Merge in support for Mac MPW as a host.
16795         (Old change descriptions retained for informational value.)
16796
16797         * mpw-config.in: Add generic include forwards for cpu-specific
16798         include files in aout and elf directories.
16799
16800         * mpw-configure: Added copyright.
16801         * mpw-config.in: Check for presence of required build tools.
16802         (target_libs): Add newlib.
16803         (target_tools): Add examples.
16804         (Read Me): Generate as "Read Me for MPW" instead.
16805         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16806         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16807         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16808
16809         * mpw-configure: Remove subdir-specific makefile hackery,
16810         delete mk.tmp after using it.
16811
16812         * mpw-build.in (all): Display start and end times.
16813
16814         * mpw-configure (host_canonical): Set.
16815         (target_cpu): Always add to makefiles.
16816         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16817         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16818         (mpw-mh-mpw): Look for in srcdir and srcroot.
16819         Use sed instead of mpw-edit-prefix to edit prefix definitions.
16820
16821         * mpw-build.in: (install-only): New target.
16822
16823         * mpw-configure (host_alias, target_alias): Rename from hostalias
16824         and targetalias, add into generated Makefile.
16825         (mk.tmp): If present, add into generated Makefile.
16826         * mpw-build.in (all-gas): Build config.h first before gas proper.
16827
16828         * mpw-configure (config.status): Write only if changed.
16829         * mpw-config.in (readline): Configure it (not built, just used for
16830         definitions).
16831
16832         * mpw-config.in (elf/mips.h): Add a forward include.
16833
16834         * mpw-config.in: Forward-include most .h files in include into
16835         extra-include.
16836         (readline): Don't build.
16837         mpw-build.in (install): Install GDB.
16838
16839         * mpw-configure (prefix, mpw_prefix): Handle it.
16840         * mpw-config.in (mmalloc, readline): Don't configure.
16841         * mpw-build.in (thisscript): Rename to ThisScript.
16842         Use mpw-build instead of BuildProgram everywhere.
16843         (mmalloc, readline): Don't build.
16844         * mpw-README: New file, basic documentation about the MPW port.
16845
16846         * mpw-config.in: Use forward-include to create include files.
16847
16848         * mpw-configure: Add more things to the top of each configured
16849         Makefile, including contents of config/mpw-mh-mpw.
16850         * mpw-config.in (extra-include): Create this directory and fill it
16851         with Posix-like include files when configuring.
16852
16853         * config.sub (apple, mac, mpw): Add various aliases.
16854
16855         * mpw-build.in: New file, top-level build script fragment for MPW.
16856         * mpw-configure: New file, configure script for MPW.
16857         * mpw-config.in: New file, config fragment for MPW.
16858
16859 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16860
16861         * configure.in (host_libs): Remove glob, since it is gone from the
16862         sources.
16863
16864 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16865
16866         * Makefile.in: define empty GDB_NLM_DEPS var.
16867
16868         * configure.in(target_makefile_frag): use config/mt-netware
16869         for netware targets.
16870
16871 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16872
16873         * config.sub: Merge in recent FSF changes.  Remove linux special
16874         cases.
16875
16876 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16877
16878         Revert this change:
16879
16880         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16881
16882                 * build-all.mk: Use CC=cc -Xs on Solaris.
16883
16884 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16885
16886         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
16887         stop using it.
16888         * Makefile.in: Nuke all references to glob subdirectory.
16889
16890 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16891
16892         * configure.in: Fix --enable-shared logic in per-host.
16893
16894 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16895
16896         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16897
16898 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16899
16900         * configure.in (noconfigdirs): Don't build gas on AIX, for
16901         powerpc*-*-aix* as well as for rs6000*-*-aix*.
16902
16903 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
16904
16905         * configure: Fix --cache-file to work if the file argument is a
16906         relative path.
16907
16908 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
16909
16910         * configure: If the --cache-file is used, pass it down to
16911         configure in subdirectories.
16912
16913 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
16914
16915         * config.sub: add vxworks29k configuration.
16916
16917 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16918
16919         * Makefile.in (taz): Do "diststuff" part quietly.
16920
16921 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16922
16923         * config.sub: Mini-merge with gcc/config.sub.
16924
16925 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16926
16927         * config.guess (IRIX): Sed - to _.
16928
16929 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16930
16931         * Makefile.in (source-vault, binary-vault): New targets.
16932
16933 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
16934
16935         * config.sub: Recognize -eabi as a basic system type.
16936
16937 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16938
16939         * configure.in (enable_shared stuff): Fix typo.
16940
16941 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
16942
16943         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16944
16945 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16946
16947         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16948
16949 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
16950
16951         * configure.in (rs6000-*-*): Don't build gas.
16952
16953 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
16954
16955         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16956         reduce command line length.
16957         (AS_FOR_TARGET): Check for as.new, not Makefile.
16958         (NM_FOR_TARGET): Check for nm.new, not Makefile.
16959
16960 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16961
16962         * config.guess:  Merge from FSF.
16963
16964 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16965
16966         * configure: Don't use $ when handling program_suffix.
16967
16968 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
16969
16970         * configure.in:  Configure tk for hppa/hpux.
16971
16972 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16973
16974         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
16975
16976 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16977
16978         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
16979         to LIBCXXFLAGS.  Tests are better run without it.
16980
16981 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
16982
16983         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16984
16985 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
16986
16987         * configure.in (*-*-netware*): Don't configure xiberty.
16988
16989 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
16990
16991         * configure.in:  Remove tk from native_only list.
16992
16993 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
16994
16995         * build-all.mk: Add mips-ncd-elf target to sun4 targets
16996           for special NCD build.
16997
16998 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16999
17000         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17001         makeall.bat, they're only useful for binutils snapshots.
17002         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17003         makeall.bat to specified SUPPORT_FILES.
17004
17005 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
17006
17007         * build-all.mk: Add Ericsson targets to sun4 and solaris
17008           hosts.  Add  BNR's sun4 target to solaris host, so their
17009           build-from-source will be tested in-house first.
17010
17011 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17012
17013         * Makefile.in (LIBCFLAGS): New variable.
17014         (CFLAGS_FOR_TARGET): Ditto.
17015         (LIBCFLAGS_FOR_TARGET): Ditto.
17016         (LIBCXXFLAGS): Ditto.
17017         (CXXFLAGS_FOR_TARGET): Ditto.
17018         (LIBCXXFLAGS_FOR_TARGET): Ditto.
17019         (BASE_FLAGS_TO_PASS): Pass them.
17020         (EXTRA_TARGET_FLAGS): Ditto.
17021
17022         * configure.in: Support --enable-shared.
17023
17024 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17025
17026         * configure.in (target_libs):  Include libstdc++ again.
17027         * config.guess:  Update from FSF (for FreeBSD).
17028
17029 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17030
17031         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17032         makeall.bat.
17033         (DISTDOCDIRS): Add `etc'.
17034         (ETC_SUPPORT_PFX): New variable.
17035         (taz): Include anything from etc starting with a word in
17036         ETC_SUPPORT_PFX.
17037
17038 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17039
17040         * config.sub: Update for recent FSF changes.  Remove obsolete
17041         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17042         spacing changes.
17043
17044 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17045
17046         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17047
17048         * config.guess:  Merge with FSF.
17049         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17050
17051 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17052
17053         * configure: Since the "trap 0" handler will override the exit
17054         status on many systems, only use it for "exit 1", and make it set
17055         a non-zero exit status; reset it before "exit 0".  Also, check
17056         exit status of config.sub, and error out if it failed.
17057
17058 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
17059
17060         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17061         and install libgloss.
17062
17063 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17064
17065         * Makefile.in (all-binutils): Depend upon all-byacc.
17066
17067         * configure.in: Don't build emacs on Irix 5.
17068
17069 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17070
17071         * configure.in (*-*-netware*): Add libio.
17072
17073 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17074
17075         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17076         (CHECK_TARGET_MODULES): Ditto.
17077         (INSTALL_TARGET_MODULES): Ditto.
17078         (TARGET_LIBS): Ditto.
17079         (all-libstdc++): Note dependencies.
17080
17081 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17082
17083         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17084
17085 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17086
17087         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17088         -fexternal-templates.
17089
17090         * configure.in (target_libs): Add libstdc++.
17091         (noconfigdirs): Add libstdc++ as appropriate.
17092
17093 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17094
17095         * config.guess:  Update from FSF.
17096
17097 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17098
17099         * configure: Use ${config_shell} when running ${configsub}.
17100
17101 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17102
17103         * config.sub: No longer recognize h8300h.
17104
17105 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17106
17107         * config.sub: Remove extraneous differences between config.sub and
17108         gcc/config.sub.
17109
17110 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17111
17112         * Makefile.in (DISTSTUFFDIRS): Add gas.
17113
17114 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17115
17116         * COPYING.NEWLIB: New file.
17117
17118 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17119
17120         * config.guess (HP-UX):  Patch from Harlan Stenn
17121         <harlan@landmark.com> to also emit release level.
17122
17123 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17124
17125         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17126
17127 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17128
17129         * config.sub:  Merge nextstep cleanup from FSF.
17130
17131 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17132
17133         * configure.in (arm-*-*): Don't configure ld for this target.
17134
17135 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17136
17137         * configure.in (*-*-netware): don't configure libg++, libio,
17138           librx, or newlib.
17139
17140 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17141
17142         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17143         configure ld--it works, but it doesn't support shared libraries.
17144
17145 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17146
17147         * config.guess (*-unknown-freebsd*):  Get rid of possible
17148         trailing "(Release)" in version string.
17149         Patch from Paul Richards <paul@isl.cf.ac.uk>.
17150
17151 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17152
17153         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17154         Fix type: *-next-neststep -> *-next-nextstep.
17155
17156         * config.guess:  Merge from FSF:
17157
17158         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17159
17160         * config.guess: Recognize powerpc-ibm-aix3.2.5.
17161
17162         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17163
17164         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17165         instead of UNIX_SV for UnixWare 1.0).
17166
17167 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17168
17169         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17170         to make gdb/nlm/* build after the compiler and linker.
17171
17172 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17173
17174         * config.guess (netbsd, freebsd, linux):  Accept any machine,
17175         not just i[34]86.
17176         (m68k-atari-sysv4):  Relocate to match FSF version.
17177
17178         * config.guess:  More merges from the FSF:
17179
17180         Add a space before function call or macro invocation.
17181
17182         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17183
17184         * config.guess: Add trap cmd to remove dummy.c and dummy when
17185         interrupted.
17186
17187         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17188
17189         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17190         (dummy): Redirect stderr from compilation of dummy.c.
17191
17192         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17193
17194         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17195
17196 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17197
17198         * configure: Accept and ignore --cache*, for compatibility with
17199         new autoconf.
17200
17201 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17202
17203         * config.guess:  Merge from FSF:
17204
17205         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17206
17207         * config.guess (Pyramid*:OSx*:*:*): New case.
17208         (PATH): Add /.attbin at end for finding uname.
17209         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17210
17211         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17212
17213         * config.guess (M88*:DolphinOS:*:*): New case.
17214
17215         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17216
17217         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17218         to select whether to use ELF or COFF.
17219
17220         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17221
17222         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17223
17224         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17225
17226         * config.guess: Guess the OS version for HPUX.
17227
17228         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17229
17230         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17231
17232 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17233
17234         * configure.in: Recognize --with-headers, --with-libs, and
17235         --without-newlib.
17236         * Makefile.in (all-xiberty): Depend upon all-ld.
17237
17238 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17239
17240         * configure.in: Change i[34]86 to i[345]86.
17241
17242 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17243
17244         * configure (version): A few more tweaks to help message.
17245
17246 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17247
17248         * Makefile.in:  Remove (for now) librx as a host library,
17249         now that we're building it for target.
17250
17251 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17252
17253         * configure: Fix up help message; from karl@owl.hq.ileaf.com
17254         (Karl Berry).
17255
17256 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17257
17258         * configure.in:  Also configure librx.
17259
17260 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17261
17262         * Makefile.in:  Update various rules to reflect that librx
17263         is now needed for libg++.
17264
17265 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17266
17267         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17268
17269 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17270
17271         * configure.in: Configure the examples directory.
17272
17273 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17274
17275         * configure: Simplify Jun 2 1994 change.
17276
17277 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17278
17279         * change CC to /usr/latest/bin/gcc for lynx host builds, since
17280         /bin/gcc isn't good enough to build gcc.
17281
17282 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17283
17284         * Makefile.in (GDB_SUPPORT_FILES): Remove
17285         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17286         (gdb.tar.gz): Add new rule to use standard distribution building
17287         mechanism.
17288
17289 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17290
17291         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17292         Bill Cox <bill@cygnus.com>.
17293
17294 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17295
17296         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17297
17298 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17299
17300         * configure:  Search current dir first in .gdbinit.
17301
17302 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17303
17304         * config.sub:  Recognize freebsd (merged from gcc config.sub).
17305
17306 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17307
17308         * config.sub:  Refer to NeXT's operating system as nextstep.
17309
17310         * config.sub (case $basic_machine):  Re-order the cases, to match
17311         the order in the FSF version (which is mostly alphabethical).
17312         Merge in some additions and changes from the FSF.
17313
17314 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17315
17316         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17317         * config.sub: Recognize cxux7.
17318         * configure.in: Use mh-cxux for m88k-harris-cxux*.
17319
17320 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17321
17322         * config.sub:  Fix typo powerpc -> powerpc-*.
17323
17324 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17325
17326         * Makefile.in: `all-emacs19' depends on `all-byacc'.
17327
17328         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17329         parallel with all-emacs and install-emacs).  Top-level command
17330         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17331
17332 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17333
17334         * test-build.mk ($(host)-stamp-stage2-installed): Remove
17335         $(relbindir)/make before doing ``make install'', and use
17336         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17337         installing over running make binary.
17338         ($(host)-stamp-stage3-installed): Likewise.
17339
17340 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17341
17342         * config.guess: Recognize Mach.
17343
17344 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17345
17346         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17347         see whether --exec-prefix was used.
17348
17349 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17350
17351         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17352
17353 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17354
17355         * Makefile.in: Add all-librx target similar to all-libproc.
17356
17357 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17358
17359         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17360         with post 1.2 uname bogosity.
17361
17362 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17363
17364         * configure: Remove temporary files on receipt of a signal.
17365
17366 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17367
17368         * configure: If there is a package_makefile_frag, remove
17369         ${subdir}/Makefile.tem after copying it in.
17370
17371 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17372
17373         * build_all.mk: support rs6000 lynx identifies itself as
17374         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17375         since /bin/gcc is too feeble to compile a modern gcc.
17376
17377 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17378
17379         * brought devo/test-build.mk update-to-date with progressive/
17380           test-build.mk. Add lynx targets and hppa flag info.
17381
17382 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17383
17384         * configure.in:  Use mh-ncrsvr43.  Patch from
17385         Tom McConnell <tmcconne@sedona.intel.com>.
17386
17387 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17388
17389         * config.guess (i386-unknown-bsdi):  No longer need to
17390         check #if defined(__bsdi__) && defined(__i386__).
17391
17392 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17393
17394         * configure: Set program_transform_nameoption correctly.
17395
17396 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17397
17398         * brought build-all.mk update-to-date with progressive build-all.mk,
17399           added new targets and hppa info.
17400
17401 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17402
17403         * configure: If config.guess result is a prefix of the user
17404         specified target, assume a native build and use the user specified
17405         target as the host alias.  Remove SunOS patch suffix removal hack.
17406         * configure.in: Remove SunOS patch suffix removal hack.
17407
17408         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17409         in NATIVE_CHECK_MODULES.
17410
17411 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17412
17413         * Makefile.in: Rename HOST_ONLY to NATIVE.
17414         * configure: Delete SunOs patch suffix from host_canonical
17415           and build_canonical variables that are prepended to Makefiles.
17416         * configure.in: Add comments for easier maintenance.
17417
17418 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17419
17420         * Makefile.in: Add all-libproc target similar to all-gui.
17421
17422 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17423
17424         * Makefile.in (CHECK_MODULES): split into
17425         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17426
17427 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17428
17429         * config.guess (i386-unknown-bsdi): New system to guess.
17430
17431 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17432
17433         * Makefile.in: Add all-gui target (but not yet build by "all").
17434
17435 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17436
17437         * config.sub: Move deletion of patch suffix from here...
17438         * configure.in: To here, at Ian's suggestion.  The top-
17439           level scripts might need to know of a patch level.
17440
17441 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17442
17443         * config.sub: Strip off patch suffix so rtl is recognized
17444           as a sunos4.1.3 machine, even though it's been patched.
17445
17446 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17447
17448         * Makefile.in (INSTALL_LAST): Delete.
17449         (INSTALL_DOSREL): New.
17450
17451 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17452
17453         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17454         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17455         whether we pass down --with-gnu-ld anyhow.
17456
17457 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17458
17459         * Makefile.in (INSTALL_LAST): Change operation so it works
17460         on more flavors of make.
17461         * configure.in (go32): Don't build libg++ or libio.
17462
17463 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17464
17465         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17466         they can be overriden by templates.
17467
17468 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17469
17470         * configure.in (target==go32): Don't build gdb.
17471         * dosrel: New directory.
17472
17473 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17474
17475         * configure.in (host==go32): Configure dosrel too.
17476         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17477         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17478         be set by incoming names or templates.
17479         (INSTALL_LAST): New rule.
17480
17481 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17482
17483         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17484
17485 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17486
17487         * configure.in (appdirs): New variable.  Currently empty, but will
17488         be used in gas distribution.  If nonempty, lists a set of
17489         directories at least one of which must get configured, or top
17490         level configuration is considered to have failed.
17491         (rs6000-*-lynxos*): Use new file name.
17492
17493 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17494
17495         Eliminate XTRAFLAGS.
17496         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17497         newlib include files using -idirafter, and also use -nostdinc.
17498         (CXX_FOR_TARGET): Likewise.
17499         (XTRAFLAGS): Removed.
17500         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17501         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17502         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17503         ($(DO_X)): Don't pass down XTRAFLAGS.
17504
17505 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17506
17507         * configure.in (mips*-dec-bsd*): New target; do build linker.
17508         (mips*-*-bsd*): New target; don't build linker.
17509
17510 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17511
17512         * configure.in: support rs6000-*-lynxos* configuration.
17513         support sunos4 as a cross target.
17514
17515         * config.sub: look for lynx*, not lynx since the OS version may
17516         legitimately be part of the name.
17517
17518 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17519
17520         * configure.in (i[34]86-*-sco*): Move to be with other i386
17521         targets.
17522         (romp-*-*): New target.  Skip various binary utilities.
17523         (vax-*-*): New target.  Don't build newlib.
17524         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
17525
17526 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17527
17528         * configure.in: Only set host_makefile_frag if config
17529         directory exists.
17530
17531 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17532
17533         * install.sh: If $dstdir exists, don't check whether each
17534         component does.
17535
17536 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17537
17538         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17539
17540 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
17541
17542         * configure.in (*-*-lynxos*): Don't configure newlib for either
17543         native or cross Lynx.
17544
17545 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
17546
17547         * config.sub (sparc64-elf): Fix os.
17548         (z8k): Remove duplicate.
17549
17550 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17551
17552         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17553         gcc/stmp-fixproto, to try to prevent fixproto from being run.
17554
17555 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
17556
17557         * configure: Make file links cleanly even if Lynx fails on
17558           an NFS symlink (at least fail cleanly).
17559
17560 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17561
17562         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17563         -XNh2000.
17564
17565 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17566
17567         * configure: Unknown options are fatal again.
17568
17569 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
17570
17571         * configure: Ignore --x-includes and --x-libraries, for Autoconf
17572         compatibility.
17573
17574 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
17575
17576         * build-all.mk: Add `clean' target.
17577
17578 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17579
17580         * config.guess:  Add SINIX support.
17581         * configure.in:  Add mips-*-sysv4* support.
17582
17583 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
17584
17585         * build-all.mk: Document all useful targets.
17586         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17587         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17588
17589 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17590
17591         * configure: Support --silent, --quiet.
17592
17593 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17594
17595         * configure: Support --disable-FEATURE.
17596
17597 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17598
17599         * config.guess: Recognize NCR running SVR4.3.
17600
17601 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17602
17603         * config.guess:  Make BSDI generate i386-unknown-bsd386.
17604         Patch from Paul Eggert <eggert@twinsun.com>.
17605
17606 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17607
17608         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17609
17610 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17611
17612         * configure: Make unrecognized options give nonfatal warnings
17613         instead of fatal errors, and pass them to any subdirectory
17614         configures in case they recognize them.
17615         Make --x equivalent to --with-x.
17616
17617 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17618
17619         * configure: Add --enable-* options.  Clean up usage message and
17620         some comments.
17621
17622 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
17623
17624         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17625
17626 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17627
17628         * configure.in (hppa*-*-*): Enable binutils.
17629
17630 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17631
17632         * config.sub: Recognize cisco.
17633
17634 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
17635
17636         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17637
17638 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17639
17640         * config.guess: about target *-hitachi-hiuxwe2, don't print more
17641         than one configuration name.  Add comment.
17642
17643 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
17644
17645         * config.guess: about target *-hitachi-hiuxwe2, fixed
17646         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
17647         macro is incorrect.]
17648
17649 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17650
17651         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17652         than the "make ls" stuff which used to be here.
17653
17654 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17655
17656         * config.guess:  Recognize i[34]86-unknown-freebsd.
17657         From Shawn M Carey <smcarey@rodan.syr.edu>.
17658
17659 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17660
17661         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17662
17663 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
17664
17665         * config.guess: Check for ptx.
17666
17667 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
17668
17669         * config.sub: Add os9k checking.
17670
17671 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17672
17673         * config.guess: Handle OSF1 running on HPPA processors
17674
17675 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17676
17677         * configure: If subdir configure fails, print out a message with
17678         subdirectory name, in case subdir's configure code didn't identify
17679         itself.
17680
17681 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
17682
17683         * configure.in: Remove embedded newlines from configdirs.
17684         Avoid mismatches of substrings.  Fix matching strings at end
17685         of configdirs.
17686
17687 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
17688
17689         * config.guess:  Add Lynx/rs6000 config support.
17690
17691 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17692
17693         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17694
17695 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
17696
17697         * configure.in (hppa*-*-osf*): Treat this just like most other
17698         PA configurations (eg no binutils or ld).
17699         (hppa*-*-*elf*): These configurations have binutils and ld.
17700
17701 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17702
17703         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
17704
17705 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17706
17707         * configure.in (rs6000-*-*): Build gas.
17708
17709 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17710
17711         * Makefile.in:  Avoid bug in losing hpux sed.
17712
17713 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17714
17715         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17716         for GDB and GDB has been fixed to not need it.
17717
17718 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17719
17720         * config.guess: Recognize vax hosts.
17721
17722 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17723
17724         * configure (while loop): Don't use "break 2" inside case
17725         statement -- the case statement isn't an enclosing loop.
17726
17727 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17728
17729         * config.guess:  Clean up NeXT support, to allow nextstep
17730         on Intel machines.  Make OS be nextstep.
17731
17732 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
17733
17734         * config.guess: Add alternate forms for Convex.
17735
17736 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
17737
17738         * configure:  Completely rewrite option processing.  Take
17739         advantage of pattern-matching to avoid invoking test frequently.
17740         Also clean up host and target defaulting logic.
17741
17742 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17743
17744         * Makefile.in: Replace all occurrances of "rootme" with "r" and
17745         "$${rootme}" with "$$r", to increase the likelihood that the do-*
17746         commands (plus user environment) will fit SCO limits.
17747
17748 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17749
17750         * configure.in: Don't issue warnings about directories which are
17751         not being configured if -norecursion is set.  Correct test for
17752         --with-gnu-as and --with-gnu-ld to not get confused by substring
17753         matches.
17754
17755         * configure.in: Don't build gas for alpha-dec-osf1*.
17756
17757 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
17758
17759         * configure:  Back out Per's change of 12/19/1993.  It changes the
17760         behavior of configure in unexpected and confusing ways.
17761
17762         Also, use different delim char when calculating
17763         program_transform_name so that the name can contain slashes.
17764
17765 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
17766
17767         * configure.in, config.sub: Add support for VSTa micro-kernel.
17768
17769 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
17770
17771         * configure.in: Nuke hacks which were used to get a special
17772         version of GAS for HPPA configurations.
17773
17774 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17775
17776         * configure:  If only ${target_alias} is given, use that
17777         as the default for ${host_alias}.
17778         * configure:  Add missing back-slashes before nested quotes.
17779
17780 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17781
17782         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17783
17784 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
17785
17786         * config.guess:  Recognize some Tektronix configurations.
17787         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17788
17789 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17790
17791         * config.sub: Match any flavor of SH.
17792
17793 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
17794
17795         * configure.in: Don't try to configure newlib for Alpha.
17796
17797 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17798
17799         * configure.in: Don't build ld for Irix 5.  Don't build gas,
17800         libg++ or libio for any Alpha target.
17801
17802         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17803
17804 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
17805
17806         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17807         default arguments -- so it tried to compress itself.
17808
17809 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17810
17811         * configure.in (notsupp): ensure that a space is always at the end
17812           of the configdirs list, since the grep checks for an explicit space
17813
17814 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17815
17816         * configure.in (target i386-sysv4.2): don't build ld, since static
17817           versions of many libraries are not available.
17818
17819 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17820
17821         * config.guess: Recognize Apollos (using environment variables).
17822         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17823
17824 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17825
17826         * config.guess: Recognize Sony news mips running newsos.
17827
17828 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
17829
17830         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17831         "fi ; else" for bash.
17832
17833 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
17834
17835         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17836
17837 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
17838
17839         * config.sub: accept unixware as an alias for svr4.2.
17840         Fix some inconsistancies with the gcc version.
17841
17842 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17843
17844         * Makefile.in (DISTDOCDIRS):  Add gdb.
17845
17846 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17847
17848         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
17849
17850 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17851
17852         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17853         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17854         this now.
17855
17856 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17857
17858         * config.sub: Accept hiux* as an OS name.
17859
17860         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17861         etc/make-stds.texi.  The underscore came from gcc, and dje now
17862         agrees that RUNTESTFLAGS is the correct name.
17863
17864 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17865
17866         * install.sh:  Remove 'set -e'.  It makes any conditionals
17867         in the script useless.
17868
17869         * config.guess: Automatically recognize arm-acorn-riscix
17870         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17871
17872 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
17873
17874         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17875
17876 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17877
17878         * Makefile.in (DISTDOCDIRS): New variable.
17879         (taz): Edit local Makefile.in sooner, instead of proto-toplev
17880         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
17881
17882 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17883
17884         * configure.in (hppa target): check the source directory for the
17885           pagas sub-directory
17886
17887 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
17888
17889         * config.sub: Allow -aout* and -elf*.
17890
17891 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17892
17893         * configure.in: Don't build ld on i386-solaris2, same as for
17894         sparc-solaris2.
17895
17896 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17897
17898         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17899
17900 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17901
17902         * configure.in:  Configure gdb for alpha.
17903
17904 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17905
17906         * Makefile.in (CXXFLAGS): Add -O.
17907
17908 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17909
17910         * config.guess: added support for DG Aviion
17911
17912 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17913
17914         * configure.in: Produce warning message for subdirectories not
17915         configurable for this host/target combination.  Don't try to
17916         configure gdb for vms.
17917
17918 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17919
17920         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17921         appropriate files before making "diststuff".
17922         (DISTBISONFILES): New var: list of files to be edited.
17923         (DISTSTUFFDIRS): Add binutils.
17924
17925 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17926
17927         * config.sub: also handle mipsel and mips64el (for little endian mips)
17928
17929 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17930
17931         * configure.in: Add * to end of all OS names.
17932
17933 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
17934
17935         * configure.in: Build newlib for LynxOS native.
17936
17937 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17938
17939         * config.guess: Add support for delta 88k running SVR3.
17940
17941         * configure.in: Add comment about HP compiler vs. emacs.
17942
17943 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17944
17945         * configure.in: don't build ld on solaris2 (not a viable option
17946           due to bugs in getpwnam & getpwuid)
17947
17948 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17949
17950         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17951         config.guess will produce a full version number.
17952
17953 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17954
17955         * configure.in: Build linker and binutils for alpha-dec-osf1.
17956
17957 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17958
17959         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17960         and gdb/testsuite/Makefile.in.
17961
17962 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17963
17964         * configure.in: recognize mips*- instead of mips-
17965
17966 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17967
17968         * config.sub: Accept linux*coff and linux*elf as operating
17969         systems.
17970
17971 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17972
17973         * config.sub: Recognize mips64, and mips3 as an alias for it.
17974
17975 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17976
17977         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17978         gdb knows how to handle OSF/1 shared libraries.
17979
17980 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17981
17982         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17983         * config.guess: Recognize Hitachi's HIUX.
17984         * config.sub: Recognize h3050r* and hppahitachi.
17985         Remove redundant cases for hp9k[23]*.
17986
17987 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17988
17989         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17990         if gas and ld are in the source tree and are in ${configdirs}.
17991         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17992         --with options (but still pass them down on the command line,
17993         if they were explicitly specified).
17994
17995 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17996
17997         * configure: substitute SHELL value in Makefile.in with
17998         ${CONFIG_SHELL}
17999
18000 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18001
18002         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18003         *-*-solaris2* targets.
18004
18005 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18006
18007         * Makefile.in: define M4, and pass it down to sub-makes;
18008         all-autoconf now depends on all-m4
18009
18010 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18011
18012         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18013         presence of {ar,ranlib} instead of a configured directory
18014
18015 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18016
18017         * config.guess: Accept 34?? as well as 33?? for NCR.
18018
18019 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18020
18021         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18022         of 'gas' in sed commands, since 'gash' is now in the tree as well.
18023
18024 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18025
18026         * configure: grab values for $(CC) and $(CXX) from the
18027         environment, so that someone can do "CC=gcc configure; make" and
18028         have it work right (matching the way that autoconf works now)
18029
18030         * configure.in, Makefile.in: add support for gash, the tcl
18031         interface to Galaxy
18032
18033         * config.guess: add NetBSD variants (hp300, x86)
18034
18035 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18036
18037         * install.sh: Support -d option (in the manner of SunOS 4 install,
18038         as it is more deterministic than that of GNU install)
18039         (chmodcmd): Set file to mode 755 by default (should also do default
18040         chgrp and chown, but I don't feel like dealing with that now)
18041
18042 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18043
18044         * config.sub: Remove h8300hhms alias.
18045
18046 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18047
18048         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18049
18050 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18051
18052         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18053         as stmp-fixinc
18054
18055 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18056
18057         * config.sub: recognize m88110-bug-coff.
18058
18059 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18060
18061         * Makefile.in (all-libio): all dependencies on the toolchain used
18062         to build this (gcc, gas, ld, etc)
18063
18064 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18065
18066         * config.guess: Deal with OSF/1 1.3 on alpha.
18067
18068 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18069
18070         * install.sh: add some 'else true' clauses for portability
18071
18072         * configure.in: don't build libio for h8[35]00-*-* targets
18073
18074 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18075
18076         * Makefile.in:  Add support for new libio.
18077
18078 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18079
18080         * install.sh: If one command fails, don't try the rest.  Don't try
18081         to remove $dsttmp (via trap) unless we have already created it.
18082         If $src doesn't exist, detect it and exit with an error.
18083
18084         * config.guess: Recognize BSD on hp300.
18085
18086 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18087
18088         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18089         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18090
18091 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18092
18093         * Makefile.in (all-send-pr): depends on all-prms
18094
18095 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18096
18097         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18098
18099 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18100
18101         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18102         Added test for mips-mips-riscos5.
18103
18104 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18105
18106         * configure.in: use mh-hp300 for 68k HP hosts
18107
18108 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18109
18110         * configure: add support for CONFIG_SHELL, so that you can use
18111         some alternate shell for evaluating configure scripts
18112
18113 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18114
18115         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18116         in configure script to bug-gdb@prep.ai.mit.edu when building
18117         distribution archive.
18118         * Makefile.in (COMPRESS):  Remove def.
18119         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18120         gdb.tar.Z and make-gdb.tar.Z respectively.
18121         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18122         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18123         to convergence with 'taz' target in Makefile.in.
18124
18125 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18126
18127         * install.sh (dsttmp): use trap to ensure that tmp files go
18128         away on error conditions
18129
18130 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18131
18132         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18133
18134 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18135
18136         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18137         its parent is '/' not ''.
18138
18139         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18140
18141 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18142
18143         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18144         that ${newsrcdir}/configure.in does.
18145
18146 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18147
18148         * test-build.mk: support for CONFIG_SHELL
18149
18150 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18151
18152         * config.sub (netware):  Add as a basic system type.
18153
18154 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18155
18156         * Makefile.in (Makefile): depend on configure.in.  Also drop the
18157           $(srcdir)/ from the dependency on Makefile.in.
18158
18159 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18160
18161         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18162         (h8300hhms is temporary until multi-libraries are implemented).
18163         * configure.in: Handle h8300h too.
18164
18165 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18166
18167         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18168
18169 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18170
18171         * configure:  Remove extraneous output when guessing host type.
18172         * config.guess:  Remove extraneous output when guessing using C
18173         compiler rather than uname, or when guessing fails.
18174
18175 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18176
18177         * Makefile.in: remove all.cross and install.cross targets
18178
18179         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18180           definitions
18181
18182 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18183
18184         * configure.in (target sh): Build gprof.
18185
18186 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18187
18188         * config.sub: change -solaris to -solaris2
18189
18190 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18191
18192         * configure.in: Use config/mh-riscos for mips-*-sysv*.
18193
18194 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18195
18196         * configure: Correct error message for missing Makefile.in to
18197         print correct directory.
18198
18199 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18200
18201         * install.sh: kludge around 386BSD shell bug
18202
18203 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18204
18205         * config.guess:  Recognize NeXT.
18206         * config.guess:  Recognize i486-ncr-sysv4.
18207         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18208
18209 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18210
18211         * Makefile.in (MAKEINFOFLAGS): New variable.
18212         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18213         * build-all.mk, test-build.mk: Pass down --no-split as
18214         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18215
18216 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18217
18218         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18219
18220 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18221
18222         * Makefile.in (libg++.tar.z):  New rule.
18223         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18224         * Makefile.in (taz):  Only do a single chmod.
18225
18226 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18227
18228         * install.sh: don't use dirname anymore (replaced with sed usage)
18229
18230 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18231
18232         * Makefile.in:  Change extension for gzip'd files from '.z' to
18233         '.gz' per new FSF standard usage.
18234
18235 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18236
18237         * configure: put quotes around the final value of program_transform_name
18238
18239 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18240
18241         * Makefile.in: new install.sh support; update install-info rules
18242
18243 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18244
18245         * configure.in: Build diff for crosses, but not for go32 host.
18246
18247         * configure.in: Build gprof only for native, and don't build it
18248         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18249
18250 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18251
18252         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18253
18254 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18255
18256         * configure.in (host_tools): Add prms.
18257
18258 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18259
18260         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18261         with $(FLAGS_TO_PASS) on the command line
18262
18263         * config.sub: Recognize lynx and lynxos
18264
18265 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18266
18267         * config.sub: Accept -ecoff*, not just -ecoff.
18268
18269 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18270
18271         * Makefile.in (taz): Use .gz suffix instead of .z.
18272         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18273         names.
18274
18275 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18276
18277         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18278
18279 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18280
18281         * Makefile.in (install-no-fixedincludes):  install gcc last, so
18282         that rebuilds that might happen during 'make install' don't get
18283         bogus gcc include files
18284
18285 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18286
18287         Change from Utah for HPPA support:
18288         * config.guess: Recognize hppa1.x-hp-bsd.
18289
18290 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18291
18292         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18293         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18294
18295 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18296
18297         * config.sub: Add support for rom68k and bug boot monitors.
18298
18299 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18300
18301         * Makefile.in: Make all-opcodes depend on all-bfd.
18302
18303 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18304
18305         * config.guess: Added special check for i[34]86-univel-sysv4*.
18306
18307 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18308
18309         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18310         the processor rather than assuming i486.
18311
18312 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18313
18314         * config.guess: Recognize SunOS6 as Solaris3.
18315
18316 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18317
18318         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18319         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18320
18321 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18322
18323         * build-all.mk (all-cross): New target for Canadian Cross.
18324         Added Q2 go32 targets.
18325         * test-build.mk: Configure go32 cross sparclite-aout and
18326         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18327         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18328
18329 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18330
18331         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18332         GO32 hosted toolchains
18333
18334 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18335
18336         * configure: change  so "-exec-prefix" gets passed down rather
18337         than "-exec_prefix" so autoconf generated Makefiles get the
18338         exec_prefix set right.
18339
18340 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18341
18342         * config.guess: get the Solaris2 minor version number
18343
18344         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18345
18346 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18347
18348         * config.guess: Recognize some Sequent platforms.
18349
18350 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18351
18352         * Makefile.in: added the vault-install target
18353
18354         * configure.in: actually use the Sun3 makefile fragment that's in
18355         config, also added the release dir to configdirs
18356
18357 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18358
18359         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18360
18361 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18362
18363         * configure.in: remove some program from Alpha targetted toolchains
18364
18365 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18366
18367         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18368         gprof.
18369         (taz): Run "make diststuff" in those directories instead of "make
18370         proto-dir".  Look for "VERSION=" only at start of line in subdir
18371         Makefile.  Use "gzip -9" for compression.
18372         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18373         (binutils.tar.z): New target.
18374
18375 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18376
18377         * Makefile.in (taz): Include gpl.texinfo.
18378
18379 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18380
18381         * Makefile.in (setup-dirs): Merged into "taz" target.
18382         (taz): Only do `proto-dir' stuff if a directory is actually needed
18383         for this target.
18384
18385 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18386
18387         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18388         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18389         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18390         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18391         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18392
18393 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18394
18395         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18396         config.sub, and move-if-change to gdb testsuite distribution
18397         archive, so the testsuite can be extracted, configured, and
18398         run separately from the gdb distribution.  Blow away the Chill
18399         tests that require a Chill compiled executable, since GNU Chill
18400         is not yet publically available.
18401
18402 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18403
18404         * test-build.mk: set environment variables in a single command,
18405         instead of a list of assignments and exports
18406
18407         * config.guess: recognize Alpha/OSF1 systems
18408
18409 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18410
18411         * configure: Change help message to prefer --options rather than
18412           -options.
18413
18414 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18415
18416         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18417         zippy@ecst.csuchico.edu.
18418         * config.guess: Recognize miniframe.
18419
18420 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18421
18422         * Makefile.in: Use srcroot to find runtest rather than rootme.
18423         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18424
18425 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18426
18427         * test-build.mk: Extensive additions to support building on a
18428         machine other than the host.
18429
18430 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18431
18432         * configure (tooldir): Fix for i386-aix again.
18433
18434 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18435
18436         * configure, Makefile.in:  Change definition of $(tooldir)
18437         to match the FSF.
18438
18439 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18440
18441         * config.guess:  Recognize i[34]86/SVR4.
18442
18443 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18444
18445         * Makefile.in (all-gdb): gdb depends on sim.
18446
18447 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18448
18449         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18450         at the same time we make the prototype gdb directory.
18451         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18452         files at the same time as the gdb base release distribution.
18453
18454 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18455
18456         * Makefile.in (check): Use individual check targets rather than
18457         DO_X rule.
18458         (check-gcc): Added.
18459
18460 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18461
18462         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18463         for System V release 3.2.
18464
18465 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18466
18467         * config.sub: Recognize hppaosf.
18468         * configure.in: Do configure ld/binutils/gas for it.
18469
18470 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18471
18472         * configure (tooldir): Alter syntax used to set this, for systems
18473         where "\$" isn't handled right, like i386-aix.
18474
18475 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18476
18477         * configure: Pass program-transform-name, not
18478         program_transform_name, to recursive configures.
18479
18480 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18481
18482         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18483         of gas+ld+binutils.
18484
18485 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18486
18487         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
18488
18489 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18490
18491         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18492
18493 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18494
18495         * Makefile.in (PRMS): Set back to all-prms.
18496
18497 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18498
18499         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18500         targets, rather than for MIPS hosts.
18501
18502 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18503
18504         * configure.in: add comment for --with-x default values
18505
18506         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18507
18508         * Makefile.in: add check-* targets for each of the directories in
18509         the tree.  Add a definition of RUNTEST that will use the one we
18510         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
18511
18512 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
18513
18514         * configure.in: Removed obsolete references to bfd_target and
18515         target_makefile_frag.
18516
18517         * build-all.mk: Set assorted targets for Q2.
18518         * config.sub: Recognize z8k-sim and h8300-hms.
18519         * test-build.mk: Really don't pass host to configure.
18520         (HOLES): Added uname.
18521
18522 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
18523
18524         * configure: Handle an empty program-prefix, program-suffix or
18525         program-transform-name correctly.
18526
18527 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18528
18529         * build-all.mk: -G 8 no longer required for MIPS targets.
18530         * test-build.mk: Don't pass host argument to configure; make it
18531         guess.
18532
18533 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
18534
18535         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
18536         * Makefile.in (COMPRESS):  New macro, like GZIP.
18537
18538 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18539
18540         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18541
18542         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18543         with gas currently defaults to -G 0.
18544
18545 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
18546
18547         * Makefile.in (all-flex): flex depends on byacc.
18548
18549         * build-all.mk: If host not specified, use config.guess.  Pass TAG
18550         to test-build.mk as RELEASE_TAG.
18551         * test-build.mk (configargs): New variable containing arguments to
18552         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
18553         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18554
18555         * config.guess: Use /bin/uname when checking -X argument on SCO,
18556         to avoid invoking GNU uname which doesn't understand -X.
18557
18558         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18559
18560         * configure.in: Build gas for mips-*-*.
18561
18562 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18563
18564         * Makefile.in (all.normal): insert missing backslash.
18565
18566 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18567
18568         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18569
18570         * Makefile.in: Complete overhaul to merge many almost identical
18571         targets.
18572
18573 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18574
18575         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18576         (gdb.tar.Z): Adjusted.
18577
18578         * Makefile.in (setup-dirs, taz): New targets; should be general
18579         enough to adapt for gdb sometime.  Build only .z file.
18580         (gas.tar.z): New target.
18581
18582 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18583
18584         * build-all.mk: Use CC=cc -Xs on Solaris.
18585
18586 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
18587
18588         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
18589         for handling BISON for FSF releases.
18590
18591 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18592
18593         * configure: Actually implement the change zoo just documented.
18594
18595 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
18596
18597         * configure: when using config.guess, only set target_alias when
18598         it's not already been set (ie, on the command line)
18599
18600 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18601
18602         * Makefile.in: add installcheck target, set PRMS to install-prms
18603
18604 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18605
18606         * configure: add support for package_makefile_fragment, handle the
18607         case where a directory has a configure.in file but no Makefile.in
18608         more gracefully (with an actual understandable error message, even);
18609         add support for --without (and add this to the usage message); also
18610         explicitly add a --host=${host_alias} to the command line when
18611         config.guess is used
18612
18613 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18614
18615         * configure: Must use both --host and --target in recursive calls.
18616
18617 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18618
18619         * Makefile.in: Change deja-gnu to dejagnu.
18620
18621 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18622
18623         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18624
18625 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18626
18627         * configure.in: canonicalize all instances to *-*-solaris2*,
18628         also strip out a number of tools to not build for go32 host
18629
18630 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18631
18632         * config.guess: add GPL.
18633
18634         * Makefile.in, config.guess, config.sub, configure: bump
18635           copyrights to 93.
18636
18637 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
18638
18639         * Makefile.in (do-info): Removed obsolete check for existence of
18640         localenv file.
18641
18642         * Makefile.in (MAKEOVERRIDES): Define to be empty.
18643
18644 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18645
18646         * Makefile.in: a couple of 'else true' for decstation,
18647         support for TclX
18648
18649         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18650
18651 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
18652
18653         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18654
18655 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
18656
18657         * config.guess: Recognize i386-ibm-aix (PS/2).
18658         * configure.in: Use config/mh-aix386 file for it.
18659
18660 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
18661
18662         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18663         CC_FOR_TARGET instead.
18664         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18665
18666 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
18667
18668         * Makefile.in: Add sim to list of directories sent with gdb
18669
18670 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18671
18672         * configure.in: Put back mips-dec-bsd* case.
18673
18674 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
18675
18676         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18677         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
18678         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18679
18680 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18681
18682         * configure.in: remove no-op mips-dec-bsd* in "case $target"
18683
18684         * Makefile.in (dir.info): only run gen-info-dir if it exists,
18685         (install-info): install dir.info only if it exists,
18686         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18687
18688 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
18689
18690         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
18691         gas for mips-dec-bsd.
18692
18693 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
18694
18695         * configure (makesrcdir): If ${srcdir} is relative and not ".",
18696         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18697
18698 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18699
18700         * configure.in: Added "dejagnu" to hosttools list.
18701
18702 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
18703
18704         * config.sub, configure.in, config.guess:  Add support
18705         for Bosx, an AIX variant from Bull.
18706         Patches from F.Pierresteguy@frcl.bull.fr.
18707
18708 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18709
18710         * devo/dejagnu: Initial creation of devo/dejagnu.
18711         Migrated dejagnu testcases and support files for testing software
18712         tools to reside as subdirectories, currently called "testsuite",
18713         within the directory of the software tool.  Migrated all programs,
18714         support libraries, etc. beloging to dejagnu proper from
18715         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
18716         with no modifications.  The changes to these files which will
18717         allow them to configure, build, and execute properly will be made
18718         in a future update.
18719
18720 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18721
18722         * Makefile.in: Change send_pr to send-pr.
18723         * configure.in: Likewise.
18724         * send_pr: Renamed directory to send-pr.
18725
18726 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
18727
18728         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
18729
18730 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
18731
18732         * README:  Update for gdb-4.8 release.
18733         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
18734         gdb-xxx.tar.z (gzip'd) file also.
18735
18736 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18737
18738         * Makefile.in: make all-diff depend on all-libiberty
18739
18740 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
18741
18742         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18743
18744 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18745
18746         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18747
18748 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
18749
18750         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
18751         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
18752         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
18753
18754 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18755
18756         * Makefile.in:  makeinfo binary is in a new location
18757
18758 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
18759
18760         * config.sub: Accept -ecoff as an OS.
18761
18762         * Makefile.in: Various changes to eliminate a level of make
18763         recursion and reduce the required command line length.
18764         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18765         sub-makes.
18766         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18767         variables holding settings for specific sub-makes.
18768         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18769         in terms of BASE_FLAGS_TO_PASS.
18770         (TARGET_LIBS): New variable listing directories which use
18771         TARGET_FLAGS_TO_PASS.
18772         (subdir_do): Eliminated.
18773         (do-*): New set of targets to replace subdir_do.
18774         (various): All targets which used subdir_do now depend on do-*.
18775         (local-clean): Renamed from do_clean.
18776         (local-distclean): New target, dependency of distclean and
18777         realclean.
18778         (install-info): Don't create directories.  Depend on dir.info
18779         rather than calling make recursively.
18780         (install-dir.info): Eliminated.
18781         (install-info-dirs): Create all info directories here.
18782         (dir.info): Depend upon do-install-info.
18783
18784         * test-build.mk (HOLES): Added false.
18785
18786 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
18787
18788         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
18789
18790 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18791
18792         * Makefile.in (info): remove dependency on all-texinfo.  The
18793         problem was really in texinfo/C, not at this level.
18794
18795 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18796
18797         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18798
18799 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
18800
18801         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
18802         GDB releases.
18803
18804 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18805
18806         * configure: Include srcdir in message about target of link not
18807         being found.  Don't convert `-' to `_' in `with' options being
18808         passed to subdirs.
18809
18810 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18811
18812         * configure.in: add uudecode to host_tools
18813
18814         * Makefile.in: added {all,install}-uudecode targets, added them to
18815         the appropriate lists
18816
18817 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
18818
18819         * Makefile.in (all-gcc): Added dependency on all-gas.
18820
18821         * configure.in (mips-*-*): Build ld and binutils.
18822
18823 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18824
18825         * configure: check return code from mkdir, print error message and
18826           exit on failure.
18827
18828 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
18829
18830         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
18831
18832 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18833
18834         * test-build.mk (HOLES): Added tar, cpio and uudecode.
18835
18836 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18837
18838         * config.sub (h8500):  Recognize this as a cpu type.
18839
18840 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18841
18842         * configure: source directory missing is no longer a warning
18843
18844         * configure.in: recognize irix[34]* instead of irix[34]
18845
18846         * Makefile.in: define and pass down X11_LIB
18847
18848 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
18849
18850         * guess-systype: Renamed to ...
18851         * config.guess:  ... by popular request.
18852         * configure.in, Makefile.in:  Update accordingly.
18853
18854 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
18855
18856         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
18857         + Add Convex, Cray/Unicos, and Encore/Multimax support.
18858         + Execute ./dummy instead of assuming . is in PATH.
18859
18860 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
18861
18862         * guess-systype:  New shell script.  Attempts to guess the
18863         canonical host name of the executing host.
18864         Only a few hosts are supported so far.
18865         * configure:  Call guess-systype if no host is specified.
18866
18867 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18868
18869         * Makefile.in (gcc-no-fixedincludes): Made to work with current
18870         gcc Makefile.
18871
18872 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
18873
18874         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18875         (all-gcc, install-gcc, subdir_do): Use it.
18876
18877 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18878
18879         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18880
18881 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
18882
18883         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18884           set exclusively by configure, using configure.in .
18885
18886 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18887
18888         * test-build.mk: set $PATH for all builds
18889
18890         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18891
18892 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
18893
18894         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
18895         the one used in gcc/Makefile.in, so that a null expansion doesn't
18896         override the one needed to build gcc with a native cc.
18897
18898 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18899
18900         * configure: Accept -with arguments.
18901
18902 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18903
18904         * Makefile.in: added h8300sim
18905
18906 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
18907
18908         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18909         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
18910         (all-cygnus, native, build-cygnus): Make
18911         $(canonhost)-stamp-3stage-done, not $(host)....
18912         * test-build.mk (stamp-3stage-compared): Use tail +10c for
18913         i386-sco3.2v4.  Added else true to if command.
18914
18915 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
18916
18917         * config.sub: (from FSF) Sequent uses a BSD-like OS.
18918
18919 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
18920
18921         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18922
18923 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18924
18925         * configure.in: don't remove binutils from Solaris builds
18926
18927 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
18928
18929         * Makefile.in: get rid of earlier definitions for *clean,
18930         also handle the recursive info rule better
18931
18932 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
18933
18934         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
18935         do more-or-less the right thing.
18936
18937 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
18938
18939         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18940         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18941
18942 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18943
18944         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18945         $(host_canonical).
18946
18947         * configure.in: split the configdirs list into 4 categories (native
18948         v. cross, library v. tool) and handle the cross-only and native-
18949         only in more reasonable (and correct!) way.
18950
18951 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
18952
18953         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
18954         configdirs anymore.
18955
18956 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18957
18958         * Makefile.in: extensive cleanup::  removed all of the explicit
18959         clean-* targets, collapsed many wrappers around subdir_do into
18960         one, added additional targets to satisfy standards.texi, deleted
18961         some old targets, some changes for consistency
18962
18963 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18964
18965         * configure.in: handle some programs as cross-only, and others as
18966         native only
18967
18968         * test-build.mk: handle partial holes in a more generic manner
18969
18970         * Makefile.in: m4 depends on libiberty
18971
18972 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18973
18974         * configure.in: add m4, textutils, fileutils, sed, shellutils,
18975         time, wdiff, and find to configdirs
18976
18977         * Makefile.in: all, clean, and install rules for the new programs
18978         added to configure.in
18979
18980 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18981
18982         * configure.in: use mh-sun for all *-sun-* hosts
18983
18984 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18985
18986         * Makefile.in: define flags for X11 include files and library file
18987         locations, pass them down to the programs that need this info
18988
18989         * build-all.mk: added a 'native' target, to 3stage the native toolchain
18990
18991 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18992
18993         * configure.in: start building libg++ for HP-UX targets
18994
18995 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
18996
18997         * README:  Update references to files moved into etc/.
18998
18999 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
19000
19001         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
19002         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
19003
19004 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19005
19006         * configure: accept dash as well as underscore in long option
19007         names for FSF compatibility.
19008
19009 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19010
19011         * config.sub: added -sco3.2v4 support from FSF.
19012
19013 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19014
19015         * configure.in: expand the section that adds or removes
19016         directories from the list of programs to build, to handle native
19017         vs. cross in addition to host v. native
19018
19019 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19020
19021         * Makefile.in:  Replace C++ in macro names with CXX.
19022         This is less likely to break ...
19023
19024 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19025
19026         * test-build.mk: add -w to GNU_MAKE
19027
19028 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19029
19030         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19031         add 'sparc' to list of recognized cpus.  This needed to make
19032         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19033         Delete some redundant ose68 variants.  Recognize -wrs as an os,
19034         then changes that into $CPU-wrs-vxworks.
19035
19036         * configure.in: remove most references to gdbtest, regularize
19037         target based program removal
19038
19039         * test-build.mk: import from p3 tree (many fixes and changes)
19040
19041 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19042
19043         * Makefile.in: added rules to handle tcl, tk, and expect
19044
19045         * configure.in: handle those directories if they exist
19046
19047 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19048
19049         * config.sub: removed bogus hppabsd and hppahpux names, since
19050         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19051
19052 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19053
19054         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
19055         depends upon all-xiberty
19056
19057         * Makefile.in: changes from p3, including:
19058
19059         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
19060
19061         * Makefile.in (XTRAFLAGS): include newlib directories if
19062         newlib/Makefile exists, rather than if host != target.
19063
19064         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
19065
19066         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19067         from the same source tree and not building a cross-compiler.  This
19068         matters for the libg++ configuration if reconfiguring a tree that
19069         has already been installed.
19070
19071         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
19072
19073         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19074         pick up the machine and system specific header files.
19075
19076         * Makefile.in: added AS_FOR_TARGET, passed down in
19077         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19078         the C compiler to use to create programs which are run in the
19079         build environment, set it to default to $(CC), and passed it down
19080         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19081
19082         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
19083
19084         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19085         We need them for unusual native builds, like systems without
19086         ranlib.
19087
19088         * configure: also define $(host_canonical) and
19089         $(target_canonical), which are the full, canonical names for the
19090         given host and target
19091
19092 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19093
19094         * Makefile.in:  Added separate definitions for C++.
19095
19096 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19097
19098         * configure.in (configdirs):  Add deja-gnu.
19099
19100 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19101
19102         * README:  Update for configure.texi and gdb-4.7 release.
19103
19104 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19105
19106         * Makefile.in:  Move "all" target to top of file.
19107         Previously, first target was ".PHONY" which caused BSD4.4 make
19108         to build .PHONY when make was run without arguments.
19109
19110 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19111
19112         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19113         Library-copylefted code in libiberty.
19114
19115 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19116
19117         * config.sub:  Replace m68kmote with plain old m68k.
19118
19119 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19120
19121         * Makefile.in:  Remove space from blank line, avoid Make complaints.
19122
19123 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19124
19125         * config.sub: Complain if no argument is given.  Added support for
19126         386bsd as OS and target alias.
19127
19128 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19129
19130         * Makefile.in (XTRAFLAGS): include newlib directories if
19131         newlib/Makefile exists, rather than if host != target.
19132
19133 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19134
19135         * config.sub: recognize sparclite-wrs-vxworks.
19136
19137         * Makefile.in (install-xiberty): added *-xiberty make rules (from
19138         p3.) Added clean-xiberty to clean.
19139
19140 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19141
19142         * configure.in: use *-*-* instead of nested cases for host and target
19143
19144 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19145
19146         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19147         from the same source tree and not building a cross-compiler.  This
19148         matters for the libg++ configuration if reconfiguring a tree that
19149         has already been installed.
19150
19151 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19152
19153         * config.sub (i486v/i486v4):  Merge in from FSF version.
19154
19155 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19156
19157         * configure: only set PWD if it is already set.
19158
19159 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19160
19161         * configure: just set PWD=`pwd` at the top, since Ultrix sh
19162         doesn't have unset and all success paths (and most error paths)
19163         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19164         to just ${PWD} to avoid confusion.)
19165
19166 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19167
19168         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19169         even for a native compilation.
19170
19171 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19172
19173         Changes to make the gdb.tar.Z rule work better.
19174
19175         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19176         (DEVO_SUPPORT):  Add configure.texi.
19177         (bfd-ilrt.tar.Z):  Remove ancient rule.
19178
19179 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19180
19181         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19182         pick up the machine and system specific header files.
19183
19184         * configure.in, config.sub: added new target m68010-adobe-scout,
19185         with alias of adobe68k.  Changed configure.in to check for
19186         -scout before -sco* to avoid a false match.
19187
19188         * Makefile.in: added AS_FOR_TARGET, passed down in
19189         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19190         the C compiler to use to create programs which are run in the
19191         build environment, set it to default to $(CC), and passed it down
19192         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19193
19194 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19195
19196         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19197         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19198         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19199         FOR_TARGET variants, to newlib and libg++.
19200
19201 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19202
19203         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19204         first.
19205
19206 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19207
19208         * config.sub:  Accept `elf' as an environment.
19209
19210 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19211
19212         * Makefile.in (all-opcodes):  cd into the right directory
19213
19214 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19215
19216         * configure: added -program_transform_name option, used as
19217         argument to sed when installing programs.
19218         configure.texi: added documentation for -program_prefix,
19219         -program_suffix and -program_transform_name.
19220
19221 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19222
19223         * config.sub:  Accept i486 where i386 ok.
19224
19225 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19226
19227         * config.sub: accept we32k
19228
19229 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19230
19231         * config.sub, configure.in: accept OSE68000 and OSE68k.
19232
19233         * Makefile.in: don't create all directories for ``make install'';
19234         let the subdirectories create the ones they need.
19235
19236 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19237
19238         * COPYING: new file, GPL v2
19239
19240 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19241
19242         * Makefile.in: use the new gen-info-dir, which needs a template
19243         argument (which also lives in texinfo)
19244
19245         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19246
19247 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19248
19249         * config.sub (ncr3000):  Change i386 to i486.
19250
19251 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19252
19253         * Makefile.in: add install-rcs, install-grep to
19254         install-no-fixedincludes, removed install-bison and install-libgcc
19255
19256 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19257
19258         * configure.in: grab the HPUX makefile fragment if on HPUX
19259
19260 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19261
19262         * Makefile.in: eradicate bison spoor (ditto libgcc).
19263          configure.in: recognise m68{k,000}-ericsson-OSE.
19264          es1800 is alias for m68k-ericsson-OSE
19265
19266 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19267
19268         * configure.in: rearrange the parts that remove programs from
19269         configdirs, based now on HOST==TARGET or by canonical triple.
19270
19271 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19272
19273         * test-build.mk: recurse explicitly with -f test-build.mk when
19274           appropriate.  predicate stage3 and comparison on the existence
19275           of gcc.  That is, if gcc isn't around, we aren't three-staging.
19276           On very clean, also remove ...stamp-co.  Build in-place before
19277           doing other builds.
19278
19279 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19280
19281         * Makefile.in, configure.in: add tgas
19282
19283 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19284
19285         * Makefile.in: a number of changes merged in from progressive.
19286
19287         * configure.in: add libm.
19288
19289         * .cvsignore: ignore some stuff that comes from test-build.mk.
19290
19291 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19292
19293         * config.sub:  Add es1800 (m68k-ericsson-es1800).
19294
19295 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19296
19297         * configure: Add program_suffix (parallel to program_prefix)
19298         * Makefile.in: adjust directory-creating script for losing decstation
19299
19300 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19301
19302         * configure:  Minor $subdir-related fixes.
19303
19304 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19305
19306         * configure: fix various problems with propogating
19307         makefile_target_frag in subdirs.
19308         * configure.in: config libgcc if its there
19309
19310 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19311
19312         * config.sub:  HPPA merge.
19313
19314 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19315
19316         * Makefile.in:  Replace all-bison with all-byacc in all
19317         dependency lines for other tools (which now use byacc).
19318
19319 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19320
19321         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19322
19323 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19324
19325         * Makefile.in: make gprof rules similar to byacc rules (instead of
19326         vestigal $(unsubdir) that didn't work...)
19327
19328 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19329
19330         * config.sub:  Add support for Linux.
19331         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19332         (at least for libg++).
19333
19334 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19335
19336         * configure.texi: fix doc for the -nfp option to configure
19337
19338 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19339
19340         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19341
19342 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19343
19344         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19345         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19346         * configure.in: added solaris* host_makefile_frag hook.
19347
19348 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19349
19350         * config.sub: changed recognition of m68000 so that various
19351         m68k types can be specified via m680[01234]0
19352
19353 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19354
19355         * config.sub (basic_machine): fix sed so that '-foo' isn't
19356         completely substituted out while .+'-foo' loses the '-foo'
19357
19358 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19359
19360         * config.sub ($os): Add -aout.
19361
19362 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19363
19364         * configure:  If host_makefile_frag is absolute, don't
19365         prefix ${invsubdir} (relevant to libg++ auto-configure).
19366
19367 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19368
19369         * Makefile.in (tooldir): Define it.
19370         (all-ld): Depend on all-flex.
19371
19372 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19373
19374         * Makefile.in (check):  Fix libg++ special case.
19375
19376 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19377
19378         * configure: do not bury `pwd` into config.status, thus do fewer
19379           pwd's.
19380
19381         * configure: print the "Building in" message only when building in
19382           other than "." AND verbose.
19383
19384         * configure: remove -s, rework -v to better accommodate guested
19385           configures.
19386
19387         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19388
19389 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19390
19391         * Makefile.in: macroize flags passed on recursion.  remove
19392           fileutils.
19393
19394 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19395
19396         * configure: get makesrcdir right for subdirs deeper than 1.
19397
19398         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19399           install.
19400
19401 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19402
19403         * Makefile.in: don't print subdir_do or recursion lines.
19404
19405 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19406
19407         * standards.texi: added menu item.
19408
19409         * Makefile.in: build and install standards.info.
19410
19411         * standards.texi: new file.
19412
19413 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19414
19415         * configure: test for and move config.status pieces from
19416           ${subdir}/.
19417
19418 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19419
19420         * configure:  Test for existance of files before trying to mv
19421         them, to avoid numerous non-existance messages.
19422
19423 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19424
19425         * configure: correct final line of config.status.
19426
19427         * configure: patch from eggert.  Avoids a protection problem if
19428           the original Makefile.in is read only.
19429
19430         * configure: use move-if-change from gcc to create config.status.
19431           Some makefiles depend on config.status to tell if a directory
19432           has been reconfigured for a different host.  This change
19433           prevents those directories from remaking everything in the case
19434           where the reconfig was only intended to rebuild a Makefile.
19435
19436         * configure: test for config.sub with "config.sub sun4" rather
19437           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19438           host alias from a missing config.sub.
19439
19440 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19441
19442         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19443           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19444
19445 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19446
19447         * configure: mkdir ${subdir} as needed.
19448
19449 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19450
19451         * Makefile.in,configure.in: added autoconf.
19452
19453 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19454
19455         * Makefile.in: no longer pass against on recursion.
19456
19457         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19458           definitions are not inherited.
19459
19460         * configure: correct makesrcdir when subdir is .
19461
19462 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19463
19464         * configure:  Add support for 'subdirs' variable, which is
19465         like 'configdirs', except that configure doesn't re-invoke
19466         itself for subdirs, it just creates a Makefile for each subdir.
19467         * configure.texi:  Document subdirs.
19468
19469 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19470
19471         * configure.in: added flex to configdirs
19472
19473 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19474
19475         * Makefile.in: remove clean-stamps from clean.
19476
19477 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19478
19479         * configure.in:  Add gdbtest to configdirs.
19480
19481 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19482
19483         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19484         to recursive makes.
19485         * configure.in:  Recognize new ncr3000 config.
19486
19487 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
19488
19489         * Makefile.in, configure.in: removed references to gdbm.
19490
19491 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
19492
19493         * config.sub:  Don't canonicalize os value
19494         newsos* to bsd (readline needs to check for newsos).
19495         (This fix was earlier made Jan 31, but got re-broken.)
19496
19497 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
19498
19499         * configure.in:  sco is an os, not a vendor!
19500
19501         * configure:  Quote $( better.  Keep various shells happy.
19502
19503 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
19504
19505         * Makefile.in: eliminate stamp-files.
19506
19507 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
19508
19509         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
19510           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19511
19512 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
19513
19514         * config.sub:  fix iris/iris3.
19515
19516 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
19517
19518         * configure: re-add -rm.
19519
19520 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
19521
19522         * Maskefile.in: add .stmp-rcs to all.
19523
19524         * configure.in: remove gas from rs6000 build, use aix host fragment.
19525
19526 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
19527
19528         * configure: pass down site_option during recursion.
19529
19530 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
19531
19532         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
19533
19534 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
19535
19536         * configure: Change exec_prefix so that it really defaults to prefix.
19537
19538 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
19539
19540         * Makefile.in, configure.in:  Add support for mmalloc library.
19541
19542 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
19543
19544         * Makefile.in: add stmp dependencies for a few more things.
19545
19546 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
19547
19548         * configure: adjusted error message on objdir/srcdir configure
19549           collision, per john's suggestion.
19550
19551         * Makefile.in: add libiberty stmp to all and all.cross.
19552
19553 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
19554
19555         * Makefile.in: remove force dependencies, add grep to all.
19556
19557 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
19558
19559         * Makefile.in: drop flex.  make stamp files work.
19560
19561         * configure: added test for conflicting configuration in srcdir,
19562           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
19563           gets cranky.  use relative paths for configure and srcdir
19564           whenever possible.  Send some error messages to stderr that were
19565           going to stdout.
19566
19567 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
19568
19569         * Makefile.in:  Fix libg++ rule to check for gcc directory
19570         before using gcc/gcc.  Also pass XTRAFLAGS.
19571
19572 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
19573
19574         * Makefile.in: added stmp-files so that directories aren't polled
19575           when they are already built.
19576
19577         * configure.texi: fixed a node pointer problem.
19578
19579 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
19580
19581         * config.sub configure.in gdb/configure.in
19582         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19583         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19584         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
19585
19586 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19587
19588         * configure: -recurring becomes -silent.  corrected help message
19589           for -site= option.
19590
19591         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19592
19593 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19594
19595         * configure: when building Makefile for crosses, replace
19596           tooldir and program_prefix.  default srcdir from location of
19597           config.sub.  remove "for host in hosts" and "for target in
19598           targets" loops.
19599
19600 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19601
19602         * Makefile.in: Do not pass bindir or mandir to cvs.
19603
19604 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
19605
19606         * Makefile.in, configure.in: removed traces of namesubdir,
19607           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
19608           copyrights to '92, changed some from Cygnus to FSF.
19609
19610         * configure.texi: remove most references to multiple hosts,
19611           multiple targets, subdirs, etc.
19612
19613         * configure.man: removed rcsid. reference config.sub not
19614           config.subr.
19615
19616         * Makefile.in: mkdir $(infodir) on install-info.
19617
19618 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
19619
19620         * configure.texi:  Explain better about .gdbinit and about
19621         the environment that configure.in sections run in.
19622
19623 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
19624
19625         * configure.in:  Ultrix is only a decstation if it's a MIPS.
19626
19627 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
19628
19629         * README:  DOC.configure => cfg-paper.texi.
19630
19631 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
19632
19633         * config.sub (near case $os):  Don't convert newsos* to bsd!
19634
19635 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
19636
19637         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
19638         the number of copies of COPYING that go into the GDB tar file.
19639
19640 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
19641
19642         * bfd/configure.in, gdb/config/mh-i386sco,
19643         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19644         Fix SCO configuration stuff.
19645
19646 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
19647
19648         * Makefile.in:  For libg++, make sure the -I pointing
19649         to the gcc directory goes *after* all the libg++-local -I flags.
19650         Also, move just-gcc dependency from just-libg++ to all-libg++.
19651
19652 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
19653
19654         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
19655
19656 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
19657
19658         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
19659
19660 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
19661
19662         * config.sub:  Add stratus configuration frags.  Also
19663         submitted to FSF.
19664
19665 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
19666
19667         * Makefile.in (DEV_SUPPORT):  add configure.man.
19668
19669         * config.sub(Decode manufacturer-specific):  add -none*.
19670
19671 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
19672
19673         * Makefile.in:  remove form feeds to make Sun's make happy.
19674         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
19675
19676 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
19677
19678         * Makefile.in (AR_FLAGS):  Make quieter.
19679
19680 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
19681
19682         * configure.in:  Add libg++.
19683         * configure:  When verbose, don't output the command line at each
19684         level; it will be unremarkably the same as the previous version,
19685         which will be the same as what the user typed.
19686
19687 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
19688
19689         * configure.in, Makefile.in: fix clean-info, add flex.  add
19690           fileutils.
19691
19692         * configure: be less sensitive to spaces in Makefile.in.  Do not
19693           look for sources in "..".  Doing so breaks subdirectories that
19694           might have their own configure.  If a subdir has it's own
19695           configure script, use it.
19696
19697 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
19698
19699         * cfg-paper.texi: some changes suggested by rms.
19700
19701 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
19702
19703         * config.sub:  Merge in some small additions from the FSF version,
19704         taken from the gcc distribution, to bring the Cygnus and FSF
19705         versions into closer sync.
19706
19707 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
19708
19709         * configure.in:  Changed svr4 references to sysv4.
19710
19711 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
19712
19713         * configure: added -V for version number option.
19714
19715 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
19716
19717         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19718           renamed from DOC.configure to cfg-paper.texi.
19719
19720 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19721
19722         * configure, config.subr, config.sub: config.subr is now
19723           config.sub again.
19724
19725 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
19726
19727         * configure.texi: new file, in progress.
19728
19729         * Makefile.in: build info file and install the man page for
19730           configure.
19731
19732         * configure.man: new file, first cut.
19733
19734         * configure: find config.subr again now that configuration "none"
19735           has gone.  removed all traces of the -ansi option.  removed all
19736           traces of the -languages option.
19737
19738         * config.subr: resync from rms.
19739
19740 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19741
19742         * configure, config.sub, config.subr: merge config.sub into
19743           config.subr, call the result config.subr, remove config.sub, use
19744           config.subr.
19745
19746         * Makefile.in: revised install for dir.info.
19747
19748 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19749
19750         * configure.in: add decstation host makefile frag.
19751
19752         * Makefile.in: BISON now bison -y again.  also install-gcc on
19753           install.  clean-gdbm on clean.  infodir belongs in datadir.
19754           Make directories for info install.  Build dir.info here then
19755           install it.
19756
19757 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19758
19759         * Makefile.in: fix for bad directory tests.
19760
19761 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19762
19763         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
19764           regexp.  -srcdir relative was being handled incorrectly.
19765
19766         * Makefile.in: unwrapped some for loops so that parallel makes
19767           work again and so one can focus one's attention on a particular
19768           package.
19769
19770 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19771
19772         * configure: added PWD as a stand in for `pwd` (for speed). use
19773           elif wherever possible.  make -srcdir work without -objdir.
19774           -objdir= commented out.
19775
19776 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19777
19778         * configure: +options become --options.  -subdirs commented out.
19779           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
19780           Makefile now at top of generated Makefile.  Removed cvs log
19781           entries.  added -srcdir.  create .gdbinit only if there is one
19782           in ${srcdir}.
19783
19784         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
19785           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
19786           and mandir now keyed off datadir by default.
19787
19788 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19789
19790         * Freshly created ChangeLog.
19791
19792 \f
19793 Local Variables:
19794 mode: change-log
19795 left-margin: 8
19796 fill-column: 76
19797 version-control: never
19798 End: