* MAINTAINERS: Add myself to Write After Approval.
[platform/upstream/gcc.git] / ChangeLog
1 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
2
3         * MAINTAINERS: Add myself to Write After Approval
4
5 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
6
7         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
8
9 2017-06-19  Martin Liska  <mliska@suse.cz>
10
11         * Makefile.def: Define 4 stages PGO bootstrap.
12         * Makefile.tpl: Define FLAGS.
13         * Makefile.in: Regenerate.
14
15 2017-06-14  Ian Lance Taylor  <iant@golang.org>
16
17         * Makefile.def: Add check-gotools to go check targets.
18         * Makefile.in: Rebuild.
19
20 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
21
22         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
23
24 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
25
26         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
27         * configure: Regenerate.
28
29 2017-05-31  Martin Liska  <mliska@suse.cz>
30
31         * configure.ac: Add handling of stage2_werror_flags to
32         action-if-given and to action-if-not-given.
33         * configure: Regenerate.
34
35 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
36
37         * MAINTAINERS: Add self to Write After Approval
38
39 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
40
41         * MAINTAINERS: Update my email address, and remove myself as
42         maintainer in some areas.
43
44 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
45
46         * MAINTAINERS: Add self to Write After Approval
47
48 2017-05-25  Nathan Sidwell  <nathan@acm.org>
49
50         * configure.ac: Add --enable-languages=default to mean default and
51         make --enable-languages=all mean all supported languages.
52         * configure: Regenerated.
53
54 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
55
56         * config.gcc (powerpc*-*-*spe*): New.
57         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
58         (powerpc-*-rtems*spe*): New.
59         (powerpc*-*-linux*spe*): New.
60         (powerpc-wrs-vxworksspe): New.
61         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
62         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
63         * config.host (powerpc*-*-*spe*): New.
64
65 2017-05-19  Martin Liska  <mliska@suse.cz>
66
67         * configure.ac: Add --enable-werror-always just for
68         bootstrap-debug (or none build config) and do not add it
69         when we are on a release branch.
70         * configure: Regenerated.
71
72 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
73
74         * MAINTAINERS: Add self to Write After Approval
75
76 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
77
78         * MAINTAINERS: Move myself to Write After Approval section.
79
80 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
81
82         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
83         ACCH registers.
84         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
85         available.
86         (umulsidi3): Likewise.
87         (mulsidi3_700): Disable this pattern when we have advanced mpy
88         instructions.
89         (umulsidi3_700): Likewise.
90         (maddsidi4): New pattern.
91         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
92         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
93         (mpydu_imm_arcv2hs): Likewise.
94         * config/arc/predicates.md (accl_operand): New predicate.
95
96 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
97             Andrew Burgess <andrew.burgess@embecosm.com>
98
99         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
100         case.
101         (ARC_AUTOFP_IRQ_P): Likewise.
102         (ARC_AUTO_IRQ_P): Likewise.
103         (rgf_banked_register_count): New variable.
104         (parse_mrgf_banked_regs_option): New function.
105         (arc_override_options): Handle rgf_banked_regs option.
106         (arc_handle_interrupt_attribute): Add firq option.
107         (arc_compute_function_type): Return fast irq type when required.
108         (arc_must_save_register): Handle fast interrupts.
109         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
110         (arc_return_address_regs): Update.
111         * config/arc/arc.h (arc_return_address_regs): Update.
112         (arc_function_type): Add fast interrupt type.
113         (ARC_INTERRUPT_P): Update.
114         (RC_FAST_INTERRUPT_P): Define.
115         * config/arc/arc.md (simple_return): Update for fast interrupts.
116         (p_return_i): Likewise.
117         * config/arc/arc.opt (mrgf-banked-regs): New option.
118         * doc/invoke.texi (mrgf-banked-regs): Document.
119
120 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
121
122         * config/arc/arc.c (irq_ctrl_saved): New variable.
123         (ARC_AUTOBLINK_IRQ_P): Define.
124         (ARC_AUTOFP_IRQ_P): Likewise.
125         (ARC_AUTO_IRQ_P): Likewise.
126         (irq_range): New function.
127         (arc_must_save_register): Likewise.
128         (arc_must_save_return_addr): Likewise.
129         (arc_dwarf_emit_irq_save_regs): Likewise.
130         (arc_override_options): Handle deferred options.
131         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
132         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
133         arc_must_save_return_addr.
134         (arc_compute_frame_size): Handle automated save and restore of
135         registers.
136         (arc_expand_prologue): Likewise.
137         (arc_expand_epilogue): Likewise.
138         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
139         * config/arc/arc.opt (mirq-ctrl-saved): New option.
140         * doc/invoke.texi (mirq-ctrl-saved): Document option.
141
142 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
143         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
144
145         PR bootstrap/77661
146         * Makefile.def: Don't pass --enable-maintainer-mode on to an
147         in-tree build MPC.
148         * Makefile.in: Regenerate.
149
150 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
151
152         * configure.ac: Enable LTO by default on darwin >= 9.
153         * configure: Regenerate.
154
155 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
156
157         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
158         and Andrew Waterman as the RISC-V maintainers.
159
160 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
161
162         * MAINTAINERS: Add self to Write After Approval
163
164 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
165
166         * config.guess: Import latest from upstream.
167
168 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
169
170         * MAINTAINERS (Write After Approval): Remove entries that are
171         already covered under Reviewers.
172
173 2017-03-08  Mark Wielaard  <mark@klomp.org>
174
175         PR demangler/70909
176         PR demangler/67264
177         * include/demangle.h: Add d_printing to struct demangle_component
178         and pass struct demangle_component as non const.
179
180 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
181
182         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
183
184 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
185
186         * Makefile.tpl: Remove HOST_ISLVER.
187         (HOST_EXPORTS): Remove ISLVER.
188         * Makefile.in: Regenerate.
189
190 2017-02-13  Richard Biener  <rguenther@suse.de>
191
192         * configure: Re-generate.
193
194 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
195
196         * MAINTAINERS: Adjust bug reporting URL.
197
198 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
199
200         * MAINTAINERS (Write After Approval): Remove redundant entry
201         for Andrew Burgess.
202
203 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
204
205         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
206         32-bit hppa*-*-hpux*.
207         * configure: Regenerate.
208
209 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
210
211         * configure.ac: Moved the white list of enabling BRIG FE to
212         libhsail-rt/configure.tgt.
213         * configure: Regenerated.
214         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
215
216 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
217             Martin Jambor  <mjambor@suse.cz>
218
219         * Makefile.def (target_modules): Added libhsail-rt.
220         (languages): Added language brig.
221         * Makefile.in: Regenerated.
222         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
223         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
224         * configure: Regenerated.
225
226 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
227
228         PR other/79046
229         * configure: Regenerated.
230
231 2017-01-04  Alan Modra  <amodra@gmail.com>
232
233         * configure: Regenerate.
234
235 2016-12-29  Ben Elliston  <bje@gnu.org>
236
237         * config.sub: Import latest version.
238
239 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
240
241         * MAINTAINERS (Write After Approval): Add myself.
242
243 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
244
245         * configure.ac: Don't bootstrap libmpx unless --with-build-config
246         includes bootstrap-mpx.
247         * configure: Regenerated.
248
249 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
250
251         * MAINTAINERS (Write After Approval): Add myself.
252
253 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
254
255         * configure: Regenerate.
256
257 2016-12-01  Matthias Klose  <doko@ubuntu.com>
258
259         * configure.ac: Don't use pkg-config to check for bdw-gc.
260         * configure: Regenerate.
261
262 2016-11-30  Matthias Klose  <doko@ubuntu.com>
263
264         * Makefile.def: Remove reference to boehm-gc target module.
265         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
266         options and for the bdw-gc pkg-config module.
267         * configure: Regenerate.
268         * Makefile.in: Regenerate.
269
270 2016-11-28  Nathan Sidwell  <nathan@acm.org>
271
272         * MAINTAINERS (nvptx): Remove self.
273
274 2016-11-25  Ben Elliston  <bje@gnu.org>
275
276         * config.guess: Import latest version.
277         * config.sub: Likewise.
278
279 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
280
281         * MAINTAINERS (Write After Approval): Add myself.
282
283 2016-11-15  Matthias Klose  <doko@ubuntu.com>
284
285         * Makefile.def: Remove references to GCJ.
286         * Makefile.tpl: Likewise.
287         * Makefile.in: Regenerate.
288
289 2016-11-15  Matthias Klose  <doko@ubuntu.com>
290
291         * config-ml.in: Remove references to GCJ.
292         * configure.ac: Likewise.
293         * configure: Regenerate.
294
295 2016-11-01  Josh Conner  <joshconner@google.com>
296
297         * MAINTAINERS (Write After Approval): Update email address,
298
299 2016-10-27  Carl Love  <cel@us.ibm.com>
300
301         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
302         Approval list to make it alphabetical.
303
304 2016-10-27  Carl Love  <cel@us.ibm.com>
305
306         * MAINTAINERS (Write After Approval): Add myself.
307
308 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
309
310         * MAINTAINERS (Reviewers): Add myself.
311         (Write After Approval): Add myself.
312
313 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
314             Ulrich Weigand  <uweigand@de.ibm.com>
315
316         * MAINTAINERS: Update email address.
317
318 2016-10-10  Nathan Sidwell  <nathan@acm.org>
319
320         * MAINTAINERS: Update email address.
321
322 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
323
324         * configure.ac: Add aarch64-*-freebsd*.
325         * configure: Regenerate.
326
327 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
328
329         * MAINTAINERS: Update email address after it got reverted.
330
331 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
332
333         * configure.ac (target_libraries): Readd target-boehm-gc.
334         Restore --enable-objc-gc handling.
335         * configure: Regenerate.
336
337 2015-10-03  Jeff Law  <law@redhat.com>
338
339         * MAINTAINERS: Move several inactive maintainers to the
340         write-after-approval section.
341
342 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
343
344         * configure.ac: Add target-libffi to target_libraries.
345         Readd libgcj target disablings, modified to only target-libffi.
346         Readd target addition of go to unsupported languages.
347         * configure: Regenerated.
348
349 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
350
351         * MAINTAINERS: Update email address.
352
353 2016-09-30  Andrew Haley  <aph@redhat.com>
354
355         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
356         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
357         libgcj.
358
359 2016-09-30  Andrew Haley  <aph@redhat.com>
360
361         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
362         write-after approval after GCJ deletion.
363
364 2016-09-30  Andrew Haley  <aph@redhat.com>
365
366         * Makefile.def: Remove libjava.
367         * Makefile.tpl: Likewise.
368         * Makefile.in: Regenerate.
369         * configure.ac: Likewise.
370         * configure: Likewise.
371         * gcc/java: Remove.
372         * libjava: Likewise.
373
374 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
375
376         * MAINTAINERS (Reviewers): Add myself.
377
378 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
379
380         * configure.ac: Disable "sim" directory for arc*-*-*.
381         * configure: Regenerated.
382
383 2016-09-23  Tamar Christina <tamar.christina@arm.com>
384
385         * MAINTAINERS (Write After Approval): Add myself.
386
387 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
388
389         * configure.ac: Check for the minimum in-tree MPFR version
390         handled.
391         * configure: Regenerate.
392
393 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
394
395         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
396         * configure: Regenerated.
397
398 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
399
400         * MAINTAINERS (Write After Approval): Add myself.
401
402 2016-06-23  Andi Kleen  <ak@linux.intel.com>
403
404         * Makefile.def: Add autoprofiledbootstrap.
405         * Makefile.tpl: Dito.
406         * Makefile.in: Regenerate.
407
408 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
409
410     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
411     * configure: Regenerate.
412
413 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
414
415         * configure: Regenerate.
416         * configure.ac: Remove support for avr-rtems.
417
418 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
419
420         * MAINTAINERS (Write After Approval): Add myself.
421
422 2016-06-16  Michael Collison  <michael.collison@arm.com>
423
424         * MAINTAINERS (Write After Approval): Add myself.
425
426 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
427
428         * MAINTAINERS (Write After Approval): Update e-mail address.
429
430 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
431
432         * MAINTAINERS (Write After Approval): Add myself.
433
434 2016-05-28  Alan Modra  <amodra@gmail.com>
435
436         * Makefile.tpl (configure): Depend on m4 files included.
437         * Makefile.in: Regenerate.
438
439 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
440
441         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
442         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
443
444 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
445
446         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
447         special case builtin.
448         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
449         support for ALTIVEC_BUILTIN_VEC_ADDEC.
450         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
451         for __builtin_vec_addec.
452
453 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
454
455         * config.guess: Import version 2016-04-02 (newest).
456         * config.sub: Import version 2016-05-10 (newest).
457
458 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
459
460         * configure.ac: Add ARC support to libgloss.
461         * configure: Regenerate
462
463 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
464
465         * MAINTAINERS (Write After Approval): Add myself.
466
467 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
468
469         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
470         * configure: Regenerated.
471         * Makefile.def (gmp): Explicitly disable assembler.
472         (mpfr): Adjust lib_path.
473         (mpc): Likewise.
474         * Makefile.in: Regenerated.
475
476 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
477
478         PR bootstrap/70704
479         * configure.ac (--enable-stage1-checking): Add missing
480         --enable-checking=.
481         * configure: Regenerated.
482
483 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
484
485         * config.guess: Revert r235676.
486         * config.sub: Revert r235676.
487
488 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
489
490         * config.guess: Remove SH5 support.
491         * config.sub: Likewise.
492         * configure: Likewise.
493         * configure.ac: Likewise.
494
495 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
496
497         PR bootstrap/70704
498         * configure.ac (--enable-stage1-checking): For --disable-checking or
499         implicit --enable-checking, make sure extra flag matches in between
500         stage1 and later checking.
501         * configure: Regenerated.
502
503 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
504
505         * .gitattributes: New file.
506
507 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
508
509         * MAINTAINERS (rs6000/powerpc port): Add myself.
510
511 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
512
513         PR bootstrap/70173
514         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
515         and gotools directories.  Delete the stage_final file.
516         * Makefile.in: Regenerate.
517
518 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
519
520         * MAINTAINERS (Write After Approval): Add myself.
521
522 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
523
524         * MAINTAINERS (Fortran maintainer): Remove myself.
525
526 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
527
528         * MAINTAINERS (Write After Approval): Add myself.
529
530 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
531
532         * MAINTAINERS (Write After Approval): Add myself.
533
534 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
535
536         Sync with binutils-gdb:
537
538         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
539
540         * configure.ac: Add mips and s390 to the gold target check.
541         * configure: Regenerate.
542
543 2016-03-01  DJ Delorie  <dj@redhat.com>
544
545         * MAINTAINERS (mep): Remove myself as MeP maintainer.
546
547 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
548
549         * MAINTAINERS (libcpp): Add myself.
550         (diagnostic messages): Likewise.
551
552 2016-02-20  Tom de Vries  <tom@codesourcery.com>
553
554         * MAINTAINERS: Fix whitespace.
555
556 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
557
558         * MAINTAINERS (Write After Approval): Add myself.
559
560 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
561
562         * config/isl.m4: Add comments about isl-0.16.
563         * configure: Regenerate.
564
565 2016-01-29  Martin Jambor  <mjambor@suse.cz>
566
567         * MAINTAINERS (hsa maintainers): Add myself.
568
569 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
570
571         * MAINTAINERS: (Write After Approval): Add myself.
572
573 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
574             Sebastian Pop  <s.pop@samsung.com>
575
576         * Makefile.in: Regenerate.
577         * Makefile.tpl: Export ISLVER.
578         * configure: Regenerate.
579         * config/isl.m4: Detect isl-0.15.
580
581 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
582
583         PR bootstrap/69329
584         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
585         * Makefile.in: Regenerate.
586
587 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
588
589         * configure.ac: Enable LTO for DJGPP
590         * configure: Regenerate
591
592 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
593
594         Sync with binutils-gdb:
595         2015-10-21  Nick Clifton  <nickc@redhat.com>
596
597         PR gas/19109
598         * configure.ac: Note the 'none' is an acceptable argument to
599         --enable-compressed-debug-sections.
600         * configure: Regenerate.
601
602 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
603
604         PR bootstrap/69134
605         * Makefile.def (mpfr): Disable assembler.
606         * Makefile.in: Regenerate.
607
608 2016-01-01  Ben Elliston  <bje@gnu.org>
609
610         * config.guess: Import version 2016-01-01.
611         * config.sub: Likewise.
612
613 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
614
615         * MAINTAINERS (Write After Approval): Add myself.
616
617 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
618
619         * Makefile.in: Replace ISL with isl.
620         * Makefile.tpl: Same.
621         * config/isl.m4: Same.
622         * configure.ac: Same.
623         * contrib/download_prerequisites: Same.
624         * configure: Regenerate.
625
626 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
627
628         * MAINTAINERS (Write After Approval): Add Myself.
629
630 2015-12-17  Nathan Sidwell  <nathan@acm.org>
631
632         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
633         * configure: Regenerate.
634
635 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
636             Sebastian Pop  <s.pop@samsung.com>
637
638         * config/isl.m4 (ISL_CHECK_VERSION): Check for
639         isl_ctx_get_max_operations.
640         * configure: Regenerate.
641
642 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
643
644         * MAINTAINERS (Write After Approval): Add myself.
645
646 2015-12-02  Ian Lance Taylor  <iant@google.com>
647
648         PR go/66147
649         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
650         * Makefile.in: Regenerate.
651
652 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
653
654         PR libffi/65726
655         * Makefile.def (lang_env_dependencies): Make libffi depend
656         on cxx.
657         * Makefile.in: Regenerate.
658
659 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
660
661         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
662         symbols.
663
664 2015-11-20  Tristan Gingold  <gingold@adacore.com>
665
666         Sync with binutils-gdb:
667         2015-11-20  Tristan Gingold  <gingold@adacore.com>
668
669         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
670         * configure: Regenerate.
671
672 2015-11-19  Martin Liska  <mliska@suse.cz>
673
674         * .gitignore: Add .clang-format to ignored files.
675         * Makefile.in: Add clang-format.
676         * Makefile.tpl: Likewise.
677
678 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
679
680         * configure.ac: Enable libmpx by default.
681         * configure: Regenerated.
682
683 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
684
685         * MAINTAINERS: Update email address.
686
687 2015-10-23  Paulo Matos  <pmatos@linki.tools>
688
689         * MAINTAINERS: Update email address.
690
691 2015-10-23  Alan Hayward <alan.hayward@arm.com>
692
693         * MAINTAINERS  (Write After Approval): Add myself.
694
695 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
696
697         Sync with binutils-gdb:
698         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
699
700         PR gas/19109
701         * configure.ac: Add
702         --enable-compressed-debug-sections={all,gas,gold,ld}.
703         * configure: Regenerated.
704
705 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
706
707         * MAINTAINERS: Update list of Ada maintainers and email addresses.
708
709 2015-10-09  Martin Liska  <mliska@suse.cz>
710
711         * MAINTAINERS (Write After Approval): Add myself.
712
713 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
714
715         * MAINTAINERS (Write After Approval): Add myself.
716
717 2015-10-02  Florian Weimer  <fweimer@redhat.com>
718
719         * MAINTAINERS: Update email address.
720
721 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
722
723         * MAINTAINERS  (Write After Approval): Add myself.
724
725 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
726
727         * MAINTAINERS: Update email.
728
729 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
730
731         * MAINTAINERS: Update my email address.
732
733 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
734
735         * MAINTAINERS (ft32 port): Add myself.
736
737 2015-08-28  David Sherwood  <david.sherwood@arm.com>
738
739         * MAINTAINERS: Add myself.
740
741 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
742
743         * MAINTAINERS (Write After Approval): Add myself.
744
745 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
746
747         PR libfortran/54572
748         * Makefile.def: Make libgfortran depend on libbacktrace.
749         * Makefile.in: Regenerate.
750
751 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
752
753         * MAINTAINERS (Write After Approval): Add myself.
754
755 2015-08-12  Tom de Vries  <tom@codesourcery.com>
756
757         PR other/67092
758         * configure.ac: Remove --with_host_libstdcxx support.
759         * configure: Regenerate.
760
761 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
762             Jakub Jelinek  <jakub@redhat.com>
763
764         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
765         nvptx*-*-*.
766         * configure: Regenerate.
767
768 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
769
770         * Makefile.def (libiconv): Define bootstrap=true.
771         Mark pdf/html/info as missing.
772         (configure-gcc): Depend on all-libiconv.
773         (all-gcc): Ditto.
774         (configure-libcpp): Ditto.
775         (all-libcpp): Ditto.
776         (configure-intl): Ditto.
777         (all-intl): Ditto.
778         * Makefile.in: Regenerate.
779
780 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
781
782         * MAINTAINERS (loop ivopts): Add the entry and myself.
783
784 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
785
786         * MAINTAINERS (nvptx): Add self.
787
788 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
789
790         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
791         128-bit vector modes.
792
793 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
794
795         * MAINTAINERS (Write After Approval): Add myself.
796
797 2015-07-28  Ben Elliston  <bje@gnu.org>
798
799         * config.sub, config.guess: Import from upstream.
800
801 2015-07-24  Michael Darling  <darlingm@gmail.com>
802
803         PR other/66259
804         * config-ml.in: Reflects renaming of configure.in to configure.ac
805         * configure: Likewise
806         * configure.ac: Likewise
807
808 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
809
810         * MAINTAINERS: Update my email address.
811
812 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
813
814         Sync with binutils-gdb:
815         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
816
817         * configure.ac (target_configdirs): Exclude target-zlib if
818         target-libjava isn't built.
819         * configure: Regenerated.
820
821 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
822
823         Sync with binutils-gdb:
824         2015-05-13  John David Anglin  <dave.anglin@bell.net>
825
826         * configure.ac: Disable configuration of GDB for HPUX targets.
827         * configure: Regenerate.
828
829         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
830
831         * configure.ac: Add --with-system-zlib.
832         * configure: Regenerated.
833
834         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
835
836         * configure.ac: Add FT32 support.
837         * configure: Regenerate.
838
839         2015-01-12  Anthony Green  <green@moxielogic.com>
840
841         * configure.ac: Don't disable gprof for moxie.
842         * configure: Rebuild.
843
844 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
845
846         Sync with binutils-gdb:
847         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
848
849         PR ld/18355
850         * Makefile.def: Add extra_configure_flags to host zlib.
851         * configure.ac (extra_host_zlib_configure_flags): New.  Set
852         to --enable-host-shared When bfd is to be built as shared
853         library.  AC_SUBST.
854         * Makefile.in: Regenerated.
855
856 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
857
858         Sync with src:
859         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
860         * Makefile.def (dependencies): Add all-zlib to all-bfd.
861         * Makefile.in: Regenerated.
862
863 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
864
865         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
866         target.
867         * configure: Regenerate.
868
869 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
870
871         * MAINTAINERS (Write After Approval): Add myself.
872
873 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
874
875         * MAINTAINERS (OS Port Maintainers): Add myself.
876         (Various Maintainers): Remove myself from libffi testsuite.
877
878 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
879
880         * MAINTAINERS (gen* on machine desc): Add self.
881
882 2015-06-02  Jason Merrill  <jason@redhat.com>
883
884         PR bootstrap/66319
885         * configure.ac: Use -std=gnu++98.
886
887 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
888
889         * MAINTAINERS (Write After Approval): Add myself.
890
891 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
892
893         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
894         * configure: Regenerate.
895
896 2015-05-26  Jason Merrill  <jason@redhat.com>
897
898         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
899         * configure: Regenerate.
900
901 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
902
903         * configure.ac: FT32 target added.
904         * configure: Regenerated.
905
906 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
907
908         * MAINTAINERS (Write After Approval): Add myself.
909
910 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
911
912         * MAINTAINERS (Write After Approval): Add myself.
913
914 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
915
916         * configure.ac: Fix typo.
917         * configure: Regenerate.
918
919 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
920
921         * MAINTAINERS (Write After Approval): Add myself.
922
923 2015-05-03  Matthias Klose  <doko@ubuntu.com>
924
925         * configure.ac: Match $host configured with triplets.
926         * configure: Regenerate.
927
928 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
929
930         * Makefile.tpl: Remove surplus whitespace throughout.
931         * Makefile.in: Regenerate.
932
933 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
934
935         * MAINTAINERS (Various Maintainers): Add myself as instruction
936         combiner maintainer.
937
938 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
939
940         PR bootstrap/62077
941         * configure.ac (--enable-stage1-checking): Default to
942         release,misc,gimple,rtlflag,tree,types if --disable-checking
943         or --enable-checking is not specified and DEV-PHASE is not
944         experimental.
945         * configure: Regenerated.
946
947 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
948
949         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
950         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
951         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
952         * Makefile.in: Regenerate.
953
954 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
955
956         * MAINTAINERS: Update my email address.
957
958 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
959
960         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
961
962 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
963
964         * MAINTAINERS: Add myself as an arm port reviewer.
965
966 2015-03-25  Martin Liska  <mliska@suse.cz>
967             Yury Gribov  <y.gribov@samsung.com>
968
969         * Makefile.in: Fix ln source location for vimrc file.
970         * Makefile.tpl: Likewise.
971
972 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
973
974         PR bootstrap/25672
975         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
976         cross-compiling.  Similarly for CXX_FOR_TARGET.
977         * configure: Regenerate.
978
979 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
980
981         * Makefile.def: Add libmpx.
982         * configure.ac: Add libmpx.
983         * Makefile.in: Regenerate.
984         * configure: Regenerate.
985
986 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
987
988         * MAINTAINERS (CPU Port Maintainers): Add myself
989         i386 vector ISA extns mantainer.
990
991 2015-03-13  Jeff Law  <law@redhat.com>
992
993         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
994         maintainer.
995         Remove Richard Henderson as a maintainer for the x86 port.
996
997 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
998
999         * MAINTAINERS (CPU Port Maintainers): Update my email address.
1000
1001 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1002
1003         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1004         pointer bounds checker and i386 MPX maintainer.
1005
1006 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1007
1008         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1009
1010 2015-02-26  Martin Sebor  <msebor@redhat.com>
1011
1012         * MAINTAINERS (Various Maintainers): Add self.
1013
1014 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1015
1016         * configure.ac [--enable-as-accelerator-for] (enable_languages):
1017         Make sure it contains lto.
1018         * configure: Regenerate.
1019
1020 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1021
1022         * configure: Regenerate.
1023
1024 2015-02-06  Diego Novillo  <dnovillo@google.com>
1025 1
1026         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1027         middle-end, docstring): Remove myself.
1028         (Write After Approval): Add myself.
1029
1030 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1031
1032         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1033         (Write After Approval): Update address.
1034
1035 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
1036
1037         PR jit/64780
1038         * configure.ac: Require the user to explicitly specify
1039         --enable-host-shared if the jit is enabled.
1040         * configure: Regenerate.
1041
1042 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
1043
1044         * MAINTAINERS (Write After Approval): Add myself.
1045
1046 2015-01-25  Tom de Vries  <tom@codesourcery.com>
1047
1048         * MAINTAINERS: Make whitespace consistent.
1049
1050 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
1051
1052         * MAINTAINERS (Write After Approval): Add myself.
1053
1054 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
1055
1056         * MAINTAINERS: (Write After Approval): Add myself.
1057
1058 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
1059
1060         * MAINTAINERS: (Write After Approval): Add myself.
1061
1062 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
1063
1064         * MAINTAINERS: (Write After Approval): Add myself.
1065
1066 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
1067
1068         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1069         objective-c/c++ front end maintainer.
1070
1071 2015-01-13  Marek Polacek  <polacek@redhat.com>
1072
1073         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1074
1075 2015-01-12  Jeff Law  <law@redhat.com>
1076
1077         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1078         a very long time.
1079
1080 2015-01-09  Ian Lance Taylor  <iant@google.com>
1081
1082         * configure.ac (host_tools): Add gotools.
1083         * Makefile.def (host_modules): Add gotools.
1084         (dependencies): Add dependency of all-gotools on all-target-libgo.
1085
1086 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1087
1088         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1089         * configure: Regenerate.
1090
1091 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1092
1093         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1094         all-target-libgomp.
1095         * Makefile.in: Regenerate.
1096
1097 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1098
1099         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1100
1101 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1102
1103         * configure.ac: Add Visium support.
1104         * configure: Regenerate.
1105
1106 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1107
1108         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1109         * configure: Regenerate.
1110
1111 2015-01-03  Andrew Pinski  <apinski@cavium.com>
1112
1113         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1114         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1115         (BASE_TARGET_EXPORTS): Add OBJCOPY.
1116         (OBJCOPY_FOR_TARGET): New variable.
1117         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1118         * Makefile.in: Regenerate.
1119         * configure.ac: Check for already installed target objcopy.
1120         Also GCC_TARGET_TOOL on objcopy.
1121         * configure: Regenerate.
1122
1123 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1124
1125         * config.sub: Update from upstream, to 2015-01-01 version.
1126         * config.guess: Ditto.
1127
1128 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1129
1130         * MAINTAINERS (RTEMS Ports): Add myself.
1131
1132 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1133
1134         * MAINTAINERS (Write After Approval): Add myself.
1135
1136 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1137
1138         * MAINTAINERS (Write After Approval): Add myself.
1139
1140 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1141
1142         * configure.ac (--enable-as-accelerator-for): Don't set
1143         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1144         * configure: Regenerate.
1145
1146 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
1147
1148         PR bootstrap/64023
1149         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1150         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1151         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1152         to CXX.
1153         * Makefile.in: Regenerated.
1154
1155 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1156             Yury Gribov  <y.gribov@samsung.com>
1157
1158         * .gitignore: Added .local.vimrc and .lvimrc.
1159         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1160         * Makefile.in: Regenerate.
1161
1162 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1163
1164         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1165         * configure: Regenerated.
1166
1167 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1168
1169         * MAINTAINERS (nvptx port): New entry.
1170
1171 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1172
1173         * configure: Regenerate.
1174
1175 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1176
1177         * configure.ac: Merge with Binutils.
1178
1179 2014-11-26  Tobias Burnus  <burnus@net-b.de>
1180
1181         * Makefile.def: Make more dependent on mpfr, mpc and isl.
1182         * Makefile.in: Regenerate.
1183
1184 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1185
1186         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1187         missing flex.
1188         * Makefile.in: Regenerated.
1189
1190 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1191
1192         * Makefile.in: Regenerate.
1193
1194 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1195
1196         PR bootstrap/63784
1197         * libtool.m4: Add $pic_flag with -shared.
1198
1199 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
1200
1201         * MAINTAINERS (Write After Approval): Added myself.
1202
1203 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1204
1205         * MAINTAINERS (write-after-approval): Add myself.
1206
1207 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1208
1209         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1210         from 2 years ago.
1211
1212 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1213
1214         Revert:
1215         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1216
1217         * MAINTAINERS (Write After Approval): Added myself as line map
1218         maintainer.
1219
1220 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1221
1222         Revert:
1223         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1224
1225         * MAINTAINERS (Write After Approval): Added myself.
1226
1227 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1228
1229         * MAINTAINERS (Write After Approval): Added myself.
1230
1231 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1232
1233         * MAINTAINERS (Write After Approval): Added myself as line map
1234         maintainer.
1235
1236 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
1237
1238         * MAINTAINERS (Various Maintainers): Added myself as line map
1239         maintainer.
1240
1241 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1242
1243         * move-if-change: Sync from upstream gnulib.
1244
1245 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1246
1247         * compile: Sync with upstream Automake.
1248         * depcomp: Ditto.
1249         * install-sh: Ditto.
1250         * missing: Ditto.
1251         * mkinstalldirs: Ditto.
1252         * ylwrap: Ditto.
1253
1254 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1255
1256         * config.sub: Update from upstream config repo.
1257         * config.guess: Ditto.
1258
1259 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1260
1261         * Makefile.def: Add liboffloadmic to target_modules.  Make
1262         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1263         * Makefile.in: Regenerate.
1264         * configure: Regenerate.
1265         * configure.ac: Add liboffloadmic to target binaries.
1266         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1267         Add liboffloadmic to noconfig list when C++ is not supported.
1268
1269 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1270             Thomas Schwinge  <thomas@codesourcery.com>
1271             Ilya Verbin  <ilya.verbin@intel.com>
1272             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1273
1274         * configure: Regenerate.
1275         * configure.ac (--enable-as-accelerator-for)
1276         (--enable-offload-targets): New configure options.
1277
1278 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1279
1280         * Makefile.def: Make all-gcc depend on all-isl.
1281         * Makefile.in: Regenerate.
1282
1283 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
1284
1285         * ChangeLog.jit: New.
1286         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1287
1288 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1289
1290         PR target/63610
1291         * libtool.m4: Fix globbing of darwin versions.
1292         * configure: Regenerate.
1293
1294 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1295
1296         * Makefile.def: Remove CLooG.
1297         * Makefile.tpl: Ditto.
1298         * configure.ac: Ditto.
1299         * configure: Regenerate.
1300         * Makefile.in: Ditto.
1301
1302 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1303
1304         * configure.ac: Handle nvptx-*-*.
1305         * configure: Regenerate.
1306
1307 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1308
1309         * MAINTAINERS (Write After Approval): Add myself.
1310
1311 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
1312
1313         * Makefile.def (libcc1): Remove bootstrap=true;.
1314         * Makefile.in: Regenerated.
1315
1316 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1317
1318         * configure.ac: Update comment.
1319         * configure: Regenerate.
1320
1321 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1322
1323         * MAINTAINERS (Write After Approval): Add myself.
1324
1325 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1326
1327         * configure.ac (extra_host_libiberty_configure_flags): Add
1328         --enable-shared also for libcc1's benefit.
1329         * configure: Regenerate.
1330
1331 2014-10-29  Tristan Gingold  <gingold@adacore.com>
1332
1333         * MAINTAINERS: Change my email address.
1334
1335 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1336             Tom Tromey  <tromey@redhat.com>
1337
1338         * Makefile.def: Add libcc1 to host_modules.
1339         * configure.ac (host_tools): Add libcc1.
1340         * Makefile.in, configure: Rebuild.
1341
1342 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1343
1344         * configure.ac (build_configargs): Don't share config.cache between
1345         build subdirs.
1346         * configure: Regenerate.
1347
1348 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1349
1350         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1351         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1352         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1353         leon3v7 as leon3.
1354         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1355         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1356         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1357         * config/sparc/sparc.md (cpu): Add leon3v7.
1358         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1359
1360 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1361
1362         * MAINTAINERS (write-after-approval): Add myself.
1363
1364 2014-10-23  Ian Lance Taylor  <iant@google.com>
1365
1366         * configure.ac: Disable the Go frontend on systems where it is known
1367         to not work.
1368         * configure: Regenerate.
1369
1370 2014-10-23  Richard Biener  <rguenther@suse.de>
1371
1372         * Makefile.def: Add libcpp build module and dependencies.
1373         * configure.ac: Add libcpp build module.
1374         * Makefile.in: Regenerate.
1375         * configure: Likewise.
1376
1377 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1378
1379         * MAINTAINERS (write-after-approval): Add myself.
1380
1381 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1382
1383         * INSTALL/README: Do not mention CVS.
1384
1385 2014-10-03  Jing Yu  <jingyu@google.com>
1386
1387         * configure.ac: Add aarch64 to list of targets that support gold.
1388         * configure: Regenerate.
1389
1390 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1391
1392         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1393
1394 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1395
1396         * MAINTAINERS:  Add myself as MIPS maintainer.
1397
1398 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1399
1400         * MAINTAINERS: Move myself to MIPS maintainers.
1401
1402 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1403
1404         * MAINTAINERS: Put all email addresses between '<' and '>'.
1405
1406 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1407
1408         * MAINTAINERS: Move myself to reviewers (Fortran).
1409
1410 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1411
1412         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1413         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1414         * Makefile.in: Regenerate.
1415
1416 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1417
1418         * rtx-classes-status.txt: Delete
1419
1420 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1421
1422         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1423
1424 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1425
1426         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1427         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1428         of checking for version number.
1429         * configure: Regenerated.
1430         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1431
1432 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1433
1434         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1435         is done; begin phase 6 (use extra rtx_def subclasses).
1436
1437 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1438
1439         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1440         done; begin phase 5 (additional rtx_def subclasses).
1441
1442 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1443
1444         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1445
1446 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1447
1448         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1449         SET_BB_HEADER are done.
1450
1451 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1452
1453         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1454         done.
1455
1456 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1457
1458         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1459
1460 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1461
1462         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1463
1464 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1465
1466         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1467
1468 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1469
1470         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1471
1472 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1473
1474         * rtx-classes-status.txt: Phase 3 (per-file commits within
1475         "config" subdirs) is done; begin phase 4 (removal of
1476         "scaffolding").
1477
1478 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
1479
1480         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1481         dir) is done; begin phase 3 (per-file commits within "config"
1482         subdirs).
1483
1484 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
1485
1486         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1487         phase 2 (per-file commits in main source dir).
1488
1489 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
1490
1491         * configure: Regenerated.
1492
1493 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1494
1495         * rtx-classes-status.txt (TODO): Add SET_BND_TO
1496
1497 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1498
1499         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1500
1501 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1502
1503         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1504
1505 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1506
1507         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1508
1509 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1510
1511         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1512
1513 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
1514
1515         * MAINTAINERS (Write After Approval): Add myself.
1516
1517 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
1518
1519         * MAINTAINERS: Remove myself
1520
1521 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
1522
1523         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1524
1525 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
1526
1527         * MAINTAINERS (Write After Approval): Add myself.
1528
1529 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1530
1531         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1532         SET_BB_HEADER, SET_BB_FOOTER
1533
1534 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
1535
1536         * rtx-classes-status.txt: New file
1537
1538 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
1539
1540         * configure.ac: Eliminate ClooG installation dependency.
1541         * configure: Regenerate.
1542         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1543         * Makefile.in: Regenerate.
1544
1545 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
1546
1547         * MAINTAINERS (Write After Approval): Add myself.
1548
1549 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
1550
1551         * MAINTAINERS (Write After Approval): Add myself.
1552
1553 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
1554
1555         * MAINTAINERS (Write After Approval): Add myself.
1556
1557 2014-07-28  Anthony Green  <green@moxielogic.com>
1558
1559         Import from savannah.gnu.org:
1560         * config.sub: Update to 2014-07-28 version.
1561
1562 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
1563
1564         * MAINTAINERS: Remove my MIPS maintainer entry.
1565
1566 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
1567
1568         PR target/47230
1569         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1570         * configure: Regenerate.
1571
1572 2014-07-24  James Norris  <jnorris@codesourcery.com>
1573
1574         * MAINTAINERS (Write After Approval): Add myself.
1575
1576 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
1577
1578         * configure.ac: Accept only CLooG 0.18.1.
1579         * configure: Regenerate.
1580
1581 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
1582
1583         * configure.ac: Don't accept isl 0.11.
1584         * configure: Regenerate.
1585
1586 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1587
1588         * MAINTAINERS (Write After Approval): Add myself.
1589
1590 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1591
1592         * configure.ac: Don't accept isl 0.10.
1593         * configure: Regenerate.
1594
1595 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1596
1597         Fix include path for in-tree cloog.
1598         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1599         * configure: Regenerate.
1600
1601 2014-06-18  Richard Henderson  <rth@redhat.com>
1602
1603         * .gitignore: Import gcc_update output.
1604
1605 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
1606
1607         * config-ml.in: Robustify ac_configure_args parsing.
1608
1609         * configure.ac (--enable-linker-plugin-configure-flags)
1610         (--enable-linker-plugin-flags): New flags.
1611         (configdirs): Conditionally add libiberty-linker-plugin.
1612         * configure: Regenerate.
1613         * Makefile.def (host_modules): Add libiberty-linker-plugin.
1614         (host_modules) <lto-plugin>: Pay attention to
1615         @extra_linker_plugin_flags@ and
1616         @extra_linker_plugin_configure_flags@.
1617         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1618         * Makefile.in: Regenerate.
1619
1620         * Makefile.tpl (configure-[+prefix+][+module+])
1621         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1622         "module_srcdir" instead of "module" for locating a module's srcdir.
1623         * Makefile.in: Regenerate.
1624
1625 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
1626
1627         * MAINTAINERS (Write After Approval): Add myself.
1628
1629 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
1630
1631         * MAINTAINERS: Update my email address.
1632
1633 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1634
1635         * MAINTAINERS (Write After Approval): Add myself.
1636
1637 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
1638
1639         * MAINTAINERS (Write After Approval): Add myself.
1640
1641 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
1642
1643         PR libstdc++/61011
1644         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1645         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1646         * configure: Regenerate.
1647
1648 2014-05-28  Pedro Alves  <palves@redhat.com>
1649
1650         * MAINTAINERS (Write After Approval): Add myself.
1651
1652 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1653
1654         * MAINTAINERS: Update my affiliation/email.
1655
1656 2014-05-19  Mike Stump  <mikestump@comcast.net>
1657
1658         * MAINTAINERS: Add wide-int reviewers.
1659
1660 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
1661
1662         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1663         * configure: Regenerated.
1664
1665 2014-05-15  Torvald Riegel  <triegel@redhat.com>
1666
1667         * MAINTAINERS (libitm): Add myself as maintainer.
1668
1669 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
1670
1671         * MAINTAINERS (Write After Approval): Add myself.
1672
1673 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
1674
1675         * config.sub, config.guess: Import from upstream.
1676
1677 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1678
1679         * MAINTAINERS (Write After Approval): Put myself in correct order.
1680
1681 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
1682
1683         * MAINTAINERS (Write After Approval): Add myself.
1684
1685 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1686
1687         * MAINTAINERS: Move myself from Reviewers to Write After Approval
1688         section.
1689
1690 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1691
1692         * MAINTAINERS (Write After Approval): Delete myself.
1693
1694 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
1695
1696         PR sanitizer/56781
1697         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1698         and -B* options with -Xcompiler.
1699
1700 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
1701
1702         PR bootstrap/60620
1703         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1704         * Makefile.in: Regenerate.
1705
1706 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1707
1708         * Makefile.def (dependencies): Make all-ld depend on all-binutils
1709         for WINDRES_FOR_TARGET in default-manifest.o rule.
1710         * Makefile.in: Regenerate.
1711
1712 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
1713
1714         * MAINTAINERS (Write After Approval): Add myself.
1715
1716 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
1717
1718         PR sanitizer/56781
1719         * Makefile.def: Set bootstrap=true; for host fixincludes.
1720         * configure.ac: Don't bootstrap host fixincludes unless
1721         --with-build-config=bootstrap-{a,ub}san.
1722         * Makefile.in: Regenerated.
1723         * configure: Regenerated.
1724
1725 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
1726
1727         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
1728         --enable-vtable-verify option parsing.  Don't add
1729         target-libsanitizer to bootstrap_target_libs unless
1730         --with-build-config=bootstrap-asan or
1731         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
1732         to bootstrap_target_libs unless --enable-vtable-verify.
1733         * configure: Regenerated.
1734
1735 2014-03-10  Anatoly Sokolov <aesok@post.ru>
1736
1737         * MAINTAINERS (Write After Approval): Add myself.
1738
1739 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
1740
1741         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1742
1743 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
1744
1745         PR bootstrap/58572
1746         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1747         -I for libstdc++-v3 includes if $(LEAN).
1748         * Makefile.in: Regenerated.
1749
1750 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
1751
1752         * MAINTAINERS: Update my email address.
1753
1754 2014-02-24  Walter Lee  <walt@tilera.com>
1755
1756         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1757         (tilegx-*-*): Change to tilegx*-*-*.
1758         * configure: Regenerate.
1759
1760 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
1761
1762         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1763
1764 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
1765
1766         * MAINTAINERS (Write After Approval): Add myself.
1767
1768 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1769
1770         PR target/59788
1771         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1772         *solaris2*.
1773
1774 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
1775
1776         * MAINTAINERS: Update my email address.
1777
1778 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
1779
1780         * MAINTAINERS: Convert to UTF-8.
1781         Properly sort Xinliang David Li's entry.
1782
1783 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
1784             Sandra Loosemore  <sandra@codesourcery.com>
1785
1786         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1787         nios2 port maintainers.
1788
1789 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
1790
1791         * MAINTAINERS (Write After Approval): Add myself.
1792
1793 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1794
1795         * configure.ac: Add user-friendly check for native x86_64-linux
1796         multilibs.
1797         * configure: Regenerate.
1798
1799 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
1800
1801         * MAINTAINERS: Add myself as sh maintainer.
1802
1803 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1804
1805         * MAINTAINERS: Add self as SLSR maintainer.
1806
1807 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
1808
1809         * MAINTAINERS: Update my email address.
1810
1811 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
1812
1813         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1814
1815 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
1816
1817         * Makefile.in: Regenerate.
1818
1819         * Makefile.tpl: Fix typo.
1820         * Makefile.in: Regenerate partially.
1821
1822 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1823
1824         * configure.ac: Added libcilkrts to noconfig list when C++ is not
1825         supported.
1826         * configure: Regenerated.
1827
1828 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
1829
1830         * MAINTAINERS (Write After Approval): Add myself.
1831
1832 2013-10-30  Jason Merrill  <jason@redhat.com>
1833
1834         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1835         --disable-build-format-warnings.
1836
1837 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
1838
1839         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
1840         depend on libstdc++ and libgcc.
1841         * configure: Regenerate.
1842         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
1843         libcilkrts for POSIX and i*86, and x86_64 architectures.
1844         * Makefile.in: Added libcilkrts related fields to support building it.
1845
1846 2013-10-26  Jeff Law  <law@redhat.com>
1847
1848         * Makefile.def (target_modules): Remove libmudflap
1849         (languages): Remove check-target-libmudflap).
1850         * Makefile.in: Rebuilt.
1851         * Makefile.tpl (check-target-libmudflap-c++): Remove.
1852         * configure.ac (target_libraries): Remove target-libmudflap.
1853         Remove checks which disabled libmudflap on some systems.
1854         * configure: Rebuilt.
1855         * libmudflap: Directory removed.
1856
1857 2013-10-21  Cong Hou  <congh@google.com>
1858
1859         * MAINTAINERS (Write After Approval): Add myself.
1860
1861 2013-10-16  Mike Stump  <mikestump@comcast.net>
1862
1863         * .dir-locals.el: Add.
1864
1865 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
1866
1867         * configure.ac: Add --enable-host-shared
1868         * configure: Regenerate.
1869
1870 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
1871
1872         Import from savannah.gnu.org:
1873         * config.guess: Update to 2013-06-10 version.
1874         * config.sub: Update to 2013-10-01 version.
1875
1876 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
1877
1878         Changes to build configuration to allow big endian ARC ELF toolchain
1879         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1880         * configure: Regenerate.
1881
1882 2013-09-20  Alan Modra  <amodra@gmail.com>
1883
1884         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1885         ppc host match.  Support little-endian powerpc linux hosts.
1886
1887 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
1888
1889         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1890         maintainer.
1891
1892 2013-09-12  DJ Delorie  <dj@redhat.com>
1893
1894         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1895         maintainers.
1896
1897 2013-09-03  Richard Biener  <rguenther@suse.de>
1898
1899         * configure.ac: Also allow ISL 0.12.
1900         * configure: Regenerated.
1901
1902 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1903
1904         * MAINTAINERS (Write After Approval): Add myself.
1905
1906 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
1907
1908         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1909
1910 2013-08-26  Caroline Tice  <cmtice@google.com>
1911
1912         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
1913         "Various Reviewers" to libvtv "Various Maintainers".
1914
1915 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
1916
1917         * MAINTAINERS: Add myself as RTL optimizers reviewer.
1918
1919 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
1920
1921         * MAINTAINERS: Update name, email.
1922
1923 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
1924
1925         * MAINTAINERS (Write After Approval): Add myself.
1926
1927 2013-08-12  Caroline Tice  <cmtice@google.com>
1928
1929         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1930         address in the Write After Approval section.
1931
1932 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
1933
1934         * MAINTAINERS (Write After Approval): Update email.
1935
1936 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
1937
1938         * configure.ac: Adjust to check VTV_SUPPORTED.
1939         * configure: Regenerated.
1940
1941 2013-08-02  Caroline Tice  <cmtice@google.com>
1942
1943         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1944         on non-linux systems; add target-libvtv to noconfigdirs; add
1945         libsupc++/.libs to C++ library search paths.
1946         * configure: Regenerated.
1947         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1948         libstdc++ and libgcc.
1949         * Makefile.in: Regenerated.
1950
1951 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
1952
1953         * MAINTAINERS (Write After Approval): Add myself.
1954
1955 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
1956             Shiva Chen  <shiva0217@gmail.com>
1957
1958         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1959         nds32 port maintainers.
1960
1961 2013-07-17  Tim Shen  <timshen91@gmail.com>
1962
1963         * MAINTAINERS (Write After Approval): Add myself.
1964
1965 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1966
1967         * configure.ac: Sync from binutils.
1968         * configure: Regenerate.
1969
1970 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
1971
1972         * MAINTAINERS (Write After Approval): Add myself.
1973
1974 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
1975
1976         * MAINTAINERS (Write After Approval): Add myself.
1977
1978 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
1979
1980         * MAINTAINERS (Write After Approval): Add myself.
1981
1982 2013-04-30  Brooks Moses  <bmoses@google.com>
1983
1984         * MAINTAINERS: Update my email; move myself from Fortran
1985         reviewer to Write After Approval.
1986
1987 2013-04-16  Andreas Schwab  <schwab@suse.de>
1988
1989         * configure.ac (aarch64-*-*): Don't disable java.
1990         * configure: Regenerate.
1991
1992 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
1993
1994         * MAINTAINERS (Write After Approval): Add myself.
1995
1996 2013-03-30  Matthias Klose  <doko@ubuntu.com>
1997
1998         * Makefile.def (target_modules): Don't install libffi.
1999         * Makefile.in: Regenerate.
2000
2001 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2002
2003         * MAINTAINERS (Write After Approval): Add myself.
2004
2005 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2006
2007         * MAINTAINERS (Write After Approval): Add myself.
2008
2009 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2010
2011         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2012         * configure: Regenerated.
2013
2014 2013-02-05  Ian Lance Taylor  <iant@google.com>
2015
2016         PR go/55969
2017         * configure.ac: Disable libgo on some systems where it does not
2018         work.
2019
2020 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2021
2022         * MAINTAINERS: Explicitly add myself as AIX maintainer.
2023         Remove Geoff Keating as rs6000 port maintainer, at his request.
2024
2025 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2026
2027         * MAINTAINERS: Update my email.
2028
2029 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2030
2031         * configure: Re-generate.
2032
2033 2013-01-15  Richard Biener  <rguenther@suse.de>
2034
2035         PR other/55973
2036         * configure: Re-generate.
2037
2038 2013-01-14  Matthias Klose  <doko@ubuntu.com>
2039
2040         * Makefile.def (install-target-libsanitizer): Depend on
2041         install-target-libstdc++-v3.
2042         * Makefile.in: Regenerate.
2043
2044 2013-01-14  Richard Biener  <rguenther@suse.de>
2045
2046         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2047         * configure: Re-generate
2048
2049 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2050
2051         * config.sub: Update from config repo.
2052
2053 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2054
2055         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2056         * Makefile.in: Regenerate.
2057
2058 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2059
2060         * MAINTAINERS (arc): Add new port maintainership for myself.
2061
2062 2013-01-09  Jason Merrill  <jason@redhat.com>
2063
2064         * .gitignore: Import from gdb repository.
2065
2066 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2067
2068         * Makefile.def (configure-gcc): Depend on all-gmp.
2069         (all-gcc): Remove dependency on all-gmp.
2070         * Makefile.in: Regenerated.
2071
2072 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2073
2074         * config.sub: Merge from config repo.
2075         * config.guess: Ditto.
2076
2077 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2078
2079         * Makefile.def: Merge from binutils.
2080         * Makefile.in: Ditto.
2081
2082 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2083
2084         * MAINTAINERS: Update my email.
2085
2086 2012-12-29  Ben Elliston  <bje@gnu.org>
2087
2088         * config.guess: Update to 2012-12-29 version.
2089         * config.sub: Likewise.
2090
2091 2012-12-20  Matthias Klose  <doko@ubuntu.com>
2092
2093         * Makefile.def (install-target-libgfortran): Depend on
2094         install-target-libquadmath, install-target-libgcc.
2095         (install-target-libsanitizer): Depend on install-target-libgcc.
2096         (install-target-libjava): Depend on install-target-libgcc.
2097         (install-target-libitm): Depend on install-target-libgcc.
2098         (install-target-libobjc): Depend on install-target-libgcc.
2099         (install-target-libstdc++-v3): Depend on install-target-libgcc.
2100         * Makefile.in: Regenerate.
2101
2102 2012-12-19  Matthias Klose  <doko@ubuntu.com>
2103
2104         * Makefile.def (install-target-libgo): Depend on
2105         install-target-libatomic.
2106         * Makefile.in: Regenerate.
2107
2108 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2109
2110         PR go/55201
2111         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2112         * Makefile.in: Regenerate.
2113
2114 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2115
2116         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2117         * configure: Regenerate.
2118
2119 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2120
2121         * config.sub: Merge from config repo.
2122
2123 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2124
2125         * Makefile.def (target_modules): Add bootstrap=true and
2126         raw_cxx=true to libsanitizer.
2127         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2128         * Makefile.in: Regenerated.
2129         * configure: Likewise.
2130
2131 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2132
2133         * MAINTAINERS: Remove self as RTL optimization maintainer.
2134
2135 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2136
2137         * MAINTAINERS (Write After Approval): Add myself.
2138
2139 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2140
2141         * Makefile.def (target_modules): Remove bootstrap=true and
2142         raw_cxx=true from libsanitizer.
2143         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2144         * Makefile.in: Regenerated.
2145         * configure: Likewise.
2146
2147 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2148
2149         * Makefile.def (target_modules): Add bootstrap=true and
2150         raw_cxx=true to libsanitizer.
2151         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2152         * Makefile.in: Regenerated.
2153         * configure: Likewise.
2154
2155 2012-11-28  Andrew Pinski  <apinski@cavium.com>
2156
2157         PR bootstrap/54279
2158         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2159         * configure: Regenerate.
2160         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2161         * Makefile.in: Regenerate.
2162
2163 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2164
2165         * configure.ac: Disable libsanitizer if we're not building C++.
2166         * configure: Regenerate.
2167
2168 2012-11-15  Roland McGrath  <roland@hack.frob.com>
2169
2170         * MAINTAINERS (Write After Approval): Add myself.
2171
2172 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2173
2174         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2175         Kostya Serebryany (kcc@google.com) and
2176         Jakub Jelinek (jakub@redhat.com).
2177         Rename area for Dodji Seketeli (dodji@redhat.com).
2178
2179 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
2180
2181         * MAINTAINERS: (asan.c, related): Add myself.
2182
2183 2012-11-14  Roland McGrath  <mcgrathr@google.com>
2184
2185         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2186         * configure: Regenerate.
2187
2188 2012-11-13  Richard Henderson  <rth@redhat.com>
2189
2190         * configure.ac: Move libsanitizer logic to subdirectory.
2191         * configure: Regenerate.
2192
2193 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
2194
2195         * configure.ac: Enable libsanitizer just on x86 linux for now.
2196         * configure: Re-generate.
2197
2198 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2199
2200         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2201         sections.
2202         * configure: Regenerate.
2203
2204 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2205
2206         * configure.ac: Add section for configdirs for libsanitizer.
2207         Disable for cris-*-* and mmix-*-*.
2208         * configure: Regenerate.
2209
2210 2012-11-12  Wei Mi <wmi@google.com>
2211
2212         * configure.ac: Add libsanitizer to target_libraries.
2213         * Makefile.def: Ditto.
2214         * configure: Regenerate.
2215         * Makefile.in: Regenerate.
2216         * libsanitizer: New directory for asan runtime.  Contains an empty
2217         tsan directory.
2218
2219 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2220
2221         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2222         against Mingw64 w32api.
2223         * configure: Regenerate.
2224
2225 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2226
2227         * configure: Regenerated.
2228
2229 2012-11-03  Robert Mason  <rbmj@verizon.net>
2230
2231         * configure.ac: add --disable-libstdcxx configure option
2232         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2233
2234 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2235
2236         * MAINTAINERS (Write After Approval): Add myself.
2237
2238 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2239
2240         * MAINTAINERS (Write After Approval): Add myself.
2241
2242 2012-10-24  Sharad Singhai  <singhai@google.com>
2243
2244         * MAINTAINERS (Write After Approval): Add myself.
2245
2246 2012-10-24  Eric Christopher  <echristo@gmail.com>
2247
2248         * MAINTAINERS: Update email address.
2249
2250 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2251
2252         PR bootstrap/54820
2253         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2254         * configure: Regenerate.
2255
2256 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2257
2258         * MAINTAINERS (aarch64): Add Marcus and myself.
2259
2260 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2261
2262         PR bootstrap/54820
2263         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2264         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2265         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2266         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2267         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2268         * Makefile.in: Regenerate.
2269         * configure.ac (have_static_libs): New variable and associated check.
2270         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2271         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2272         * configure: Regenerate.
2273
2274 2012-10-10  Richard Biener  <rguenther@suse.de>
2275
2276         * MAINTAINERS: Adjust for changed surname.
2277
2278 2012-10-04  Lawrence Crowl  <crowl@google.com>
2279
2280         * MAINTAINERS (Write After Approval): Add myself.
2281
2282 2012-10-01  Cary Coutant  <ccoutant@google.com>
2283
2284         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2285
2286 2012-09-28  Ian Lance Taylor  <iant@google.com>
2287
2288         * Makefile.def: Make all-target-libgo depend on
2289         all-target-libbacktrace.
2290         * Makefile.in: Rebuild.
2291
2292 2012-09-26  Ian Lance Taylor  <iant@google.com>
2293
2294         * Makefile.def: Make all-gcc depend on all-libbacktrace.
2295         * Makefile.in: Rebuild.
2296
2297 2012-09-20  Walter Lee  <walt@tilera.com>
2298
2299         * configure.ac: Add tilegx to list of targets that support gold.
2300         * configure: Regenerate.
2301
2302 2012-09-20  Marek Polacek  <polacek@redhat.com>
2303
2304         * MAINTAINERS (Write After Approval): Add myself.
2305
2306 2012-09-19  Steve Ellcey  <sellcey@mips.com>
2307
2308         * configure.ac: Add mips*-mti-elf* target.
2309         * configure: Regenerate.
2310
2311 2012-09-17  Ian Lance Taylor  <iant@google.com>
2312
2313         * MAINTAINERS (Various Maintainers): Add libbacktrace.
2314         * configure.ac (host_libs): Add libbacktrace.
2315         (target_libraries): Add libbacktrace.
2316         * Makefile.def (host_modules): Add libbacktrace.
2317         (target_modules): Likewise.
2318         * configure, Makefile.in: Rebuild.
2319
2320 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2321
2322         PR target/38607
2323         Merge upstream change.
2324         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2325
2326         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2327         Add libgomp*.o to compare_exclusions for AIX.
2328         * configure: Regenerate.
2329
2330 2012-09-06  Diego Novillo  <dnovillo@google.com>
2331
2332         * configure.ac: Bump minimum GMP version to 4.2.3.
2333         * configure: Re-generate.
2334
2335 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2336
2337         PR target/54461
2338         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2339         target-libgloss if not configured --with-avrlibc=no.
2340         * configure: Regenerate.
2341
2342 2012-09-04  Jason Merrill  <jason@redhat.com>
2343
2344         * configure.ac: Fix --enable-languages=all.
2345
2346 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2347
2348         * MAINTAINERS (Write After Approval): Add myself.
2349
2350 2012-09-03  Richard Guenther  <rguenther@suse.de>
2351
2352         PR bootstrap/54138
2353         * configure.ac: Re-organize ISL / CLOOG checks to allow
2354         disabling with either --without-isl or --without-cloog.
2355         * configure: Regenerated.
2356
2357 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2358
2359         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2360         * configure: Regenerate.
2361
2362 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2363
2364         * MAINTAINERS: Fix my email address.
2365
2366 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2367
2368         PR binutils/4970
2369         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2370         and opcodes.
2371         * Makefile.in: Regenerated.
2372
2373 2012-08-26  Art Haas <ahaas@impactweather.com>
2374
2375         * configure: Regenerate.
2376
2377 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2378
2379         * INSTALL/README: Also refer to the online installation
2380         instructions.
2381
2382 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2383
2384         * MAINTAINERS (Write After Approval): Add myself.
2385         (Picochip port): Remove myself.
2386
2387 2012-08-14   Diego Novillo  <dnovillo@google.com>
2388
2389         Merge from cxx-conversion branch.
2390
2391         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2392         POSTSTAGE1_CONFIGURE_FLAGS.
2393         * Makefile.in: Regenerate.
2394         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2395         Force C++ when bootstrapping.
2396         * configure: Regenerate.
2397
2398 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2399
2400         * MAINTAINERS (Write After Approval): Add myself.
2401
2402 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2403
2404         * README: Document use of ranges of years in copyright notices.
2405
2406 2012-07-06  Richard Guenther  <rguenther@suse.de>
2407
2408         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2409         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2410         --with-gmp=system.
2411         * Makefile.in: Regenerated.
2412         * configure: Likewise.
2413
2414 2012-07-06  Richard Guenther  <rguenther@suse.de>
2415
2416         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2417         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2418         supply V=1 as extra_make_flags.
2419         * configure: Regenerated.
2420         * Makefile.in: Likewise.
2421
2422 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2423
2424         * configure: Regenerate.
2425
2426 2012-07-03  Richard Guenther  <rguenther@suse.de>
2427
2428         * Makfile.def (isl): Remove not necessary extra_exports and
2429         extra_make_flags.
2430         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2431         * Makefile.in: Regenerated.
2432
2433 2012-07-03  Richard Guenther  <rguenther@suse.de>
2434
2435         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2436         * configure.ac: If either the ISL or the CLooG check failed
2437         do not try to build in-tree versions.
2438         * Makefile.in: Regenerated.
2439         * configure: Regenerated.
2440
2441 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2442
2443         * configure: Regenerate.
2444
2445 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2446
2447         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2448         maintainer.
2449
2450 2012-07-02  Richard Guenther  <rguenther@suse.de>
2451
2452         * configure: Regenerated.
2453
2454 2012-07-02  Richard Guenther  <rguenther@suse.de>
2455         Michael Matz  <matz@suse.de>
2456         Tobias Grosser <tobias@grosser.es>
2457         Sebastian Pop <sebpop@gmail.com>
2458
2459         * Makefile.def: Add ISL host module, remove PPL host module.
2460         Adjust ClooG host module to use the proper ISL.
2461         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2462         * configure.ac: Include config/isl.m4.  Add ISL host library,
2463         remove PPL.  Remove PPL configury, add ISL configury, adjust
2464         ClooG configury.
2465         * Makefile.in: Regenerated.
2466         * configure: Likewise.
2467
2468 2012-07-02  Richard Guenther  <rguenther@suse.de>
2469
2470         Merge from graphite branch
2471         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2472
2473         * configure: Regenerated.
2474         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2475         both cloog.org and legacy versions. The only supported version will
2476         be CLooG with the isl backend.
2477
2478         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2479
2480         * configure: Regenerated.
2481         * configure.ac: Require cloog isl 0.17.0
2482
2483         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2484
2485         * configure: Regenerated.
2486         * config/cloog.m4: Do not define CLOOG_ORG
2487
2488 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
2489
2490         * configure.ac: Skip C if explicitly selected.
2491         * configure: Regenerate.
2492
2493 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
2494
2495         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2496         they contain -O2.
2497         * configure: Regenerate.
2498
2499 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
2500
2501         PR debug/53740
2502         * df.h, df-problems.c, dce.c: Revert last patch.
2503
2504 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
2505
2506         * MAINTAINERS (Write After Approval): Update my email address.
2507
2508 2012-06-21  Meador Inge  <meadori@codesourcery.com>
2509
2510         * MAINTAINERS (Write After Approval): Add myself.
2511
2512 2012-06-20  Jason Merrill  <jason@redhat.com>
2513
2514         * Makefile.tpl (check-target-libgomp-c++): New.
2515         (check-target-libitm-c++): New.
2516         * Makefile.def (c++): Add them.
2517         * Makefile.in: Regenerate.
2518
2519 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
2520
2521         * MAINTAINERS (Write After Approval): Add myself.
2522
2523 2012-05-16  Olivier Hainque  <hainque@adacore.com>
2524
2525         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2526         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2527         (install-no-fixedincludes): Adjust accordingly.
2528         * Makefile.in: Regenerate.
2529
2530 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
2531
2532         Merge upstream change
2533         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2534
2535 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
2536
2537         * MAINTAINERS (Write After Approval): Add myself.
2538
2539 2012-05-09  Nick Clifton  <nickc@redhat.com>
2540             Paul Smith  <psmith@gnu.org>
2541
2542         PR bootstrap/50461
2543         * configure.ac (mpfr-dir): When using in-tree MPFR sources
2544         allow for the fact that from release v3.1.0 of MPFR the source
2545         files were moved into a src sub-directory.
2546         * configure: Regenerate.
2547
2548 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
2549
2550         * configure.ac: Bump minimum MPFR version to 2.4.0.
2551         * configure: Regenerated.
2552
2553 2012-05-01  Richard Henderson  <rth@redhat.com>
2554
2555         * Makefile.def (libatomic): New target_module.
2556         * configure.ac (target_libraries): Add libatomic.
2557         (noconfigdirs): Check if libatomic is supported.
2558         * Makefile.in, configure: Rebuild.
2559
2560 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
2561
2562         * MAINTAINERS (Write After Approval): Add myself.
2563
2564 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
2565
2566         * config.sub: Update to 2012-04-18 version from official repo.
2567
2568 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
2569
2570         * MAINTAINERS (Write After Approval): Add myself.
2571
2572 2012-04-11  Steve Ellcey  <sellcey@mips.com>
2573
2574         * MAINTAINERS: Changed email address.
2575
2576 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
2577
2578         PR target/52737
2579         * contrib/gcc_update (files_and_dependencies):
2580         Remove gcc/config/avr/t-multilib from touch data.
2581
2582 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2583
2584         * MAINTAINERS (OS Port Maintainers): Remove irix.
2585         * configure.ac (enable_libgomp): Remove *-*-irix6*.
2586         (unsupported_languages): Remove mips-sgi-irix6.*.
2587         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2588         (with_stabs): Remove.
2589         * configure: Regenerate.
2590
2591 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2592
2593         * MAINTAINERS (OS Port Maintainers): Remove osf.
2594         * configure.ac (enable_libgomp): Remove *-*-osf*.
2595         (with_stabs): Remove alpha*-*-osf*.
2596         * configure: Regenerate.
2597
2598 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2599
2600         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2601         * configure: Regenerate.
2602
2603 2012-02-17  Walter Lee  <walt@tilera.com>
2604
2605         * MAINTAINERS: (Write After Approval): Delete myself.
2606
2607 2012-02-14  Walter Lee  <walt@tilera.com>
2608
2609         * MAINTAINERS (tilegx port): Add myself.
2610         (tilepro port): Add myself.
2611         (Write After Approval): Add myself.
2612
2613 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
2614
2615         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2616         and Joseph Myers as docstring relicensing maintainers.
2617
2618 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
2619
2620         * MAINTAINERS (write-after-approval): Add myself.
2621
2622 2012-02-08  Ira Rosen <irar@il.ibm.com>
2623
2624         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2625         maintainer.
2626
2627 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2628
2629         * MAINTAINERS (Write After Approval): Move myself to
2630         maintain alphabetical order.
2631
2632 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
2633
2634         * MAINTAINERS (Write After Approval): Add myself.
2635
2636 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
2637
2638         * MAINTAINERS (Write After Approval): Add myself.
2639
2640 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2641             Jayant R Sonar <jayant.sonar@kpitcummins.com>
2642
2643         * configure.ac (cr16-*-*): Remove nonconfigdirs.
2644         * configure: Regenerate.
2645
2646 2012-01-23  Harshit Chopra  <harshit@google.com>
2647
2648         * MAINTAINERS (Write After Approval): Add myself.
2649
2650 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
2651
2652         * configure.ac: Remove reference to mh-interix.
2653         * configure: Regenerate.
2654
2655 2012-01-05  Richard Henderson  <rth@redhat.com>
2656
2657         PR bootstrap/51072
2658         * configure.ac: Disable libitm if c++ is not enabled.
2659         * configure: Rebuild.
2660
2661         * configure.ac: Fix regexp for same.
2662         * configure: Rebuild.
2663
2664 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
2665
2666         * MAINTAINERS (Write After Approval): Add myself.
2667
2668 2012-01-02  Richard Guenther  <rguenther@suse.de>
2669
2670         PR bootstrap/51686
2671         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2672         * Makefile.in: Regenerate.
2673
2674 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
2675
2676         * MAINTAINERS (Write After Approval): Add myself.
2677
2678 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
2679
2680         * configure: Regenerate.
2681
2682 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
2683
2684         * MAINTAINERS (picochip): Changed email address.
2685
2686 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
2687
2688         * MAINTAINERS (write-after-approval): Add self.
2689
2690 2011-11-29  DJ Delorie  <dj@redhat.com>
2691
2692         * configure.ac (rl78-*-*) New case.
2693         * configure: Regenerate.
2694         * MAINTAINERS: Add myself as RL78 maintainer.
2695
2696 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
2697
2698         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2699
2700 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
2701
2702         * libtool.m4: Additional FreeBSD 10 fixes.
2703
2704 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
2705
2706         * MAINTAINERS: Move myself from Write After Approval to CPU Port
2707         Maintainers section, as Epiphany maintainer.
2708
2709 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
2710
2711         PR target/49992
2712         * configure.ac: Remove ranlib special-casing for Darwin.
2713         * configure: Regenerate.
2714
2715 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
2716
2717         * MAINTAINERS (Reviewers): Keep the list sorted.
2718
2719 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
2720
2721         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2722
2723 2011-11-09  Roland McGrath  <mcgrathr@google.com>
2724
2725         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2726         * configure: Rebuild.
2727         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2728         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2729         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2730         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2731         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2732         Add READELF.
2733         * Makefile.in: Rebuild.
2734
2735 2011-11-09  Jason Merrill  <jason@redhat.com>
2736
2737         * Makefile.def (language=c++): Remove check-c++0x.
2738         * Makefile.in (check-gcc-c++): Regenerate.
2739
2740 2011-11-08  Richard Henderson  <rth@redhat.com>
2741
2742         * configure.ac: Test for libitm directory present first.
2743
2744         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2745
2746         * configure.ac: Test libitm/configure.tgt to disable libitm.
2747         * configure: Rebuild.
2748
2749 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
2750             Richard Henderson  <rth@redhat.com>
2751
2752         Merged from transactional-memory.
2753
2754         * Makefile.def (lang_env_dependencies): libitm is c++.
2755         Add libitm target module.
2756         * configure.ac: Likewise.
2757         * config/mmap.m4: New file.
2758         * contrib/gcc_update: Add libitm to touch data.
2759         * Makefile.in, configure: Rebuild.
2760
2761 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2762
2763         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2764         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2765         * Makefile.in: Regenerate.
2766
2767 2011-11-01  DJ Delorie  <dj@redhat.com>
2768
2769         * config.sub: Update to version 2011-10-29 (added rl78)
2770
2771 2011-10-27  Nick Clifton  <nickc@redhat.com>
2772
2773         * config.sub: Import these changes from the config project:
2774
2775         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
2776             Ben Elliston  <bje@gnu.org>
2777
2778         * config.sub (epiphany): New.
2779
2780         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
2781             Ben Elliston  <bje@gnu.org>
2782
2783         * config.sub (hexagon, hexagon-*): New.
2784
2785         2011-08-23  Roland McGrath  <mcgrathr@google.com>
2786
2787         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2788         64eb to be64.
2789
2790         2011-08-16  Roland McGrath  <mcgrathr@google.com>
2791
2792         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2793         (nacl): Grok as alias for 32el-unknown-nacl.
2794
2795 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
2796
2797         * MAINTAINERS (Write After Approval): Add myself.
2798
2799 2011-10-24  Teresa Johnson  <tejohnson@google.com>
2800
2801         * MAINTAINERS (Write After Approval): Add myself.
2802
2803 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
2804
2805         * MAINTAINERS (sparc port): Remove myself.
2806
2807 2011-09-14  Tom de Vries  <tom@codesourcery.com>
2808
2809         * MAINTAINERS (Write After Approval): Add myself.
2810
2811 2011-08-14  Yao Qi  <yao@codesourcery.com>
2812
2813         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2814         * configure: Regenerate.
2815
2816 2011-07-26  Ian Lance Taylor  <iant@google.com>
2817
2818         * configure.ac: Set have_compiler based on whether gcc directory
2819         exists, rather than on whether gcc is in configdirs.
2820         * configure: Rebuild.
2821
2822 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
2823
2824         * MAINTAINERS (Global Reviewers): Add self.
2825
2826 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
2827
2828         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2829         link directories.
2830         * Makefile.in: Rebuild.
2831
2832 2011-07-20  Ian Lance Taylor  <iant@google.com>
2833
2834         PR bootstrap/49787
2835         * configure.ac: Move --enable-bootstrap handling earlier in file.
2836         If --enable-bootstrap and either --enable-build-with-cxx or
2837         --enable-build-poststage1-with-cxx, enable C++ automatically.
2838         * configure: Rebuild.
2839
2840 2011-07-19  Ian Lance Taylor  <iant@google.com>
2841
2842         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
2843         make C++ a boot_language.  Set and substitute
2844         POSTSTAGE1_CONFIGURE_FLAGS.
2845         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2846         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2847         * configure, Makefile.in: Rebuild.
2848
2849 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
2850
2851         * MAINTAINERS (Register Allocation): Move myself from reviewers to
2852         maintainers.
2853
2854 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
2855
2856         * MAINTAINERS (Global Reviewers): Add myself.
2857
2858 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2859
2860         * configure: Regenerate.
2861
2862 2011-07-16  Jason Merrill  <jason@redhat.com>
2863
2864         * Makefile.def (language=c++): Add check-c++0x and
2865         check-target-libmudflap-c++.
2866         * Makefile.tpl (check-target-libmudflap-c++): New.
2867         * Makefile.in: Regenerate.
2868
2869 2011-07-16  Matthias Klose  <doko@ubuntu.com>
2870
2871         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2872         * Makefile.def (target_modules/libjava): Pass
2873         $(EXTRA_CONFIGARGS_LIBJAVA).
2874         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2875         if not configured with --enable-static-libjava.
2876         * Makefile.in: Regenerate.
2877         * configure: Likewise.
2878
2879 2011-07-15  Jason Merrill  <jason@redhat.com>
2880
2881         * Makefile.in (check-c++): Move check-gcc-c++0x after
2882         check-target-libstdc++-v3.
2883
2884 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
2885
2886         * MAINTAINERS (c6x port): New entry.
2887
2888 2011-07-13  Jason Merrill  <jason@redhat.com>
2889
2890         * Makefile.in (check-gcc-c++0x): New.
2891         (check-c++): Depend on it.
2892
2893 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2894
2895         PR target/39150
2896         * configure.ac (i[3456789]86-*-solaris2*): Also accept
2897         x86_64-*-solaris2.1[0-9]*.
2898         * configure: Regenerate.
2899
2900 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
2901
2902         * MAINTAINERS (RTL optimizers): Add self.
2903
2904 2011-06-27  Gabriel Charette  <gchare@google.com>
2905
2906         * MAINTAINERS (Write After Approval): Add myself.
2907
2908 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
2909
2910         PR regression/47836
2911         PR bootstrap/23656
2912         PR other/47733
2913         PR bootstrap/49247
2914         PR c/48825
2915         * configure.ac (target_libraries): Remove target-libiberty.
2916         Remove case-statement setting skipdirs=target-libiberty for
2917         multiple targets.  Remove checking target_configdirs and
2918         removing target-libiberty but keeping target-libgcc if
2919         otherwise empty.
2920         * Makefile.def (target_modules): Don't add libiberty.
2921         (dependencies): Remove all traces of target-libiberty.
2922         * configure, Makefile.in: Regenerate.
2923
2924 2011-06-13  Walter Lee <walt@tilera.com>
2925
2926         * configure.ac (tilepro-*-*) New case.
2927         (tilegx-*-*): Likewise.
2928         * configure: Regenerate.
2929
2930 2011-06-06  Jing Yu  <jingyu@google.com>
2931
2932         * configure.ac: Skip target-libiberty for
2933         arm*-*-linux-androideabi.
2934         * configure: Regenerated.
2935
2936 2011-06-06  Nick Clifton  <nickc@redhat.com>
2937
2938         * config.sub: Sync from upstream.
2939
2940 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
2941
2942         * MAINTAINERS (Write After Approval): Add myself.
2943
2944 2011-06-01  Daniel Jacobowitz  <drow@false.org>
2945
2946         * MAINTAINERS: Update my email address.
2947
2948 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
2949
2950         * MAINTAINERS (Write After Approval): Update my email address.
2951
2952 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
2953
2954         * MAINTAINERS (Write After Approval): Add myself.
2955
2956 2011-05-08  Doug Kwan  <dougkwan@google.com>
2957
2958         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2959         * configure: Regenerated.
2960         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2961         value from configure.
2962         * Makefile.in: Regenerated.
2963
2964 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
2965
2966         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2967         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2968         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2969         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2970         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2971         *-*-vxworks*): Disable newlib and libgloss in separate case
2972         statement.
2973         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2974         to separate case statement.
2975         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2976         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2977         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2978         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2979         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2980         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2981         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2982         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2983         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2984         i[[3456789]]86-*-rdos*, m32r-*-*,
2985         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2986         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2987         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2988         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2989         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2990         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2991         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2992         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2993         and libgloss in main case over targets.  Remove most empty cases
2994         in main case over targets.
2995         * configure: Regenerate.
2996
2997 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
2998
2999         * MAINTAINERS (Write After Approval): Add myself.
3000
3001 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3002
3003         * configure.ac: Remove code setting special library locations for
3004         hppa*64*-*-hpux11*.  Remove code setting compiler for
3005         sparc-sun-solaris2*.
3006         * configure: Regenerate.
3007
3008 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3009
3010         * configure.ac: Separate libgloss_dir settings from general case
3011         over targets.
3012         * configure: Regenerate.
3013
3014 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3015
3016         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3017         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3018         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3019         cases in libgcj-disabling case statement.
3020         (hppa*64*-*-linux*): Set unsupported_languages instead of
3021         disabling target-zlib.
3022         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3023         to hppa*64*-*-hpux*.
3024         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3025         hppa*-*-hpux*.
3026         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3027         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3028         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3029         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3030         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3031         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3032         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3033         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3034         libgcj-disabling case statement.
3035         * configure: Regenerate.
3036
3037 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3038
3039         * configure.ac: Disable Java for targets not supporting libffi.
3040         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3041         Remove cases in Java-disabling statement.
3042         (*arm-wince-pe): Change to arm-wince-pe.
3043         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3044         cases in Java-disabling statement.
3045         (bfin-*-*): Don't disable Java again.
3046         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3047         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3048         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3049         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3050         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3051         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3052         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3053         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3054         Java-disabling statement.
3055         (mmix-*-*): Don't disable Java again.
3056         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3057         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3058         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3059         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3060         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3061         statement.
3062         * configure: Regenerate.
3063
3064 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3065
3066         * configure.ac: Separate cases disabling Java and Java libraries
3067         from general case over targets.
3068         * configure: Regenerate.
3069
3070 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
3071
3072         * MAINTAINERS: Update my email address.
3073
3074 2011-04-20  Easwaran Raman  <eraman@google.com>
3075
3076         * MAINTAINERS (Write After Approval): Add myself.
3077
3078 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3079
3080         PR lto/48086
3081         * configure.ac: Re-enable LTO on *-apple-darwin9*.
3082         * configure: Regenerate.
3083
3084 2011-04-16  Jim Meyering  <meyering@redhat.com>
3085
3086         * MAINTAINERS (Write After Approval): Add myself.
3087
3088 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
3089
3090         * MAINTAINERS: Update my email address.
3091
3092 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3093
3094         * MAINTAINERS (Write After Approval): Add myself.
3095
3096 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3097
3098         * MAINTAINERS (Write After Approval): Add myself.
3099
3100 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3101
3102         * MAINTAINERS (Write After Approval): Add myself.
3103
3104 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
3105
3106         * configure.ac (build_tools): Remove build-byacc.
3107         (host_libs): Remove mmalloc.
3108         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3109         autoconf automake libtool diff rcs fileutils shellutils time
3110         textutils wdiff find uudecode hello tar gzip indent recode release
3111         sed perl gawk findutils gettext zip.
3112         (libgcj): Remove target-qthreads.
3113         (target_tools): Remove target-examples target-gperf.
3114         (YACC): Don't handle building byacc.
3115         * configure: Regenerate.
3116         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3117         dosutils, examples, fileutils, find, findutils, gawk, gettext,
3118         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3119         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3120         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3121         handle building components.
3122         * Makefile.in: Regenerate.
3123
3124 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3125
3126         * MAINTAINERS: Update my email address as Xtensa maintainer.
3127
3128 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3129
3130         * config.sub: Sync from upstream.
3131
3132 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3133
3134         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3135         (microblaze*): Don't disable libssp.
3136         * configure: Regenerate.
3137
3138 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3139
3140         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3141         moveifchange.
3142         * configure: Regenerate.
3143         * Makefile.tpl: Use @SHELL@ not @config_shell@.
3144         * Makefile.in: Regenerate.
3145
3146 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3147
3148         * configure.ac (*-*-sysv4*): Don't enable libgomp.
3149         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3150         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3151         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3152         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3153         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3154         md_exec_prefix cases.
3155         * configure: Regenerate.
3156
3157 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3158
3159         * configure.ac: Separate cases disabling target-libssp,
3160         target-libiberty, target-libstdc++-v3 and Fortran from general
3161         case over targets.
3162         * configure: Regenerate.
3163
3164 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3165
3166         * configure.ac (*-*-chorusos): Don't disable libgcj.
3167         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3168         Remove case.
3169         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3170         (arm-*-coff): Don't disable libgcj.
3171         (arm*-*-linux-gnueabi): Remove useless assignment.
3172         (arm-*-riscix*): Don't disable libgcj.
3173         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3174         configuration.
3175         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3176         (c54x*-*-*): Remove case.
3177         (tic54x-*-*): Don't disable GCC or GCC libraries.
3178         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3179         to *.
3180         (d10v-*-*): Don't disable GCC libraries.
3181         (d30v-*-*): Don't disable libgcj.
3182         (h8500-*-*): Don't disable GCC libraries.
3183         (i960-*-*): Don't disable libgcj.
3184         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3185         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3186         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3187         libgcj.
3188         (m68k-*-coff*): Remove case.
3189         (mmix-*-*): Don't disable libgloss on host.
3190         (mn10200-*-*, mn10300-*-*): Remove cases.
3191         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3192         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3193         Don't disable libgcj.
3194         (romp-*-*): Remove case.
3195         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3196         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3197         case.
3198         (v810-*-*): Don't disable GCC libraries.
3199         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3200         (ip2k-*-*): Don't disable GCC libraries.
3201         * configure: Regenerate.
3202
3203 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
3204
3205         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3206         libffi on host.
3207         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3208         on host.
3209         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3210         * configure: Regenerate.
3211
3212 2011-03-26  John Marino  <binutils@marino.st>
3213
3214         * configure.ac: Add support for *-*-dragonfly*
3215         * configure: Regenerate.
3216
3217 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3218
3219         * configure.ac (native_only): Remove.
3220         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3221         send-pr uudecode guile gnuserv on host.
3222         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3223         send-pr rcs guile perl texinfo libtool on host.
3224         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3225         automake send-pr rcs guile perl texinfo libtool on host.
3226         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3227         (*-*-kaos*): Don't disable target-examples target-gperf on target.
3228         (alpha*-dec-osf*): Don't disable fileutils on target.
3229         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3230         texinfo send-pr expect dejagnu on target.
3231         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3232         target-qthreads on target.
3233         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3234         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3235         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3236         x86_64-*-mingw*): Don't disable expect on target.
3237         (*-*-cygwin*): Don't disable target-gperf on target.
3238         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3239         gnuserv on target.
3240         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3241         target.
3242         * configure: Regenerate.
3243
3244 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3245
3246         * configure.ac (target_tools): Remove target-groff.
3247         (native_only): Remove target-groff.
3248         (hppa*64*-*-*): Don't disable byacc.
3249         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3250         setting.
3251         (*-*-kaos*): Don't skip target-librx and target-groff.
3252         (*-*-netware*): Don't skip target-libmudflap.
3253         (*-*-tpf*): Don't skip target-libmudflap.
3254         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3255         directories on the host.
3256         (ia64*-*-*vms*): Don't skip tix.
3257         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3258         host.
3259         * configure: Regenerate.
3260
3261 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3262
3263         * configure.ac: Remove references to mt-mep, mt-netware,
3264         mt-wince.
3265         * Makefile.def: Add all-utils soft dependencies.
3266         * Makefile.tpl: Remove GDB_NLM_DEPS.
3267         * configure: Regenerate.
3268         * Makefile.in: Regenerate.
3269
3270 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3271
3272         * configure.ac: Do not include mh-x86omitfp.
3273         * configure: Regenerate.
3274
3275 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3276
3277         * configure.ac: Remove empty cases.
3278         * configure: Regenerate.
3279
3280 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3281
3282         * Makefile.def: Add dependency from termcap to gdb.
3283         * Makefile.in: Regenerate.
3284
3285 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3286
3287         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3288         * configure: Regenerate.
3289         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3290         * Makefile.tpl: Likewise.
3291         * Makefile.in: Regenerate.
3292
3293 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3294
3295         * configure.ac: Remove all mentions of tentative_cc.
3296         * configure: Regenerate.
3297
3298 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3299
3300         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3301         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3302         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3303         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3304         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3305         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3306         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3307         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3308         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3309         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3310         *-*-rhapsody*): Remove host cases.
3311         * configure: Regenerate.
3312
3313 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3314
3315         * configure.ac (ppc*-*-pe): Remove host case.
3316         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3317         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3318         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3319         cases.
3320         * configure: Regenerate.
3321
3322 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3323
3324         * config.sub: Update to version 2011-03-23.
3325
3326 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3327
3328         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3329         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3330         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3331         * configure: Regenerate.
3332
3333 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3334
3335         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3336         to Write After Approval.
3337         * config-ml.in: Don't handle arc-*-elf*.
3338         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3339         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3340         handle GCC libraries.
3341         * configure: Regenerate.
3342
3343 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3344
3345         PR bootstrap/48120:
3346         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3347         Add -lstdc++ -lm to LIBS.
3348         * configure: Regenerate.
3349
3350 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3351
3352         * config.guess: Update to version 2011-02-02
3353         * config.sub: Update to version 2011-02-24
3354
3355 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3356
3357         PR lto/48086
3358         * configure.ac: Re-enable LTO on *-apple-darwin9.
3359         * configure: Regenerate.
3360
3361 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3362
3363         PR lto/48086
3364         * configure.ac: Disable LTO on darwin due to an assembler change in
3365         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3366         under 256.
3367         * configure: Regenerate.
3368
3369 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3370
3371         * MAINTAINERS: Update myself as score backend maintainer,
3372         update my e-mail address.
3373
3374 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3375
3376         * MAINTAINERS: Update my e-mail address.
3377
3378 2011-03-06  Joey Ye  <joey.ye@arm.com>
3379
3380         * MAINTAINERS: Update my e-mail address.
3381
3382 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3383
3384         * configure.ac: Adjust test of with_ppl.
3385         * configure: Regenerated.
3386
3387 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3388
3389         * MAINTAINERS: Adjust my e-mail address.
3390
3391 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3392
3393         * configure.ac: Add -lpwl to ppllibs.
3394         * configure: Regenerated.
3395
3396 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3397
3398         * config/cloog.m4: Add -lisl to clooglibs.
3399         * configure: Regenerated.
3400
3401 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3402
3403         * MAINTAINERS (CPU Port maintainers): Add self.
3404
3405 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3406
3407         * MAINTAINERS: Add myself as testsuite maintainer.
3408
3409 2011-02-15  Mike Stump  <mikestump@comcast.net>
3410
3411         * MAINTAINERS: Add myself as testsuite maintainer.
3412
3413 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3414
3415         Import from Libtool and gnulib:
3416
3417         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3418
3419         Prepare for supporting FreeBSD 10.
3420         * config.rpath: Remove handling of freebsd1* which soon would
3421         match FreeBSD 10.0.
3422
3423         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3424
3425         Remove support for FreeBSD 1.x.
3426         * libtool.m4 (_LT_LINKER_SHLIBS)
3427         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3428         soon would incorrectly match FreeBSD 10.0.
3429
3430 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3431
3432         PR binutils/12283
3433         * move-if-change: Import version from gnulib.
3434
3435 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3436
3437         PR lto/47225
3438         * Makefile.def (lto-plugin): Double dash for enable-shared.
3439         (configure-gcc): Depend on all-lto-plugin.
3440         * Makefile.in: Rebuilt.
3441
3442 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3443
3444         * configure.ac: Remove extra bracket.
3445         * configure: Regenerate.
3446
3447 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3448
3449         * MAINTAINERS: Add myself as libquadmath maintainer.
3450
3451 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3452
3453         * MAINTAINERS: Update my email address.
3454
3455 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3456
3457         * MAINTAINERS (option handling): Add self.
3458
3459 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3460
3461         PR lto/47225
3462         * Makefile.def: Add dependency for install-gcc
3463         on install-lto-plugin.
3464         * Makfile.in: Regenerated
3465
3466 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3467
3468         * MAINTAINERS (CPU Port Maintainers): Add myself.
3469
3470 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3471
3472         PR libgcj/44341
3473         * configure.ac: Discard --with-* flags for host when configuring
3474         target libraries for cross build.
3475         * configure: Rebuilt.
3476
3477 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3478
3479         * MAINTAINERS (linear loop transforms): Removed.
3480
3481 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
3482
3483         * configure.ac: If with_ppl is no, move setting with_cloog=no
3484         after CLOOG_REQUESTED check.
3485         * configure: Regenerated.
3486
3487 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3488
3489         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3490         CLooG has been requested.
3491         * configure: Regenerated.
3492
3493 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3494
3495         * configure: Regenerated.
3496         * configure.ac: Check for version 0.11 (or later revision) of PPL.
3497
3498 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
3499
3500         * configure: Regenerated.
3501         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3502
3503 2011-01-21  Andreas Schwab  <schwab@redhat.com>
3504
3505         * configure.ac: Use AS_HELP_STRING throughout.
3506         * configure: Regenerate.
3507
3508 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
3509
3510         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3511         * configure: Regenerate.
3512
3513 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
3514
3515         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3516
3517 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
3518
3519         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3520         for ia64-hpux.
3521         * configure: Regenerate.
3522
3523 2011-01-07  Jan Hubicka  <jh@suse.cz>
3524
3525         PR lto/47225
3526         * Makefile.in: Regenerate.
3527         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3528         configure.
3529
3530 2011-01-07  Jan Hubicka  <jh@suse.cz>
3531
3532         * Makefile.in: Regenerate.
3533         * Makefile.def (gcc host module) and soft dependency on lto-plugin
3534         and configure dependency on lto-plugin configure.
3535         (lto-plugin module): Remove dependency on GCC; add dependency on
3536         liniberty.
3537
3538 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
3539
3540         * MAINTAINERS (Write After Approval): Add myself.
3541
3542 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
3543
3544         * configure: Regenerate.
3545
3546 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
3547
3548         * configure.ac: (picochip): Disable libiberty.
3549
3550 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
3551
3552         * MAINTAINERS (Write After Approval): Add myself.
3553
3554 2010-12-10  Ian Lance Taylor  <iant@google.com>
3555
3556         PR bootstrap/46819
3557         * configure.ac: For --disable-libgcj clear libgcj_saved.
3558         * configure: Rebuild.
3559
3560 2010-12-10  Tobias Burnus  <burnus@net-b.de>
3561
3562         PR fortran/46540
3563         * configure.ac: Add --disable-libquadmath and
3564         --disable-libquadmath-support.
3565         * configure: Regenerate.
3566
3567 2010-12-03  Ian Lance Taylor  <iant@google.com>
3568
3569         * MAINTAINERS: Add myself as libgo maintainer.
3570
3571 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
3572
3573         PR libffi/46792
3574         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3575         * configure: Regenerate.
3576
3577 2010-12-02  Ian Lance Taylor  <iant@google.com>
3578
3579         * configure.ac: Always set default for poststage1_ldflags to
3580         -static-libstdc++ -static-libgcc.
3581
3582 2010-11-29  Andreas Schwab  <schwab@redhat.com>
3583
3584         * configure.ac: Move comment to remove extra space in last argument
3585         of GCC_TARGET_TOOL.
3586
3587 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
3588
3589         PR other/46026
3590         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3591         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3592         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3593         (BASE_FLAGS_TO_PASS): Use it.
3594         * configure: Rebuilt.
3595         * Makefile.in: Rebuilt.
3596
3597 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
3598
3599         PR binutils/12258
3600         * configure.ac: Correct comments for --enable-gold/--enable-ld.
3601         Properly check default linker.
3602         * configure: Regnerated.
3603
3604 2010-11-23  Matthias Klose  <doko@ubuntu.com>
3605
3606         * configure.ac: For --enable-gold, handle value `default' instead of
3607         `both*'.  New configure option --{en,dis}able-ld.
3608         * configure: Regenerate.
3609
3610 2010-11-20  Ian Lance Taylor  <iant@google.com>
3611
3612         * configure.ac: Only disable a language library if no language needs
3613         it.  Don't let --disable-libgcj uncondtionally disable libffi.
3614         * configure: Rebuild.
3615
3616 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3617
3618         * Makefile.in: Regenerate.
3619
3620         PR other/46202
3621         * configure.ac: Fix just-built in-tree STRIP name to be
3622         binutils/strip-new.
3623         * configure: Regenerate.
3624         * Makefile.def (install-strip-gcc, install-strip-binutils)
3625         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3626         (install-strip-sid): Mirror dependencies on non-strip variants
3627         of these targets on the respective -strip prerequisites.
3628         * Makefile.tpl (install-strip, install-strip-host)
3629         (install-strip-target): New targets.
3630         (install-strip-[+module+], install-strip-target-[+module+]):
3631         New targets.
3632         * Makefile.in: Regenerate.
3633
3634 2010-11-19  Ian Lance Taylor  <iant@google.com>
3635             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3636
3637         * configure.ac: Add target-libgo to target_libraries.  Set
3638         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3639         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3640         (HOST_EXPORTS): Add GOC.
3641         (BASE_TARGET_EXPORTS): Add GOC.
3642         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3643         (GOCFLAGS_FOR_TARGET): New variable.
3644         (EXTRA_HOST_FLAGS): Add GOC.
3645         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3646         * Makefile.def (target_modules): Add libgo.
3647         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3648         (dependencies): Add dependency from configure-target-libgo to
3649         configure-target-libffi and all-target-libstdc++-v3.  Add
3650         dependencies from all-target-libgo to all-target-libffi.
3651         (languages): Add go.
3652         * configure: Rebuild.
3653         * Makefile.in: Rebuild.
3654
3655 2010-11-19  Ian Lance Taylor  <iant@google.com>
3656
3657         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3658         compiler/flag environment variables.
3659
3660 2010-11-18  Ian Lance Taylor  <iant@google.com>
3661
3662         * configure.ac: Check for lang_requires_boot_languages in
3663         config-lang.in files.
3664         * configure: Rebuild.
3665
3666 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
3667             Tobias Burnus  <burnus@net-b.de>
3668
3669         PR fortran/32049
3670         * Makefile.def: Add libquadmath; build it with language=fortran.
3671         * configure.ac: Add libquadmath.
3672         * Makefile.tpl: Handle multiple libs in check-[+language+].
3673         * Makefile.in: Regenerate.
3674         * configure: Regenerate.
3675
3676 2010-11-16  Tom Tromey  <tromey@redhat.com>
3677
3678         * MAINTAINERS: Moved myself to reviewers section.
3679
3680 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
3681
3682         * MAINTAINERS: Moved myself to reviewers section.
3683
3684 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3685
3686         * MAINTAINERS (Various Maintainers): Add self for build machinery.
3687         (Write After Approval): Remove self.
3688
3689 2010-11-15  Andreas Schwab  <schwab@redhat.com>
3690
3691         * configure.ac: Fix spelling in option names.
3692         * configure: Regenerated.
3693
3694 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
3695
3696         PR bootstrap/39622
3697         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3698         * configure: Regenerated.
3699
3700 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
3701
3702         * MAINTAINERS: Update my email address.
3703
3704 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3705
3706         * configure: Regenerate.
3707
3708 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3709
3710         * configure: Regenerate.
3711
3712 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3713
3714         * configure: Regenerate.
3715
3716 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
3717
3718         * configure: Regenerate.
3719
3720 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
3721
3722         * configure.ac: Support official CLooG.org versions.
3723         * configure: Regenerate.
3724         * config/cloog.m4: New.
3725
3726 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
3727
3728         * MAINTAINERS (Write After Approval): Add myself.
3729
3730 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
3731
3732         * MAINTAINERS: Update my email address.
3733
3734 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
3735
3736         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3737         * configure: Regenerate.
3738
3739 2010-11-03  Ian Lance Taylor  <iant@google.com>
3740             Dave Korn  <dave.korn.cygwin@gmail.com>
3741
3742         PR lto/46273
3743         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
3744         and on other supported platforms whenever LTO is enabled.
3745         * configure: Rebuild.
3746
3747 2010-11-02  Alan Modra  <amodra@gmail.com>
3748
3749         PR binutils/12110
3750         * configure.ac: Error when source path contains spaces.
3751         * configure: Regenerate.
3752
3753 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
3754
3755         * MAINTAINERS: Update my email address.
3756
3757 2010-10-20  Ian Lance Taylor  <iant@google.com>
3758
3759         * Makefile.def (target_modules): Set lib_path to src/.libs for
3760         libstdc++-v3 module.
3761         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3762         * Makefile.in: Rebuild.
3763
3764 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
3765
3766         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3767         (Write After Approval): Remove myself.
3768
3769 2010-10-15  Tristan Gingold  <gingold@adacore.com>
3770
3771         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3772
3773 2010-10-14  Douglas Rupp  <rupp@gnat.com>
3774
3775         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3776
3777 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
3778
3779         * configure.ac (build_lto_plugin): New shell variable.
3780         (--enable-lto): Turn on by default for all non-ELF platforms that
3781         have had LTO support added so far.  Set build_lto_plugin appropriately
3782         for both ELF and non-ELF.
3783         (configdirs): Add lto-plugin or not based on build_lto_plugin.
3784         * configure: Regenerate.
3785
3786 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3787
3788         Sync from src:
3789         * configure.ac (v850 support): Remove target-libgloss from
3790         noconfigdirs.
3791         * configure: Regenerate.
3792
3793 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3794
3795         PR bootstrap/45326
3796         PR bootstrap/45174
3797         * configure.ac: Honor initial values of $build_configargs,
3798         $host_configargs, $target_configargs.  Mark the precious, so
3799         environment settings get recorded.
3800         * configure: Regenerate.
3801
3802 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3803
3804         PR bootstrap/45796
3805         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3806         Depend on all-build-libiberty.
3807         * Makefile.in: Regenerate.
3808
3809 2010-09-30  Michael Eager  <eager@eagercon.com>
3810
3811         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3812         * configure: Regenerate.
3813
3814 2010-09-28  Michael Eager  <eager@eagercon.com>
3815
3816         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3817
3818 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3819
3820         PR bootstrap/44621
3821         * configure.ac: Fix unportable shell quoting.
3822         * configure: Regenerate.
3823
3824 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
3825
3826         * configure.ac (enable-lto): Add Darwin to the list of supported lto
3827         targets and amend comment.
3828         * configure: Regenerate.
3829
3830 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
3831
3832         * MAINTAINERS (Write After Approval): Add myself.
3833
3834 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
3835
3836         * configure.ac: Enable LTO by default on Darwin.
3837         * configure: Regenerate.
3838
3839 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3840
3841         * MAINTAINERS (Write After Approval): Add myself.
3842
3843 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
3844
3845         * MAINTAINERS (Write After Approval): Add myself.
3846
3847 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
3848
3849         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3850         ports
3851
3852 2010-07-28  David Yuste  <david.yuste@gmail.com>
3853
3854         * MAINTAINERS (Write After Approval): Add myself.
3855
3856 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
3857
3858         * configure.ac: Support all v850 targets.
3859         * configure: Regenerate.
3860
3861 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
3862
3863         PR bootstrap/44455
3864         * configure.ac (extra_mpfr_configure_flags): Copy from
3865         extra_mpc_gmp_configure_flags.
3866         * configure: Re-generated.
3867
3868 2010-07-22  Andi Kleen  <ak@linux.intel.com>
3869
3870         * MAINTAINERS (Write After Approval): Add myself.
3871
3872 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
3873
3874         * MAINTAINERS (Write After Approval): Add myself.
3875
3876 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
3877
3878         * MAINTAINERS (Write After Approval): Add myself.
3879
3880 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
3881
3882         PR target/44862
3883         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3884         Provide -B option to allow for link spec %s substitutions for
3885         libstdc++.a on darwin.
3886         * Makefile.in: Regenerate.
3887
3888 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
3889
3890         * MAINTAINERS (Reviewers): Update my e-mail address
3891
3892 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
3893
3894         * Makefile.def (configure-gcc): Depend on all-libelf.
3895         * Makefile.in: Rebuild.
3896
3897 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
3898
3899         * MAINTAINERS (Write After Approval): Add myself in the right place.
3900
3901 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
3902
3903         * MAINTAINERS (Write After Approval): Add myself.
3904
3905 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
3906
3907         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3908
3909 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
3910
3911         * config.sub: Update to version 2010-05-21.
3912         * config.guess: Update to version 2010-04-03.
3913
3914 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
3915
3916         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3917         * configure: Regenerate.
3918
3919 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
3920
3921         * MAINTAINERS (Write After Approval): Add myself.
3922
3923 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
3924
3925         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3926         a platform that supports LTO.
3927         * configure: Regenerate.
3928
3929 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
3930
3931         * configure.ac: Allow all the versions greater than 0.10 of PPL.
3932         * configure: Regenerated.
3933
3934 2010-04-27  Roland McGrath  <roland@redhat.com>
3935             H.J. Lu  <hongjiu.lu@intel.com>
3936
3937         * configure.ac (--enable-gold): Support both, both/gold and
3938         both/bfd to add gold to configdirs without removing ld.
3939         * configure: Regenerated.
3940
3941         * Makefile.def: Add install-gold dependency to install-ld.
3942         * Makefile.in: Regenerated.
3943
3944 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
3945
3946         PR lto/42776
3947         * configure.ac (--enable-lto): Refactor handling so libelf tests
3948         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3949         and allow LTO to be explicitly enabled on non-ELF platforms that
3950         are known to support it inside else-clause.
3951         * configure: Regenerate.
3952
3953 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
3954
3955         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3956         * configure: Regenerate.
3957
3958 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
3959
3960         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3961         * configure: Regenerate.
3962
3963 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3964
3965         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3966         separately.
3967         * configure: Regenerate.
3968
3969 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
3970
3971         * MAINTAINERS (Write After Approval): Add myself.
3972
3973 2010-04-14  Tristan Gingold  <gingold@adacore.com>
3974
3975         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3976         * configure: Regenerate.
3977
3978 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
3979
3980         * configure: Regenerate after change to elf.m4.
3981
3982 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
3983
3984         * MAINTAINERS (Write After Approval): Add myself.
3985
3986 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3987
3988         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3989         * configure: Regenerated.
3990
3991 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
3992
3993         * configure.ac: Print "buggy but acceptable" when CLooG
3994         revision is less than 9.
3995         * configure: Regenerated.
3996
3997 2010-04-01  Diego Novillo  <dnovillo@google.com>
3998
3999         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4000
4001 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4002
4003         PR bootstrap/43615
4004         PR bootstrap/43328
4005
4006         Revert:
4007
4008         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4009
4010         * configure.ac: Do not pass --enable-multilib nor
4011         --disable-multilib in baseargs.  Accept explicitly passed
4012         --enable_multilib.
4013         * configure: Regenerate.
4014
4015 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4016
4017         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4018
4019 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
4020
4021         * MAINTAINERS: Remove myself.
4022
4023 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4024
4025         PR bootstrap/43328
4026         * configure.ac: Do not pass --enable-multilib nor
4027         --disable-multilib in baseargs.  Accept explicitly passed
4028         --enable_multilib.
4029         * configure: Regenerate.
4030
4031 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
4032
4033         * MAINTAINERS (spu port): Remove me.
4034
4035 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4036
4037         * configure.ac (tic6x-*-*): New case.
4038         * configure: Regenerate.
4039
4040 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4041
4042         * config.sub: Update to version 2010-03-22.
4043         * config.guess: Update to version 2009-12-30.
4044
4045 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
4046
4047         PR ada/42554
4048         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4049         * configure: Regenerate.
4050
4051 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4052
4053         * MAINTAINERS: Update my email address.
4054
4055 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
4056
4057         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4058         (ghassan.shobaki@amd.com): Removed.
4059
4060 2010-03-17  Alan Modra  <amodra@gmail.com>
4061
4062         * MAINTAINERS: Update my email address.
4063
4064 2010-03-16  Diego Novillo  <dnovillo@google.com>
4065
4066         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4067         Matthews.
4068
4069 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4070
4071         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4072         Gutson, Jeffrey D. Oldham and Mark Shinwell.
4073
4074 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4075
4076         * MAINTAINERS: Update my email address.
4077
4078 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4079
4080         * MAINTAINERS: Update my email address.
4081
4082 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4083
4084         * MAINTAINERS: Update my email address.
4085
4086 2010-03-09  Jie Zhang  <jie@codesourcery.com>
4087
4088         * MAINTAINERS: Update my email address.
4089
4090 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4091
4092         PR libstdc++/32499
4093         * configure.ac (RANLIB): Default to true.
4094         (STRIP): Likewise.
4095         (RANLIB_FOR_TARGET): Remove superfluous : argument.
4096         * configure: Regenerate.
4097
4098 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4099
4100         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4101         (Write After Approval): Update my email address.
4102
4103 2010-02-17  Nick Clifton  <nickc@redhat.com>
4104
4105         PR 11238
4106         * Makefile.tpl (local-distclean): Also remove config.cache files in
4107         sub-directories as there may not be Makefiles present in the
4108         sub-directories.
4109         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4110         the config.cache files found by the find command.
4111
4112         * Makefile.in: Regenerate.
4113         * configure.ac: Revert previous delta.
4114         * configure: Regenerate.
4115
4116 2010-02-15  Nick Clifton  <nickc@redhat.com>
4117
4118         PR 11238
4119         * configure.ac: Delete config.cache files in sub-directories when
4120         deleting Makefiles.
4121         * configure: Regenerate.
4122
4123 2010-02-12  Ben Elliston  <bje@gnu.org>
4124
4125         * MAINTAINERS: Update my email address.
4126
4127 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
4128
4129         * MAINTAINERS (spu port): Update my email address.
4130
4131 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
4132
4133         * MAINTAINERS: Add myself as a maintainer for the bfin port.
4134
4135 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4136
4137         * configure.ac: Add "recommended" version checks for GMP/MPC.
4138         Update recommended GMP/MPFR/MPC versions.
4139         * configure: Regenerate.
4140
4141 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4142
4143         * MAINTAINERS: Move my Embecosm email address into the
4144         write-after-approval section.
4145
4146 2010-01-26  Ian Lance Taylor  <iant@google.com>
4147
4148         * MAINTAINERS: Add myself as Go frontend maintainer.
4149
4150 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4151
4152         PR libstdc++/36101, PR libstdc++/42813
4153         * configure.ac (bootstrap_target_libs): Make inclusion of
4154         target-libgomp conditional on libgomb being in target_configdirs.
4155         * configure: Regenerate.
4156
4157 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4158
4159         PR libstdc++/36101, PR libstdc++/42813
4160         * configure.ac (bootstrap_target_libs): Include target-libgomp.
4161         * configure: Regenerate.
4162
4163 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4164
4165         PR libstdc++/36101, PR libstdc++/42813
4166         * configure.ac (target_configdirs): Substitute.
4167         * Makefile.def: Bootstrap target module libgomp.
4168         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4169         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4170         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4171         * configure, Makefile.in: Regenerate.
4172
4173 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4174
4175         * MAINTAINERS: Adjust my details.
4176
4177 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4178
4179         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4180
4181 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4182
4183         * MAINTAINERS: reindented my entry with tabs instead of spaces.
4184
4185 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4186
4187         * MAINTAINERS (Write After Approval): Add myself.
4188
4189 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4190
4191         * MAINTAINERS (Write After Approval): Add myself.
4192
4193 2010-01-11  Richard Guenther  <rguenther@suse.de>
4194
4195         PR lto/41569
4196         * Makefile.def (all-lto-plugin): Depend on all-gcc.
4197         * Makefile.in: Regenerated.
4198
4199 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4200
4201         * configure.ac: Enable libjava build on x86_64-*freebsd*.
4202         * configure: Regenerate.
4203
4204 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4205             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4206
4207         PR bootstrap/42424
4208         * configure.ac: Include libtool m4 files.
4209         (_LT_CHECK_OBJDIR): Call it.
4210         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4211         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4212
4213         * configure: Regenerate.
4214
4215 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4216
4217         PR bootstrap/41818
4218         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4219         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4220         * Makefile.in: Regenerate.
4221
4222 2010-01-02  Richard Guenther  <rguenther@suse.de>
4223
4224         PR lto/41529
4225         * configure.ac: Include config/elf.m4.  Disable LTO if not
4226         builting for an elf target.
4227         * configure: Regenerate.
4228
4229 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4230
4231         * MAINTAINERS: Change my email address.
4232
4233 2009-12-18  Ben Elliston  <bje@au.ibm.com>
4234
4235         * config.sub, config.guess: Update from upstream sources.
4236
4237 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4238
4239         * MAINTAINERS (Write After Approval): Add myself.
4240
4241 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4242
4243         PR middle-end/30447
4244         PR middle-end/30789
4245         PR other/40302
4246
4247         * configure.ac: Require MPC.
4248         * configure: Regenerate.
4249
4250 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4251
4252         PR target/38384
4253         PR bootstrap/40972
4254         * libtool.m4: Sync from git Libtool.
4255         * ltoptions.m4: Likewise.
4256         * ltversion.m4: Likewise.
4257         * lt~obsolete.m4: Likewise.
4258         * ltmain.sh: Likewise.
4259
4260 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4261
4262         * configure.ac: Update minimum MPC version to 0.8.
4263         * configure: Regenerate.
4264
4265 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
4266
4267         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4268         * configure: Regenerated.
4269
4270 2009-11-21  Ian Lance Taylor  <iant@google.com>
4271
4272         * configure.ac: Change default of poststage1_ldflags to be empty if
4273         poststage1_libs is set.  When poststage1_libs is empty, and
4274         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4275         * configure: Rebuild.
4276
4277 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
4278
4279         * MAINTAINERS (Write After Approval): Update my email address.
4280
4281 2009-11-20  Ben Elliston  <bje@au.ibm.com>
4282
4283         * config.guess: Update from upstream sources.
4284
4285 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4286
4287         * Makefile.def: Restore host and target settings for gmp.
4288         * Makefile.in: Rebuild.
4289
4290 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4291
4292         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
4293         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4294         Fix portability of test of C++ as bootstrap language.  Add
4295         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4296         * configure: Rebuild.
4297         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4298         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4299         in-tree building.
4300         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4301         (POSTSTAGE1_HOST_EXPORTS): Use it.
4302         (STAGE[+id+]_CXXFLAGS): New.
4303         (BASE_FLAGS_TO_PASS): Pass it down.
4304         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4305         extra_exports.
4306         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4307         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4308         extra_exports.
4309         * Makefile.in: Rebuild.
4310
4311 2009-11-17  Ben Elliston  <bje@au.ibm.com>
4312
4313         * config.sub, config.guess: Update from upstream sources.
4314
4315 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4316
4317         * MAINTAINERS (Write After Approval): Add myself.
4318
4319 2009-11-09  Jon Beniston  <jon@beniston.com>
4320
4321         * MAINTAINERS (Write After Approval): Add myself.
4322
4323 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4324
4325         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4326         paths for *-w64-mingw* and x86_64-*mingw*.
4327         * configure: Regenerated.
4328
4329 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4330
4331         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4332
4333 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4334
4335         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4336         Phil Edwards to Write-After Approval.
4337
4338 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4339
4340         * configure.ac: Disable target-winsup & co for
4341         x86_64-*-mingw* and *-w64-mingw* targets.
4342         * configure: Regenerated.
4343
4344 2009-10-16  Nick Clifton  <nickc@redhat.com>
4345
4346         * MAINTAINERS: Add myself as a maintainer for the RX port.
4347
4348 2009-10-26  Johannes Singler  <singler@kit.edu>
4349
4350         * MAINTAINERS (Write After Approval): Update my e-mail address.
4351
4352 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4353
4354         * configure.ac (CLooG test): Use = with test.
4355         * configure: Regenerate.
4356
4357 2009-10-22  Richard Guenther  <rguenther@suse.de>
4358
4359         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4360         cloog if the ppl version check failed.  Move flags saving
4361         before setting in libelf check.
4362         * configure: Regenerate.
4363
4364 2009-10-21  Richard Guenther  <rguenther@suse.de>
4365
4366         * configure.ac: Adjust the ppl and cloog configure to work as
4367         documented.  Disable cloog if ppl was disabled.  Omit the version
4368         checks if they were disabled.
4369         * configure: Re-generate.
4370
4371 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4372
4373         * configure.ac: Add 'lto' to enable_languages, not
4374         new_enable_languages, and only if not already present.
4375         * configure: Regenerate.
4376
4377 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4378
4379         * README: Refer to the various COPYING* files instead of just
4380         COPYING.
4381         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4382
4383 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4384
4385         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4386
4387 2009-10-07  Richard Guenther  <rguenther@suse.de>
4388
4389         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4390         and Richard Guenther as reviewers.
4391         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4392         as reviewers.
4393
4394 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4395
4396         * config.sub: Update from upstream sources.
4397
4398 2009-10-06  Ian Lance Taylor  <iant@google.com>
4399
4400         * Makefile.def: check-gold depends upon all-gas.
4401         * Makefile.in: Rebuild.
4402
4403 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4404
4405         * MAINTAINERS (Write After Approval): Add myself.
4406
4407 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4408
4409         * Makefile.def: all-lto-plugin depends on all-libiberty.
4410         set bootstrap=true for lto-plugin.
4411         Add lto-plugin.
4412         * Makefile.in: Regenerate.
4413         * configure.ac (host_libs): Add lto-plugin.
4414         * configure: Regenerate.
4415
4416 2009-10-03  Diego Novillo  <dnovillo@google.com>
4417
4418         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4419         (HOST_LIBELFLIBS): Define.
4420         (HOST_LIBELFINC): Define.
4421         * Makefile.in: Regenerate.
4422         * configure.ac: Add --enable-lto.
4423         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4424         If --enable-lto is used, add 'lto' to new_enable_languages.
4425         If --enable-lto is used and gold is enabled, add
4426         lto-plugin to configdirs.
4427         * configure: Regenerate.
4428
4429 2009-10-03  Simon Baldwin  <simonb@google.com>
4430
4431         * configure.ac: If --with-system-zlib, suppress local zlib and
4432         pass --with-system-zlib to subdir configure scripts.
4433         * configure: Regenerate.
4434
4435 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4436             Paolo Bonzini  <bonzini@gnu.org>
4437
4438         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4439         $(srcdir).
4440         * Makefile.in: Rebuilt.
4441
4442 2009-09-26  Gary Funck  <gary@intrepid.com>
4443
4444         * MAINTAINERS (Write After Approval): Add myself.
4445
4446 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4447
4448         * configure.ac: Update minimum MPC version to 0.7.
4449         * configure: Regenerate.
4450
4451 2009-09-25  Nick Clifton  <nickc@redhat.com>
4452
4453         * configure.ac: Pass any --cache-file=/dev/null option on to
4454         subconfigures.
4455         * configure: Regenerate.
4456
4457 2009-09-23  Nick Clifton  <nickc@redhat.com>
4458
4459         * config.sub, config.guess: Update from upstream sources.
4460
4461 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4462
4463         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4464         * Makefile.in: Rebuilt.
4465
4466 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4467
4468         PR bootstrap/32272
4469         * configure.ac: Error out if $srcdir isn't '.' but contains
4470         host-${host_noncanonical}.
4471         * configure: Regenerate.
4472
4473 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4474
4475         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4476         maintainer.
4477
4478 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4479
4480         * configure.ac: If bootstrapping a combined tree with
4481         --enable-gold, require c++ in stage1_languages.
4482         * configure: Regenerate.
4483
4484         * configure.ac: Also add target_libs of stage1_languages to
4485         bootstrap_target_libs.
4486         * configure: Regenerate.
4487
4488         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4489         with --enable-languages not containing c++.
4490         * configure: Regenerate.
4491
4492 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
4493
4494         * configure.ac: Disable java and boehm-gc for bfin-*-*.
4495         * configure: Regenerate.
4496
4497 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
4498
4499         * MAINTAINERS (Write After Approval): Update my e-mail address,
4500         and move from from here...
4501         (Waiting for paperwork): To here.
4502
4503 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
4504
4505         * MAINTAINERS (Reviewers): Add self as driver reviewer.
4506
4507 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4508
4509         * configure.ac: Do not use $extrasub for replacing @if/@endif
4510         parts in Makefile; instead, use additional arguments to
4511         AC_CONFIG_COMMANDS to do the replacement manually, with several
4512         sed invocations, to avoid HP-UX sed command limits.
4513         * configure: Regenerate.
4514
4515 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
4516
4517         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4518         blank before -L.
4519
4520 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
4521
4522         * configure.ac (with-build-config): Document.  Handle without.
4523         Handle missing argument.
4524         * configure: Rebuilt.
4525
4526 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
4527
4528         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
4529         Default to bootstrap-debug only if compare-debug works.
4530         * configure: Rebuilt.
4531         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4532         * Makefile.in: Rebuilt.
4533
4534 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4535
4536         * MAINTAINERS (OS Port Maintainers): Update my email address.
4537
4538 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
4539
4540         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4541         * Makefile.in: Rebuilt.
4542
4543 2009-09-01  Chris Demetriou  <cgd@google.com>
4544
4545         * MAINTAINERS (Write After Approval): Add myself.
4546
4547 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
4548
4549         PR debug/30161
4550         * include/dwarf2.h (enum dwarf_tag): Added
4551         DW_TAG_GNU_template_template_param
4552         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4553
4554 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4555
4556         * Makefile.tpl (AWK): Fix typo.
4557         * Makefile.in: Regenerate.
4558
4559 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
4560
4561         * configure.ac: Detect awk and sed.
4562         * Makefile.def (flags_to_pass): Add AWK and SED.
4563         * Makefile.tpl (AWK, SED): New.
4564         (BASE_FLAGS_TO_PASS): Add AWK and SED.
4565         * configure: Regenerate.
4566         * Makefile.in: Regenerate.
4567
4568 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
4569
4570         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4571         (collapseslashes): Likewise.
4572
4573 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4574
4575         * configure.ac (AC_PREREQ): Bump to 2.64.
4576
4577 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4578
4579         * configure.ac: Remove --with-datarootdir, --with-docdir,
4580         --with-pdfdir, --with-htmldir switches.
4581         * configure: Regenerate.
4582
4583         * configure: Regenerate.
4584
4585         * compile: Sync from Automake 1.11.
4586         * depcomp: Likewise.
4587         * install-sh: Likewise.
4588         * missing: Likewise.
4589         * mkinstalldirs: Likewise.
4590         * ylwrap: Likewise.
4591
4592 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
4593
4594         * ltmain.sh (func_normal_abspath): New function.
4595         (func_relative_path): Likewise.
4596         (func_mode_help): Document new -bindir option for link mode.
4597         (func_mode_link): Add new -bindir option, and use it to place
4598         output DLL if specified.
4599
4600 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4601
4602         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4603         (baseargs): Add --disable-option-checking.
4604         * configure: Regenerate.
4605
4606         * Makefile.def (configure-target-libiberty): Depend on
4607         all-binutils and all-ld.
4608         (configure-target-newlib): Likewise.
4609         * Makefile.in: Regenerate.
4610
4611 2009-08-17  Ben Elliston  <bje@au.ibm.com>
4612
4613         * config.sub, config.guess: Update from upstream sources.
4614
4615 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4616
4617         Sync from src, merge:
4618
4619         2009-07-02  Tristan Gingold  <gingold@adacore.com>
4620
4621         * configure.ac: Do not exclude gas for i386-*-darwin.
4622         Add a case for x86_64-*-darwin.
4623         * configure: Regenerate.
4624
4625 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
4626
4627         * MAINTAINERS: Add my name to Write After Approval list.
4628
4629 2009-08-06  Michael Eager  <eager@eagercon.com>
4630
4631         * configure.ac: Add Microblaze target.
4632         * configure: Regenerate.
4633
4634 2009-07-31  Christian Bruel  <christian.bruel@st.com>
4635
4636         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4637         * configure: Regenerate.
4638
4639 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
4640
4641         * MAINTAINERS (Write After Approval): Update my e-mail address.
4642
4643 2009-07-06  Ian Lance Taylor  <iant@google.com>
4644
4645         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4646         * configure: Rebuild.
4647
4648 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
4649
4650         * MAINTAINERS: Move myself to the Graphite Reviewers.
4651
4652 2009-06-30  Wei Guozhi  <carrot@google.com>
4653
4654         * MAINTAINERS: Add my name to Write After Approval list.
4655
4656 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
4657
4658         PR bootstrap/40338
4659         * configure.ac (comparestring): Create new variable.
4660         * Makefile.tpl (comparestring): Use to skip some comparisions.
4661         * configure: Regenerate.
4662         * Makefile.in: Regenerate.
4663
4664 2009-06-26  Doug Evans  <dje@sebabeach.org>
4665
4666         * Makefile.def (host_modules): Add cgen.
4667         * Makefile.in: Regenerate.
4668         * configure.ac (host_tools): Add cgen.
4669         * configure: Regenerate.
4670
4671 2009-06-23  DJ Delorie  <dj@redhat.com>
4672
4673         * MAINTAINERS: Add myself as mep maintainer.
4674
4675 2009-06-23  Ian Lance Taylor  <iant@google.com>
4676
4677         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
4678         boot_languages.  Only bootstrap target libraries listed in
4679         target_libs for some boot language.  Add --with-stage1-ldflags,
4680         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
4681         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
4682         if not building with C++.
4683         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4684         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4685         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4686         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4687         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
4688         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
4689         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4690         * configure, Makefile.in: Rebuild.
4691
4692 2009-06-23  Li Feng  <nemokingdom@gmail.com>
4693
4694         * MAINTAINERS: Added my name to write-after-approval list.
4695
4696 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
4697
4698         * configure.ac: Define is_elf for QNX Neutrino targets.
4699         * configure: Regenerate.
4700
4701 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
4702
4703         * MAINTAINERS: Added my name to the write-after-approval list
4704
4705 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4706
4707         * configure.ac: Detect MPC in default directory.
4708         * configure: Regenerate.
4709
4710 2009-06-03  Jerome Guitton  <guitton@adacore.com>
4711             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4712
4713         * Makefile.tpl (all): Avoid a trailing backslash.
4714         * Makefile.in: Regenerate.
4715
4716 2009-06-03  Ben Elliston  <bje@au.ibm.com>
4717
4718         * config.sub, config.guess: Update from upstream sources.
4719
4720 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
4721
4722         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4723         to noconfdirs.
4724         * configure: Regenerate.
4725
4726 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
4727
4728         * Makefile.tpl ([+compare-target+]): Compare all stage
4729         directories, rather than just gcc.
4730         * Makefile.in: Rebuilt.
4731
4732 2009-06-01  Doug Kwan  <dougkwan@google.com>
4733
4734         * configure.ac: Support gold for target arm*-*-*.
4735         * configure: Regenerate.
4736
4737 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4738
4739         * Makefile.def: Add MPC support and dependencies.
4740         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
4741
4742         * Makefile.in, configure: Regenerate.
4743
4744 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
4745
4746         * Makefile.tpl (all): Avoid harmless warning in make all when
4747         gcc-bootstrap is enabled but stage_last does not exist.
4748         * Makefile.in: Rebuilt.
4749
4750 2009-05-24  Nicolas Roche  <roche@adacore.com>
4751
4752         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4753         * Makefile.in: Regenerate.
4754
4755 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
4756
4757         * MAINTAINERS: Update my e-mail address.
4758
4759 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4760
4761         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
4762         * configure:  Regenerate.
4763
4764 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4765
4766         PR other/40159
4767         * Makefile.tpl (all): Don't assume gcc-bootstrap and
4768         gcc-no-bootstrap are mutually exclusive.
4769         * Makefile.in: Rebuilt.
4770
4771 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
4772
4773         PR other/40159
4774         * Makefile.tpl (all): Don't end with unconditional success.
4775         * Makefile.in: Rebuilt.
4776
4777 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
4778
4779         PR target/37137
4780         * Makefile.def (flags_to_pass): Remove redundant and incomplete
4781         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4782         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4783         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
4784         stage_configureflags, stage_cflags and stage_libcflags into
4785         explicit Makefile macros.
4786         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4787         GFORTRAN.
4788         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4789         CC.  Set CC_FOR_BUILD from CC.
4790         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4791         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4792         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4793         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
4794         and GFORTRAN.
4795         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4796         (_LIBCFLAGS): Renamed to _TFLAGS.
4797         (do-compare-debug, do-compare3-debug): Drop.
4798         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4799         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4800         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4801         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4802         (XGCC_FLAGS_FOR_TARGET): New.
4803         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4804         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4805         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4806         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4807         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
4808         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
4809         TFLAGS.
4810         (BUILD_CONFIG): Include if requested.
4811         (all): Set TFLAGS on bootstrap.
4812         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4813         (all-stageid-prefixmodule): Likewise.
4814         (do-clean, distclean-stageid): Set TFLAGS.
4815         (restrap): Fix whitespace.
4816         * Makefile.in: Rebuilt.
4817
4818 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
4819
4820         * config.guess: Sync with src.
4821
4822 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4823
4824         * configure.ac ($with_ppl):  Default to no if not supplied.
4825         ($with_cloog):  Likewise.
4826         configure:  Regenerate.
4827
4828 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
4829
4830         * MAINTAINERS: Update my e-mail address.
4831
4832 2009-04-27  Nick Clifton  <nickc@redhat.com>
4833
4834         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4835
4836 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
4837
4838         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4839         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4840         * Makefile.in: Regenerate.
4841
4842 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4843
4844         PR bootstrap/39739
4845         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4846         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4847
4848         * configure, Makefile.in: Regenerate.
4849
4850 2009-04-21  Taras Glek  <tglek@mozilla.com>
4851
4852         * include/hashtab.h: Update GTY annotations to new syntax
4853         * include/splay-tree.h: Likewise
4854
4855 2009-04-17  Ben Elliston  <bje@au.ibm.com>
4856
4857         * config.sub, config.guess: Update from upstream sources.
4858
4859 2009-04-15  Anthony Green  <green@moxielogic.com>
4860
4861         * configure.ac: Add moxie support.
4862         * configure: Rebuilt.
4863
4864 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
4865
4866         * configure.ac: Change copyright header to refer to version
4867         3 of the GNU General Public License and to point readers at the
4868         COPYING3 file and the FSF's license web page.
4869         * Makefile.def: Likewise.
4870         * Makefile.tpl: Likewise.
4871         * Makefile.in: Regenerate.
4872
4873 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
4874
4875         * configure.ac: Restore match for darwin9 or later. Use double
4876         brackets since regeneration eats one pair.
4877         * configure: Regenerate.
4878
4879 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4880
4881         PR gas/10039
4882         * configure.ac: Require texinfo 4.7.
4883         * configure: Regenerated.
4884
4885 2009-04-09  Nick Clifton  <nickc@redhat.com>
4886
4887         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4888         the GCC Runtime Library Exception.
4889
4890 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4891
4892         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4893         * configure: Regenerate.
4894
4895 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
4896
4897         * Makefil.def (languages): New entries.
4898         * Makefile.tpl (check-gcc-*): New generic target.
4899         * Makefile.in: Regenerate.
4900
4901 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
4902
4903         * MAINTAINERS:  Update my email address.
4904
4905 2009-03-18  Tom Tromey  <tromey@redhat.com>
4906
4907         * configure: Rebuild.
4908         * configure.ac (host_libs): Add libiconv.
4909         * Makefile.in: Rebuild.
4910         * Makefile.def (host_modules): Add libiconv.
4911         (configure-gdb, all-gdb): Depend on libiconv.
4912
4913 2009-03-16  Tristan Gingold  <gingold@adacore.com>
4914
4915         * configure.ac: Treat gdb as supported on x86_64-darwin.
4916         * configure: Regenerate.
4917
4918 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
4919
4920         * configure.ac (--with-host-libstdcxx): New option.
4921         * configure: Regenerate.
4922
4923 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
4924
4925         * MAINTAINERS:  Move myself into the write after approval list.
4926
4927 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
4928
4929         * MAINTAINERS: Update e-mail address.
4930
4931 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
4932
4933         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4934
4935 2009-03-10  Ira Rosen  <irar@il.ibm.com>
4936
4937         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4938
4939 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4940
4941         Backport from git Libtool:
4942
4943         2009-01-19  Robert Millan  <rmh@aybabtu.com>
4944         Support GNU/kOpenSolaris.
4945         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4946         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4947         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4948         GNU/kOpenSolaris.
4949
4950 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
4951
4952         * MAINTAINERS: Update e-mail address.
4953
4954 2009-02-24  Michael Eager  <eager@eagercon.com>
4955
4956         * MAINTAINERS (Write After Approval): Add self.
4957
4958 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
4959
4960         * MAINTAINERS (Write After Approval): Add myself.
4961
4962 2009-02-05  Andreas Schwab  <schwab@suse.de>
4963
4964         * Makefile.tpl (stage_last): Define $r and $s before using
4965         $(RECURSE_FLAGS_TO_PASS).
4966         * Makefile.in: Regenerate
4967
4968 2009-01-30  Ian Lance Taylor  <iant@google.com>
4969
4970         * MAINTAINERS: Move myself to the Global Reviewers list.
4971
4972 2009-01-29  Robert Millan  <rmh@aybabtu.com>
4973
4974         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4975         * configure: Regenerate.
4976
4977 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
4978
4979         * MAINTAINERS: Make whitespace consistent.
4980         Remove Robert Millan from Write After Approval.
4981
4982 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
4983
4984         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4985         (all-opcodes): Depend on all-libiberty.
4986         * Makefile.in: Regenerate.
4987
4988 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
4989
4990         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4991         * configure: Regenerate.
4992
4993 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
4994
4995         * MAINTAINERS (Write After Approval): Add myself.
4996
4997 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
4998
4999         * MAINTAINERS: Add myself to reviewers (Fortran).
5000
5001 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5002
5003         PR tree-optimization/38515
5004         * configure.ac (cloog-polylib): Removed.
5005         (with_ppl, with_cloog): Test for "no".
5006         * configure: Regenerated.
5007
5008 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5009
5010         * MAINTAINERS: Moved myself to reviewers (Fortran).
5011
5012 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5013
5014         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5015         (Write After Approval): Remove myself.
5016
5017 2009-01-03  Diego Novillo  <dnovillo@google.com>
5018
5019         * MAINTAINERS: Remove myself from alias maintainership.
5020
5021 2009-01-02  David Ayers  <ayers@fsfe.org>
5022
5023         * MAINTAINERS: Update e-mail address.
5024
5025 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5026
5027         * MAINTAINERS: Make whitespace consistent.
5028
5029 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5030
5031         Backport from upstream Libtool:
5032         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5033         Add cache variables to tests that require the linker to work.
5034         For shlibpath_overrides_runpath, this also changes the semantics
5035         to let the result from the C compiler take precedence.
5036
5037 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5038
5039         * config.sub, config.guess: Update from upstream sources.
5040
5041 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
5042
5043         * configure.ac (ppllibs): Add by default the lib flags.
5044         * configure: Regenerate.
5045
5046 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
5047
5048         * MAINTAINERS:  Add myself to the write after approval list.
5049
5050 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
5051
5052         * configure.ac: Add double brackets on darwin[912].
5053         * configure: Regenerate.
5054
5055 2008-12-03  Daniel Kraft  <d@domob.eu>
5056
5057         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
5058         Approval to Reviewer section (for Fortran front-end).
5059
5060 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
5061
5062         * configure.ac: Expand to darwin10 and later.
5063         * configure: Regenerate.
5064
5065 2008-12-02  Andreas Schwab  <schwab@suse.de>
5066
5067         * Makefile.def: configure-target-boehm-gc depends on
5068         all-target-libstdc++-v3.
5069         * Makefile.in: Regenerate.
5070
5071 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
5072
5073         * MAINTAINERS:  Add myself as mingw maintainer.
5074
5075 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5076
5077         * config.sub, config.guess: Update from upstream sources.
5078
5079 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5080
5081         * README.SCO: Remove.
5082
5083 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
5084
5085         * MAINTAINERS:  Add myself to the write after approval list.
5086
5087 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5088
5089         * MAINTAINERS:  Update my email address in WAA section.
5090
5091 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5092
5093         * MAINTAINERS: Update e-mail address.
5094
5095 2008-11-27  Toon Moene  <toon@moene.org>
5096
5097         * MAINTAINERS: Change e-mail address.
5098
5099 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5100
5101         * configure.ac: Build gdb for i?86-*-darwin*
5102         * configure: Regenerated.
5103
5104 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5105
5106         * MAINTAINERS: Added my full name.
5107
5108 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5109
5110         PR bootstrap/38014
5111         PR bootstrap/37923
5112
5113         Revert:
5114
5115         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5116
5117         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5118         * Makefile.in: Regenerated.
5119
5120         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5121
5122         PR gdb/921
5123         PR gdb/1646
5124         PR gdb/2175
5125         PR gdb/2176
5126
5127         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5128         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5129         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5130         (HOST_EXPORTS): Pass CPPFLAGS.
5131         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5132         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5133         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5134         * Makefile.in, configure: Regenerated.
5135         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5136         and CPPFLAGS_FOR_BUILD.
5137
5138 2008-11-06  Jeff Law  <law@redhat.com>
5139
5140         * MAINTAINERS: Add myself as middle end maintainer.
5141
5142 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5143
5144         * MAINTAINERS (Write after approval): Add myself.
5145
5146 2008-11-05  Diego Novillo  <dnovillo@google.com>
5147
5148         * MAINTAINERS (Global Reviewers): Add myself.
5149         (Non-Algorithmic Maintainers): Remove myself.
5150
5151 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5152
5153         * MAINTAINERS (Write after approval): Add myself.
5154
5155 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5156
5157         * MAINTAINERS (Write after approval): Add myself.
5158
5159 2008-10-31  Ben Elliston  <bje@au.ibm.com>
5160
5161         * configure.ac (spu-*-*): Remove special case.
5162         * configure: Regenerate.
5163
5164 2008-10-30  Catherine Moore  <clm@codesourcery.com>
5165
5166         * MAINTAINERS (Write after approval): Update my email address.
5167
5168 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5169
5170         * configure.ac [spu-*-*]: Do not set skipdirs.
5171         * configure: Re-generate.
5172
5173 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5174
5175         * MAINTAINERS (Various Maintainers): Add myself to reload.
5176
5177 2008-10-25  Richard Guenther  <rguenther@suse.de>
5178
5179         * MAINTAINERS (Various Maintainers): Add myself as middle-end
5180         maintainer.  Remove myself as libgcc-math maintainer.
5181         (Non-Algorithmic Maintainers): Remove myself.
5182
5183 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5184
5185         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5186         * Makefile.in: Regenerated.
5187
5188 2008-10-23  Cary Coutant  <ccoutant@google.com>
5189
5190         * MAINTAINERS (Write after approval): Add myself.
5191
5192 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5193
5194         PR gdb/921
5195         PR gdb/1646
5196         PR gdb/2175
5197         PR gdb/2176
5198
5199         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5200         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5201         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5202         (HOST_EXPORTS): Pass CPPFLAGS.
5203         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5204         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5205         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5206         * Makefile.in, configure: Regenerated.
5207         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5208         and CPPFLAGS_FOR_BUILD.
5209
5210 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5211
5212         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5213         Sebastian Pop.
5214
5215 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
5216
5217         * MAINTAINERS (Write After Approval): Added myself.
5218
5219 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5220
5221         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5222         recommended version to 2.3.2.
5223
5224         * configure: Regenerate.
5225
5226 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
5227
5228         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5229
5230 2008-09-29  David Daney <david.daney@caviumnetworks.com>
5231
5232         * MAINTAINERS (Write After Approval): Update e-mail address.
5233
5234 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5235
5236         * libtool.m4: Update to libtool 2.2.6.
5237         * lt~obsolete.m4: Update to libtool 2.2.6.
5238         * ltmain.sh: Update to libtool 2.2.6.
5239         * ltsugar.m4: Update to libtool 2.2.6.
5240         * ltversion.m4: Update to libtool 2.2.6.
5241         * ltoptions.m4: Update to libtool 2.2.6.
5242         * ltgcc.m4: Update to match changes from libtool 2.2.6.
5243
5244 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5245
5246         * MAINTAINERS (Write After Approval): Add myself.
5247
5248 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5249
5250         * MAINTAINERS (Write After Approval): Update my name.
5251
5252 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5253
5254         * MAINTAINERS: Add myself in "Write After Approval".
5255
5256 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
5257
5258         * MAINTAINERS: Add myself as ia64 maintainer.
5259
5260 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5261
5262         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5263         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5264         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5265         and Michael Tiemann from Write After Approval since they do not
5266         actually have access.
5267
5268 2008-09-05  Richard Guenther  <rguenther@suse.de>
5269
5270         * configure.ac: Initialize clooglibs to -lcloog.
5271         * configure: Re-generate.
5272
5273 2008-09-04  Le-Chun Wu  <lcwu@google.com>
5274
5275         * MAINTAINERS (Write After Approval): Add myself.
5276
5277 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5278
5279         * configure.ac (--with-cloog-polylib): New.
5280         (--disable-cloog-version-check): New.
5281         (--disable-ppl-version-check): New.
5282         * configure: Re-generate.
5283
5284 2008-09-03  Richard Guenther  <rguenther@suse.de>
5285
5286         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5287         cloog test.
5288         * configure: Re-generate.
5289
5290 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5291
5292         Add picoChip port.
5293         * MAINTAINERS: Add picoChip maintainers.
5294
5295 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5296             Tobias Grosser  <grosser@fim.uni-passau.de>
5297             Jan Sjodin  <jan.sjodin@amd.com>
5298             Harsha Jagasia  <harsha.jagasia@amd.com>
5299             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5300             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5301             Adrien Eliche  <aeliche@isty.uvsq.fr>
5302
5303         Merge from graphite branch.
5304         * configure: Regenerate.
5305         * Makefile.in: Regenerate.
5306         * configure.ac (host_libs): Add ppl and cloog.
5307         Add checks for PPL and CLooG.
5308         * Makefile.def (ppl, cloog): Added modules and dependences.
5309         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5310         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5311
5312 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5313
5314         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5315         (GCC_SHLIB_SUBDIR): New.
5316         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5317         * configure: Regenerate.
5318         * Makefile.in: Regenerate.
5319
5320 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5321
5322         * MAINTAINERS: Consistently use tabs to separate columns.
5323
5324 2008-08-29  Tristan Gingold  <gingold@adacore.com>
5325
5326         * MAINTAINERS (Write after Approval): Add myself.
5327
5328 2008-08-28  Tristan Gingold  <gingold@adacore.com>
5329
5330         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5331         Enable bfd, binutils and opcodes.
5332         * configure: Regenerate.
5333
5334 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5335
5336         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5337
5338 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5339
5340         * MAINTAINERS:  Use correct Umlaut for last name.
5341
5342 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5343
5344         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5345
5346 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5347
5348         * MAINTAINERS: Update my email address.
5349
5350 2008-08-16  Nicolas Roche  <roche@adacore.com>
5351
5352         * Makefile.tpl: Add BOOT_ADAFLAGS.
5353         * Makefile.in: Regenerate.
5354
5355 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5356
5357         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5358         * configure: Regenerate.
5359
5360 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5361
5362         * configure.ac: Add makefile fragments for hpux.
5363         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5364         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5365         * configure: Regenerate.
5366         * Makefile.in: Regenerate.
5367
5368 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5369
5370         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5371
5372 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5373
5374         * MAINTAINERS (Write after Approval): Add myself.
5375
5376 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5377
5378         * MAINTAINERS (Write After Approval):  Add myself.
5379
5380 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5381
5382         * MAINTAINERS (Write After Approval):  Add myself.
5383
5384 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5385
5386         * MAINTAINERS: Update my email address.
5387
5388 2008-06-25  Joey Ye  <joey.ye@intel.com>
5389
5390         * MAINTAINERS (Write After Approval):  Add myself.
5391
5392 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5393
5394         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5395         * Makefile.in: Regenerate.
5396         * configure: Regenerate.
5397
5398 2008-06-17  Daniel Kraft  <d@domob.eu>
5399
5400         * MAINTAINERS (Write After Approval):  Add myself.
5401
5402 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5403
5404         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5405         "$@" is still intact with both Autoconf 2.59 and 2.62.
5406         * configure: Regenerate.
5407
5408 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5409
5410         * Makefile.tpl: Fix comment errors.
5411         * Makefile.in: Regenerate.
5412
5413 2008-06-12  David S. Miller  <davem@davemloft.net>
5414             David Edelsohn  <edelsohn@gnu.org>
5415
5416         * configure.ac: Add powerpc*-*-* to gold supported targets.
5417         * configure: Regenerate.
5418
5419 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5420
5421         PR tree-optimization/36218
5422         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5423         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5424         (all prefix="build-"): Pass them to build-system sub-makes.
5425         * Makefile.in: Regenerate.
5426
5427 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5428
5429         * MAINTAINERS (mt port): Remove.
5430         (sco5, unixware, sco udk): Remove.
5431         (Kean Johnston): Add to Write After Approval.
5432
5433 2008-05-30  Julian Brown  <julian@codesourcery.com>
5434
5435         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5436         of libobjc for ARM EABI Linux.
5437         * configure: Regenerate.
5438
5439 2008-05-18  Xinliang David Li   <davidxl@google.com>
5440
5441         * ChangeLog: Remove wrong ChangeLog entry.
5442
5443 2008-05-17  Xinliang David Li   <davidxl@google.com>
5444
5445         * MAINTAINERS (Write After Approval): Add myself.
5446
5447 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5448
5449         * MAINTAINERS (Write After Approval): Add myself.
5450
5451 2008-05-14  Rafael Espíndola  <espindola@google.com>
5452
5453         * config-ml.in: don't handle --enable-shared and --enable-static.
5454
5455 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5456
5457         * MAINTAINERS: Update my email address.
5458
5459 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5460
5461         * MAINTAINERS: Update my email address.
5462
5463 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5464
5465         * MAINTAINERS (Write After Approval): Add myself.
5466
5467 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5468
5469         * MAINTAINERS (Write After Approval): Add myself.
5470
5471 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5472
5473         * MAINTAINERS (crx): Add myself.
5474
5475 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5476
5477         Sync with src:
5478         2008-04-14  David S. Miller  <davem@davemloft.net>
5479
5480         * configure.ac: Add sparc*-*-* to gold supported targets.
5481         * configure: Regenerate.
5482
5483 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5484
5485         PR bootstrap/35457
5486         * configure.ac: Include override.m4.
5487         * configure: Regenerate.
5488
5489 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5490
5491         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5492         * Makefile.in: Regenerate.
5493
5494 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
5495
5496         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5497         as nonconfigurable directories list.
5498         * configure: Regenerate.
5499
5500 2008-04-14  Ben Elliston  <bje@au.ibm.com>
5501
5502         * config.sub, config.guess: Update from upstream sources.
5503
5504 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
5505
5506         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5507         * Makefile.in: Regenerate.
5508
5509 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
5510
5511         * configure.ac: Do not build libssp for the AVR.
5512         * configure: Regenerate.
5513
5514 2008-04-07  Ian Lance Taylor  <iant@google.com>
5515
5516         * Makefile.def: check-gold depends upon all-binutils.
5517         * Makefile.in: Regenerate.
5518
5519 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
5520
5521         * MAINTAINERS (Write After Approval): Add myself.
5522
5523 2008-04-04  Nick Clifton  <nickc@redhat.com>
5524
5525         PR binutils/4334
5526         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5527         builds.
5528         * configure: Regenerate.
5529
5530 2008-04-04  NightStrike  <NightStrike@gmail.com>
5531
5532         PR other/35151
5533         * configure.ac: Combine rules for mingw32 and mingw64.
5534         * configure: Regenerate.
5535
5536 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
5537
5538         * MAINTAINERS (Write After Approval): Add myself.
5539
5540 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
5541
5542         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5543         * Makefile.in (.NOTPARALLEL): Ditto.
5544
5545 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
5546
5547         * MAINTAINERS (Write After Approval): Add myself.
5548
5549 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
5550
5551         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5552         * Makefile.in (.NOTPARALLEL): Regenerate.
5553
5554 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
5555
5556         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5557         * Makefile.in: Regenerate.
5558
5559 2008-03-26  Jakub Staszak  <kuba@et.pl>
5560
5561         * MAINTAINERS (Write After Approval): Add myself.
5562
5563 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5564
5565         * MAINTAINERS:  Update e-mail address.
5566
5567 2008-03-20  Ian Lance Taylor  <iant@google.com>
5568
5569         * configure.ac: Add support for --enable-gold.
5570         * Makefile.def: Add gold as a directory like ld.
5571         * configure, Makefile.in: Regenerate.
5572
5573 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5574
5575         * configure.ac: m4_include config/proginstall.m4.
5576         * configure: Regenerate.
5577
5578         Backport from upstream Libtool:
5579
5580         2007-10-12  Eric Blake  <ebb9@byu.net>
5581
5582         Deal with Autoconf 2.62's semantic change in m4_append.
5583         * ltsugar.m4 (lt_append): Replace broken versions of
5584         m4_append.
5585         (lt_if_append_uniq): Don't require separator to be overquoted,
5586         and avoid broken m4_append.
5587         (lt_dict_add): Fix typo.
5588         * libtool.m4 (_LT_DECL): Don't overquote separator.
5589
5590 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
5591
5592         * config.rpath: Add AIX 6 support.
5593
5594 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
5595
5596         * Makefile.def (stageprofile).  Remove -fprofile-generate
5597         from stage_libcflags.
5598         * Makefile.in: Regenerate.
5599
5600 2008-03-13  Ben Elliston  <bje@au.ibm.com>
5601
5602         * config.sub, config.guess: Update from upstream sources.
5603
5604 2008-03-06  Tom Tromey  <tromey@redhat.com>
5605
5606         * MAINTAINERS: Update for treelang deletion.
5607
5608 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
5609
5610         * MAINTAINERS: Update my email address.
5611
5612 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
5613
5614         * MAINTAINERS (darwin port): Add myself as a maintainer.
5615         (objective-c/c++): Add myself as a maintainer.
5616
5617 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
5618
5619         * MAINTAINERS (Write After Approval): Update my email address.
5620
5621 2008-02-25  Tomas Bily  <tbily@suse.cz>
5622
5623         * MAINTAINERS (Write After Approval): Add myself.
5624
5625 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
5626
5627         * MAINTAINERS (OpenMP): Add myself.
5628
5629 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
5630
5631         PR bootstrap/32009
5632         PR bootstrap/32161
5633
5634         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5635         * configure: Regenerate.
5636
5637         * Makefile.def: Define stage_libcflags for all bootstrap stages.
5638         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5639         STAGE4_LIBCFLAGS): New.
5640         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5641         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5642         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5643         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5644         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5645         for target modules.  Don't export LIBCFLAGS.
5646         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5647         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5648         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5649         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5650         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5651         * Makefile.in: Regenerate.
5652
5653 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5654
5655         PR libgcj/33085
5656         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5657         Do not use -DDLL_EXPORT.  Backport from upstream.
5658
5659 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5660
5661         * MAINTAINERS (Write After Approval): Add myself.
5662
5663 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
5664
5665         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5666         * configure: Regenerate.
5667
5668 2008-01-31  Marc Gauthier  <marc@tensilica.com>
5669
5670         * configure.ac (xtensa*-*-*): Recognize processor variants.
5671         * configure: Regenerate.
5672
5673 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5674
5675         PR bootstrap/34922
5676         * configure.ac (PARSE_ARGS): Push suitable setting of
5677         ac_subdirs_all, for `./configure --help=recursive'.
5678         Handle `+' in generic toplevel directory disabling.
5679         * configure: Regenerate.
5680
5681 2008-01-28  Nick Clifton  <nickc@redhat.com>
5682
5683         * MAINTAINERS (xstormy16): Take over maintainership.
5684
5685 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
5686
5687         * MAINTAINERS (c4x port): Remove.
5688
5689 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
5690
5691         * libtool.m4: Backport AIX 6 support from ToT Libtool.
5692
5693 2008-01-23  Ben Elliston  <bje@au.ibm.com>
5694
5695         * config.sub, config.guess: Update from upstream sources.
5696
5697 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
5698
5699         * MAINTAINERS (Write After Approval): Add myself.
5700
5701 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
5702
5703         * MAINTAINERS: Update my email address.
5704
5705 2008-01-09  Raksit Ashok  <raksit@google.com>
5706
5707         * MAINTAINERS (Write After Approval): Add myself.
5708
5709 2008-01-09  Raksit Ashok  <raksit@google.com>
5710
5711         * MAINTAINERS (Write After Approval): Add myself.
5712
5713 2008-01-08  Ben Elliston  <bje@au.ibm.com>
5714
5715         * config.sub, config.guess: Update from upstream sources.
5716
5717 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5718
5719         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5720         Change recommended MPFR from 2.2.1 -> 2.3.0.
5721         * configure: Regenerate.
5722
5723 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
5724
5725         * MAINTAINERS: Update my email address.
5726
5727 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
5728
5729         * MAINTAINERS: Update my email address.
5730
5731 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
5732
5733         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5734         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5735         * Makefile.in: Regenerate.
5736
5737 2007-12-10  Mark Heffernan  <meheff@google.com>
5738
5739         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5740         misplaced entries.
5741
5742 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
5743
5744         * configure.ac: Enable libjava for x86_64-*-darwin9.
5745         * configure: Regenerate.
5746
5747 2007-12-07  Bill Maddox  <maddox@google.com>
5748
5749         * MAINTAINERS (Write After Approval): Add myself.
5750
5751 2007-12-05  Ben Elliston  <bje@au.ibm.com>
5752
5753         * config.sub, config.guess: Update from upstream sources.
5754
5755 2007-12-02  Matthias Klose  <doko@ubuntu.com>
5756
5757         * config-ml.in: Remove 64bit configure tests.
5758
5759 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5760
5761         * config-ml.in: Robustify against white space in absolute file
5762         names.
5763
5764         * config-ml.in (multi-clean): Substitute ${Makefile}.
5765         Remove superfluous ${Makefile} in list.
5766
5767 2007-11-19  Thiemo Seufer  <ths@mips.com>
5768
5769         * config-ml.in: Don't hardcode the Makefile name.
5770
5771 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
5772
5773         * MAINTAINERS (Write After Approval): Add myself.
5774
5775 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
5776
5777         * MAINTAINERS (Write After Approval): Add myself.
5778
5779 2007-11-06  Doug Kwan  <dougkwan@google.com>
5780
5781         * MAINTAINERS (Write After Approval): Add myself.
5782
5783 2007-10-25  Ben Elliston  <bje@au.ibm.com>
5784
5785         * MAINTAINERS (mercury): Remove entry.
5786         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5787
5788 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
5789
5790         * Makefile.def (dependencies): Make configure-gdb depend on
5791         all-intl.
5792         * Makefile.in: Regenerated.
5793
5794 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
5795
5796         * MAINTAINERS (Fortran maintainer): Remove myself.
5797
5798 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
5799
5800         * Makefile.def: To avoid problems running with parallel makes,
5801         build newlib before libgloss so that target specific header
5802         files are availble.
5803         * Makefile.in: Regenerate
5804
5805 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
5806
5807         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5808         * Makefile.in: Regenerate.
5809
5810 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
5811
5812         * MAINTAINERS (Register allocation reviewer): Add myself.
5813
5814 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
5815
5816         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5817         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5818         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
5819         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5820         * configure: Regenerate.
5821
5822 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
5823
5824         * MAINTAINERS (Register allocation reviewer): Add myself.
5825
5826 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
5827
5828         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5829         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5830         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5831         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5832         * configure.ac: Default them to host tools for $host = $build.
5833         Subst them.
5834
5835         * configure: Regenerate.
5836         * Makefile.in: Regenerate.
5837
5838 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
5839
5840         * MAINTAINERS (Register allocation reviewer): Add myself.
5841
5842 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
5843
5844         * MAINTAINERS (Register allocation reviewer): Add myself.
5845
5846 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
5847
5848         * MAINTAINERS (Write After Approval): Fix typo.
5849
5850 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
5851
5852         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5853         * configure: Regenerate.
5854
5855 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
5856
5857         PR bootstrap/31906
5858         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5859         they're already prefixed.
5860
5861 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
5862
5863         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5864         libstdc++.
5865         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5866         * configure: Regenerate.
5867         * Makefile.in: Regenerate.
5868
5869 2007-09-17  Andreas Schwab  <schwab@suse.de>
5870
5871         * configure.ac: Raise minimum makeinfo version to 4.6.
5872         * configure: Regenerate.
5873
5874 2007-09-17  Johannes Singler  <singler@ira.uka.de>
5875
5876         * MAINTAINERS (write-after-approval) add myself
5877
5878 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
5879
5880         * configure.ac: Correct makeinfo version check.
5881         * configure: Regenerate.
5882
5883 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
5884
5885         * MAINTAINERS: Update my email address.
5886
5887 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
5888
5889         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
5890         to $skipdirs and only disable gprof for newlib.  Use the normal
5891         mips*-elf* handling in other respects.
5892         * configure: Regnerate.
5893
5894 2007-09-12  David Daney  <ddaney@avtrex.com>
5895
5896         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5897         enabling libgcj.
5898         * configure: Regenerate.
5899
5900 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
5901
5902         PR other/32154
5903         * configure.ac: For libgloss targets, point the linker to the linker
5904         script, startup code and simulator library.
5905         * configure: Regenerate.
5906
5907 2007-09-07  Andrew Haley  <aph@redhat.com>
5908
5909         * configure.ac (noconfigdirs): Remove target-libffi and
5910         target-libjava.
5911         * configure: Regenerate.
5912
5913 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5914
5915         PR target/33281
5916         * configure.ac: Use config/mh-mingw on mingw.
5917         * configure: Regenerate.
5918
5919 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
5920
5921         * MAINTAINERS (Write After Approval): Add myself.
5922
5923 2007-09-05  Richard Guenther  <rguenther@suse.de>
5924
5925         * configure.ac (--enable-stage1-checking): If neither --enable-checking
5926         nor --disable-checking is provided also turn on yes and types
5927         checking for stage1.
5928         * configure: Re-generate.
5929
5930 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
5931
5932         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5933         (Write After Approval): Remove myself.
5934
5935 2007-08-29  Nick Clifton  <nickc@redhat.com>
5936
5937         * config.sub, config.guess: Update from upstream sources.
5938
5939 2007-08-22  Bud Davis  <jmdavis@link.com>
5940
5941         * MAINTAINERS (Write After Approval): Added myself.
5942         * MAINTAINERS (Reviewers): Removed myself.
5943
5944 2007-08-18  Paul Brook  <paul@codesourcery.com>
5945             Joseph Myers  <joseph@codesourcery.com>
5946
5947         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5948         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5949         * Makefile.in: Regenerate.
5950         * configure.ac (--with-debug-prefix-map): New.
5951         * configure: Regenerate.
5952
5953 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
5954             Nigel Stephens  <nigel@mips.com>
5955
5956         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
5957         as target_makefile_frag.
5958         * configure: Regenerate.
5959
5960 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
5961
5962         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5963         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
5964         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5965         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5966         (do-compare, do-compare3, do-compare-debug): New.
5967         ([+compare-target+]): Use them.
5968
5969 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
5970
5971         * MAINTAINERS (Write After Approval): Change my email address.
5972
5973 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5974             Ben Elliston  <bje@au.ibm.com>
5975
5976         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5977         --silent if $silent.
5978         * configure: Regenerate.
5979
5980 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
5981
5982         * MAINTAINERS (Various Maintainers): Add myself as
5983         loop infrastructure maintainer.  Update my e-mail
5984         address.
5985
5986 2007-07-31  Diego Novillo  <dnovillo@google.com>
5987
5988         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5989         Adjust description.
5990
5991 2007-07-26  Richard Guenther  <rguenther@suse.de>
5992
5993         * configure.ac: Add types checking to stage1 checking flags.
5994         * configure: Regenerate.
5995
5996 2007-07-17  Nick Clifton  <nickc@redhat.com>
5997
5998         * COPYING3: New file.  Contains version 3 of the GNU General
5999         Public License.
6000         * COPYING3.LIB: New file.  Contains version 3 of the GNU
6001         Lesser General Public License.
6002
6003 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6004
6005         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6006
6007 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6008
6009         * MAINTAINERS (S/390 co-maintainer): Add myself.
6010         (Write After Approval): Remove myself.
6011
6012 2007-07-13  Dan Hipschman  <dsh@google.com>
6013
6014         * MAINTAINERS (Write After Approval): Add myself.
6015
6016 2007-07-11  Nick Clifton  <nickc@redhat.com>
6017
6018         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6019         WINDRES export.
6020         * Makefile.in: Regenerate.
6021
6022 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6023
6024         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6025         maintainer.
6026
6027 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6028
6029         * lt~obsolete.m4: New. Import from 20070318 libtool.
6030
6031 2007-07-03  Julian Brown  <julian@codesourcery.com>
6032
6033         * MAINTAINERS (Write After Approval): Add myself.
6034
6035 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6036
6037         * configure.ac: Rewrite 'configure --help' strings to look nicer.
6038         * configure: Regenerate.
6039
6040 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6041
6042         * configure.ac: Add some missing m4 quotation.
6043         * configure: Regenerate.
6044
6045 2007-07-02  Simon Baldwin  <simonb@google.com>
6046
6047         * MAINTAINERS (Write After Approval): Add myself.
6048
6049 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
6050
6051         * configure: Regenerate.
6052
6053 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
6054
6055         * Makefile.def: Add windmc tool to build.
6056         * Makefile.tpl: Likewise.
6057         * configure.ac: Likewise.
6058         * Makefile.in: Regenerate.
6059         * configure: Regenerate.
6060
6061 2007-06-28  DJ Delorie  <dj@redhat.com>
6062
6063         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6064         not building newlib.
6065         * configure: Regenerated.
6066
6067 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
6068
6069         * MAINTAINERS (Write After Approval): Add myself.
6070
6071 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
6072
6073         * MAINTAINERS (Write After Approval): Add myself.
6074
6075 2007-06-19  Chris Matthews  <chrismatthews@google.com>
6076
6077         * MAINTAINERS (Write After Approval): Add myself.
6078
6079 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6080
6081         * MAINTAINERS (Write After Approval): Add myself.
6082
6083 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6084
6085         * Makefile.def: Add dependency from configure-gdb to all-bfd.
6086         * Makefile.in: Regenerated.
6087
6088 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6089
6090         * configure.ac: Don't add target-libmudflap to noconfigdirs for
6091         bfin*-*-uclinux* targets.
6092         * configure: Regenerate.
6093
6094 2007-06-14  Ian Lance Taylor  <iant@google.com>
6095
6096         * MAINTAINERS: Add myself as non-algorithmic global write
6097         maintainer.
6098
6099 2007-06-14  Diego Novillo  <dnovillo@google.com>
6100
6101         * MAINTAINERS: Add self as middle-end maintainer and
6102         non-algorithmic global write maintainer.
6103
6104 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6105
6106         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6107         Move all Fortran maintainers except Paul Brook into the
6108         Non-Autopoiesis section.
6109
6110 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6111
6112         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6113         (distclean-stage[+id+]): Possibly delete stage_last.
6114         * Makefile.in: Regenerate.
6115
6116 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6117
6118         * MAINTAINERS (Various Maintainer): Fix typo.
6119
6120 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6121
6122         * MAINTAINERS (Various Maintainer): Add myself as
6123         dataflow maintainer.
6124
6125 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6126
6127         * config.sub, config.guess: Update from upstream sources.
6128
6129 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6130
6131         * Makefile.tpl: Fix spelling error.
6132         * Makefile.in: Regenerate.
6133
6134 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
6135
6136         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6137         lt_cv_sys_max_cmd_len.
6138
6139 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6140
6141         * MAINTAINERS (Various Maintainers): Add myself as
6142         auto-vectorizer maintainer.
6143
6144 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6145
6146         PR libjava/32098
6147         * libtool.m4: Revert previous change.
6148         * ltgcc.m4: Put it here.
6149
6150 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6151
6152         * MAINTAINERS (Various Maintainers): Add myself as
6153         auto-vectorizer maintainer.
6154
6155 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6156
6157         PR libjava/32098
6158         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6159
6160 2007-05-30  Richard Guenther  <rguenther@suse.de>
6161
6162         * MAINTAINERS (Various Maintainers): Add myself as
6163         auto-vectorizer maintainer.
6164
6165 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6166
6167         PR bootstrap/29382
6168         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6169         * configure: Rebuilt.
6170
6171 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6172
6173         * MAINTAINERS (Write After Approval): Removed my name.
6174
6175 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6176
6177         * MAINTAINERS (Write After Approval): Remove myself.
6178
6179 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6180
6181         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6182
6183 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
6184
6185         * ltmain.sh: Update from ToT Libtool.
6186         * libtool.m4: Update from ToT Libtool.
6187         * ltsugar.m4: New. Update from ToT Libtool.
6188         * ltversion.m4: New. Update from ToT Libtool.
6189         * ltoptions.m4: New. Update from ToT Libtool.
6190         * ltconfig: Remove.
6191         * ltcf-c.sh: Remove.
6192         * ltcf-cxx.sh: Remove.
6193         * ltcf-gcj.sh: Remove.
6194
6195 2007-05-22  Ollie Wild  <aaw@google.com>
6196
6197         * MAINTAINERS (Write After Approval): Add myself.
6198
6199 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6200
6201         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6202         stage_cflags.
6203         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6204         Remove CFLAGS/LIBCFLAGS.
6205         (configure-stage[+id+]-[+prefix+][+module+],
6206         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6207         * Makefile.in: Regenerate.
6208
6209 2007-05-15  Diego Novillo  <dnovillo@google.com>
6210
6211         * MAINTAINERS: Update e-mail address.
6212
6213 2007-05-15  Revital Eres  <eres@il.ibm.com>
6214
6215         * MAINTAINERS (Write After Approval): Add myself.
6216
6217 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6218
6219         * MAINTAINERS (Write After Approval): Updated my address.
6220
6221 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6222
6223         * MAINTAINERS (Write After Approval): Add myself.
6224
6225 2007-05-11  Silvius Rus  <rus@google.com>
6226
6227         * MAINTAINERS (Write After Approval): Add myself.
6228
6229 2007-04-23  Tom Tromey  <tromey@redhat.com>
6230
6231         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6232
6233 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
6234
6235         * MAINTAINERS (cpplib): Rename to ...
6236         (libcpp): ... this.  Add C/C++ front end maintainers.
6237
6238 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
6239
6240         * config-ml.in: Pass ${ml_config_env} to configure calls.
6241
6242 2007-04-04  Christian Bruel  <christian.bruel@st.com>
6243
6244         * MAINTAINERS (Write After Approval): Add myself.
6245
6246 2007-04-02  Dave Korn  <dave.korn@artimi.com>
6247
6248         * MAINTAINERS (Write After Approval): Add myself.
6249
6250 2007-03-31  Tobias Burnus  <burnus@net-b.de>
6251
6252         * MAINTAINERS (fortran 95 front end): Add myself.
6253
6254 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6255
6256         * MAINTAINERS (Write After Approval): Add myself.
6257
6258 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6259
6260         * MAINTAINERS (Modulo Scheduler): Add myself.
6261
6262 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6263
6264         * MAINTAINERS (fortran 95 front end): Add myself.
6265         (c++ front end): whitespace fix.
6266
6267 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6268
6269         * MAINTAINERS (Write After Approval): Add myself.
6270
6271 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
6272
6273         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6274         of glob.  Quote arguments with single quotes too.
6275         * configure: Regenerate.
6276
6277 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6278
6279         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6280         * Makefile.in: Regenerate
6281
6282 2007-03-07  Andreas Schwab  <schwab@suse.de>
6283
6284         * configure: Regenerate.
6285
6286 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6287
6288         * configure.ac: Add "--with-pdfdir" configure option,
6289         which defines pdfdir variable.
6290         * Makefile.def (target=fixincludes): Add install-pdf to
6291         missing targets.
6292         (recursive_targets): Add install-pdf target.
6293         (flags_to_pass): Add pdfdir.
6294         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6295         target.
6296         * configure: Regenerate
6297         * Makefile.in: Regenerate
6298
6299 2007-02-28  Eric Christopher  <echristo@apple.com>
6300
6301         Revert:
6302         2006-12-07  Mike Stump  <mrs@apple.com>
6303
6304         * Makefile.def (dependencies): Add dependency for
6305         install-target-libssp and install-target-libgomp on
6306         install-gcc.
6307         * Makefile.in: Regenerate.
6308
6309 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
6310
6311         * configure: Regenerate.
6312         * configure.ac: Move statements after variable declarations.
6313
6314 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6315
6316         * MAINTAINERS: Add myself as sh maintainer.
6317
6318 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
6319
6320         * configure.ac: Adjust for loop syntax.
6321         * configure: Regenerate.
6322
6323 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6324
6325         * configure: Rebuilt.
6326
6327 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6328
6329         * configure.ac: Drop multiple occurrences of --enable-languages,
6330         and fix its quoting.
6331         * configure: Rebuilt.
6332
6333 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6334             Nathan Sidwell  <nathan@codesourcery.com>
6335             Vladimir Prus  <vladimir@codesourcery.com>
6336             Joseph Myers  <joseph@codesourcery.com>
6337
6338         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6339         * configure: Regenerate.
6340
6341 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6342
6343         * ltconfig (freebsd*): Default to elf.
6344
6345 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6346
6347         * configure.ac (target_libraries): Move libgcc before libiberty.
6348         * configure: Regenerated.
6349
6350 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6351             Paolo Bonzini  <bonzini@gnu.org>
6352
6353         PR bootstrap/30753
6354         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6355         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6356         * configure: Regenerated.
6357
6358 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6359
6360         * MAINTAINERS (Language Front End Maintainers): Update my mail
6361         address.
6362
6363 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6364
6365         PR bootstrap/30748
6366         * configure.ac: Correct syntax for Solaris ksh.
6367         * configure: Regenerated.
6368
6369 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6370
6371         * configure.ac: Sync with src.
6372         * configure: Regenerate.
6373
6374 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6375
6376         * Makefile.in: Regenerate.
6377
6378 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6379
6380         * config.sub: Sync with src.
6381
6382 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6383
6384         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6385         noncanonical equivalents.
6386         * configure.in: Rename to...
6387         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6388         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6389         target_noncanonical.  Use them.  Rewrite removal of configure
6390         arguments for autoconf 2.59.  Discard variable settings.  Force
6391         program_transform_name for native tools.
6392
6393         * Makefile.in: Regenerated.
6394         * configure: Regenerated with autoconf 2.59.
6395
6396 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6397
6398         * MAINTAINERS (Write After Approval): Add myself.
6399
6400 2007-01-31  Andreas Schwab  <schwab@suse.de>
6401
6402         * Makefile.tpl (LDFLAGS): Substitute it.
6403         * Makefile.in: Regenerate.
6404
6405 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6406
6407         * MAINTAINERS (Write After Approval): Add myself.
6408
6409 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6410
6411         * MAINTAINERS (spu port): Add myself.
6412
6413 2007-01-23  Richard Guenther  <rguenther@suse.de>
6414
6415         PR bootstrap/30541
6416         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6417         * Makefile.tpl (GNATBIND): Substitute it.
6418         (GNATMAKE): Likewise.
6419         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6420         of STAGE_PREFIX.
6421         * Makefile.in: Regenerate.
6422         * configure: Regenerate.
6423
6424 2007-01-18  Mike Stump  <mrs@apple.com>
6425
6426         * configure.in: Re-enable -Werror for gcc builds.
6427
6428 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6429
6430         * MAINTAINERS (Write After Approval): Add myself.
6431
6432 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6433
6434         * configure.in: Change == to = in test command.
6435         * configure: Regenerate.
6436
6437 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6438             Nick Clifton  <nickc@redhat.com>
6439             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6440
6441         * configure.in (build_configargs, host_configargs, target_configargs):
6442         Remove build/host/target parameters.
6443         (host_libs): Add gmp and mpfr.
6444         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6445         * Makefile.def (gmp, mpfr): New.
6446         (gcc): Remove target.
6447         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6448         target_os, target_vendor): New.
6449         (configure): Add host_alias/target_alias arguments; adjust invocations.
6450         * configure: Regenerate.
6451         * Makefile.in: Regenerate.
6452
6453 2007-01-11  Matt Fago  <fago@earthlink.net>
6454
6455         * configure.in: Try to link to functions only in mpfr 2.2.x
6456         to improve robustness of configure tests.
6457         * configure: Regenerate.
6458
6459 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6460
6461         * MAINTAINERS: Add myself as i386 maintainer.
6462
6463 2007-01-08  Jan Hubicka  <jh@suse.cz>
6464
6465         * MAINTAINERS: Add myself as i386 maintainer.
6466
6467 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6468
6469         * configure.in: Add support for an x86_64-mingw* target.
6470         * configure: Regenerate.
6471
6472 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6473
6474         * Makefile.tpl (all-target): Correct @if conditional for target
6475         modules.
6476         * configure.in: Omit libiberty if building only target libgcc.
6477         * configure, Makefile.in: Regenerated.
6478
6479 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
6480
6481         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6482         * configure: Regenerate.
6483
6484 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
6485
6486         * Makefile.def (target_modules): Add libgcc.
6487         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
6488         * Makefile.tpl (clean-target-libgcc): Delete.
6489         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6490         on gcc even for bootstrapped modules.  Rewrite handling of
6491         lang_env_dependencies to loop over target_modules.
6492         * configure.in (target_libraries): Add target-libgcc.
6493         * Makefile.in, configure: Regenerated.
6494
6495 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6496
6497         * configure.in: Reorganize recognition of languages.  Add
6498         --enable-stage1-languages.  Show supported languages for the chosen
6499         target rather than all recognized languages.
6500         * configure: Regenerate.
6501
6502 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
6503
6504         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6505         * Makefile.in: Regenerate.
6506
6507 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6508
6509         * configure.in: Warn that MPFR 2.2.0 is buggy.
6510         * configure: Regenerate.
6511
6512 2006-12-27  Ian Lance Taylor  <iant@google.com>
6513
6514         * configure.in: When removing Makefiles to force a reconfigure, also
6515         remove prev-DIR*/Makefile.
6516         * configure: Regenerate.
6517
6518 2006-12-22  Andreas Schwab  <schwab@suse.de>
6519
6520         * configure: Regenerate with correct autoconf version.
6521
6522 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
6523
6524         * configure.in: add AC_SUBST for *_FOR_TARGET.
6525         * configure: Regenerate.
6526
6527 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6528
6529         * configure.in: Simplify logic for rejecting languages that cannot
6530         be built.  Separate the case when a language is unsupported,
6531         from the case when the user chooses not to build a language.
6532
6533 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6534
6535         * configure.in: Remove "$build" case for powerpc-*-darwin* since
6536         it only affects bootstrap and could be tested on "$host" as well.
6537         * configure: Regenerate.
6538         * config/mh-ppc-darwin: Add to the stage1 cflags here.
6539
6540 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6541
6542         PR bootstrap/29544
6543         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6544         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6545         move here comment from Makefile.tpl.
6546         * Makefile.tpl: Move some definitions higher in the file.
6547         (STAGE1_CHECKING): New.
6548         * configure.in: Add --enable-stage1-checking.
6549         * configure: Regenerate.
6550         * Makefile.in: Regenerate.
6551
6552 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
6553
6554         * MAINTAINERS: Add myself as build system maintainer.
6555
6556 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
6557
6558         * MAINTAINERS (Write After Approval): Add myself.
6559
6560 2006-12-13  Eric Christopher  <echristo@apple.com>
6561
6562         * MAINTAINERS: Add myself as darwin maintainer.
6563
6564 2006-12-11  Ian Lance Taylor  <ian@airs.com>
6565
6566         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6567
6568 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
6569
6570         MAINTAINERS: Update my entry.
6571
6572 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
6573
6574         * configure.in:  Handle spu makefile frag.
6575         * Makefile.tpl (MAINT): Define
6576         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6577         * configure: Regenerate.
6578         * Makefile.in: Regenerate.
6579
6580 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6581
6582         * config.guess: Import latest version.
6583         * config.sub: Likewise.
6584
6585 2006-12-11  Ben Elliston  <bje@au.ibm.com>
6586
6587         * configure.in (spu-*-*): Don't skip target-libiberty.
6588         * configure: Regenerate.
6589
6590 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6591
6592         PR bootstrap/30134
6593         * configure.in: Correct x86 darwin support for libjava to powerpc
6594         and i?86 only.
6595         * configure: Regenerate.
6596
6597 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
6598
6599         * configure.in: Add x86 darwin support for libjava.
6600         * configure: Regenerate.
6601
6602 2006-12-07  Mike Stump  <mrs@apple.com>
6603
6604         * Makefile.def (dependencies): Add dependency for
6605         install-target-libssp and install-target-libgomp on
6606         install-gcc.
6607         * Makefile.in: Regenerate.
6608
6609 2006-12-04  Richard Guenther  <rguenther@suse.de>
6610
6611         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6612         (Non-Algorithmic Maintainers): Move over non-algorithmic
6613         loop optimizer maintainers, add myself as a non-algorithmic
6614         middle-end maintainer.
6615
6616 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
6617
6618         * MAINTAINERS (Write After Approval): Add myself.
6619
6620 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6621
6622         * configure.in: Update error message for missing GMP/MPFR.
6623
6624         * configure: Regenerate.
6625
6626 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6627
6628         * configure.in: Update MPFR version in error message.
6629
6630         * configure: Regenerate.
6631
6632 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6633
6634         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6635         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6636         --with-gmp-lib): New flags.
6637
6638         * configure: Regenerate.
6639
6640 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
6641
6642         * MAINTAINERS (Write After Approval): Change my email address.
6643
6644 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
6645
6646         * MAINTAINERS (Write After Approval): Add myself.
6647
6648 2006-11-22  Philipp Thomas  <pth@suse.de>
6649
6650         * MAINTAINERS (i18n): Update e-mail address.
6651
6652 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6653
6654         * MAINTAINERS (spu port): Add myself as maintainer.
6655         (Write After Approval): Remove myself.
6656
6657 2006-11-22  Ben Elliston  <bje@au.ibm.com>
6658
6659         * configure.in (skipdirs): Don't build libssp for SPU.
6660         * configure: Regenerate.
6661
6662 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
6663
6664         * MAINTAINERS (spu port): Add myself as maintainer.
6665         (libobjc): Update my email address.
6666
6667 2006-11-21  Andrea Bona  <andrea.bona@st.com>
6668
6669         * MAINTAINERS (Write After Approval): Add myself.
6670
6671 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6672
6673         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6674         * configure : Rebuilt.
6675
6676 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
6677
6678         * MAINTAINERS (Write After Approval): Add myself.
6679
6680 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
6681
6682         * MAINTAINERS (Write After Approval): Add myself.
6683
6684 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6685
6686         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6687         libmpfr.a.
6688         * configure: Regenerate.
6689
6690 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
6691
6692         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6693         (unstage): Test for stage_last presence.
6694
6695         PR bootstrap/29802
6696         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6697         STAGE_PREFIX.
6698         * Makefile.in: Regenerate.
6699
6700 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
6701
6702         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6703         maintainers.
6704
6705 2006-11-14  Erven Rohou  <erven.rohou@st.com>
6706
6707         * MAINTAINERS (Write After Approval): Add myself.
6708
6709 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
6710
6711         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6712         and stageN-package/Makefile.
6713         * Makefile.in: Regenerated.
6714
6715 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
6716
6717         * configure.in: Remove target-libgloss from noconfigdirs for
6718         bfin-*-*.
6719         * configure: Regenerated.
6720
6721 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6722
6723         * configure.in (have_gmp): Only error if the gcc directory exists.
6724
6725         * configure: Regenerate.
6726
6727 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6728
6729         * configure.in: Robustify error message for missing GMP/MPFR.
6730
6731         * configure: Regenerate.
6732
6733 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
6734
6735         * MAINTAINERS (Write After Approval): Add myself.
6736
6737 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
6738
6739         * MAINTAINERS: Change email address.
6740
6741 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
6742
6743         * MAINTAINERS (Write After Approval): Add myself.
6744
6745 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
6746
6747         * MAINTAINERS (Write After Approval): Add myself.
6748
6749 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
6750
6751         * MAINTAINERS (Write After Approval): Move myself to
6752         Write After Approval section.
6753
6754 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6755
6756         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
6757         need_gmp anymore.
6758         * configure: Regenerate.
6759
6760 2006-10-16  Tobias Burnus  <burnus@net-b.de>
6761
6762         * MAINTAINERS (Write After Approval): Add myself.
6763
6764 2006-10-16  Ben Elliston  <bje@au.ibm.com>
6765
6766         * config.guess: Import latest version.
6767         * config.sub: Likewise.
6768
6769 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
6770
6771         * Makefile.def: Added pdf target handling.
6772         * Makefile.tpl: Added pdf target handling.
6773         * Makefile.in: Regenerated.
6774
6775 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
6776
6777         * MAINTAINERS: Add self as score port maintainer.
6778
6779 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
6780
6781         * MAINTAINERS (Write After Approval): Add myself.
6782
6783 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
6784
6785         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
6786         or newer.
6787         * configure: Regenerated.
6788
6789 2006-09-27  Dave Brolley  <brolley@redhat.com>
6790
6791         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6792         using $s instead of $r.
6793         * configure: Regenerated.
6794
6795 2006-09-26  Thiemo Seufer  <ths@mips.com>
6796
6797         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6798         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6799         * configure: Regenerate.
6800
6801 2006-09-24  Graeme Peterson  <gridly@gmail.com>
6802
6803         * MAINTAINERS (Write After Approval): Remove myself.
6804
6805 2006-09-22  Chao-ying Fu  <fu@mips.com>
6806
6807         * MAINTAINERS (Write After Approval): Add myself.
6808
6809 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
6810
6811         * MAINTAINERS: Add self as soft-fp maintainer.
6812
6813 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
6814
6815         * MAINTAINERS: Add myself as avr maintainer.
6816         Remove Marek Michalkiewicz as avr maintainer.
6817
6818 2006-09-07  Roberto Costa  <roberto.costa@st.com>
6819
6820         * MAINTAINERS (Write After Approval): Add myself.
6821
6822 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
6823
6824         * configure.in: Never build newlib for a Mingw host.
6825         Never build newlib as Mingw target library.
6826         Test the existence of winsup/cygwin for building a Cygwin newlib,
6827         rather than just winsup.
6828         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6829         building a Mingw target.
6830         * configure: Regenerate.
6831
6832 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
6833
6834         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6835
6836 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
6837
6838         * config.guess: Import from src (was more updated).
6839         * config.sub: Likewise.
6840
6841 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
6842
6843         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6844         * configure: Regenerated.
6845
6846 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
6847
6848         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6849         for stages after the first.
6850
6851 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
6852
6853         * Makefile.def: Add dependencies for configure-opcodes
6854         on configure-intl and all-opcodes on all-intl.
6855         * Makefile.in: Regenerated.
6856
6857 2006-07-13  Ben Elliston  <bje@au.ibm.com>
6858
6859         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6860
6861 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6862
6863         Port to hosts whose 'sort' and 'tail' implementations
6864         treat operands with leading '+' as file names, as POSIX
6865         has required since 2001.  However, make sure the code still
6866         works on pre-POSIX hosts.
6867         * ltmain.sh: Don't assume "sort +2" is equivalent to
6868         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6869
6870 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
6871
6872         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6873
6874 2006-07-04  Peter O'Gorman  <peter@pogma.com>
6875
6876         * ltconfig: chmod 644 before ranlib during install.
6877
6878 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
6879
6880         PR bootstrap/18058
6881         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6882         if the bootstrap compiler is a GCC version that supports it.
6883         * configure: Regenerate.
6884
6885 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6886
6887         * configure.in: Fix thinkos in previous check-in.
6888         * configure: Regenerate.
6889
6890 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
6891
6892         PR other/27063
6893         * configure.in: Test subdir_requires and give an appropriate
6894         error message.
6895         * configure: Regenerate.
6896
6897 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
6898
6899         * MAINTAINERS (Write After Approval): Add myself.
6900
6901 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
6902
6903         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6904
6905 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
6906
6907         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6908
6909 2006-06-20  David Ayers  <d.ayers@inode.at>
6910
6911         PR bootstrap/28072
6912         * configure.in: Add target-boehm-gc to noconfigdirs depending on
6913         whether target-libjava is being configured instead of whether the
6914         java front end is enabled.
6915         * configure: Regenerate.
6916
6917 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6918
6919         PR target/27540
6920         * configure.in: Only enable libgomp on IRIX 6.
6921         * configure: Regenerate.
6922
6923 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
6924
6925         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6926         too.
6927         * Makefile.in: Regenerate.
6928
6929 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
6930
6931         * config-ml.in: Alter CCASFLAGS to include special
6932         multilib options the same as is done for CFLAGS.
6933
6934 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6935
6936         * configure.in: Don't enable libgomp on hpux10.
6937         * configure: Rebuilt.
6938
6939 2006-06-12  David Ayers  <d.ayers@inode.at>
6940
6941         PR bootstrap/27963
6942         PR target/19970
6943         * configure.in: Remove target-boehm-gc from noconfigdirs where
6944         ${libgcj} is specified.
6945         * configure: Regenerate.
6946
6947 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
6948
6949         Sync from src:
6950
6951         * configure.in: Sync.
6952         * configure: Regenerated.
6953
6954         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
6955
6956         * Makefile.def: Added dependencies from sim and gdb on intl, and
6957         added configure dependencies to everything with an all dependency
6958         on intl.
6959         * Makefile.in: Regenerated.
6960
6961 2006-06-06  David Ayers  <d.ayers@inode.at>
6962
6963         PR libobjc/13946
6964         * Makefile.def: Add dependencies for libobjc which boehm-gc.
6965         * Makefile.in: Regenerate.
6966         * configure.in: Add --enable-objc-gc at toplevel and have it
6967         enable boehm-gc for Objective-C.
6968         Remove target-boehm-gc from libgcj.
6969         Add target-boehm-gc to target_libraries.
6970         Add target-boehm-gc to noconfigdirs where ${libgcj}
6971         is specified.
6972         Assert that boehm-gc is supported when requested for Objective-C.
6973         Only build boehm-gc if needed either for Java or Objective-C.
6974         * configure: Regenerate.
6975
6976 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
6977
6978         PR 27674
6979         * Makefile.tpl (configure-[+prefix+][+module+],
6980         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6981         Remove rule to unstage bootstrapped modules.
6982         (stage_current): New.
6983         * Makefile.in: Regenerate.
6984
6985 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
6986
6987         * MAINTAINERS (Write After Approval): Update my e-mail address.
6988
6989 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
6990
6991         * include/libiberty.h: Declare pex_run_in_environment.
6992
6993 2006-05-31  Asher Langton  <langton2@llnl.gov>
6994
6995         * MAINTAINERS (Write After Approval): Add myself.
6996
6997 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
6998
6999         * Makefile.def (bfd, opcodes): Fix lib_path.
7000         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7001         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
7002         * Makefile.in: Regenerate.
7003
7004 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7005
7006         * Makefile.in: Regenerate.
7007
7008 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7009
7010         * Makefile.def: Add install-html target. Add datarootdir
7011         docdir and htmldir to flags_to_pass.
7012         * Makefile.tpl: Add install-html target.
7013         * Makefile.in: Regenerate.
7014         * configure.in: Add --with-datarootdir, --with-docdir, and
7015         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7016         * configure: Regenerate.
7017
7018 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7019
7020         * configure.in: Enable gprof for cross builds.
7021         * configure: Regenerate.
7022
7023 2006-05-22  Richard Guenther  <rguenther@suse.de>
7024
7025         Revert
7026         2006-01-31  Richard Guenther  <rguenther@suse.de>
7027         Paolo Bonzini  <bonzini@gnu.org>
7028
7029         * Makefile.def (target_modules): Add libgcc-math target module.
7030         * configure.in (target_libraries): Add libgcc-math target library.
7031         (--enable-libgcc-math): New configure switch.
7032         * Makefile.in: Re-generate.
7033         * configure: Re-generate.
7034         * libgcc-math: New toplevel directory.
7035
7036 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7037             Andreas Tobler  <a.tobler@schweiz.ch>
7038
7039         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7040         * configure: Rebuilt.
7041
7042 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
7043
7044         * MAINTAINERS (Write After Approval): Add myself.
7045
7046 2006-05-01  DJ Delorie  <dj@redhat.com>
7047
7048         * configure.in: Restore CFLAGS if GMP isn't present.
7049         * configure: Regenerate.
7050
7051 2006-05-01  Richard Guenther  <rguenther@suse.de>
7052
7053         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7054         maintainer.
7055
7056 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
7057
7058         * MAINTAINERS (Write After Approval): Add myself.
7059
7060 2006-04-28  Jan Beulich  <jbeulich@novell.com>
7061
7062         * MAINTAINERS (Write After Approval): Add myself.
7063
7064 2006-04-18  DJ Delorie  <dj@redhat.com>
7065
7066         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
7067         reference libgloss so that libssp can be built in a combined
7068         tree.
7069         * configure: Regenerate.
7070
7071 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
7072
7073         * MAINTAINERS (Write After Approval): Add myself.
7074
7075 2006-04-05  Ben Elliston  <bje@au.ibm.com>
7076
7077         * configure.in: Require makeinfo 4.4 or higher.
7078         * configure: Regenerate.
7079
7080 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7081
7082         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7083         Rearrange the entries of other libraries to have them in one place.
7084
7085 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7086
7087         * MAINTAINERS (Write After Approval): Remove myself.
7088         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7089
7090 2006-03-14  Richard Guenther  <rguenther@suse.de>
7091
7092         * configure: Regenerate with autoconf 2.13.
7093
7094 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
7095
7096         * MAINTAINERS: Use my work address.
7097
7098         * MAINTAINERS: Update my E-mail address.
7099
7100 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7101
7102         * configure.in: Handle --disable-<component> generically.
7103         * configure: Regenerate.
7104
7105 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7106
7107         PR libgcj/17311
7108         * ltmain.sh: Don't use "$finalize_rpath" for compile.
7109
7110 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7111
7112         * MAINTAINERS (Write After Approval):  Remove myself.
7113         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7114
7115 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7116
7117         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7118         (TARGET_CONFIGDIRS): Remove.
7119         * configure.in: Remove AC_SUBST(target_configdirs).
7120         * Makefile.in, configure: Regenerated.
7121
7122 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
7123
7124         * MAINTAINERS (Write After Approval):  Remove myself.
7125         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7126
7127 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7128
7129         PR bootstrap/25670
7130
7131         * Makefile.tpl ([+compare-target+]): Print explanation messages.
7132
7133         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7134         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7135         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7136         BUILD_PREFIX, BUILD_PREFIX_1.
7137         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7138
7139         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7140         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7141
7142         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7143         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7144         of `cat stage_current`.  Always provide the `r' and `s' variables.
7145         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7146         a single shell execution.
7147         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7148         bootstrapped modules, make the stage1 module if the build was not
7149         started yet, else build the current stage.
7150         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7151         (all-build, all-host, all-target, [+make_target+]-host,
7152         [+make_target+]-target): Do not use \-continued lines.
7153         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7154         (current_stage, restrap, stage_last): New.
7155
7156         * Makefile.in: Regenerate.
7157         * configure: Regenerate.
7158
7159 2006-02-19  Bud Davis  <jmdavis@link.com>
7160
7161         * MAINTAINERS (Write After Approval):  Remove myself.
7162         (Language Front End Maintainers):  Add myself as fortran 95
7163         maintainer and update e-mail address.
7164
7165 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7166
7167         * MAINTAINERS (Write After Approval):  Remove myself.
7168         (Language Front End Maintainers):  Add myself as fortran 95
7169         maintainer.
7170
7171 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7172
7173         * MAINTAINERS (Write After Approval): Add myself.
7174
7175 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7176
7177         * MAINTAINERS (Write After Approval):  Remove myself.
7178         (Language Front End Maintainers):  Add myself as
7179         fortran 95 maintainer.
7180
7181 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7182
7183         Sync from src:
7184
7185         2005-12-27  Leif Ekblad  <leif@rdos.net>
7186
7187         * configure.in: Add support for RDOS target.
7188         * configure: Regenerate.
7189
7190 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7191             Andreas Schwab  <schwab@suse.de>
7192
7193         * configure: Regenerate.
7194
7195 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
7196
7197         * configure.in (enable_libgomp): Add AIX.
7198         * configure: Regenerate.
7199
7200 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7201
7202         * MAINTAINERS (Write After Approval): Add myself.
7203
7204 2006-02-03  Lee Millward  <lee.millward@gmail.com>
7205
7206         * MAINTAINERS (Write After Approval): Add myself.
7207
7208 2006-01-31  Richard Guenther  <rguenther@suse.de>
7209         Paolo Bonzini  <bonzini@gnu.org>
7210
7211         * Makefile.def (target_modules): Add libgcc-math target module.
7212         * configure.in (target_libraries): Add libgcc-math target library.
7213         (--enable-libgcc-math): New configure switch.
7214         * Makefile.in: Re-generate.
7215         * configure: Re-generate.
7216         * libgcc-math: New toplevel directory.
7217
7218 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7219
7220         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7221         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7222         the assembler, linker and binutils.
7223         * configure: Regenerate.
7224
7225 2006-01-22  Dirk Mueller  <dmueller@suse.de>
7226
7227         * MAINTAINERS (Write After Approval): Add myself.
7228
7229 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
7230
7231         * configure: Regenerate.
7232
7233 2006-01-18  Richard Henderson  <rth@redhat.com>
7234             Jakub Jelinek  <jakub@redhat.com>
7235             Diego Novillo  <dnovillo@redhat.com>
7236
7237         * libgomp: New directory.
7238         * Makefile.def: Add target_module libgomp.
7239         * Makefile.in: Regenerate.
7240         * configure.in (target_libraries): Add target-libgomp.
7241         * configure: Regenerate.
7242
7243 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7244
7245         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7246         @ from continuation.
7247         * Makefile.in: Rebuilt.
7248
7249 2006-01-04  Chris Lattner  <sabre@gnu.org>
7250
7251         * MAINTAINERS (Write After Approval): Add myself.
7252
7253 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7254
7255         PR bootstrap/24252
7256
7257         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7258         * Makefile.tpl (OBJDUMP): New.
7259         (EXTRA_HOST_FLAGS): Add it.
7260         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7261
7262         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7263         to use symbolic links between directories.  Avoid race conditions
7264         or make them harmless.
7265         * configure.in: Do not try to use symbolic links between directories.
7266
7267         * Makefile.def (LEAN): Pass.
7268         * Makefile.tpl (LEAN): Define.
7269         (stage[+id+]-start): Accept that the previous directory does not
7270         exist, if the bootstrap is lean.
7271         (stage[+id+]-bubble): Invoke lean bootstrap commands after
7272         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7273         configure substitution.
7274         ([+compare-target+]): Likewise.
7275         ([+bootstrap-target+]-lean): New.
7276         * configure.in: Remove lean bootstrap support from here.
7277
7278         * Makefile.in: Regenerate.
7279         * configure: Regenerate.
7280
7281 2006-01-04  Ben Elliston  <bje@au.ibm.com>
7282
7283         * MAINTAINERS (libdecnumber): Add myself.
7284
7285 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
7286
7287         * libtool-ldflags: New script.
7288
7289 2006-01-02  Andreas Schwab  <schwab@suse.de>
7290
7291         * configure.in: When reconfiguring remove Makefile in
7292         all stage directories.
7293         * configure: Regenerate.
7294
7295 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7296
7297         * MAINTAINERS: Update my email address.
7298
7299 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7300
7301         Revert Ada-related part of the previous change.
7302
7303         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7304         Do not pass.
7305         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7306         * Makefile.in: Regenerate.
7307         * configure.in: Do not include mt-ppc-aix target fragment.
7308         * configure: Regenerate.
7309
7310 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7311
7312         * configure.in: Select appropriate fragments for PowerPC/AIX.
7313         * configure: Regenerate.
7314
7315         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7316         BOOT_CFLAGS, BOOT_LDFLAGS.
7317         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7318         BOOT_CFLAGS, BOOT_LDFLAGS.
7319         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7320         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7321         (stage): Fail if we cannot complete the work.
7322         * Makefile.in: Regenerate.
7323
7324 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7325
7326         * configure.in: Replace ms1 with mt.
7327         * configure: Rebuilt.
7328
7329 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7330
7331         * MAINTAINERS: Update my email address.
7332
7333 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7334
7335         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7336         install-host-nogcc): Don't invoke $(stage) at the end.
7337         * Makefile.in: Regenerate.
7338
7339 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7340
7341         * configure.in: Flip the top-level bootstrap switch.
7342         * configure: Regenerate.
7343
7344 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7345
7346         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7347         $(stage) and $(unstage).
7348         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7349         (all): Remove stray semicolon.
7350         (local-distclean): Don't handle multilib.tmp and multilib.out.
7351         (install.all): Set $s for consistency.
7352         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7353         check_multilibs setting.  Always make the install directory.
7354         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7355         Correct @if/@endif.
7356         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7357         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7358         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7359         (multilib.out): Remove.
7360         * Makefile.in: Regenerated.
7361
7362 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7363
7364         * MAINTAINERS (Write After Approval): Add myself.
7365
7366 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7367
7368         * MAINTAINERS: Add myself as mt maintainer.
7369
7370         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7371
7372 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7373
7374         * MAINTAINERS: Change email address.
7375
7376 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7377
7378         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7379         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7380         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7381         Find in-tree tools if available.
7382         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7383         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7384         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7385         (COMPILER_*_FOR_TARGET): New.
7386         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7387         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7388         (CONFIGURED_*, USUAL_*): Remove.
7389         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7390         STRIP): Use autoconf substitutions.
7391         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7392         COMPILER_NM_FOR_TARGET): New.
7393         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7394
7395         (all): Make all-host and all-target in parallel.
7396         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7397         that $$r and $$s are set before invoking a recursive make.
7398         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7399         ([+bootstrap-target+]): Inline most of the `all' target.
7400
7401 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7402
7403         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7404         from the gcc build directory.
7405         * Makefile.in: Regenerate.
7406
7407 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7408
7409         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7410         depend on all-libdecnumber.
7411         * configure.in (host_libs): Include libdecnumber.
7412         * Makefile.in: Regenerate.
7413         * configure: Likewise.
7414
7415 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7416
7417         * libdecnumber: Import decNumber sources from the dfp-branch.
7418
7419 2005-11-21  Kean Johnston  <jkj@sco.com>
7420
7421         * config.sub, config.guess: Sync from upstream sources.
7422
7423 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7424
7425         Import from Autoconf sources:
7426
7427         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7428         * config/move-if-change: Don't output "$2 is unchanged";
7429         suggested by Ben Elliston.  Handle weird characters correctly.
7430
7431 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7432
7433         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7434         to match upstream libtool for darwin.
7435
7436 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7437
7438         * Makefile.def: Remove gdb dependencies for gdbtk.
7439         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7440         (configure-gdb, install-gdb): New rules.
7441         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7442         * Makefile.in, configure: Regenerated.
7443
7444 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7445
7446         * MAINTAINERS (Write After Approval): Add myself.
7447
7448 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7449
7450         * MAINTAINERS (Write After Approval): Add myself.
7451
7452 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7453
7454         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7455         Diego Novillo.
7456
7457 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7458
7459         PR bootstrap/24297
7460         * Makefile.tpl (do-[+make-target+], do-check, install,
7461         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7462         are set before recursing.
7463         * Makefile.in: Regenerate.
7464
7465 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7466
7467         PR bootstrap/18939
7468         * Makefile.def (gcc) <target>: Fix thinko.
7469         * Makefile.in: Regenerate.
7470
7471 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7472
7473         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7474         * configure: Regenerate.
7475
7476 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
7477
7478         * MAINTAINERS (Write After Approval): Add self.
7479
7480 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
7481
7482         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7483         target-libffi, target-qthreads, target-libjava, and
7484         targetlibobjc.
7485         * configure: Regenerate.
7486
7487 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
7488
7489         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7490         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7491         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7492         (USUAL_OBJDUMP_FOR_TARGET): New.
7493         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7494         * configure.in: Check for $OBJDUMP_FOR_TARGET.
7495         * configure, Makefile.in: Regenerated.
7496
7497 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7498
7499         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7500         before other host packages.
7501
7502 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
7503
7504         * MAINTAINERS: Add self as sh libraries/configury maintainer.
7505
7506 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
7507
7508         PR bootstrap/22340
7509
7510         * configure.in (default_target): Remove.
7511         * Makefile.tpl (all): Do not use prerequisites as subroutines
7512         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7513         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7514         use prerequisites as subroutines.
7515         (check-host, check-target): New.
7516         (bootstrap configure & all targets): Do not use stage*-start
7517         if the directory layout is already ok.
7518         (non-bootstrap configure & all targets): Prepend a $(unstage).
7519         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
7520         (NOTPARALLEL): Remove.
7521         (unstage, stage variables): New variables.
7522         (unstage, stage targets): Simply expand to those variables.
7523
7524         * configure: Regenerate.
7525         * Makefile.in: Regenerate.
7526
7527 2005-10-04  James E Wilson  <wilson@specifix.com>
7528
7529         * Makefile.def (lang_env_dependencies): Add libmudflap.
7530         * Makefile.in: Regenerate.
7531
7532 2005-10-03  Andreas Schwab  <schwab@suse.de>
7533
7534         Backport from libtool CVS:
7535         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
7536
7537         * ltmain.sh: add support for installing into temporary
7538         staging area (e.g. 'make install DESTDIR=...')
7539
7540 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
7541
7542         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7543         * configure: Regenerated.
7544
7545 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
7546
7547         * configure: Regenerate with the correct
7548         autoconf version.
7549
7550 2005-09-30  Catherine Moore  <clm@cm00re.com>
7551
7552         * configure.in (bfin-*-*): New.
7553         * configure: Regenerated.
7554
7555 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
7556
7557         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7558         (LIPO_FOR_TARGET): New.
7559         (CONFIGURED_LIPO_FOR_TARGET): New.
7560         (USUAL_LIPO_FOR_TARGET): New.
7561         (STRIP_FOR_TARGET): New.
7562         (CONFIGURED_STRIP_FOR_TARGET): New.
7563         (USUAL_STRIP_FOR_TARGET): New.
7564         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7565         STRIP_FOR_TARGET.
7566         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7567         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7568         * Makefile.in: Regenerate.
7569         * configure: Regenerate.
7570
7571 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
7572
7573         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7574         (rs6000-*-aix*): Same.
7575         * configure: Regenerate.
7576
7577 2005-09-16  Tom Tromey  <tromey@redhat.com>
7578
7579         * MAINTAINERS: Add self as java maintainer.
7580
7581 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7582
7583         * configure.in: Recognize f95 in the --enable-languages option,
7584         and substitute it for fortran, issuing a warning.
7585         * configure: Regenerate.
7586
7587 2005-08-30  Phil Edwards  <phil@codesourcery.com>
7588
7589         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
7590         * configure:  Regenerated.
7591
7592 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
7593
7594         * MAINTAINERS: Add self as ms1 maintainer.
7595
7596 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
7597
7598         * Makefile.def (libssp): Add to lang_env_dependencies.
7599         * Makefile.in: Regenerate.
7600
7601 2005-08-18  Ian Lance Taylor  <ian@airs.com>
7602
7603         * MAINTAINERS: Add myself as middle-end maintainer.
7604
7605 2005-08-17  Christian Groessler  <chris@groessler.org>
7606
7607         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7608         * Makefile.in: Regenerate.
7609
7610 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
7611
7612         * MAINTAINERS (write after approval): Added myself.
7613
7614 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
7615
7616         * MAINTAINERS (Write After Approval): Add myself.
7617
7618 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
7619
7620         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7621         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7622         Look for alternate names of the target cc and c++
7623         * configure: Regenerate.
7624
7625 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
7626
7627         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7628         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7629         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7630         tools; remove code to manually set them.
7631         (Target tools): Look in the environment for them.
7632         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7633         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7634         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7635         build directory.
7636         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7637         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7638         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7639         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7640         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7641         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7642         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7643         * configure: Regenerate.
7644         * Makefile.in: Regenerate.
7645
7646 2005-07-28  Ben Elliston  <bje@au.ibm.com>
7647
7648         * MAINTAINERS: Update for removed CPU targets.
7649
7650 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
7651
7652         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7653         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7654         * Makefile.in: Regenerated.
7655
7656 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
7657
7658         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7659         (CFLAGS_FOR_TARGET): Use it.
7660         (CXXFLAGS_FOR_TARGET): Likewise.
7661         * Makefile.in: Regenerated.
7662         * configure.in (--with-build-sysroot): New option.
7663         * configure: Regenerated.
7664
7665 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
7666
7667         * Makefile.tpl: Wrap install between unstage and stage
7668         * Makefile.in: Regenerate.
7669
7670 2005-07-21  Eric Christopher  <echristo@apple.com>
7671
7672         * MAINTAINERS: Update affiliation.
7673
7674 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
7675
7676         * MAINTAINERS: Add self as crx port maintainer.
7677
7678 2005-07-20  DJ Delorie  <dj@redhat.com>
7679
7680         * MAINTAINERS: Add self as m32c maintainer.
7681
7682 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
7683
7684         * all files: Update FSF address.
7685
7686 2005-07-15  Eric Christopher  <echristo@redhat.com>
7687
7688         * MAINTAINERS: Change affiliation.
7689
7690 2005-07-14  Jim Blandy  <jimb@redhat.com>
7691
7692         * configure.in: Add cases for Renesas m32c.
7693         * configure: Regenerated.
7694
7695 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7696
7697         * COPYING.LIB: Update from fsf.org.
7698
7699 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
7700
7701         * COPYING, compile, config.guess,
7702         config.sub, install-sh, missing, mkinstalldirs,
7703         symlink-tree, ylwrap: Sync from upstream sources.
7704         * config-ml.in: Update FSF address.
7705
7706 2005-07-13  Eric Christopher  <echristo@redhat.com>
7707
7708         * configure.in: Add toplevel noconfigdir support for tpf.
7709         * configure: Regenerate.
7710
7711 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
7712
7713         PR ada/22340
7714
7715         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7716         * Makefile.in: Regenerate.
7717
7718 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
7719
7720         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
7721         Brolley to write-after-approval.
7722
7723 2005-07-07  Andreas Schwab  <schwab@suse.de>
7724
7725         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7726         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7727         * Makefile.in: Regenerated.
7728
7729 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
7730
7731         * configure.in: Don't build sim or rda when targetting darwin.
7732         * configure: Regenerate.
7733
7734 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
7735
7736         * configure.in: Add --enable-libssp and --disable-libssp.
7737         * configure: Regenerate with autoconf-2.13.
7738
7739 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
7740
7741         * Makefile.def (target_modules): Add libssp.
7742         * configure.in (target_libraries): Add target-libssp.
7743         * configure: Rebuilt.
7744         * Makefile.in: Rebuilt.
7745
7746 2005-07-01  Zack Weinberg  <zackw@panix.com>
7747
7748         * MAINTAINERS: Change email address.  Resign from maintainership.
7749
7750 2005-07-01  Richard Guenther  <rguenther@suse.de>
7751
7752         * MAINTAINERS: Change my e-mail address and affiliation.
7753
7754 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
7755
7756         * Makefile.def (stagefeedback): Come after profile.
7757         Define profiledbootstrap target.
7758         * Makefile.tpl (profiledbootstrap): Remove.
7759         (stageprofile-end): Zap stagefeedback.
7760         (stagefeedback-start): Copy all .gcda files, not only GCC's.
7761         * Makefile.in: Regenerate.
7762
7763 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
7764
7765         * MAINTAINERS: Update my email address.
7766
7767 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
7768
7769         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
7770         In 'cpp' stanza, support '#line' as well as '# '.
7771
7772 2005-06-08  Andreas Schwab  <schwab@suse.de>
7773
7774         * MAINTAINERS: Move myself from 'Write After Approval' to
7775         'CPU Port Maintainers' section as m68k maintainer.
7776
7777 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
7778
7779         * configure.in (unsupported_languages): New macro.
7780         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
7781         non-ported target libraries in noconfigdirs.
7782         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7783         non-linux-gnu.  Remove libgcj_ex_libffi.
7784         <lang_frag loop>: Set add_this_lang=no if the language is in
7785         unsupported_languages.
7786         * configure: Regenerate.
7787
7788 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
7789
7790         * configure.in: Fix typo in handling of --with-mpfr-dir.
7791         * configure: Regenerate.
7792
7793 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
7794
7795         * MAINTAINERS: Update my email address.
7796
7797 2005-06-02  Jim Blandy  <jimb@redhat.com>
7798
7799         * config.sub: Add cases for the Renesas m32c.  (This patch has been
7800         accepted into the master sources.)
7801
7802 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
7803             Michael Snyder  <msnyder@redhat.com>
7804             Stan Cox  <scox@redhat.com>
7805
7806         * configure.in: Set noconfigdirs for ms1.
7807
7808         * configure: Regenerate.
7809
7810 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
7811
7812         * MAINTAINERS (Write After Approval): Add self.
7813
7814 2005-06-01  Josh Conner  <jconner@apple.com>
7815
7816         * MAINTAINERS (Write After Approval): Add self.
7817
7818 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
7819
7820         * MAINTAINERS: Update my email address.
7821
7822 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
7823
7824         * MAINTAINERS (Write After Approval): Add self.
7825
7826 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
7827
7828         * MAINTAINERS (Write After Approval): Remove self.
7829
7830 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
7831
7832         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7833         (Dependencies): Consider target modules for bootstrap dependencies.
7834         Make target bootstrap modules depend on each stage's gcc.
7835         * Makefile.in: Regenerate.
7836
7837 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
7838
7839         * Makefile.def (configure-gcc): Depend on binutils having been built.
7840         (all-gcc): No need to do it here.
7841         * Makefile.in: Regenerate.
7842
7843 2005-05-19  Paul Brook  <paul@codesourcery.com>
7844
7845         * configure.in: Rewrite misleading error message when requested
7846         language cannot be built.
7847         * configure: Regenerate.
7848
7849 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
7850
7851         * ylwrap: Import from Automake 1.9.5.
7852
7853 2005-05-13  David Ung  <davidu@mips.com>
7854
7855         * MAINTAINERS (Write After Approval): Add self.
7856
7857 2005-05-09  Mike Stump  <mrs@apple.com>
7858
7859         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7860         lt_cv_sys_max_cmd_len for now.
7861
7862 2005-05-09  Stan Cox  <scox@redhat.com>
7863
7864         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7865
7866 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
7867
7868         * README.SCO: Update the URL.
7869
7870 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
7871
7872         * ltconfig: Define file_list_spec.  Pass file_list_spec and
7873         with_gnu_ld to libtool.
7874         * ltcf-c.sh (aix[45]): Define file_list_spec.
7875         * ltcf-cxx.sh (aix[45]): Same.
7876         * ltcf-gcj.sh (aix[45]): Same.
7877         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7878         exists, write list of input files to temporary file.
7879
7880 2005-05-04  Mike Stump  <mrs@apple.com>
7881
7882         * configure.in: Always pass --target to target configures as
7883         otherwise rebuilds that do --recheck will fail.
7884         * confiugure: Rebuilt.
7885
7886 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
7887
7888         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7889         STAGE_HOST_EXPORTS.
7890         (configure, all): Add bootstrap support.
7891         (Host modules, target modules): Pass post-stage1 flags and exports.
7892         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7893         * Makefile.in: Regenerate.
7894
7895 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
7896
7897         * configure: Regenerate.
7898
7899 2005-04-27  Mike Stump  <mrs@apple.com>
7900
7901         * MAINTAINERS: Add self as darwin maintainer.
7902
7903 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
7904
7905         * config.sub: Update from master copy.
7906
7907 2005-04-21  Mike Stump  <mrs@apple.com>
7908
7909         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7910         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7911
7912 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
7913
7914         * configure.in <crisv32-*-*, cris-*-*>: New local variable
7915         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
7916         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
7917         "*-*-elf" and "*-*-linux*".
7918         * configure: Regenerate.
7919
7920 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
7921
7922         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7923
7924 2005-04-12  Mike Stump  <mrs@apple.com>
7925
7926         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7927
7928 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
7929
7930         * MAINTAINERS (Write After Approval): Add myself.
7931
7932 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
7933
7934         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7935
7936 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
7937
7938         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7939         (TARGET_CONFIGARGS): Include --with-target-subdir.
7940         (configure, all): New macros.  Use them throughout.
7941         * Makefile.in: Regenerate.
7942
7943 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
7944
7945         * MAINTAINERS (Write After Approval): Add myself.
7946
7947 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
7948
7949         * MAINTAINERS: Remove 'loop unrolling' maintainer.
7950
7951 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
7952
7953         * MAINTAINERS: Move John Carr to Write After Approval.
7954
7955 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
7956
7957         * config/mh-mingw32: Delete.
7958         * configure.in: Don't use it.
7959         * configure: Regenerate.
7960
7961 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
7962
7963         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7964         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7965         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7966         (HOST_LIB_PATH): Generate from Makefile.def.
7967         (TARGET_LIB_PATH): Likewise.
7968         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7969         * Makefile.in: Regenerate.
7970         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7971         (RPATH_ENVVAR): Include Darwin case.
7972         * configure: Regenerate.
7973
7974 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
7975
7976         * MAINTAINERS (Various Maintainers): Remove self.
7977         (Write After Approval): Add self.
7978
7979 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
7980
7981         * MAINTAINERS (Various Maintainers): Add self.
7982
7983 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
7984
7985         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7986         * configure: Regenerate.
7987
7988 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
7989
7990         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7991         gcc_version, and gcc_version_trigger from set of flags to pass.
7992         * Makefile.tpl: Remove definitions of above variables.
7993         (config.status): Remove dependency on $(gcc_version_trigger).
7994         * Makefile.in: Regenerate.
7995         * configure.in: Do not reference config/gcc-version.m4 nor
7996         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
7997         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
7998         * configure: Regenerate.
7999
8000 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8001             Andrew Pinski  <pinskia@physics.uc.edu>
8002
8003         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8004         * Makefile.in: Regenerate.
8005
8006 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8007
8008         * MAINTAINERS (Write After Approval): Add myself.
8009
8010 2005-03-03  David Ayers  <d.ayers@inode.at>
8011
8012         * MAINTAINERS (Write After Approval): Add myself.
8013
8014 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8015
8016         PR libgcj/20160
8017         * ltmain.sh: Avoid creating archives with components that have
8018         duplicate basenames.
8019
8020 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8021
8022         PR bootstrap/20250
8023         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8024         instead of check.
8025         * Makefile.in: Regenerate.
8026
8027 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8028
8029         * Makefile.in: Regenerate to fix conflict between the previous two
8030         patches.
8031
8032 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8033
8034         PR bootstrap/17383
8035         * Makefile.def (target_modules): Remove "stage", now unnecessary.
8036         * Makefile.tpl (HOST_SUBDIR): New substitution.
8037         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8038         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8039         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8040         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8041         (Host modules, Bootstrapped modules): Use it.
8042         (Build modules, Target modules): Do not create symlink trees,
8043         always configure out-of-srcdir.
8044         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8045         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8046         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8047         $(HOST_SUBDIR).  Create a symlink for host_subdir.
8048
8049         * Makefile.in: Regenerate.
8050         * configure: Regenerate.
8051
8052 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8053
8054         Merged from libada-gnattools-branch:
8055         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8056
8057         * gnattools: New directory.
8058         * Makefile.def: Add gnattools as a module, depending on target-libada.
8059         * Makefile.in: Regenerate.
8060         * configure.in: Include gnattools in host_tools; disable it if ada
8061         is disabled.
8062         * configure: Regenerate.
8063
8064 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
8065
8066         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8067         treelang maintainer.
8068         (Write After Approval): Remove myself.
8069
8070 2005-02-23  Paul Schlie  <schlie@comcast.net>
8071
8072         * configure.in: Allow darwin targeted ports to build tk, itcl and
8073         libgui.
8074         * configure: Regenerate.
8075
8076 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8077
8078         PR libgcj/10353
8079         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8080         * configure: Regenerate.
8081
8082 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8083
8084         * MAINTAINERS (Write After Approval): Add myself.
8085
8086 2005-02-10  Ian Lance Taylor  <ian@airs.com>
8087
8088         * MAINTAINERS: Update my e-mail address.
8089
8090 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8091
8092         * MAINTAINERS (Write After Approval): Add myself.
8093
8094 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8095
8096         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8097         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8098         target-libgloss when not *-*-elf and *-*-aout.
8099         * configure: Regenerate.
8100
8101 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8102
8103         * MAINTAINERS: Remove obsolete entries.
8104
8105         * MAINTAINERS (Write After Approval): Add Michael Matz.
8106
8107 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8108
8109         * MAINTAINERS: Remove self as cpplib maintainer.
8110
8111 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8112
8113         * install-sh, config.sub: Import from upstream.
8114
8115 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8116
8117         PR bootstrap/18222
8118         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8119         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8120         * Makefile.in: Regenerate.
8121
8122 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8123
8124         * MAINTAINERS: Update my email address.
8125
8126 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
8127             Andreas Schwab  <schwab@suse.de>
8128
8129         PR bootstrap/18033
8130         * config-ml.in: Eval option if surrounded by single quotes.
8131
8132 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8133
8134         Revert 2004-12-28 Makefile changes, a better fix will be
8135         applied to mainline and src after GCC 4.0 branches.
8136
8137 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8138
8139         PR bootstrap/17383
8140
8141         * Makefile.def (target_modules): Remove stage parameter,
8142         it is always true now.
8143         * Makefile.tpl (configure-build-[+module+],
8144         configure-target-[+module+]): Always build symlink tree
8145         for the directory and for include.  BUILD_SUBDIR and
8146         TARGET_SUBDIR cannot be . anymore.
8147         * Makefile.in: Regenerate.
8148
8149 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
8150
8151         Revert 2004-12-08 Makefile changes.
8152
8153 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8154
8155         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8156         cygwin, mingw.
8157
8158 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8159
8160         * configure.in (sh64-*-*): Reenable gprof.
8161         * configure: Regenerate.
8162
8163 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
8164
8165         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8166         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8167         (EXTRA_TARGET_FLAGS): Add PICFLAG.
8168         * Makefile.in: Regenerate.
8169
8170 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8171
8172         * MAINTAINERS: Update my email address.
8173
8174 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
8175
8176         * Makefile.tpl: Generate normal dependencies if the LHS module is
8177         not bootstrapped.
8178         * Makefile.in: Regenerate.
8179
8180 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8181
8182         * configure.in: Include config/gxx-include-dir.m4.  Use
8183         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8184         * configure: Regenerate.
8185
8186 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8187
8188         * config.if: Delete.
8189         * configure.in: Set libstdcxx_incdir directly.
8190         * configure: Regenerate.
8191
8192 2004-12-02  Eric Christopher  <echristo@redhat.com>
8193
8194         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8195         * Makefile.in: Regenerate.
8196
8197 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8198
8199         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8200         * configure: Regenerate.
8201
8202 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8203
8204         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8205         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8206         * configure: Regenerate.
8207
8208 2004-12-01  Eric Christopher  <echristo@redhat.com>
8209
8210         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8211         of things to remove.
8212
8213 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
8214
8215         * MAINTAINERS (Write After Approval): Update my e-mail address.
8216
8217 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8218
8219         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8220         from CVS libtool to always pass_all.
8221
8222 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8223
8224         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8225         (hppa*64*-*-*): Delete incorrect comment.
8226         * configure: Rebuilt.
8227
8228 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8229
8230         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8231
8232 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8233
8234         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8235         from CVS libtool to always pass_all.
8236
8237 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8238
8239         * install-sh, compile: Import from automake.
8240
8241 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8242
8243         * config.guess, config.sub:  Import from savannnah.
8244
8245 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8246
8247         * MAINTAINERS (Write After Approval): Add myself
8248
8249 2004-11-12  Mike Stump  <mrs@apple.com>
8250
8251         * Makefile.def: Add html support.
8252         * Makefile.tpl: Likewise.
8253         * Makefile.in: Regenerate.
8254
8255 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
8256
8257         PR 18423
8258         * configure.in: Remove all instances of build-fixincludes from
8259         noconfigdirs.
8260         (build_configargs): Supply --target to subdirectories.
8261         * configure: Regenerate.
8262
8263         * Makefile.def: Make gcc install depend on fixincludes install.
8264         * Makefile.in: Regenerate.
8265
8266 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
8267
8268         * MAINTAINERS: Add myself as gcc testsuite maintainer.
8269
8270 2004-11-11  Paul Brook  <paul@codesourcery.com>
8271
8272         * MAINTAINERS: Add self as arm maintainer.  Update email address.
8273
8274 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8275
8276         * configure.in (noconfigdirs) [mmix-*-*]: Disable
8277         target-libgfortran.
8278         * configure: Regenerate.
8279
8280 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
8281
8282         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8283         like CC.
8284
8285 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8286
8287         * Makefile.def (host fixincludes): Specify missing targets.
8288         * Makefile.in: Regenerate.
8289
8290 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8291
8292         * MAINTAINERS: Add myself
8293
8294 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8295
8296         * MAINTAINERS (Write After Approval): Add myself.
8297
8298 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
8299
8300         * Makefile.def: Build fixincludes for the host, too.
8301         * Makefile.in: Regenerate.
8302         * configure.in (host_tools): Add fixincludes.
8303         * configure: Regenerate.
8304
8305 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
8306
8307         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8308         * configure: Regenerated.
8309
8310 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8311
8312         PR other/17783
8313         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8314         * configure: Regenerated.
8315
8316 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
8317
8318         * README.SCO: Update per FSF instructions.
8319
8320 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8321
8322         PR target/18151
8323         * configure.in (case ${target}): Do not build fixincludes for avr.
8324         * configure: Regenerated.
8325
8326 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8327
8328         * configure.in (case ${target}): Do not build fixincludes
8329         on platforms where it is not used.
8330         * configure: Regenerated.
8331
8332 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
8333
8334         * configure.in: Use an absolute path to install-sh.
8335         * configure: Regenerated.
8336
8337 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8338
8339         * MAINTAINERS (Write After Approval): Add myself.
8340
8341 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8342
8343         * MAINTAINERS: Remove from Write After Approval those that are
8344         already maintainers.
8345
8346 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8347
8348         * MAINTAINERS:  Update my email address.
8349
8350 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8351
8352         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8353         * configure: Regenerate.
8354
8355 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8356
8357         * MAINTAINERS:  Update my email address.
8358
8359 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8360
8361         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8362         entries belonging to this category.
8363
8364 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8365
8366         * MAINTAINERS: Update my e-mail address.
8367
8368 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8369
8370         Fix wrong conflict resolution in:
8371
8372         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8373
8374         * Makefile.in: Regenerate.
8375         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8376         in the recursive `make', instead of hardwiring `all'.
8377         (Autogenerated TARGET-* variables): New.
8378
8379 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8380
8381         * configure.in: Enable target-libgloss for crx-*-*.
8382         * configure: Regenerate.
8383
8384 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8385
8386         * MAINTAINERS (Various Maintainers): Move the "windows,
8387         cygwin, mingw" maintainer to ...
8388         (OS Port Maintainers): ... here.
8389
8390 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8391
8392         * MAINTAINERS (Write After Approval): Remove those that are
8393         maintainers of some subsystem.
8394
8395 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8396
8397         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8398         * ltcf-cxx.sh (tpf*): Likewise.
8399         * ltconfig (tpf*): Add TPF OS configuration support.
8400
8401 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8402
8403         * MAINTAINERS: Change my email address to my new work account.
8404
8405 2004-09-24  Michael Roth  <mroth@nessie.de>
8406
8407         * configure.in (--without-headers): Add missing double quotes.
8408         * configure: Regenerate.
8409
8410 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8411
8412         * ylwrap: Revert to previous version.
8413
8414 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8415
8416         PR bootstrap/17369
8417         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8418         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8419         SET_GCC_LIB_PATH_CMD.
8420         (BASE_TARGET_EXPORTS): Likewise.
8421         * Makefile.in: Regenerated.
8422
8423         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8424         * configure: Regenerated.
8425
8426 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8427
8428         * config.guess: New upstream version
8429         * compile, depcomp, install-sh, ylwrap: Likewise.
8430
8431 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8432
8433         * config/mh-x86omitfp: New host makefile fragment.  Add
8434         -fomit-frame-pointer to the default BOOT_CFLAGS.
8435         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8436         * configure: Regenerate.
8437
8438 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8439
8440         PR target/11572
8441         * configure.in (*-*-darwin*): Renable libobjc.
8442         * configure: Regenerate.
8443
8444 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8445
8446         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8447
8448 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8449
8450         * Makefile.def: Remove libbanshee.
8451         * Makefile.tpl: Ditto.
8452         * configure.in: Ditto.
8453         * Makefile.in: Regen.
8454         * configure: Ditto.
8455
8456 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8457
8458         * ltmain.sh: Use $pic_object as $non_pic_object if
8459         $non_pic_object=none.
8460
8461 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8462
8463         * missing: Import latest version from master repository.
8464
8465 2004-09-06  Nick Clifton  <nickc@redhat.com>
8466
8467         * config.sub: Import latest version from master repository.
8468         * config.guess: Likewise.
8469         This includes these changes:
8470
8471         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8472
8473         * config.sub: Handle crisv32, alias etraxfs.
8474         * config.guess (crisv32:Linux:*:*): Handle.
8475
8476         2004-08-13  Brad Smith  <brad@comstyle.com>
8477
8478         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8479         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8480
8481         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
8482
8483         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8484         assume the processor is a powerpc.  This is because coreutils
8485         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8486         in this case, due to a MacOS X bug that causes
8487         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8488         to return a negative number.
8489         Problem reported by Petter Reinholdtsen in:
8490         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8491
8492         2004-07-19  Ben Elliston  <bje@gnu.org>
8493
8494         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8495
8496         2004-06-24  Ben Elliston  <bje@gnu.org>
8497
8498         * config.guess: Update copyright years.
8499         * config.sub: Likewise.
8500
8501         2004-06-22  Robert Millan  <robertmh@gnu.org>
8502
8503         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8504         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8505
8506         2004-06-22  Stanley F. Quayle <stan@stanq.com>
8507
8508         * config.guess (*:*VMS:*:*): New entry. Replaces
8509         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8510         manufacturer.
8511
8512         2004-06-22  Ben Elliston  <bje@gnu.org>
8513
8514         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8515         * config.sub: Likewise.
8516
8517         2004-06-22  Ben Elliston  <bje@gnu.org>
8518
8519         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8520         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8521
8522         2004-06-11  Ben Elliston  <bje@gnu.org>
8523
8524         * config.guess (pegasos:OpenBSD:*:*): Remove.
8525
8526         2004-06-11  Ben Elliston  <bje@gnu.org>
8527
8528         From Wouter Verhelst <wouter@grep.be>:
8529         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8530
8531         2004-06-11  Ben Elliston  <bje@gnu.org>
8532
8533         * config.guess (luna88k:OpenBSD:*:*): New.
8534
8535         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
8536
8537         * config.guess (m32r*:Linux:*:*): New case.
8538         * config.sub: Handle m32rle.
8539
8540         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
8541
8542         From Jens Petersen  <petersen@redhat.com>:
8543         * config.sub: Handle sparcv8.
8544
8545         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
8546
8547         From Tom Smith <smith@cag.lkg.hp.com>:
8548         * config.guess: Version suffixes are equally significant on Tru64
8549         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
8550         prefix of "P" (patched kernel).
8551
8552         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
8553
8554         * config.sub: Add support for National Semiconductor CRX target.
8555
8556 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
8557
8558         * MAINTAINERS (Various Maintainers): Remove myself as web page
8559         maintainer, add myself as maintainer of build status lists.
8560
8561 2004-09-03  Jan Beulich  <jbeulich@novell.com>
8562
8563         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8564         *-*-netware, but add target-libmudflap.
8565         Consolidate *-*-netware targets (of which really only i?86 exists)
8566         into a single entry.
8567         * configure: Likewise.
8568
8569 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
8570
8571         * Makefile.tpl (sorry): Remove.
8572         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8573         (cleanstrap targets): Depend on distclean, not distclean-stage1.
8574         (do-clean): Clean per-stage directories too.
8575         (do-distclean): Run distclean-stage1 too.
8576         (.NOTPARALLEL): Enable during toplevel bootstrap.
8577         (stage[+id+]-bubble): Enable parallel execution during
8578         the recursive invocation.
8579         * Makefile.in: Regenerate.
8580
8581         Fix previous checkin:
8582
8583         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8584         include.
8585         * configure.in: Fix indentation.
8586         * configure: Regenerate.
8587
8588 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
8589
8590         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8591         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8592         * configure: regenerate
8593         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8594         -mdynamic-no-pic
8595
8596 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
8597
8598         * Makefile.def (build_modules): Add fixincludes.
8599         (dependencies): Make gcc depend on fixincludes.
8600         * configure.in (build_tools): Add fixincludes.
8601         (build_configdirs): Always include build_libs.
8602         * Makefile.in: Regenerate.
8603         * configure: Regenerate.
8604
8605 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
8606
8607         * Makefile.def (bootstrap stages): Add 'lean' parameter.
8608         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8609         phony targets; do not generate timestamp files.
8610         (distclean-stageN): Remove references to their timestamp files.
8611         (restageN, touch-stageN): Remove.
8612         (stageN-bubble): Rewritten.
8613         (compare): Support lean bootstraps.
8614         * Makefile.in: Regenerate.
8615
8616         * configure.in: Only warn when bootstrapping but
8617         build != host or build != target.  Support lean bootstraps.
8618         * configure: Regenerate.
8619
8620 2004-08-26  Phil Edwards  <phil@codesourcery.com>
8621
8622         * configure.in:  Give a better error message if GMP/MPFR are missing
8623         and a language needing them has been requested.
8624         * configure:  Regenerated.
8625
8626 2004-08-25  Phil Edwards  <phil@codesourcery.com>
8627
8628         * configure.in:  Print a list of available language front-ends if
8629         a requested one is missing.  Tidy stray tab characters.
8630         * configure:  Regenerated.
8631
8632 2004-08-19  Michael Koch  <konqueror@gmx.de>
8633
8634         * gcc/doc/install.texi: Update entry about automake for libjava.
8635
8636 2004-08-17  Robert Millan  <robertmh@gnu.org>
8637
8638         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8639         (instead of FreeBSD).
8640         * configure: Regenerate.
8641
8642 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8643
8644         * Makefile.in: Regenerate.
8645         * configure: Regenerate.
8646
8647         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8648         stage_*_flags.
8649         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8650         for bootstrapped modules if toplevel bootstrap is going.
8651         (GCC bootstrap): Generate per-stage targets for all bootstrapped
8652         modules.  Adjust for changes in Makefile.def.  Enable several
8653         rules even in non-bootstrap mode, just to avoid peppering the
8654         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8655         (stage-[+prev+]-bubble): Remove.
8656
8657         * Makefile.def (Dependencies): Depend on all-build-bison,
8658         all-build-flex, all-build-byacc, all-build-texinfo, rather
8659         than the host variations.
8660         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
8661         with BUILD_SUBDIR.
8662         (BISON): Update for recent Bisons.
8663         (YACC): Fix typo.
8664         (cross): Depend on all-build.
8665         (all): Do not depend on all-build.
8666         (prebootstrap): Remove.
8667         (dep-kind): Accept separate prefixes for MODULE and ON variables.
8668         (Prebootstrap dependencies): Add them to the per-stage targets
8669         and to all-prebootstrap.
8670         * configure.in (build_configdirs): Always enable build_tools.
8671         (BUILD_DIR_PREFIX): Remove.
8672
8673         * Makefile.def (gcc): Add target variable.
8674         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8675         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8676         in the recursive `make', instead of hardwiring `all'.
8677         (Autogenerated TARGET-* variables): New.
8678
8679 2004-08-13  Brian Booth  <bbooth@redhat.com>
8680
8681         * MAINTAINERS: Remove myself from write-after-approval.
8682
8683 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
8684
8685         * src-release: Stop distributing mmalloc with gdb (which doesn't
8686         use it).
8687         * Makefile.def: GDB doesn't depend on mmalloc anymore.
8688         * Makefile.in: Regenerate.
8689
8690 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
8691
8692         * configure.in (arm*-*-eabi*): New target.
8693         * configure: Regenerate.
8694
8695 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
8696
8697         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8698         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8699         (Dependencies): New section.
8700         * Makefile.tpl (Dependencies): Generate from Makefile.def.
8701         (configure-target-[+module+]): Depend on maybe-all-gcc
8702         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
8703         (toplevel profiledbootstrap): Fix dependencies.
8704         * Makefile.in: Regenerate.
8705
8706 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
8707
8708         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8709         target-libiberty to noconfigdirs.
8710         * configure: Regenerate.
8711
8712 2004-08-03  Paul Brook  <paul@codesourcery.com>
8713
8714         * configure.in: Check for MPFR as well as GMP.
8715         * configure: Regenerate.
8716
8717 2004-08-01  Robert Millan  <robertmh@gnu.org>
8718
8719         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8720         libmudflap for all GNU-based systems (with Glibc).
8721         * configure: Regenerate.
8722
8723 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
8724
8725         * Makefile.def (host-modules): Add gcc.
8726         * Makefile.in: Regenerate.
8727         * Makefile.tpl (sorry): New rule.
8728         (configure-host, all-host, [+make_target+]-host, do-check,
8729         install-host): Do not add gcc as a special case.
8730         (host modules): Add a small special-casing for gcc.  Export
8731         extra_make_flags through the environment.
8732         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8733         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8734         other recursive targets for gcc): Remove.
8735
8736         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8737         (stage, unstage): New rules.
8738         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8739         distclean-stage[+id+]): Use stage_current.
8740         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8741         the stage*-start rules.
8742
8743 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
8744
8745         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8746         use -all_load flag.
8747
8748 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
8749
8750         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8751         * configure: Regenerate.
8752
8753 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
8754
8755         * maintainer-scripts/gcc_release: Revert yesterday's change.
8756
8757 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
8758
8759         * MAINTAINERS: Add myself to write-after-approval.
8760
8761 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
8762
8763         * libf2c: Removed.
8764         * gcc/gccbug.in: Updated because of libf2c removal.
8765         * maintainer-scripts/gcc_release: Ditto.
8766
8767 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
8768
8769         * configure.in: Build libmudflap by default on FreeBSD.
8770         * configure: Regenerated.
8771
8772 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
8773
8774         * configure.in: Do not build libmudflap by default on non-GNU/Linux
8775         systems.
8776         * configure: Regenerated.
8777
8778 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8779
8780         PR target/16344
8781         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8782         feedback based compiler.
8783         * Makefile.in: Rebuilt.
8784
8785 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
8786
8787         * Makefile.def (host_modules): Set bootstrap=true for flex.
8788         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8789         * Makefile.in: Rebuilt.
8790
8791 2004-07-07  Jan Hubicka  <jh@suse.cz>
8792
8793         * MAINTAINERS: Add self as a profile feedback maintainer.
8794
8795 2004-07-05  Phil Edwards  <phil@codesourcery.com>
8796
8797         * configure.in:  Do not prepend $srcdir to /dev/null in
8798         makefile fragments.
8799         * configure:  Regenerate.
8800
8801 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
8802
8803         * Makefile.def (build_modules): Add bison, byacc, flex,
8804         m4, texinfo.
8805         (flags_to_pass): Add FLEX.
8806         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8807         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8808         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8809         DEFAULT_MAKEINFO): Remove.
8810         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8811         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8812         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8813         objdir or else use configured tool.
8814         (all-build): New.
8815         (all): Depend on it.
8816         (Build module dependencies): Add.
8817         * Makefile.in: Regenerate.
8818         * configure.in: Better support for multiple build modules,
8819         matching what is done for host/target modules.  Do not look
8820         for "plausible" locations of build tools if Canadian cross.
8821         Use autoconf's AC_PROG_CC to find a C compiler.  Define
8822         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
8823         * configure: Regenerate.
8824
8825 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8826
8827         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8828         * Makefile.in: Regenerate.
8829
8830 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
8831
8832         * Makefile.tpl (configure-build-[+module+],
8833         configure-[+module+], configure-target-[+module+]): Pass
8834         [+extra_configure_args+].
8835         (all-build-[+module+], all-[+module+], check-[+module+],
8836         install-[+module+], [+make_target+]-[+module+],
8837         all-target-[+module+], check-target-[+module+],
8838         install-target-[+module+], [+make_target+]-target-[+module+]):
8839         Pass [+extra_make_args+].
8840         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8841         (GCC_HOST_EXPORTS): Remove.
8842         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8843         cross, check-gcc, check-gcc-c++, install-gcc,
8844         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8845         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8846         * Makefile.in: Regenerate.
8847
8848 2004-06-21  Matthew Sachs  <msachs@apple.com>
8849
8850         * MAINTAINERS: Added self to write-after-approval.
8851
8852 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
8853
8854         * configure.in: Check for srcdir/winsup rather than build directory
8855         winsup.
8856         * configure: Regenerate.
8857
8858 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
8859
8860         * configure.in: Don't build Cygwin native newlib if winsup
8861         directory is missing.  Emit warning instead.
8862         * configure: Regenerate.
8863
8864 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
8865
8866         * Makefile.tpl (touch-stage[+id+]): New.
8867         (restage[+prev+]): Depend on touch-stage[+id+].
8868
8869         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8870         Use it throughout.
8871
8872         * Makefile.def: Add profile and feedback bootstrap stages.
8873         Remove next field from bootstrap stages.
8874         * Makefile.tpl (LN, LN_S): Substitute.
8875         (stageN-start, stageN-end): Use double-colon rules, to
8876         provide a hook for additional setup commands.
8877         (distclean-stageN-gcc, restageN): Create dependencies from
8878         [+prev+], not from [+next+].
8879         (stageN-bubble): Add commands for successive stages from
8880         [+prev+], using double-colon rules.
8881         (all-stageN-gcc): Fix typo.
8882         (stagefeedback-start, profiledbootstrap): New.
8883         * Makefile.in: Regenerate.
8884         * configure.in: Call ACX_PROG_LN.
8885         * configure: Regenerate.
8886
8887 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
8888
8889         * MAINTAINERS (Write After Approval): Add myself.
8890
8891 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
8892
8893         * MAINTAINERS (Write After Approval): Add myself.
8894
8895 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
8896
8897         * configure.in: Fix --enable-bootstrap breakage introduced in trees
8898         without gcc.
8899         * configure: Regenerate.
8900
8901 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8902
8903         * Makefile.tpl: Fix typo.
8904         * Makefile.in: Regenerate.
8905
8906 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8907
8908         * configure.in: Remove new- prefix from toplevel
8909         bootstrap targets.
8910         * configure: Regenerate.
8911
8912 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
8913
8914         * Makefile.tpl (all.normal): Rename to all.
8915         (all): Replace with a rule to pick the default
8916         target from configure.
8917         (all-gcc, configure-gcc): Use conditionals to
8918         do nothing when toplevel bootstrap is going on.
8919         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8920         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8921         * configure.in: Support --enable-bootstrap.
8922
8923         * Makefile.def: Remove new- prefix from toplevel
8924         bootstrap targets.
8925         * Makefile.tpl: Likewise.
8926
8927         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
8928         target.
8929
8930         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8931         $(RECURSE_FLAGS) to recursive invocation of make.
8932
8933         * Makefile.in: Regenerate.
8934         * configure: Regenerate.
8935
8936 2004-05-30  Andreas Jaeger  <aj@suse.de>
8937             Jim Wilson  <wilson@specifixinc.com>
8938
8939         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8940         like CC.
8941
8942 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
8943
8944         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8945         * configure: Regenerate.
8946
8947 2004-05-25  Daniel Jacobowitz  <drow@false.org>
8948
8949         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8950         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8951         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
8952         targets.
8953         * Makefile.in: Regenerate.
8954
8955 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
8956
8957         * configure.in: Test the ability to symlink directories.
8958         * configure: Regenerate.
8959
8960         * Makefile.def (bootstrap-stage): New definitions.
8961         * Makefile.tpl (configure-stage1-gcc,
8962         configure-stage2-gcc, configure-stage3-gcc,
8963         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8964         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8965         new-restage3, compare): Autogenerate, see Makefile.in
8966         entry for behavioral changes.
8967         (distclean-stage1, new-stage1-start, new-stage1-end,
8968         new-stage1-bubble, distclean-stage2, new-stage2-start,
8969         new-stage2-end, new-stage2-bubble, distclean-stage3,
8970         new-stage3-start, new-stage3-end): New autogenerated targets.
8971         (objext, prebootstrap, BOOT_CFLAGS,
8972         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8973         targets.
8974
8975         * Makefile.in: Regenerate.
8976         (distclean-stage1, new-stage1-start, new-stage1-end,
8977         new-stage1-bubble, distclean-stage2, new-stage2-start,
8978         new-stage2-end, new-stage2-bubble, distclean-stage3,
8979         new-stage3-start, new-stage3-end): New targets.
8980         (all-stage1-gcc): Move prebootstrap dependency from here...
8981         (configure-stage1-gcc): ...to here.
8982         (new-bootstrap): Use bubble targets.
8983         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8984         Use per-stage distclean targets.
8985         (configure-stage1-gcc, configure-stage2-gcc,
8986         configure-stage3-gcc, all-stage1-gcc,
8987         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8988         Use new-stageN-start to prepare the tree.
8989
8990 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
8991
8992         * Makefile.def (host_modules): add libcpp.
8993         * Makefile.tpl: Add dependencies on and for libcpp.
8994         * Makefile.in: Regenerate.
8995         * configure.in: Add libcpp host module.
8996         * configure: Regenerate.
8997
8998 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
8999
9000         * Makefile.tpl: Whenever a recursive target is defined, wrap
9001         it in a special @if/@endif block, and prepare its maybe
9002         dependency in the @if/@endif block
9003         * configure.in: Instead of writing maybe dependencies, remove
9004         the @if/@endif statements, and remove the @if/@endif blocks
9005         that remain.
9006         * configure: Regenerate.
9007         * Makefile.in: Regenerate.
9008
9009 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
9010
9011         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9012
9013 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9014
9015         PR bootstrap/15120
9016         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9017         * */configure: Rebuilt.
9018
9019 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
9020
9021         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9022         of libf2c.
9023         * configure, Makefile.in: Regenerate.
9024
9025 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9026
9027         * MAINTAINERS (Write After Approval): Add myself.
9028
9029 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
9030
9031         Merge from tree-ssa-20020619-branch.
9032
9033         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9034         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9035         (HOST_GMPLIBS): Define.
9036         (HOST_GMPINC): Define.
9037         (TARGET_LIB_PATH): Add libmudflap.
9038         (GFORTRAN_FOR_TARGET): Define.
9039         (configure-build*): Export GFORTRAN.
9040         (configure-gcc): Export GMPLIBS and GMPINC.
9041         (all-gcc): Add maybe-all-libbanshee.
9042         (configure-target-libgfortran): Define.
9043         * Makefile.in: Regenerate.
9044         * configure.in (host_libs): Add libbanshee.
9045         (target_libraries): Add target-libmudflap and target-libgfortran.
9046         Add --with-libbanshee.
9047         Handle --disable-libmudflap.
9048         (*-*-freebsd*): Use with_gmp.
9049         Add $(libgcj) to noconfigdirs.
9050         * configure: Regenerate.
9051         * depcomp: New file.
9052         * MAINTAINERS: Add tree-ssa maintainers.
9053
9054 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
9055
9056         * MAINTAINERS (Various Maintainers): Add myself.
9057
9058 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9059
9060         * MAINTAINERS (Write After Approval): Add myself.
9061
9062 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
9063
9064         * MAINTAINERS (Write After Approval): Add myself.
9065
9066 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
9067
9068         * config/acx.m4: Fix fastcompare support for new-bootstrap.
9069         * configure: Regenerate.
9070
9071 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
9072
9073         Revert:
9074         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9075
9076         * Makefile.def (flags_to_pass): Remove *dir variables that
9077         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9078         as well as prefix and exec_prefix.
9079         * Makefile.in: Regenerate.
9080
9081 2004-04-26  Robert Millan  <robertmh@gnu.org>
9082
9083         Add patches from libtool CVS.
9084         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9085         * ltconfig: Likewise.
9086         * ltcf-c.sh: Likewise.
9087         * ltcf-cxx.sh: Likewise.
9088         * ltcf-gcj.sh: Likewise.
9089
9090 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9091
9092         * Makefile.def (host_modules): Mark with the bootstrap
9093         flag packages on which gcc depends.
9094         * Makefile.tpl (all-bootstrap): Use it.
9095         * Makefile.in: Regenerate.
9096
9097 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9098
9099         * Makefile.def (flags_to_pass): Remove *dir variables that
9100         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9101         as well as prefix and exec_prefix.
9102         * Makefile.in: Regenerate.
9103
9104 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9105
9106         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9107         * configure: Regenerate.
9108         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9109         * gcc/Makefile.tpl (compare): Use the result of the test.
9110         * gcc/Makefile.in: Regenerate.
9111
9112 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9113
9114         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9115         Always relocate gcc and prev-gcc to the original names, even
9116         if the build fails.
9117         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9118         New targets.
9119
9120 2004-04-23  Laurent GUERBY <laurent@guerby.net>
9121
9122         * MAINTAINERS: Update my email address.
9123
9124 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9125
9126         * configure.in (mips*-*-irix5*): Enable ld.
9127         * configure: Regenerate.
9128
9129 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9130
9131         * configure: Regenerate.
9132
9133 2004-04-15  James E Wilson  <wilson@specifixinc.com>
9134
9135         * Makefile.tpl (configure-[+module+], configure-gcc,
9136         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9137         Set and export LDFLAGS.
9138         * Makefile.in: Regenerate.
9139
9140 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9141
9142         * MAINTAINERS: Add myself to write-after-approval.
9143
9144 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9145
9146         PR bootstrap/14871
9147         * Makefile.tpl: If we don't have built-in-tree target tools,
9148         use the ones found by configure rather than hacking around with
9149         program_transform_name.
9150         * configure.in: Give Makefile.tpl the information necessary
9151         to do that.
9152         * Makefile.in: Regenerate.
9153         * configure: Regenerate.
9154
9155 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9156
9157         PR bootstrap/14760
9158         * configure.in: When computing baseargs, strip *all* copies of
9159         offending options.  Also, don't match/substitute the trailing space,
9160         so that this actually works when two similar options are separated by
9161         only one space.
9162         * configure: Regenerate.
9163
9164 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
9165
9166         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9167         (rs6000-*-aix*): Same.
9168         * configure: Regenerate.
9169
9170 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9171
9172         * MAINTAINERS: Add myself to write-after-approval.
9173
9174 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
9175
9176         * MAINTAINERS: Add myself to write-after-approval.
9177
9178 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9179
9180         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9181         STRICT_WARN, WARN_CFLAGS flags passed down to make.
9182         * Makefile.in: Regenerate.
9183
9184         * configure.in (top level bootstrap support): Rework --enable-werror
9185         to set @stage2_werror_flag@.
9186         * configure: Regenerate.
9187         * Makefile.tpl (top level bootstrap support): Pass
9188         @stage2_werror_flag@ down to configure in stages 2 and 3.
9189         * Makefile.in: Regenerate.
9190
9191 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9192
9193         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9194         for stages 2 and 3 as well as in make.  As a consequence, remove
9195         OUTPUT_OPTION (now detected by configure) from the flags passed down
9196         to make.
9197         * Makefile.in: Regenerate.
9198
9199         * Makefile.tpl (new-bootstrap): Fix typo.
9200         * Makefile.in: Regenerate.
9201
9202 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9203
9204         * Makefile.tpl: Rearrange by moving recursive_targets rules
9205         into their proper sections.
9206         * Makefile.tpl (top level bootstrap support): Move disabling
9207         of coverage flags from 'make' to 'configure'; improve comments.
9208         * Makefile.in: Regenerate.
9209
9210         * Makefile.tpl (experimental top level bootstrap) Move stage1
9211         language setting from all- target to configure- target; disable
9212         intermodule optimization in stage 1; prevent gratuitous rebuilds
9213         of stage 1.
9214         * Makefile.in: Regenerate.
9215         * configure.in: Comma-separate stage 1 language list for top
9216         level bootstrap.
9217         * configure: Regenerate.
9218
9219         * Makefile.tpl: Clean up experimental top level bootstrap support:
9220         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9221         prev-gcc in configure- targets as well as all- targets.
9222         * Makefile.in: Regenerate.
9223
9224 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9225
9226         * compile: New file imported from automake.
9227
9228 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9229
9230         * configure.in: Remove symbolic link section.
9231         * configure: Regenerate.
9232         * Makefile.tpl (links): Remove.
9233         * Makefile.in: Regenerate.
9234
9235 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9236             Nathanael Nerode  <neroden@gcc.gnu.org>
9237
9238         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9239         Set with AC_CHECK_PROGS.
9240         * configure.in: Fix comment typo from last patch.
9241         * configure: Regenerate.
9242
9243 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9244
9245         * Makefile.tpl: Introduce experimental top level bootstrap support.
9246         * Makefile.in: Regenerate.
9247         * configure.in: Introduce support for top level bootstrap.
9248         * configure: Regenerate.
9249
9250 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9251             Paolo Bonzini  <bonzini@gnu.org>
9252
9253         PR bootstrap/14522
9254         * configure.in: Cope with shells that do not support unquoted ^
9255         * configure: Regenerate.
9256
9257 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9258             Paolo Bonzini  <bonzini@gnu.org>
9259
9260         PR bootstrap/14522
9261         * configure.in: Cope with shells that do not support nesting
9262         quotes inside quoted backquote substitutions.
9263         * configure: Regenerate.
9264
9265 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9266
9267         PR bootstrap/14522
9268         * configure.in: Fix escaping of $.
9269         * configure: Regenerate.
9270
9271 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9272
9273         * configure: Regenerate, since I forgot to while committing Paolo's
9274         changes.
9275
9276 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9277
9278         PR ada/14131
9279         Move language detection to the top level.
9280         * configure.in: Find default values for the tools as
9281         soon as possible.  Disable ada if GNAT is not found.
9282         Emit error message about missing languages.  Expand
9283         --enable-languages=all for the gcc subdirectory.
9284
9285 2004-03-10  Ben Elliston  <bje@gnu.org>
9286
9287         * MAINTAINERS: Update my email address.
9288
9289 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
9290
9291         * ltconfig: Disable building static libraries if building shared
9292         libraries on AIX 5L.
9293
9294 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9295
9296         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9297         and disable libgcj.
9298         * configure: Regenerated.
9299
9300 2004-03-01  Brian Booth  <bbooth@redhat.com>
9301
9302         * MAINTAINERS: Add myself to write-after-approval.
9303
9304 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9305
9306         * MAINTAINERS: Add myself to write-after-approval.
9307
9308 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9309
9310         PR bootstrap/7087
9311         * Makefile.tpl: Guard XFOO sed statements better.
9312         * Makefile.tpl: Add dependency for configure-target-libada.
9313         * Makefile.in: Regenerate (incidentally fixes broken
9314         commit when libada-branch was merged).
9315
9316 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9317
9318         * MAINTAINERS: Add myself to write-after-approval.
9319
9320 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9321
9322         * MAINTAINERS: Add Nicola Pero and myself as libobjc
9323         maintainers.
9324
9325 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9326
9327         * config.guess: Update from version 2003-10-16 to 2004-02-16.
9328         * config.sub: Update from version 2003-11-03 to 2004-02-16.
9329
9330 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9331
9332         PR bootstrap/11932
9333         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9334
9335 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9336
9337         * MAINTAINERS: Added myself to write-after-approval.
9338
9339 2004-02-14  Michael Koch  <konqueror@gmx.de>
9340
9341         * MAINTAINERS: Added myself to write-after-approval.
9342
9343 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9344
9345         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9346         some OS port maintainers to OS port maintainers section.
9347
9348 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9349
9350         * MAINTAINERS: Add self.
9351
9352 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9353
9354         * MAINTAINERS: Alphabetize.
9355
9356 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9357
9358         * MAINTAINERS: Remove myself.
9359
9360 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9361
9362         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9363         (rs6000-*-aix*): Same.
9364         * configure: Regenerate.
9365
9366 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9367
9368         * configure.in (host): Add in missing $noconfigdirs to defines.
9369         * configure: Regenerate.
9370
9371 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9372             Nathanael Nerode  <neroden@gcc.gnu.org>
9373
9374         PR ada/6637, PR ada/5911
9375         Merge with libada-branch:
9376         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9377         with appropriate dependencies. Add --enable-libada configure switch.
9378         * configure, Makefile.in: Regenerate.
9379
9380 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9381
9382         * MAINTAINERS: Add myself to write-after-approval.
9383
9384 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9385
9386         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9387         * configure: Regenerate.
9388
9389 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9390
9391         Merge from upstream:
9392
9393         * ltmain.in: When setting IFS to '~', be careful about user
9394         arguments that contain '~'.
9395
9396         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9397
9398         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9399         Also test $base_compile against $CC with escaped arguments. Bug
9400         reported by Geoff Keating <geoffk@apple.com>.
9401
9402 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9403
9404         * MAINTAINERS: Remove i960 port.
9405
9406 2004-01-23  DJ Delorie  <dj@redhat.com>
9407
9408         * Makefile.def (target_modules) [libiberty]: Don't stage.
9409         * Makefile.in: Rebuilt.
9410
9411 2004-01-20  Caroline Tice  <ctice@apple.com>
9412
9413         * MAINTAINERS: Add myself to write-after-approval.
9414
9415 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9416
9417         * MAINTAINERS: Update my email address.
9418
9419 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9420
9421         * MAINTAINERS: Add myself to write-after-approval.
9422
9423 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9424
9425         * MAINTAINERS: Remove entries without email address.
9426
9427 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9428
9429         * MAINTAINERS: Add myself to write-after-approval.
9430
9431 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9432
9433         * MAINTAINERS: Update my email address.
9434
9435 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9436
9437         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9438         * Makefile.tpl (configure-target-[+module+]): Support stage.
9439         * Makefile.in: Rebuilt.
9440
9441 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9442
9443         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9444
9445 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9446
9447         * MAINTAINERS: Add myself as a MIPS maintainer.
9448
9449 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9450
9451         * configure.in: Use ./config.cache, not config.cache.
9452         * configure: Regenerate.
9453         * Makefile.tpl: Special-casing not needed for GCC any more.
9454         * Makefile.in: Regenerate.
9455
9456         * configure.in: Don't share a cache file for host dirs.
9457         * configure: Regenerate.
9458
9459         * config-ml.in: Don't mess with the cache file.
9460
9461 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9462
9463         * MAINTAINERS: Move myself from 'Write After Approval' to
9464         'CPU Port Maintainers' section as SPARC maintainer.
9465
9466 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9467
9468         * Makefile.tpl: Make GCC use a separate config.cache.
9469         * Makefile.in: Regenerate.
9470
9471         PR bootstrap/11932, PR bootstrap/11933
9472         (I don't know if it will fix either of them, but it relates
9473         to them.)
9474         * configure.in: Don't use shared config.cache for target
9475         directories.
9476         * configure: Regenerate.
9477
9478 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
9479
9480         * MAINTAINERS: Add myself to 'Write After Approval' section.
9481
9482 2003-12-31  Roger Sayle  <roger@eyesopen.com>
9483
9484         * configure.in (ia64*-*-hpux*): Disable building java libraries.
9485         * configure: Regenerated.
9486
9487 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
9488
9489         * MAINTAINERS: Remove the mn10200 maintainer.
9490
9491 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
9492
9493         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9494         * configure: Regenerated.
9495
9496 2003-12-16  Jan Hubicka  <jh@suse.cz>
9497
9498         * MAINTAINERS: Add myself as callgraph maintainer.
9499
9500 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
9501
9502         * configure.in (raw_libstdcxx_flags): Remove the leading space.
9503         * configure: Regenerate.
9504
9505 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
9506
9507         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9508         'Write After Approval' section. Update email.
9509
9510 2003-12-01  James Lemke  <jim@wasabisystems.com>
9511
9512         * MAINTAINERS (Write After Approval): Add myself.
9513
9514 2003-11-20  Matt Thomas  <matt@3am-software.com>
9515
9516         * MAINTAINERS: Add myself as a vax port maintainer.
9517
9518 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
9519
9520         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9521         (configure-build-[+module+], configure-[+module+]): Likewise.
9522         (configure-target-[+module+], configure-gcc, config.status): Likewise.
9523         * Makefile.in: Regenerate.
9524
9525 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
9526
9527         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9528         shared/dylibed libraries.
9529         * ltmain.sh: Likewise.
9530         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9531         * ltcf-cxx.sh: Likewise.
9532         * ltcf-gcj.sh: Likewise.
9533         * ltconfig: Likewise.
9534
9535 2003-11-17  Stan Cox  <scox@redhat.com>
9536
9537         * MAINTAINERS: Add myself as iq2000 port maintainer.
9538
9539 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
9540
9541         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9542         * Makefile.in: Regenerate.
9543
9544 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
9545
9546         * config.sub: Update to 2003-11-03 version.
9547
9548 2003-10-20  Phil Edwards  <phil@codesourcery.com>
9549
9550         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
9551         * configure:  Regenerate.
9552
9553 2003-10-20  Nicolas Pitre  <nico@cam.org>
9554
9555         * MAINTAINERS: Add myself to 'Write After Approval' section.
9556
9557 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
9558
9559         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9560
9561 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
9562
9563         * MAINTAINERS: Update my email address.
9564
9565 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9566
9567         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9568
9569 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
9570
9571         * MAINTAINERS: Add myself to 'Write After Approval' section.
9572
9573 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
9574
9575         * config.guess: Update to 2003-10-16 version.
9576         * config.sub: Update to 2003-10-16 version.
9577
9578 2003-10-15  David Daney  <ddaney@avtrex.com>
9579
9580         * MAINTAINERS: Added myself to 'Write After Approval' section.
9581
9582 2003-10-15  Falk Hueffner  <falk@debian.org>
9583
9584         * MAINTAINERS: Move myself from 'Bug database only accounts' to
9585         'Write After Approval' section. Update email.
9586
9587 2003-10-14  Roger Sayle  <roger@eyesopen.com>
9588
9589         * MAINTAINERS: Move myself from 'Write After Approval' to
9590         'Various Maintainers' section as middle-end maintainer.
9591
9592 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9593
9594         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9595         HOST_FLAGS_TO_PASS.
9596         * Makefile.in: Regenerate.
9597
9598 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
9599
9600         * config.guess: Update to 2003-10-07 version.
9601         * config.sub: Update to 2003-10-07 version.
9602
9603 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9604
9605         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9606         * ltconfig (irix5*, irix6*): Don't override version_type.
9607
9608 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
9609
9610         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9611         * configure: Rebuilt
9612         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9613         * Makefile.in: Rebuilt
9614
9615 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
9616
9617         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9618
9619 2003-09-30  Carlo Wood  <carlo@alinoe.com>
9620
9621         * MAINTAINERS (Write After Approval): Add myself.
9622
9623 2003-09-29  Paul Koning  <ni1d@arrl.net>
9624
9625         * MAINTAINERS: Move myself from "Write After Approval"
9626         to CPU platform maintainers for pdp11 platform.
9627
9628 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
9629
9630         * MAINTAINERS: Move myself from 'Write After Approval' to
9631         'Various Maintainers' section as libffi testsuite maintainer.
9632
9633 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
9634
9635         * configure.in: Pass a computed --program-transform-name
9636         to subconfigures.
9637         * configure: Regenerated.
9638
9639 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
9640
9641         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9642         * Makefile.in: Regenerate.
9643
9644         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9645         * Makefile.in: Regenerate.
9646
9647 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
9648
9649         * MAINTAINERS: Move myself from 'Write After Approval'
9650         to 'Various Maintainers' (objective-c) section.
9651
9652 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
9653
9654         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9655         quoting.
9656         * configure: Regenerated.
9657
9658 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
9659
9660         * MAINTAINERS (Write After Approval): Add myself to write after
9661         approval list.
9662
9663 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
9664
9665         * MAINTAINERS (Write After Approval): Add myself.
9666
9667 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
9668
9669         * MAINTAINERS: Update my e-mail address.
9670
9671 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
9672
9673         * libtool.m4 (LD): Correct powerpc64 host match.
9674
9675 2003-09-06  James E Wilson  <wilson@tuliptree.org>
9676
9677         * MAINTAINTERS: Update my affiliation and email address.
9678
9679 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
9680
9681         * MAINTAINERS (Write After Approval): Add myself.
9682
9683 2003-09-04  DJ Delorie  <dj@redhat.com>
9684
9685         * configure: Regenerate.
9686
9687 2003-09-04  Robert Millan  <robertmh@gnu.org>
9688
9689         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9690
9691 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9692
9693         * configure.in: Ensure arguments to sed are properly spaced.
9694         * configure: Regenerate.
9695
9696 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
9697
9698         * MAINTAINERS: Update my e-mail address.
9699
9700 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
9701
9702         * MAINTAINERS (Write After Approval): Add myself.
9703
9704 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
9705
9706         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9707         * configure: Regenerated.
9708
9709 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
9710
9711         * MAINTAINERS: Update my email address.
9712
9713 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
9714
9715         * configure.in:  Use newline instead of semicolon when assuming
9716         shell arguments in a for loop.
9717         * configure:  Regenerated.
9718
9719 2003-08-22  Jason Eckhardt  <jle@rice.edu>
9720
9721         * MAINTAINERS: Resurrect the i860 maintainer.
9722
9723 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
9724
9725         PR 8180
9726         * configure.in: When testing with_libs and with_headers, treat
9727         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
9728         * configure: Regenerate.
9729
9730         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9731         make, shell, etc.
9732         (baseargs): Likewise.
9733         * configure: Regenerate.
9734
9735 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
9736
9737         * MAINTAINERS (Write After Approval): Add myself.
9738
9739 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
9740
9741         * configure.in: Disable libgcj for darwin not on powerpc.
9742         * configure: Rebuild.
9743
9744 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
9745
9746         * config-ml.in, symlink-tree: Add license.
9747
9748 2003-08-03  Richard Stallman  <rms@gnu.org>
9749             Eben Moglen  <moglen@columbia.edu>
9750
9751         * README.SCO: New file.
9752
9753 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
9754
9755         * Makefile.tpl (check, check-c++): Express dependencies using
9756         dependencies rather than commands.
9757         * Makefile.in: Regenerate.
9758
9759 2003-08-01  Andrew Cagney  <cagney@redhat.com>
9760
9761         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9762         * configure: Ditto.
9763
9764 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
9765
9766         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9767         * Makefile.in: Update.
9768
9769 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
9770
9771         * configure.in: Enable libgcj for darwin.
9772         * configure: Rebuild.
9773
9774 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
9775
9776         * config-ml.in:  Use ac_configure_args directly instead of
9777         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
9778         actually seen.
9779
9780 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9781
9782         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9783         creating target and build subdirs to build all parent dirs as needed.
9784         * Makefile.in: Rebuild.
9785         * configure.in: Don't build dirs explicitly here.
9786         * configure: Rebuild.
9787
9788 2003-07-26  Paul Brook  <paul@nowt.org>
9789
9790         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9791
9792 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
9793
9794         * Makefile.tpl (all-make): Depend on intl.
9795         * Makefile.in: Rebuilt.
9796
9797 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
9798
9799         * install-sh:  Update to newer upstream versions (associated with
9800         aclocal 1.7).
9801         * mkinstalldirs:  Likewise.
9802         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
9803
9804 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
9805
9806         * MAINTAINERS: Move self from Bug database only accounts
9807         to write-after-approval.
9808
9809 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
9810
9811         * config.if: Remove unused libc_interface determination.
9812
9813 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
9814
9815         * MAINTAINERS: Move self from write-after-approval to
9816         build machinery (*.in).
9817
9818 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
9819
9820         PR bootstrap/11273
9821         PR bootstrap/11408
9822         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
9823         unused INSTALL_PROGRAM_ARGS.
9824         * configure.in: Use AC_PROG_INSTALL.
9825         * Makefile.in: Regenerate.
9826         * configure: Regenerate.
9827
9828 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
9829
9830         * MAINTAINERS: Alphabetize.
9831
9832 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
9833
9834         * configure: Rebuilt.
9835         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
9836         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9837         newlib nor libgloss.
9838         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
9839         * configure.in (am33_2.0-*-linux*): Added.
9840
9841 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
9842
9843         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9844         * configure: Regenerate.
9845
9846 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
9847
9848         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9849         * Makefile.in: Regenerate.
9850
9851 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9852
9853         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9854         * Makefile.in: Regenerate.
9855
9856 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
9857
9858         * Makefile.tpl: Replace PWD with PWD_COMMAND.
9859         * Makefile.in: Regenerated.
9860
9861         * config-ml.in: Replace PWD with PWD_COMMAND.
9862
9863 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
9864
9865         * intl: New directory; see intl/ChangeLog for details.
9866         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9867         * Makefile.tpl: all-gcc depends on maybe-all-intl.
9868         * Makefile.in: Regenerate.
9869
9870 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
9871
9872         * configure.in: Clean up config-lang.in handling.  Delete
9873         useless assignment to "subdirs".
9874         * configure: Regenerate.
9875
9876 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
9877
9878         * configure.in: Rename 'target_libs' to 'target_libraries'.
9879         Remove useless reference to 'target_libs'.
9880         * configure: Regenerate.
9881
9882 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
9883
9884         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9885         * Makefile.in: Regenerate.
9886
9887 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9888
9889         * Makefile.def: Introduce flags_to_pass.
9890         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9891         * Makefile.in: Regenerate.
9892
9893 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
9894
9895         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9896         and target-libgloss.
9897         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9898         <h8300*-*-*>: Disable libf2c and ${libgcj}.
9899         * configure: Regenerate.
9900
9901 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
9902
9903         * configure.in: Update testsuite_flags to new location.
9904         * configure. Regenerate.
9905
9906 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
9907
9908         * Makefile.tpl: Remove BUILD_CC stuff.
9909         * Makefile.in: Regenerate.
9910
9911 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
9912
9913         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9914
9915 2003-06-16  Graeme Peterson  <gp@qnx.com>
9916
9917         * MAINTAINERS (Write After Approval): Add myself.
9918
9919 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
9920
9921         * config.guess: Update to 2003-06-12 version.
9922         * config.sub: Update to 2003-06-13 version.
9923
9924 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
9925
9926         * config.guess: Update to 2003-06-06 version.
9927         * config.sub: Update to 2003-06-06 version.
9928
9929 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9930
9931         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9932         * configure. Regenerate.
9933
9934 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
9935
9936         * configure.in: Disable serial configure by default.
9937         * configure: Regenerate.
9938         * Makefile.tpl: Abolish .NOTPARALLEL.
9939         * Makefile.in: Regenerate.
9940
9941         * Makefile.tpl: Replace {build,host,target}_canonical by
9942         {build,host,target}.
9943         * Makefile.in: Regenerate.
9944
9945         * Makefile.tpl: Fix stupid pasto.
9946         * Makefile.in: Regenerate.
9947
9948 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9949
9950         * Makefile.tpl: Remove bogus conditional.
9951         * Makefile.in: Regenerate.
9952
9953 2003-06-05  Jan Hubicka  <jh@suse.cz>
9954
9955         * Makefile.tpl (profiledbootstrap): New target.
9956         * Makefile.in (profiledbootstrap): New target.
9957
9958 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
9959
9960         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9961         Pinski. Remove user names from other bugzilla-only maintainers.
9962
9963 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9964
9965         * Makefile.tpl: Make 'recursive targets' using autogen rather
9966         than shell loop.  Remove duplicate 'clean' targets and false
9967         comments.
9968         * Makefile.def: Add systematic dependencies to 'recursive' targets.
9969         Add systematic method of specifying missing targets in subdirs.
9970         Add copyright boilerplate.
9971         * Makefile.in: Regenerate.
9972         * configure.in: Add 'recursive targets' to maybe list.
9973         * configure: Regenerate.
9974
9975         * MAINTAINERS: "GNATS only" -> "Bug database only".
9976
9977         * Makefile.tpl: Rename [+target+] to [+make_target+].
9978         * Makefile.def: Rename 'target' to 'make_target'.
9979
9980 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
9981
9982         * MAINTAINERS: Add self as options handling maintainer.
9983
9984 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
9985
9986         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9987         been too long since I touched those ports.
9988
9989 2003-05-28  DJ Delorie  <dj@redhat.com>
9990
9991         * Makefile.tpl: Make maybe-check-gcc .PHONY.
9992         * Makefile.in: Regenerate.
9993
9994 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9995
9996         * configure.in: Use curly braces in the definition of tooldir.
9997         * configure: Regenerate.
9998
9999 2003-05-21  DJ Delorie  <dj@redhat.com>
10000
10001         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10002         newlib or libgloss.
10003         * Makefile.in: Regenerate.
10004
10005 2003-05-21  DJ Delorie  <dj@redhat.com>
10006
10007         * Makefile.tpl: Add missing empty maybe-check-gcc target.
10008         * Makefile.in: Regenerate.
10009
10010 2003-05-20  Ian Lance Taylor  <ian@airs.com>
10011
10012         * MAINTAINERS: Update my e-mail address.
10013
10014 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10015
10016         * configure.in: Switch more things to use maybe dependencies.
10017         * Makefile.tpl: Switch more things to use maybe dependencies.
10018         Factor out common code from autogen IF statements.
10019         * configure: Regenerate.
10020         * Makefile.in: Regenerate.
10021
10022 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10023
10024         * configure.in: Accept i[3456789]86 for machine type.
10025         * configure: Regenerate.
10026
10027 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10028
10029         * configure.in: Switch more things to use maybe dependencies.
10030         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10031         * configure: Regenerate.
10032         * Makefile.tpl: Switch more things to use maybe dependencies.
10033         * Makefile.in: Regenerate.
10034
10035 2003-05-16  Andreas Schwab  <schwab@suse.de>
10036
10037         * Makefile.tpl (install-opcodes): Define.
10038         * Makefile.in: Rebuild.
10039
10040 2003-05-13  Andreas Jaeger  <aj@suse.de>
10041
10042         * config.guess: Update to 2003-05-09 version.
10043         * config.sub: Update to 2003-05-09 version.
10044
10045 2003-05-13  Michael Eager  <eager@mvista.com>
10046
10047         * configure.in: Correct sed script so that options in quotes are not
10048         deleted.
10049         * configure: Rebuild.
10050
10051 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
10052
10053         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10054         and $$s/newlib/libc/sys/cygwin32 include paths.
10055         * configure: Ditto.
10056
10057 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
10058
10059         * MAINTAINERS: Update my email addresses.
10060
10061 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10062
10063         * config-ml.in: Propagate INSTALL variables.
10064
10065 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10066
10067         * MAINTAINERS: Remove duplicate entries in Write After Approval.
10068
10069 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
10070
10071         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10072         * Makefile.in: Regenerate.
10073
10074 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10075
10076         * MAINTAINERS (GNATS only): Add Falk Hueffner.
10077
10078 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10079
10080         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10081
10082 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10083
10084         * Makefile.tpl: Clean $(BUILD_SUBDIR).
10085         * Makefile.in: Regenerated.
10086
10087 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10088
10089         * MAINTAINERS (Write After Approval): Upgrade myself from
10090         GNATS only to write-after-approval. Update my mail address.
10091
10092 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10093
10094         (OS Port Maintainers: freebsd): Add myself.
10095
10096 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10097
10098         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10099
10100 2003-04-22  Kean Johnston  <jkj@sco.com>
10101
10102         * MAINTAINERS (SCO ports): Added myself.
10103
10104 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10105
10106         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10107
10108 2003-04-19  Kean Johnston  <jkj@sco.com>
10109
10110         * MAINTAINERS (Write After Approval): Add myself.
10111
10112 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10113
10114         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10115         * Makefile.in: Regenerate.
10116
10117 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
10118
10119         * configure.in (powerpc64*-*-linux*): Remove.
10120         * configure: Rebuilt.
10121
10122 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10123
10124         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10125         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10126         and restrap.
10127         * Makefile.in:  Regenerate.
10128
10129 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10130
10131         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10132         * configure: Regenerated.
10133
10134 2003-04-15  DJ Delorie  <dj@redhat.com>
10135
10136         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10137
10138 2003-04-13  Nick Clifton  <nickc@redhat.com>
10139
10140         * config-ml.in: Remove support for --disable-aix removing
10141         call-aix multilibs.
10142
10143 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10144
10145         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10146         * */configure: Rebuilt.
10147
10148 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
10149
10150         * MAINTAINERS: Add my email address.
10151
10152 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10153
10154         * MAINTAINERS (Write After Approval): Add myself.
10155
10156 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10157
10158         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10159         * Makefile.in: Regenerate.
10160
10161 2003-03-14  Michael Chastain  <mec@shout.net>
10162
10163         * Makefile.in: Regenerate with correct Makefile.def.
10164
10165 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10166
10167         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10168         Make macro.
10169         * Makefile.in: Regenerate.
10170         * configure.in: Clean up gxx_include_dir logic.
10171         * configure: Regenerate.
10172
10173 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10174
10175         * MAINTAINERS (Write After Approval): Add myself.
10176
10177 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
10178
10179         * MAINTAINERS: Update my mail address.
10180
10181 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10182
10183         * configure.in (gxx_include_dir): Fix typo.
10184         * configure: Regenerated.
10185
10186 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10187
10188         * Makefile.tpl: Reindent.
10189         * Makefile.in: Regenerate.
10190         * configure.in: Reindent.  Don't set unused variables.
10191         * configure: Regenerate.
10192
10193 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10194
10195         * configure.in: Include $(build_tooldir)/sys-include in
10196         FLAGS_FOR_TARGET.
10197         * configure: Regenerated.
10198
10199 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10200
10201         * Makefile.tpl: Always pass down RANLIB.
10202         * Makefile.in: Regenerate.
10203
10204         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10205         * Makefile.in: Regenerate.
10206         * configure.in: Remove unused logic relating to --enable-shared
10207         and --enable-threads.  Remove bogus comments.  Remove redundant
10208         noconfigdirs.
10209         * configure: Regenerate.
10210
10211         * configure.in: Replace ${libstdcxx_version} by its value.
10212         Remove reference to mh-dgux.
10213         * configure: Regenerate.
10214
10215 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
10216
10217         * MAINTAINERS (Write After Approval): Add myself.
10218
10219 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10220
10221         * Makefile.tpl: Rearrange.
10222         * Makefile.in: Regenerate.
10223
10224 2003-02-25  Uwe Stieber  <uwe@wwws.de>
10225
10226         * configure.in: Add support for kaOS as cross build target system.
10227         * configure: Regenerated.
10228
10229 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10230
10231         * MAINTAINERS (Write after approval): Add myself.
10232
10233 2003-02-21  James E Wilson  <wilson@tuliptree.org>
10234
10235         * MAINTAINERS: Update my email address.
10236
10237 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10238
10239         * MAINTAINERS: Add self to blanket write privs. section.
10240
10241 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10242
10243         * Makefile.tpl: Add definition of CPPFLAGS to pass into
10244         configure-target-* as some target builds may require additional
10245         flags for preprocessor tests.
10246         * Makefile.in: Regenerated.
10247
10248 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10249
10250         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10251         * ltconfig: Handle it.
10252         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10253         auto-detecting it.
10254
10255         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10256         it is used as argument to $CC.
10257         * ltcf-gcj.sh: Likewise.
10258
10259         * configure.in: Introduce --enable-maintainer-mode.
10260         * configure: Rebuilt.
10261         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10262         for maintainer mode.
10263         * Makefile.in: Rebuilt.
10264
10265 2003-02-18  Jason Merrill  <jason@redhat.com>
10266
10267         * Makefile.tpl (check-c++): Allow parallelism.
10268
10269 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10270
10271         * MAINTAINERS: Remove John Carr (who never actually had access to
10272         gcc.gnu.org).
10273
10274 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
10275
10276         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10277         don't configure target-libobjc.
10278         * configure: Regenerate.
10279
10280 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10281
10282         * Makefile.tpl (RANLIB): Define.
10283         * Makefile.in: Regenerate.
10284
10285 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10286
10287         * MAINTAINERS: Update my email.
10288
10289 2003-02-06  Keith R Seitz  <keiths@redhat.com>
10290
10291         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10292         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10293         * Makefile.in: Regenerated.
10294         * configure.in: Remove all traces of snavigator, db, and grep.
10295         * configure: Regenerated.
10296
10297 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10298
10299         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10300         After Approval.
10301
10302 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10303
10304         * MAINTAINERS (Write after approval): Add myself.
10305
10306 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10307
10308         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10309         * Makefile.in: Regenerated.
10310
10311 2003-01-30  Roger Sayle  <roger@eyesopen.com>
10312
10313         * config.guess: Updated to 2003-01-30's version.
10314         * config.sub: Updated to 2003-01-28's version.
10315
10316 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10317
10318         * config.if: If gcc_version is already set, just use it.  Don't set
10319         gcc_version_trigger if it's already set, otherwise set it to
10320         gcc/version.c, but only if the file exists.  If it is not set and
10321         gcc/version.c does not exist, try to extract the version number from
10322         $CC.
10323
10324 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10325
10326         * MAINTAINERS: Add myself to write-after-approval list.
10327
10328 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10329
10330         * configure.in:  Revert 24Jan change.
10331         * configure:  Regenerate.
10332
10333 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10334
10335         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10336         entry of HJ Lu.
10337
10338 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10339
10340         * configure.in: Revert previous change.
10341         * configure: Regenerate.
10342
10343 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10344
10345         * configure.in: Make rda native-only.
10346         * configure: Regenerate.
10347
10348 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10349
10350         * MAINTAINERS: Move myself from GNATS-only-accounts to
10351         write-after-approval.
10352
10353 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10354
10355         * configure.in: Add missing \.
10356         * configure: Rebuilt.
10357
10358 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10359
10360         * configure.in (baseargs): Avoid using \| in sed regular
10361         expressions.
10362         * configure: Rebuilt.
10363
10364 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10365
10366         * configure.in (baseargs): Remove all supported forms of
10367         --cache-file, --srcdir, --host, --build and --target options
10368         from argument lists.
10369         * configure: Rebuilt.
10370
10371 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10372
10373         * MAINTAINERS: Add myself to write-after-approval list.
10374
10375 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10376
10377         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10378         * configure: Rebuilt.
10379
10380 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10381
10382         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10383         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10384         * Makefile.in: Regenerate.
10385         * configure: Regenerate.
10386
10387 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10388
10389         * configure.in: Remove Makefile in build, host and target modules
10390         unless configure was run with --no-recursion.
10391         * configure: Rebuilt.
10392
10393 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10394
10395         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10396         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10397         * Makefile.in: Regenerate.
10398
10399 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10400
10401         * config.guess: Update to 2003-01-03 version.
10402         * config.sub: Update to 2003-01-03 version.
10403
10404 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10405
10406         * configure: Regenerate with proper autoconf 2.13.
10407
10408 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10409
10410         * configure.in: Add AC_PREREQ for consistency.
10411         * configure: Regenerate.
10412
10413 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10414
10415         * configure.in (GDB_TK): Add tcl directories conditional on
10416         gdb/gdbtk directory being present.
10417         * configure: Regenerate.
10418
10419 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10420
10421         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10422         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10423         * configure: Rebuilt.
10424
10425 2002-12-31  Tom Tromey  <tromey@redhat.com>
10426
10427         * Makefile.in: Rebuilt.
10428         * Makefile.def (target_modules) [libffi]: Allow installation.
10429
10430 2002-12-31  Andreas Schwab  <schwab@suse.de>
10431
10432         * configure.in: Fix use of $program_transform_name.
10433         * configure: Regenerated.
10434
10435 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10436
10437         * configure.in (baseargs): Don't remove first configure argument.
10438         * configure: Regenerated.
10439
10440 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10441
10442         * Makefile.tpl (local-distclean): Don't remove...
10443         (multilib.ts): ... this.  Moved into...
10444         (multilib.out): ... this.  Don't use sub-make.
10445         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10446         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10447         (configure-build-[+module+], configure-[+module+],
10448         configure-target-[+module+], configure-gcc): ... these.  Test
10449         for Makefile existence.  Drop config.status from dependencies.
10450         * Makefile.in: Rebuilt.
10451         * configure.in: Move gcc-version-trigger to the end of
10452         ac_configure_args.  Add comments to maybedep.tmp and
10453         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10454         nonopt from baseargs, matching and removing corresponding
10455         whitespace while at it.
10456         * configure: Rebuilt.
10457
10458 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10459
10460         * configure.in (host_configargs): Replace reference to
10461         no-longer-defined buildopts with --build=${build_alias}.
10462         * configure: Rebuilt.
10463
10464         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10465         program_transform_name to standard idiom.
10466         (AUTOGEN, AUTOCONF): Define.
10467         (Makefile.in): Use $(AUTOGEN).
10468         (Makefile): Depend on config.status, and use autoconf-style rule to
10469         build it.  Move original commands to...
10470         (config.status): ... this new target.
10471         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10472         $(AUTOCONF).
10473         * Makefile.in: Rebuilt.
10474
10475 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10476
10477         * Makefile.tpl: Fix dramatic bustage due to change in
10478         program_transform_name.
10479         * Makefile.in: Regenerate.
10480
10481         * configure.in: Remove unnecessary PATH setting.
10482         * configure: Regnerate.
10483
10484         * configure.in: Don't default to unprefixed tools unless
10485         the native tools will work.
10486         * configure: Regenerate.
10487
10488         * configure.in: Convert to autoconf script.  Blow away lots
10489         of now-redundant Makefile fragments.
10490         * configure: Generate using Autoconf.
10491         * Makefile.tpl: Rewrite to reflect autoconfiscation.
10492         * Makefile.in: Regenerate.
10493
10494 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10495
10496         * configure: Fix stupid bug where RANLIB was mistakenly included.
10497
10498         * configure.in: Rename (buildargs, hostargs, targargs) to
10499         (build_configargs, host_configargs, target_configargs).
10500
10501         * configure.in: Move logic out of sed statement.
10502
10503         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
10504         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10505
10506 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
10507
10508         * config.sub: Import from master repository
10509         * config.guess: Ditto
10510
10511 2002-12-24  Andreas Schwab  <schwab@suse.de>
10512
10513         * Makefile.tpl (multilib.out): Fix missing space.
10514         * Makefile.in: Regenerate.
10515
10516 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10517
10518         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
10519         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
10520         * Makefile.in: Regenerate.
10521         * configure.in: Remove unnecessary leftovers.
10522
10523 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
10524
10525         * configure.in (extra_ranlibflags_for_target): New variable.
10526         (*-*-darwin): Add -c to ranlib commands.
10527         * configure (tooldir): Handle extra_ranlibflags_for_target.
10528
10529 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10530
10531         * Makefile.tpl: Revert HJL's change.
10532         * Makefile.in: Regenerated.
10533         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10534         always.
10535
10536 2002-12-19  Andreas Schwab  <schwab@suse.de>
10537
10538         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10539         * Makefile.in: Regenerate.
10540
10541 2002-12-18  H.J. Lu  <hjl@gnu.org>
10542
10543         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10544         * Makefile.in: Regenerated.
10545
10546         * configure.in (build_prefix): New. Substitute.
10547
10548 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10549
10550         * Makefile.tpl: Don't let real targets depend on phony targets.
10551         * Makefile.in: Regenerate.
10552
10553         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10554         * Makefile.in: Regenerate.
10555
10556 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
10557
10558         * config.sub: Import from master repository
10559         * config.guess: Ditto
10560
10561 2002-12-16  Jason Merrill  <jason@redhat.com>
10562
10563         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10564         previous 'make bootstrap'.
10565         * Makefile.in: Regenerate.
10566
10567 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
10568
10569         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10570
10571 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10572
10573         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10574         * Makefile.in: Regenerate.
10575
10576 2002-12-13  Jason Merrill  <jason@redhat.com>
10577
10578         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
10579         library tests.
10580         (check-c++): Just depend on it and check-target-libstdc++-v3.
10581         * Makefile.in: Regenerate.
10582
10583 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10584
10585         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10586         * Makefile.in: Rebuilt.
10587
10588 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
10589
10590         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10591
10592 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10593
10594         * configure: Fix bug put in by gremlins.
10595
10596         * Makefile.tpl: Substitute more autoconfily.
10597         * configure: Substitute more autoconfily.
10598         * Makefile.in: Regenerate.
10599
10600 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
10601
10602         * config.sub: Import from master repository
10603         * config.guess: Ditto
10604         * MAINTAINERS: Added Svein Seldal under write after approval
10605
10606 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
10607
10608         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10609         * Makefile.in (all-sim): Ditto.
10610
10611 2002-12-06  DJ Delorie  <dj@redhat.com>
10612
10613         * Makefile.tpl: Change configure dependencies to not have real
10614         targets depend on phony targets.
10615
10616 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
10617
10618         * configure.in: Revert unintentional change.
10619
10620         * Makefile.tpl: Change dependency for */multilib.out so that
10621         it works when gcc isn't in the tree.
10622
10623         * configure.in: Substitute more.
10624         * configure: Run subconfigures from the Makefile.
10625         * Makefile.tpl: Run subconfigures from the Makefile; add a few
10626         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
10627
10628 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10629
10630         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10631
10632 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10633
10634         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10635         and corresponding dependencies.
10636         * Makefile.in: Regenerate.
10637
10638         * configure.in (host_tools): Order binutils, gas and ld for
10639         convenience in running the testsuites.
10640
10641         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10642         * Makefile.in: Regenerate.
10643         * configure.in: Introduce rules to serialize subconfigure runs.
10644
10645         * configure.in: Introduce BASE_CC_FOR_TARGET.
10646         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
10647         Realize configure-build-* targets.  Realize configure-target-* targets.
10648         * Makefile.in: Regenerate.
10649
10650 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10651
10652         * configure: Move gcc_version_trigger stuff from here...
10653         * configure.in: ...to here.
10654
10655         * configure.in: Separate subconfigure options added by this file from
10656         options given by the user.  Add machinery to put args for host
10657         subconfigures into the Makefile.
10658
10659         * Makefile.tpl: Remove 'vault' targets.
10660         * Makefile.tpl: Reorder and comment dependencies.
10661         * Makefile.in: Regenerate.
10662
10663 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
10664         * configure.in: Fix my broken commit of previous patch. (sigh)
10665
10666 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10667
10668         * configure.in: Move host-specific darwin noconfigdirs into
10669         the host-specific section.
10670
10671 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
10672
10673         * configure.in: Move host-specific darwin noconfigdirs into
10674         the host-specific section.
10675
10676 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10677
10678         * configure: Remove skip-this-dir support.
10679         * Makefile.tpl: Remove skip-this-dir support.
10680
10681         * Makefile.tpl: Remove leftover support for non-autoconfiscated
10682         subdirectories.
10683         * Makefile.in: Regenerate.
10684
10685         * Makefile.tpl: Strip out useless setting of 'dir'.
10686         * Makefile.in: Regenerate.
10687
10688 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10689
10690         * configure.in: Fix deeply stupid bug.
10691
10692         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10693         shell code in CXX_FOR_TARGET
10694         * Makefile.def: Introduce raw_cxx.
10695         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10696         RAW_CXX_FOR_TARGET.
10697         * Makefile.in: Regenerate.
10698
10699 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
10700
10701         * Makefile.tpl: Remove unnecessary ifs.
10702         * Makefile.in: Regenerate.
10703
10704         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
10705         dependencies.  Maybe-ize build-libiberty.  Create dummy install
10706         targets for 'no_install' modules.
10707         * configure: Move GDB_TK substitution to configure.in.  Move
10708         build_modules stuff to configure.in.
10709         * configure.in: Implement soft dependency machinery.  Maybe-ize
10710         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
10711         * Makefile.in: Regenerate.
10712
10713 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10714
10715         * Makefile.tpl: Make all-target, install-target behave similarly
10716         to all, install (only hitting configured targets).  Eliminate
10717         unused macro defintions.
10718
10719         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10720         build != host.
10721
10722         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10723
10724         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10725
10726         * configure.in: Produce lists of subdir targets we're actually
10727         configuring.  Remove references to "dosrel".
10728         * Makefile.tpl: Let configure set which subdir targets are hit.
10729         Remove install-cross; clean up install; remove ALL.  Remove
10730         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
10731         Autogenerate host module targets.  Remove empty dependency lines
10732         and redundant dependency; rearrange slightly.
10733         * Makefile.def: Add host-side libtermcap, utils.
10734
10735         * Makefile.in: Regenerate.
10736
10737 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10738
10739         * ltconfig (osf[345]): Append $major to soname_spec.
10740         Reflect this in library_names_spec.
10741         * ltmain.sh (osf): Prefix $major with . for use as extension.
10742
10743 2002-11-19  Andreas Jaeger  <aj@suse.de>
10744
10745         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10746         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10747         and sparc64 GNU/Linux systems.
10748
10749 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
10750
10751         * MAINTAINERS: Update email.
10752
10753 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10754
10755         * MAINTAINERS: Complete James Dennett's entry.
10756
10757 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
10758
10759         * MAINTAINERS (Write After Approval): Add myself.
10760
10761 2002-11-13  Bruce Korb  <bkorb@gnu.org>
10762
10763         * Makefile.tpl: syntactic cleanup
10764
10765 2002-11-13  Stuart Hastings  <stuart@apple.com>
10766
10767         * MAINTAINERS: Add myself to write-after-approval list.
10768
10769 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10770
10771         * Makefile.def: Add list of recursive targets to autogenerate.
10772         Add build_modules.
10773         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
10774         targets.  Autogenerate *-build-* targets.
10775         * Makefile.in: Regenerate.
10776
10777 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10778
10779         * configure: More autoconf-style substitutions.
10780         * Makefile.tpl: More autoconf-style substitutions.
10781         * Makefile.in: Regenerate.
10782
10783 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
10784
10785         * configure: Substitute more variables in a more autoconf-friendly
10786         way.  Simplify slightly.
10787         * Makefile.tpl: Make more variables substitutable in an
10788         autoconf-friendly way.
10789         * Makefile.in: Regenerate.
10790
10791 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
10792
10793         * MAINTAINERS (Write After Approval): Add myself.
10794
10795 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10796
10797         * configure.in (v810*): Remove special setting of tools.
10798
10799         * configure: Add support for extra required flags for ar or nm.
10800         * configure.in (aix4.3+): Use above support for target-specific
10801         issues, rather than using config/mt-aix43.
10802
10803 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10804
10805         * configure: Remove 'removing', which doesn't work.  Replace $subdir
10806         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
10807         with $srcdir.  Reformat indentation.  Substitute some variables
10808         formerly hard-coded in the Makefile for build=host.
10809         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10810         * Makefile.def: Autogenerate more.
10811         * Makefile.in: Regenerate.
10812
10813 2002-11-04  Adam Nemet  <anemet@lnxw.com>
10814
10815         * MAINTAINERS (Write After Approval): Add myself.
10816
10817 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
10818
10819         * Makefile.def (host_modules): Add rda.
10820         * Makefile.in: Regenerate.
10821         * configure.in (target_tool): Add target-rda to list.
10822
10823 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10824
10825         * MAINTAINERS: Remove "co-maintainer" note for web pages.
10826
10827 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
10828
10829         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
10830         and restrap targets to this rule.
10831         * Makefile.in:  Regenerate.
10832
10833 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10834
10835         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10836         GNATS only accounts.
10837
10838 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
10839
10840         * configure.in (i[3456]86-*-linux*): Add check to disable
10841         ${libgcj} for glibc1.
10842
10843 2002-10-24  Denis Chertykov  <denisc@overta.ru>
10844
10845         * MAINTAINERS: Add myself as ip2k port maintainer.
10846
10847 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
10848
10849         * configure.in: Add tic4x target.
10850
10851 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10852
10853         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10854         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10855         * Makefile.in: Regenerate.
10856
10857         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10858         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10859         * Makefile.in: Regenerate.
10860
10861 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
10862
10863         * MAINTAINERS: Add myself as web pages co-maintainer.
10864
10865 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10866
10867         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10868         * Makefile.in: Regenerate.
10869
10870 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
10871
10872         * MAINTAINERS: Add myself and Nathan Sidwell
10873         <nathan@codesourcery.com> as VxWorks maintainers.
10874
10875 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
10876
10877         * Makefile.def: Remove order dependency comments.
10878         * Makefile.tpl: Add explicit install-install dependencies.
10879         * Makefile.in: Regenerate.
10880
10881         * Makefile.tpl: Remove material now in src-release.  (Finally!)
10882         * Makefile.in: Regenerate.
10883
10884         * Makefile.tpl: Add configure-target (for src-release in src)
10885         * Makefile.in: Regenerate.
10886
10887 2002-09-30  Nick Clifton  <nickc@redhat.com>
10888
10889         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10890
10891 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
10892
10893         * configure.in (s390*-*-linux*): Enable libgcj.
10894
10895 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
10896
10897         * configure: Revert accidentally applied changes.
10898
10899         * Makefile.tpl: Make more autoconf-friendly.
10900         * Makefile.in: Regenerate.
10901         * configure: Make substitution more autoconf-like.
10902
10903 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
10904
10905         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10906         single entry to handle all these.
10907         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
10908         libjava on arm-*-elf.
10909
10910 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
10911
10912         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10913         things that depend on them.
10914
10915 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10916
10917         * Makefile.tpl: Make subsituted variables more autoconfy.
10918         * Makefile.in: Regenerate.
10919         * configure: Make seds more autoconfy.
10920
10921 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
10922
10923         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10924         * Makefile.in: Regenerate.
10925         * configure.in: Rewrite sed statements to look autoconfy.
10926
10927         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10928         all-target-foo on configure-target-foo.
10929         * Makefile.def: Ditto.
10930         * Makefile.in: Rebuild.
10931
10932 2002-09-25  Andrew Haley  <aph@redhat.com>
10933
10934         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10935
10936 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
10937
10938         * Makefile.def: New file.
10939         * Makefile.tpl: New file.
10940         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10941         * contrib/gcc_update: Note that Makefile.in is a generated file.
10942
10943         * configure.in: Minor rearrangement.  Simplify tests.
10944
10945 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
10946
10947         * configure.in (with_headers): Skip copy if value is "yes".
10948         (with_libs): Likewise.
10949
10950 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10951
10952         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10953         * configure.in (sh*-*-pe*): Ditto.
10954         * configure.in (mips*-*-pe*): Ditto.
10955         * configure.in (*arm-wince-pe): Ditto.
10956
10957         * configure.in: Rearrange.
10958
10959 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
10960
10961         * MAINTAINERS: Update my email address.
10962
10963 2002-08-30  Paul Koning  <pkoning@equallogic.com>
10964
10965         * MAINTAINERS: (Write After Approval): Add myself.
10966
10967 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
10968
10969         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10970
10971 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
10972
10973         * MAINTAINERS: Change my mailing address.
10974
10975 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
10976
10977         * MAINTAINERS (Write After Approval): Remove myself.
10978         (Various Maintainers: c++ runtime libs): Add myself.
10979
10980 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
10981
10982         * MAINTAINERS (Write After Approval): Remove myself.
10983         (Various Maintainers: c++ runtime libs): Add myself.
10984
10985 2002-08-15  Eric Christopher  <echristo@redhat.com>
10986
10987         * config.sub: Import from master repository.
10988         * config.guess: Ditto.
10989
10990 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
10991
10992         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10993         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10994         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10995
10996 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
10997
10998         * MAINTAINERS: Add self to rs6000 vector extensions.
10999
11000 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11001
11002         * libiberty/configure: Reverted unintended yesterday's check in.
11003
11004 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11005
11006         * boehm-gc/configure, libf2c/configure: Rebuilt.
11007         * libffi/configure, libiberty/configure: Ditto.
11008         * libjava/configure, libobjc/configure: Ditto.
11009         * libstdc++-v3/configure, zlib/configure: Ditto.
11010         Merged from binutils:
11011         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11012         From Steve Ellcey <sje@cup.hp.com>:
11013         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11014         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11015         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11016         IA64.
11017         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11018         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11019         soname_spec, sys_lib_search_path_spec): Ditto.
11020
11021 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11022
11023         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11024
11025 2002-08-04  H.J. Lu  (hjl@gnu.org)
11026
11027         * configure.in (mips*-*-linux*): Don't skip target-libffi.
11028
11029 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
11030
11031         * MAINTAINERS (Write After Approval): Add myself.
11032
11033 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
11034
11035         * configure.in: Move generic linux case to end.  Copy generic
11036         linux noconfigdirs to mips*-*-linux* entry and new
11037         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11038
11039 2002-07-19  Michael Matz  <matz@suse.de>
11040
11041         * MAINTAINERS: Add myself as ra* maintainer.
11042
11043 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
11044
11045         * config.guess: Update to 2002-07-09 version.
11046         * config.sub: Update to 2002-07-03 version.
11047
11048 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
11049
11050         * MAINTAINERS: Fix typo in a maintainer email address.
11051
11052 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11053
11054         * configure.in: Remove two redundant tests.
11055
11056 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11057
11058         * configure.in (mips*-*-irix6*o32): Enable stabs.
11059
11060 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
11061
11062         * configure.in: Don't build grez.
11063         * Makefile.in: Ditto.
11064
11065         * Makefile.in: Remove references to bsp, cygmon, libstub.
11066         * configure.in: Ditto.
11067
11068         * configure.in: Remove leftover reference to gdbtest.
11069
11070 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
11071
11072         * configure.in (gxx_include_dir):  Change to match versioned
11073         C++ headers if --enable-version-specific-runtime-libs is used.
11074
11075 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
11076
11077         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11078
11079 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11080
11081         * configure.in: Make --without-x work.
11082
11083 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11084
11085         * configure.in: Rearrange target Makefile fragment collection.
11086
11087         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11088         cvs[src].
11089         * configure.in: Ditto.
11090
11091 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11092
11093         * MAINTAINERS (Write After Approval): Update my e-mail address.
11094
11095 2002-06-24  Ben Elliston  <bje@redhat.com>
11096
11097         * configure.in (host_tools): Remove cgen.
11098
11099         * Makefile.in (all-cgen): Remove; runs from its source directory.
11100         (check-cgen, install-cgen, clean-cgen): Likewise.
11101         (all-opcodes): Do not depend on all-cgen.
11102         (all-sim): Likewise.
11103
11104 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11105
11106         * Makefile.in: Eliminate 'apache' targets.
11107         * configure.in: Eliminate 'apache' targets.
11108
11109         * configure.in: Eliminate redundant tests.  Reorganize.
11110
11111         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11112
11113         * config-ml.in: Eliminate references to Cygnus configure.
11114
11115         * Makefile.in: Eliminate references to building emacs.
11116
11117 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
11118
11119         * MAINTAINERS: Update my email address.
11120
11121 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11122
11123         * config.if (libstdcxx_incdir): Version C++ headers.
11124         (cxx_incdir): Remove.
11125
11126 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11127
11128         * MAINTAINERS (Write After Approval): Add self.
11129
11130 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11131
11132         * configure.in: Add support for ip2k.
11133
11134 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11135
11136         * configure.in: Fix AIX configury bug.
11137
11138 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
11139
11140         * MAINTAINERS (Write After Approval): Add self.
11141
11142 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11143
11144         * configure.in: replace ${topsrcdir} with ${srcdir}
11145
11146         * configure.in: Move definition of libstdcxx_flags
11147         right above usage, rather than waaay earlier.
11148
11149         * configure.in: Pull definition of is_cross_compiler earlier.
11150
11151         * configure.in: Rearrange a little.
11152
11153         * configure.in: Remove references to librx.
11154         * Makefile.in: Remove references to librx.
11155
11156 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11157
11158         * config.sub: Add support for avr target.
11159         Import from master sources, rev 1.255
11160
11161 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11162
11163         * configure, .cvsignore:  Revert previous change...
11164         * Makefile:  ...delete.
11165
11166 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11167
11168         * configure.in: Eliminate ${gasdir} variable.
11169
11170 2002-06-18  Dave Brolley  <brolley@redhat.com>
11171
11172         * configure.in: Add support for frv.
11173         * config.sub: Add support for frv.
11174
11175 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11176
11177         * configure:  Remove garbage from previous commit.
11178
11179 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11180
11181         * configure:  For in-source builds, make a subdir and re-exec there.
11182         * Makefile:  New file.  Pass targets through to build directory.
11183         * .cvsignore:  No longer ignore "Makefile".
11184
11185 2002-06-16  Douglas Rupp  <rupp@gnat.com>
11186
11187         * MAINTAINERS (Write After Approval): Add self.
11188
11189 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11190
11191         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11192
11193 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11194
11195         * configure.in (vax-*-netbsd*): Re-enable gas.
11196
11197 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11198
11199         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11200         BUILD_PREFIX_1, to correct nomenclature.
11201         * configure: Likewise.
11202
11203         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11204         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11205
11206 2002-05-31  Olaf Hering  <olh@suse.de>
11207
11208         * config-ml.in: Propogate DESTDIR also.
11209
11210 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11211
11212         * configure.in (vax-*-netbsd*): Don't build gas for this
11213         platform.
11214
11215 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11216
11217         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11218         and libgcj for AVR.
11219
11220 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11221
11222         * MAINTAINERS (Write After Approval): Add myself.
11223
11224 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11225
11226         * config.guess: Update to 2002-05-22 version.
11227         * config.sub: Likewise.
11228
11229 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11230
11231         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11232         * config-ml.in: Likewise.
11233         * configure: Likewise.
11234         * configure.in: Likewise.
11235
11236 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11237
11238         * MAINTAINERS: Update my email address.
11239
11240 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11241
11242         * configure.in: Simplify makefile fragment collection.
11243
11244         * configure.in: Remove code to build emacs.
11245
11246         * configure.in : Remove --srcdir argument from targargs and buildargs
11247         (it's always overridden in the Makefile anyway).  Rearrange a bit.
11248
11249         * configure: Move some logic to configure.in.
11250         * configure.in: Move some logic from configure.
11251
11252 2002-05-11  Tom Tromey  <tromey@redhat.com>
11253
11254         * MAINTAINERS: Reflect libgcj reality.
11255
11256 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11257
11258         * Makefile.in: Honour DESTDIR.
11259
11260 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
11261
11262         * config.guess: Import 2002-03-20 version.
11263         * config.sub: Import 2002-04-26 version.
11264
11265 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11266
11267         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11268
11269 2002-05-07  Tim Josling  <tej@melbpc.org.au>
11270
11271         * MAINTAINERS: Add self.
11272
11273 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11274
11275         * ltmain.sh: Detect and handle object name conflicts
11276         while piecewise linking a static library.
11277
11278 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11279
11280         * configure.in (noconfigdirs): Don't disable libgcj on
11281         sparc64-*-solaris* and sparcv9-*-solaris*.
11282
11283 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11284
11285         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11286
11287 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11288
11289         * configure.in (FLAGS_FOR_TARGET): Do not add
11290         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11291         on i[3456]86-*-linux*.
11292
11293 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11294
11295         * configure.in (noconfigdirs): Replace [ ] with test.
11296
11297         * configure.in (noconfigdirs): Do not add target-newlib if
11298         target == i[3456]86-*-linux*, and host == target.
11299
11300 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11301
11302         * configure.in: delete reference to absent file
11303
11304         * configure.in: replace '[' with 'test'
11305
11306         * configure.in: Eliminate references to gash.
11307         * Makefile.in: Eliminate references to gash.
11308
11309         * configure.in: remove useless references to 'pic' makefile fragments.
11310
11311         * configure.in: (*-*-windows*) Finish removing.
11312
11313         * configure.in: Eliminate redundant test for libgui.
11314
11315 2002-04-29  Roger Sayle  <roger@eyesopen.com>
11316
11317         * MAINTAINERS: Add self and realphabetize.  Update entries
11318         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11319         entry for a29k port maintainer.
11320
11321 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
11322
11323         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11324         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11325
11326 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11327
11328         * configure.in: remove references to dead files
11329
11330 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11331
11332         * MAINTAINERS: Add information about purpose of this file.
11333
11334 2002-04-18  Tom Tromey  <tromey@redhat.com>
11335
11336         * configure.in: Disallow configuring libgcj when it is already
11337         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11338         Solaris 2.8 by default.  For PR libgcj/6158.
11339
11340 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11341
11342         * configure.in:  Move default CC setting out of config/mh-* fragments
11343         directly into here.
11344
11345 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11346
11347         * configure.in: don't even try to configure or make a subdirectory
11348         if there's no configure script for it.
11349
11350 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11351
11352         * MAINTAINERS: Remove chill maintainers.
11353         * Makefile.in (CHILLFLAGS): Remove.
11354         (CHILL_LIB): Remove.
11355         (TARGET_CONFIGDIRS): Remove libchill.
11356         (CHILL_FOR_TARGET): Remove.
11357         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11358         CHILL_LIB.
11359         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11360         (CHECK_TARGET_MODULES): Likewise.
11361         (INSTALL_TARGET_MODULES): Likewise.
11362         (CLEAN_TARGET_MODULES): Likewise.
11363         (configure-target-libchill): Remove.
11364         (all-target-libchill): Remove.
11365         * configure.in (target_libs): Remove target-libchill.
11366         Do not compute CHILL_FOR_TARGET.
11367         * libchill: Remove directory.
11368
11369 2002-04-11  DJ Delorie  <dj@redhat.com>
11370
11371         * Makefile.in, configure.in: Sync with binutils, entries
11372         follow...
11373
11374 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11375
11376         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11377         (do-tar, do-bz2): New rules.
11378         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11379         (gdb-tar): New rule.
11380         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11381         (insight_dejagnu.tar): New rule.
11382         (insight.tar): New rule.
11383         (gdb+dejagnu.tar): New rule.
11384         (gdb.tar): New rule.
11385
11386 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11387
11388         * Makefile.in: Add all-tix to deps for all-snavigator
11389         so that tix is built when building snavigator.
11390
11391 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11392
11393         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11394         ld and gdb are not supported.
11395
11396 2002-01-07  Mark Salter  <msalter@redhat.com>
11397
11398         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11399         Allow target-libgloss to be built for arm, strongarm, and xscale.
11400
11401 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11402
11403         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11404         options for i[3456]86-pc-linux* native builds.
11405
11406 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11407
11408         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11409         files from .po files for a distribution.
11410
11411 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11412
11413         * configure.in: Enable libstdc++-v3 for h8300 targets.
11414
11415 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11416
11417         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11418         version from bfd/.
11419
11420 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11421
11422         * Makefile.in (VER): When present, extract the version number from
11423         the file version.in.
11424
11425 2001-05-24  Tom Rix  <trix@redhat.com>
11426
11427         * configure.in : enable ld for aix
11428
11429 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11430
11431         * config.guess: Add linux target for S/390.
11432
11433 2000-11-07  Philip Blundell  <pb@futuretv.com>
11434
11435         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11436
11437 2000-11-03  Philip Blundell  <pb@futuretv.com>
11438
11439         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11440         files.
11441
11442 2001-01-15  Ben Elliston  <bje@redhat.com>
11443
11444         * configure.in (host_tools): Add sid.
11445         Always configure cgen.
11446
11447 2000-11-24  Nick Clifton  <nickc@redhat.com>
11448
11449         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11450
11451 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11452
11453         * Makefile.in (ALL_MODULES): Add all-cgen.
11454         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11455         (all-cgen): New target.
11456         (all-opcodes,all-sim): Depend on all-cgen.
11457         * configure.in (host_tools): Add cgen.
11458         Only configure cgen if --enable-cgen-maint.
11459
11460 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11461
11462         * configure.in: Add *-*-freebsd* configurations.
11463
11464 2002-04-08  Tom Tromey  <tromey@redhat.com>
11465
11466         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11467         Fixes PR libgcj/6068.
11468
11469 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11470
11471         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11472
11473 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11474
11475         * configure.in (alpha*-dec-osf*): Enable libgcj.
11476
11477 2003-03-27  Matthew Gingell  <gingell@gnat.com>
11478
11479         * MAINTAINERS (Write After Approval): Add myself.
11480
11481 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
11482
11483         Fix for: PR bootstrap/3591, target/5676
11484         * configure.in (mcore-pe): Disable the configuration of
11485         libstdc++-v3 since exceptions are not supported.
11486
11487 2002-03-20  Anthony Green  <green@redhat.com>
11488
11489         * configure.in: Enable libgcj for xscale-elf target.
11490
11491 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
11492
11493         * MAINTAINERS:  Update my email address.
11494
11495 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
11496
11497         * ltmain.sh (relink_command): Fix typo in previous change.
11498
11499 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
11500
11501         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
11502         (relink_command): Added --tag flags.
11503         (mode=install): If relinking fails; error out.
11504
11505 2002-03-12  Richard Henderson  <rth@redhat.com>
11506
11507         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
11508         .NOTPARALLEL tag.
11509         (do-check): Rename from check.
11510         (check): Allow parallel check.
11511
11512 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
11513
11514         * MAINTAINERS: Add myself as maintainer for xtensa port.
11515         Fix alphabetical order in CPU port maintainer list.
11516         Remove myself from Write After Approval list.
11517
11518 2002-03-11  Richard Henderson  <rth@redhat.com>
11519
11520         * Makefile.in (.NOTPARALLEL): Add fake tag.
11521
11522 2002-03-07  H.J. Lu  (hjl@gnu.org)
11523
11524         * configure.in: Enable gprof for mips*-*-linux*.
11525
11526 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
11527
11528         * MAINTAINERS (Write After Approval): Add myself.
11529
11530 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
11531
11532         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11533         libjava.
11534         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11535
11536 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
11537
11538         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11539         because its Makefile is there; test for the executable instead.
11540
11541 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
11542
11543         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11544         libstdc++-v3 and libjava.
11545
11546 2002-02-11  Adam Megacz  <adam@xwt.org>
11547
11548         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11549         boehm-gc
11550
11551 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
11552
11553         * config.guess: Updated to 2002-01-30's version.
11554         * config.sub: Updated to 2002-02-01's version.
11555         Contribute sh64-elf.
11556         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
11557         * configure.in: Added sh64-*-*.
11558
11559 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
11560
11561         * MAINTAINERS: Belatedly add myself to write after approval list.
11562
11563 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
11564
11565         * MAINTAINERS: Put self in as maintainer for x86-64 port.
11566         Remove self as Write After Approval.
11567
11568 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
11569
11570         * MAINTAINERS: Put self in as maintainer for contrib/regression
11571         directory.
11572
11573 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
11574
11575         * MAINTAINERS:  Update my email address.
11576
11577 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
11578
11579         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
11580         target-libiberty, and target-libgloss.  Skip Java-related
11581         libraries if not supported for NetBSD on target CPU.
11582
11583 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
11584
11585         * install-sh: Use _inst.$$_ for temp file name.
11586
11587 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
11588
11589         * MAINTAINERS (Write After Approval): Move my contact info
11590         from here...
11591         (OS Port Maintainers): ...to here (netbsd).
11592
11593 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
11594
11595         * MAINTAINERS (Write After Approval): Add myself.
11596
11597 2002-01-17  H.J. Lu  <hjl@gnu.org>
11598
11599         * Makefile.in (all-fastjar): Also depend on all-libiberty.
11600         (all-target-fastjar): Also depend on all-target-libiberty.
11601
11602 2002-01-16  H.J. Lu  (hjl@gnu.org)
11603
11604         * config.guess: Import from master sources, rev 1.225.
11605         * config.sub: Import from master sources, rev 1.238.
11606
11607 2002-01-16  Kazu Hirata  <kazu@hxi.com>
11608
11609         * MAINTAINERS (Write After Approval): Remove myself.
11610
11611 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
11612
11613         * MAINTAINERS (Write After Approval): Add myself.
11614
11615 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11616
11617         * MAINTAINERS: Add self as docs co-maintainer.
11618
11619 2001-12-11  Matthias Klose  <doko@debian.org>
11620
11621         * MAINTAINERS (Write After Approval): Add myself.
11622
11623 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
11624
11625         * MAINTAINERS: Update my email address.
11626
11627 2001-12-07  Turly O'Connor  <turly@apple.com>
11628         * MAINTAINERS (Write After Approval): Add myself.
11629         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11630         (rs6000_initialize_trampoline): Call __trampoline_setup for
11631         ABI_DARWIN too.
11632         * darwin-tramp.asm: New file, implements __trampoline_setup.
11633         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11634
11635 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
11636
11637         * MAINTAINERS (Write After Approval): Add myself.
11638
11639 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
11640
11641         * configure, configure.in: Use temp file for long sed commands.
11642
11643 2001-12-03  Laurent Guerby  <guerby@acm.org>
11644
11645         * config.sub: Update to version 1.232 on subversion.
11646
11647 2001-12-03  Ben Elliston  <bje@redhat.com>
11648
11649         * MAINTAINERS: Update mail address for config.* patches.
11650
11651 2001-11-27  DJ Delorie  <dj@redhat.com>
11652             Zack Weinberg  <zack@codesourcery.com>
11653
11654         When build != host, create libiberty for the build machine.
11655
11656         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11657         CONFIG_ARGUMENTS.
11658         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11659         New variables.
11660         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11661         and rules.
11662         (all.normal): Depend on ALL_BUILD_MODULES.
11663         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11664         (all-build-libiberty): Depend on configure-build-libiberty.
11665
11666         * configure: Calculate and substitute proper value for
11667         ALL_BUILD_MODULES.
11668         * configure.in: Create the build subdirectory.
11669         Calculate and substitute TARGET_CONFIGARGS (formerly
11670         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11671
11672 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
11673
11674         * MAINTAINERS (write-after-approval): Add self.
11675
11676 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11677
11678         * MAINTAINERS (GNATS only accounts): Remove self.
11679
11680 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
11681
11682         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11683         libf2c.
11684
11685 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
11686
11687         * MAINTAINERS (Write After Approval): Add self.
11688
11689 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11690
11691         * MAINTAINERS: mips and s390 are also CPU ports.
11692
11693 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
11694
11695         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11696
11697 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
11698
11699         * MAINTAINERS: Alphabetize.
11700
11701 2001-11-09  Kazu Hirata  <kazu@hxi.com>
11702
11703         * MAINTAINERS (Various maintainers: h8 port): Add myself.
11704
11705 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11706
11707         * MAINTAINERS (Various maintainers: hppa port): Added myself.
11708
11709 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
11710
11711         * configure.in (--enable-languages): Be more permissive about
11712         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
11713
11714 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
11715
11716         * config.sub: Import from master sources, rev. 1.230.
11717         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11718
11719 2001-11-07  Laurent Guerby  <guerby@acm.org>
11720
11721         * MAINTAINERS (Write After Approval): Add self.
11722
11723 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
11724
11725         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11726
11727 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
11728
11729         * config.sub: Import from master sources, rev 1.226.
11730         * config.guess: Import from master sources, rev 1.216.
11731
11732 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
11733
11734         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11735         * MAINTAINERS: Add self as maintainer of MMIX port.
11736         Remove old after-approval entry.
11737
11738 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
11739
11740         * ChangeLog, configure: Fix spelling errors.
11741
11742 2001-10-20  Brendan Kehoe  <brendan@zen.org>
11743
11744         * MAINTAINERS: Tweak my address.
11745
11746 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
11747
11748         * MAINTAINERS: Update my email address.
11749
11750 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
11751
11752         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11753         * MAINTAINERS: Add self as maintainer of CRIS port.
11754
11755 2001-10-10  Geert Bosch  <bosch@gnat.com>
11756
11757         * MAINTAINERS (Various maintainers: Ada front end):
11758         Added Robert Dewar.
11759
11760 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
11761
11762         * MAINTAINERS (Write After Approval): Added self
11763
11764 2001-10-02  Geert Bosch  <bosch@gnat.com>
11765
11766         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11767
11768 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11769
11770         * configure: Handle temporary files securely using mkdir.
11771
11772 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
11773
11774         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11775
11776 2001-09-26  Will Cohen  <wcohen@redhat.com>
11777
11778         * configure.in (*-*-linux*): Disable configuration of target-newlib
11779         and target-libgloss.
11780
11781 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
11782
11783         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11784         RANLIB.
11785
11786 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
11787
11788         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11789         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11790         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11791         avoid quotes nesting problems.
11792         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11793         (DO_X): Export only variables that are set.
11794
11795 2001-09-19  Ben Elliston  <bje@redhat.com>
11796
11797         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11798         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11799         semantics.  Use the shell built-in "type" command instead.
11800
11801 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
11802
11803         Merged from gcc-3_0-branch:
11804         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
11805         * ltcf-c.sh: Use $objext, not $ac_objext.
11806         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
11807         * ltcf-cxx.sh: Add support for GNU.
11808         2001-07-22  Timothy Wall  <twall@redhat.com>
11809         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
11810         default settings if using GNU tools with that configuration.
11811         * ltcf-cxx.sh: Ditto.
11812         * ltcf-gcj.sh: Ditto.
11813         2001-07-21  Michael Chastain  <chastain@redhat.com>
11814         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11815         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
11816         * ltmain.sh: Mark as gcc-local.
11817
11818 2001-08-30  Eric Christopher  <echristo@redhat.com>
11819             Jason Eckhardt  <jle@redhat.com>
11820
11821         * config.guess: Merge from master sources.
11822         * config.sub: Merge from master sources, add support for mipsisa32.
11823
11824 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
11825         * config.sub: Merge from master sources, rev 1.219.
11826         * MAINTAINERS: Add self as contact for stormy16 port.
11827
11828 2001-08-14  Zack Weinberg  <zackw@panix.com>
11829
11830         * config.sub: Merge from master sources, rev 1.218.
11831         * config.guess: Merge from master sources, rev 1.209.
11832
11833 2001-08-11  Graham Stott  <grahams@redhat.com>
11834
11835         * Makefile.in (check-c++): Add missing semicolon.
11836
11837 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
11838
11839         * MAINTAINERS (Various maitainers: predict.def): Added myself.
11840
11841 2001-07-30  Eric Christopher  <echristo@redhat.com>
11842
11843         * MAINTAINERS (Various maintainers: mips port): Added myself.
11844
11845 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
11846
11847         * configure.in (sh-*-linux*): New.
11848
11849 2001-07-27  Richard Henderson  <rth@redhat.com>
11850
11851         * .cvsignore: Add LAST_UPDATED.
11852
11853 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
11854
11855         * MAINTAINERS (Various maintainers: s390 port): Added myself.
11856
11857 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
11858
11859         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11860
11861 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
11862
11863         * MAINTAINERS (Write After Approval): Added myself.
11864
11865 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
11866
11867         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11868         and libgcj on m68hc11/m68hc12.
11869
11870 2001-06-27  H.J. Lu  (hjl@gnu.org)
11871
11872         * Makefile (CFLAGS_FOR_BUILD): New.
11873         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11874
11875 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11876
11877         * README: Remove version number.
11878
11879 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11880
11881         * INSTALL/README: Update wrt. to the installation instructions now
11882         residing in gcc/doc/install.texi.
11883
11884 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
11885
11886         * README: Replace with a cut-down and updated version of gcc/README.
11887
11888 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
11889
11890         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11891         multilibs to be disabled.
11892
11893 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
11894
11895         * MAINTAINERS (Write After Approval): Add myself.
11896
11897 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
11898
11899         * config.guess: Import CVS version 1.195.
11900         * config.sub: Import CVS version 1.212.
11901
11902 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
11903
11904         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11905         gcc/xgcc is built, use -print-prog-name to find out the program
11906         name to use.
11907
11908 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
11909
11910         * config.guess:  Import CVS version 1.194.  All gcc-local changes
11911         appear to also be in the master copy.
11912         * config.sub:  Import CVS version 1.211.
11913
11914 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
11915
11916         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11917         with_gcc]: Use `gcc -shared' to build a shared library.
11918
11919 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
11920
11921         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11922         archives.
11923
11924 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11925
11926         * MAINTAINERS (Write After Approval): Add myself.
11927
11928 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
11929
11930         * configure.in (libstdcxx_flags): Do not try to execute
11931         libstdc++-v3/testsuite_flags until it exists.
11932
11933 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
11934
11935         * MAINTAINERS: Update my email address.
11936
11937 2001-05-31  Graham Stott  <grahams@redhat.com>
11938
11939         * MAINTAINERS (Write After Approval): Add myself.
11940
11941 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
11942
11943         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
11944         libraries when using g++ with native linker.
11945
11946 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
11947
11948         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11949
11950 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
11951
11952         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11953         [aix4*|aix5*]: Prepend blank.
11954
11955 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
11956
11957         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11958         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
11959         of subdir/configure scripts to use the new libtool.m4.
11960
11961 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
11962
11963         * MAINTAINERS (Write After Approval): Add myself.
11964
11965 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
11966
11967         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11968
11969 2001-05-11  Ben Elliston  <bje@redhat.com>
11970
11971         * Makefile.in (all-sid): New target.
11972         (check-sid, clean-sid, install-sid): Likewise.
11973
11974 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
11975
11976         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11977
11978 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11979
11980         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11981         libgcj.
11982
11983 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
11984
11985         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11986         gcc/xgcc is built, use -print-prog-name to find out the program
11987         name to use.
11988
11989 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
11990
11991         * configure.in (noconfigdirs): Don't reset it from scratch in the
11992         target case; only append to it.
11993
11994         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11995         sparc-*-solaris2.8]: Disable ${libgcj}.
11996
11997 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
11998
11999         * configure.in (libgcj_saved): Copy from $libgcj.
12000         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12001         --disable-libgcj.
12002
12003 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12004
12005         * MAINTAINERS: Remove self as MIPS maintainer and
12006         C front end maintainer.
12007
12008 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12009
12010         * configure.in: Move *-chorusos target case to the proper switch.
12011         Disable libgcj.
12012
12013 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12014
12015         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12016         1.641.2.228.
12017
12018 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12019
12020         * Makefile.in (STAGE1_CFLAGS): Pass down.
12021
12022 2001-04-13  Alan Modra  <amodra@one.net.au>
12023
12024         * config.guess: Add hppa64-linux support.  Note for next import that
12025         this is already in the master file.
12026         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12027
12028 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12029
12030         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12031         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12032
12033 2001-04-11  Stan Shebs  <shebs@apple.com>
12034
12035         * MAINTAINERS: Add self as Darwin port maintainer.
12036
12037 2001-04-11  Alan Modra  <amodra@one.net.au>
12038
12039         * MAINTAINERS: Update my email address.
12040
12041 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
12042
12043         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12044         recent versions of FreeBSD (release 3 or later).
12045         * ltconfig: On FreeBSD, -lc must not be provided when building
12046         a shared library or else the standard -pthread gcc option is
12047         rendered worthless to later users of the built library.
12048
12049 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12050
12051         * MAINTAINERS: Add self and RTH as C front end maintainers.
12052
12053 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
12054
12055         * config.sub: Make sure to match an already-canonicalized
12056         machine name (eg. mn10300-unknown-elf).
12057
12058 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
12059
12060         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12061         New macros.
12062         (bootstrap, cross): Use RECURSE_FLAGS.
12063         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12064
12065 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
12066
12067         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12068
12069 2001-03-22  Colin Howell  <chowell@redhat.com>
12070
12071         * Makefile.in (DO_X): Do not backslash single-quotes in
12072         backquotes (two places).
12073
12074 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12075
12076         Re-installed:
12077         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12078         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12079         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12080         * ltcf-cxx.sh: Likewise.
12081         * ltcf-gcj.sh: Likewise.
12082
12083 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12084
12085         * MAINTAINERS: Add myself as "documentation co-maintainer".
12086
12087 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12088
12089         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12090         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12091
12092 2001-03-19  Tom Tromey  <tromey@redhat.com>
12093
12094         * config-ml.in: Handle GCJ and GCJFLAGS.
12095
12096 2001-03-21  Michael Chastain  <chastain@redhat.com>
12097
12098         * Makefile.in: all-m4 depends on all-texinfo.
12099
12100 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12101
12102         * MAINTAINERS: Add myself to write after approval list.
12103
12104 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12105
12106         * Makefile.in (DO_X): Quote nested quotes.
12107
12108 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
12109
12110         * MAINTAINERS: Add myself to write after approval list.
12111
12112 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12113
12114         * Makefile.in (DO_X): Use double quotes for quoting
12115         "RANLIB=$${RANLIB}".
12116
12117 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12118
12119         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12120
12121 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12122
12123         * configure.in: Only use `lang_requires' for languages athat are
12124         actually enabled.
12125
12126 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
12127
12128         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12129
12130 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12131
12132         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12133
12134 2001-03-07  Tom Tromey  <tromey@redhat.com>
12135
12136         * configure.in: Allow config-lang.in to set `lang_requires' to list
12137         of other required languages.
12138
12139 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12140
12141         * Makefile.in: Remove RANLIB definition. Use RANLIB
12142         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12143         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12144
12145 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12146             Alexandre Oliva  <aoliva@redhat.com>
12147
12148         * Makefile.in (check-c++): Use tabs, not spaces.
12149
12150 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12151
12152         * MAINTAINERS: add myself to Write After Approval list.
12153
12154 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12155
12156         * Makefile.in (check-c++): New rule.
12157
12158         * configure.in (target_libs): Remove libg++.
12159         (noconfigdirs): Remove libg++.
12160         (noconfigdirs): Same.
12161         (noconfigdirs): Same.
12162         (noconfigdirs): Same.
12163
12164         * config-ml.in: Remove libg++ references.
12165
12166         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12167         (ALL_TARGET_MODULES): Same.
12168         (configure-target-libg++): Remove.
12169         (all-target-libg++): Remove.
12170         (configure-target-libio): Remove.
12171         (all-target-libio): Remove.
12172         (check-target-libio): Remove.
12173         (.PHONY): Remove.
12174         (libg++.tar.bz2): Remove.
12175         (all-target-cygmon): Remove libio.
12176         (all-target-libstdc++): Remove.
12177         (configure-target-libstdc++): Remove.
12178         (TARGET_LIB_PATH): Remove libstdc++.
12179         (ALL_GCC_CXX): Remove libstdc++.
12180         (all-target-gperf): Correct.
12181
12182 2001-02-16  Nick Clifton  <nickc@redhat.com>
12183
12184         * configure.in (noconfigdirs): Allow configuration of texinfo
12185         for Cygwin hosts.
12186
12187 2001-02-15  Anthony Green  <green@redhat.com>
12188
12189         * configure: Introduce GCJ_FOR_TARGET.
12190         * configure.in: Ditto.
12191         * Makefile.in: Ditto.
12192
12193 2001-02-13  Andreas Schwab  <schwab@suse.de>
12194
12195         * MAINTAINERS: Update mail address.
12196
12197 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12198
12199         * config.guess: Add linux target for S/390.
12200         * config.sub: Likewise.
12201
12202 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12203
12204         * configure.in: for *-chorusos, don't config target-newlib and
12205         target-libgloss.
12206
12207 2001-02-06  Ben Elliston  <bje@redhat.com>
12208
12209         * configure: Output host type to stdout, not stderr.
12210
12211 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
12212
12213         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12214         * ltcf-cxx.sh: Likewise.
12215
12216         * config.if: Assume enable_libstdcxx_v3 is defined.
12217
12218 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
12219
12220         Remove V2 C++ library.
12221         * configure.in: Remove --enable-libstdcxx_v3 support.
12222
12223 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12224
12225         * include/demangle.h: Add prototype for java_demangle_v3.
12226
12227 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
12228
12229         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12230
12231 2001-01-27  Richard Henderson  <rth@redhat.com>
12232
12233         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12234
12235 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12236
12237         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12238         Don't unset, it's non-portable and no longer necessary, set to empty
12239         instead.
12240
12241 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12242
12243         * ltconfig: Shell portability fix for the tagname validity check.
12244
12245 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12246
12247         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12248         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12249
12250 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12251
12252         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12253
12254 2001-01-26  Tom Tromey  <tromey@redhat.com>
12255
12256         * configure.in: Allow libgcj to be built on Sparc Solaris.
12257
12258 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
12259
12260         * ltcf-c.sh: Add aix5 case.
12261         * ltcf-cxx.sh: Likewise.
12262         * ltconfig: Likewise.
12263
12264 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12265
12266         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12267         keep at least one of build_libtool_libs or build_old_libs set to
12268         yes.
12269
12270         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12271         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12272
12273 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12274
12275         * configure.in: Enable libgcj on several additional platforms.
12276
12277 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12278
12279         * configure.in: Enable libgcj for linux targets.
12280
12281 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12282
12283         * MAINTAINERS (Write After Approval): Add myself.
12284
12285 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12286
12287         * MAINTAINERS: Add myself as vax port maintainer.
12288
12289 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12290
12291         * MAINTAINERS: Add myself as Mercury front-end maintainer.
12292
12293 2001-01-09  Mike Stump  <mrs@wrs.com>
12294
12295         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12296         failures of subdirectories.
12297
12298 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12299
12300         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12301         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12302         * ltcf-cxx.sh: Likewise.
12303         * ltcf-gcj.sh: Likewise.
12304         * ltconfig.sh: Fix typo.
12305
12306 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12307
12308         * configure: handle DOS-style absolute paths.
12309
12310 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12311
12312         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12313
12314 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12315
12316         * MAINTAINERS: Add myself as avr port co-maintainer.
12317
12318 2000-12-28  Ben Elliston  <bje@redhat.com>
12319
12320         * MAINTAINERS: Add myself under ``Write After Approval''.
12321
12322 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12323
12324         * texinfo: Remove directory from GCC.
12325
12326 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12327
12328         * COPYING: Update to current
12329         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12330         to 19yy as example year in copyright notice).
12331
12332 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12333
12334         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12335         (libstdcxx_incdir): Pass down.
12336         * config.if: Remove expired bits for cxx_interface, add stub.
12337         (libstdcxx_incdir): Add variable for g++ include directory.
12338         * configure.in (gxx_include_dir): Use it.
12339
12340 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12341
12342         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12343         with old-email address from ``Write After Approval''.
12344
12345 2000-12-15  Andreas Jaeger  <aj@suse.de>
12346
12347         * configure.in: Handle lang_dirs.
12348
12349 2000-12-14  Tom Tromey  <tromey@redhat.com>
12350
12351         * MAINTAINERS: Removed brads.
12352
12353         * MAINTAINERS: Added gcj developers.
12354
12355 2000-12-13  Anthony Green  <green@redhat.com>
12356
12357         * configure.in: Disable libgcj for any target not specifically
12358         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12359         with g++ abi.
12360
12361 2000-12-13  Mike Stump  <mrs@wrs.com>
12362
12363         * Makefile.in (local-distclean): Also remove fastjar.
12364
12365 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12366
12367         * contrib/gcc_update: Add fastjar --touch entries.
12368
12369 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12370
12371         * configure.in: Disable language-specific target libraries for
12372         languages that aren't enabled.
12373
12374 2000-12-10  Anthony Green  <green@redhat.com>
12375
12376         * configure.in: Define libgcj.  Disable libgcj target libraries for
12377         most targets.
12378
12379 2000-12-10  Neil Booth  <neilb@earthling.net>
12380
12381         * MAINTAINERS: Update mail address, remove from WAA list.
12382
12383 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12384
12385         * libjava: Imported from /cvs/java.
12386         * libffi: Likewise.
12387         * Boehm-gc: Likewise.
12388
12389 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12390
12391         * configure.in (target_libs): Revert 2000-12-08 patch.
12392         (noconfigdirs): Added target-libjava.
12393
12394 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12395
12396         * djunpack.bat: removed.
12397
12398 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12399
12400         * Makefile.in: handle DOS-style absolute paths.
12401         * config-ml.in: likewise.
12402         * symlink-tree: likewise.
12403
12404 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12405
12406         * fastjar: Imported.
12407
12408 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12409
12410         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12411         libjava.
12412         * configure.in (target_libs): Removed `target-libjava'.
12413
12414 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12415
12416         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12417         (ALL_MODULES): Added fastjar.
12418         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12419         (all-target-libjava): all-fastjar replaces all-zip.
12420         (all-fastjar): Added.
12421         (configure-target-fastjar, all-target-fastjar): Likewise.
12422         * configure.in (host_tools): Added fastjar.
12423
12424 2000-12-07  Mike Stump  <mrs@wrs.com>
12425
12426         * Makefile.in (local-distclean): Remove leftover built files.
12427
12428 2000-11-24  Nick Clifton  <nickc@redhat.com>
12429
12430         * configure.in (xscale-elf): Add target.
12431         (xscale-coff): Add target.
12432
12433 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12434
12435         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12436         recent versions of FreeBSD (release 3 or later).
12437         * ltconfig: On FreeBSD, -lc must not be provided when building
12438         a shared library or else the standard -pthread gcc option is
12439         rendered worthless to later users of the built library.
12440
12441 2000-11-16  Fred Fish  <fnf@be.com>
12442
12443         * configure.in (enable_libstdcxx_v3): Fix typo,
12444         libstd++ -> libstdc++.
12445
12446 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12447
12448         * MAINTAINERS: Add self to Write After Approval list.
12449
12450 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12451
12452         * MAINTAINERS: Update my email address.  Add myself to global write
12453         privs list.
12454
12455 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12456
12457         * Makefile.in: Merge with src and libgcj.
12458         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12459         configure-target-<library> when their configure scripts need the C
12460         or C++ library to have already been built to work properly.
12461         (do_proto_toplev): Set them to an empty string.
12462
12463         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12464         (REALLY_SET_LIB_PATH): Use them.
12465
12466 2000-11-17  Stan Shebs  <shebs@apple.com>
12467
12468         * MAINTAINERS: Add self to Write After Approval list.
12469
12470 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12471
12472         * configure: Provide the original toplevel configure arguments
12473         (including $0) to subprocesses in the environment rather than
12474         through gcc/configargs.h.
12475
12476 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12477
12478         * MAINTAINERS: Remove references to cccp. Change C9X reference to
12479         C99.  Alphabetise "Write After Approval" list.
12480
12481 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
12482
12483         * configure: Turn on libstdc++ V3 by default.
12484
12485         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12486         if we've got GCC.
12487
12488 2000-11-11  Philip Blundell  <philb@gnu.org>
12489
12490         * MAINTAINERS: Add self to Write After Approval list.
12491
12492 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
12493
12494         * ltcf-c.sh (aix4): Improve shared library configuration; require
12495         exporting symbols.
12496         * ltcf-cxx.sh (aix4): Define.
12497         * ltconfig (aix4): Define library and soname specs appropriate for
12498         AIX.  Define command to create export symbols list.
12499
12500 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
12501
12502         * config.sub: Add support for Sun Chorus
12503
12504 2000-10-31  Nick Clifton  <nickc@redhat.com>
12505
12506         * MAINTAINERS: Rename <name>@cygnus.com addresses to
12507         <name>@redhat.com.  Also installed new email address for Clint
12508         Popetz.
12509
12510 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
12511
12512         * etc: Remove directory from GCC.
12513
12514 2000-10-16  Michael Meissner  <meissner@redhat.com>
12515
12516         * configure (gcc/configargs.h): Only create if there is a build GCC
12517         directory created.
12518
12519 2000-10-16  Matthias Klose  <doko@debian.org>
12520
12521         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12522         when configured for libstdc++-v3.
12523
12524 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
12525
12526         * configure: Save configure arguments to gcc/configargs.h.
12527
12528 2000-10-04  Philipp Thomas  <pthomas@suse.de>
12529
12530         * config.guess: Import CVS version 1.157.
12531         * config.sub: Import CVS version 1.181.
12532
12533 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
12534
12535         * Makefile.in (bootstrap): avoid recursion if subdir missing
12536         (cross): ditto
12537         (do-proto-toplev): ditto
12538
12539 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
12540
12541         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12542         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12543
12544         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12545         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
12546         all affected `configure' scripts.
12547
12548 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
12549
12550         * MAINTAINERS: Add self as cpplib co-maintainer.
12551
12552 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
12553
12554         * MAINTAINERS: Add self to Write After Approval list.
12555
12556 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12557
12558         * INSTALL/README: egcs -> GCC update.
12559
12560 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
12561
12562         * MAINTAINERS: Add myself to Write After Approval list.
12563
12564 2000-09-15  Kazu Hirata  <kazu@hxi.com>
12565
12566         * MAINTAINERS: Add myself to Write After Approval list.
12567
12568 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
12569
12570         * configure.in: Do not build byacc for hppa64.  Provide paths to the
12571         X11 libraries for hppa64.
12572
12573 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12574
12575         * MAINTAINERS: Add myself as 68hc11 port maintainer.
12576
12577 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
12578
12579         * Makefile.in (all-zlib): Added dummy target.
12580
12581         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12582         ltcf-gcj.sh: Updated from libtool multi-language branch.
12583
12584 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
12585
12586         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12587         (bootstrap*): Depend on all-bootstrap.
12588
12589 2000-09-05  Philipp Thomas  <pthomas@suse.de>
12590
12591         * config.guess: Import CVS version 1.156.
12592         * config.sub: Import CVS version 1.179.
12593
12594 2000-09-02  Anthony Green  <green@cygnus.com>
12595
12596         * Makefile.in (all-gcc): Depend on all-zlib.
12597         (CLEAN_MODULES): Add clean-zlib.
12598         (ALL_MODULES): Add all-zlib.
12599         * configure.in (host_libs): Add zlib.
12600
12601 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
12602
12603         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12604         crosses, but add gcc/include to the header search path for them.
12605
12606 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
12607
12608         * MAINTAINERS: Add self to Write After Approval list.
12609
12610 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12611
12612         * config.guess: Import CVS version 1.152.
12613         * config.sub: Import CVS version 1.177.
12614
12615 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
12616
12617         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12618         $targargs to tell whether newlib is going to be built.
12619
12620         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12621         $$r/TARGET_SUBDIR/libio for _G_config.h.
12622
12623 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
12624
12625         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12626
12627 2000-08-22  DJ Delorie  <dj@redhat.com>
12628
12629         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12630
12631 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
12632
12633         * config-ml.in (CC, CXX): Avoid trailing whitespace.
12634         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12635         sub-configures.
12636
12637 2000-08-21  DJ Delorie  <dj@redhat.com>
12638
12639         * MAINTAINERS: Add self as a libiberty maintainer
12640
12641 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
12642
12643         * configure.in (libstdcxx_flags): Use
12644         libstdc++-v3/src/libstdc++.INC.
12645
12646 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
12647
12648         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12649
12650 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
12651
12652         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12653
12654         * configure: Make enable_threads and enable_shared defaults
12655         explicit.  Substitute enable_threads into generated Makefiles.
12656         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12657         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12658
12659 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
12660
12661         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12662
12663 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
12664
12665         * config-ml.in (CC): Remove bogus duplicate quotation mark from
12666         previous delta.
12667
12668 2000-08-11  Jason Merrill  <jason@redhat.com>
12669
12670         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12671         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12672         (FLAGS_FOR_TARGET): Not here.
12673         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12674
12675 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
12676
12677         * config-ml.in (CC, CXX): Don't introduce a leading space.
12678
12679 2000-08-07  DJ Delorie  <dj@delorie.com>
12680
12681         * MAINTAINERS: Add self as a DJGPP maintainer
12682
12683 2000-08-07  DJ Delorie  <dj@redhat.com>
12684
12685         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12686         "if we're also building gcc, and it's a gcc that will run on the
12687         build machine, we want to use its includes instead of the system's
12688         default includes".
12689
12690 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12691
12692         * MAINTAINERS: Add self to Write After Approval list.
12693
12694 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
12695
12696         * configure.in (libstdcxx_flags): Don't use `"'.
12697
12698         * config-ml.in: Adjust multilib search paths to the
12699         appropriate multilib tree.
12700
12701 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
12702
12703         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12704         commas in $LANGUAGES.
12705
12706 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
12707
12708         * configure.in: Re-enable all references to libg++ and librx.
12709
12710 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
12711
12712         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12713         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
12714         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12715         * ltcf-cxx.sh (need_lc): Set based on postdeps.
12716
12717         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12718
12719 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
12720
12721         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12722         CXX_FOR_TARGET for sed.
12723
12724 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
12725
12726         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12727         Do not override if already set in the environment or in configure.
12728         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12729         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12730
12731 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
12732
12733         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12734         the libtool CVS tree multi-language branch.
12735         * ltconfig, ltmain.sh: Updated.
12736
12737 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
12738
12739         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12740         (clean-target): Depend on it.
12741
12742         * Makefile.in (FLAGS_FOR_TARGET): New macro.
12743         (GCC_FOR_TARGET): Use it.
12744         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12745         * configure.in: ... here.
12746         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
12747         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12748
12749 2000-07-24  Eric Christopher  <echristo@cygnus.com>
12750
12751         * MAINTAINERS: Add self to Write After Approval list.
12752
12753 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
12754
12755         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12756         (configure-target-libchill, configure-target-libobjc): Likewise.
12757
12758         * configure.in: Use the same cache file for all target libs.
12759         * config-ml.in: But different cache files per multilib variant.
12760
12761 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12762
12763         * configure (topsrcdir): Don't use dirname.
12764
12765 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
12766
12767         * MAINTAINERS: Add self to Write After Approval list.
12768
12769 2000-07-20  Jason Merrill  <jason@redhat.com>
12770
12771         * configure.in: Remove all references to libg++ and librx.
12772
12773         * configure, configure.in, Makefile.in: Unify gcc and binutils.
12774
12775 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
12776
12777         * config.sub: Update to subversions version 2000-07-06.
12778
12779 2000-07-12  Andrew Haley  <aph@cygnus.com>
12780
12781         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12782         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12783
12784 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
12785
12786         * symlink-tree:  Check number of arguments.
12787
12788 2000-07-05  Jim Wilson  <wilson@cygnus.com>
12789
12790         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12791         search path for a g++ extracted from the build tree.  This
12792         will allow link tests run by configure scripts in
12793         subdirectories to succeed.
12794
12795 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
12796
12797         * ltconfig: Add support for mips-dde-sysv4.2MP
12798
12799 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
12800
12801         * MAINTAINERS: Add myself as loop discovery maintainer.
12802
12803 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
12804
12805         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12806         `os2'. Force ac_cv_exeext to be ".exe" in that case.
12807
12808 2000-06-19  Timothy Wall  <twall@cygnus.com>
12809
12810         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12811         * config.sub: Add tic54x target.
12812
12813 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12814
12815         * MAINTAINERS: Add self as Fortran maintainer,
12816         remove Craig Burley.
12817
12818 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12819
12820         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12821         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12822
12823 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
12824
12825         * MAINTAINERS: Add self as i18n maintainer
12826
12827 20000-05-21  H.J. Lu  (hjl@gnu.org)
12828
12829         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12830         directory are used if they exist. Make sure
12831         $(build_tooldir)/include is searched for header files,
12832         $(build_tooldir)/lib/ for library files.
12833         (GCC_FOR_TARGET): Likewise.
12834         (CXX_FOR_TARGET): Likewise.
12835
12836 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
12837
12838         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12839
12840 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
12841
12842         * Makefile.in (configure-target-libiberty): Depend on
12843         configure-target-newlib.
12844
12845 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
12846
12847         * configure.in, Makefile.in: Merge all libffi-related
12848         configury stuff from the libgcj tree.
12849
12850 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12851
12852         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12853         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12854
12855 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12856
12857         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12858         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12859         current version information.  Add to proto-toplev directory.
12860         (gdb-taz): Build do-djunpack.
12861
12862 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
12863
12864         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12865
12866 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12867
12868         * MAINTAINERS: Add self to Write After Approval list.
12869
12870 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12871
12872         * ltmain.sh: Preserve in relink_command any environment
12873         variables that may affect the linker behavior.
12874
12875 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
12876
12877         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12878
12879 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
12880
12881         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12882
12883 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
12884
12885         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12886         with the version name.
12887
12888 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
12889
12890         * MAINTAINERS: Add self as bb-reorder maintainer.
12891
12892 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
12893
12894         * config.if: Tweak.
12895
12896 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
12897
12898         * djunpack.bat: New file.
12899
12900 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12901
12902         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12903         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12904         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12905         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12906
12907 2000-04-16  Dave Pitts  <dpitts@cozx.com>
12908
12909         * config.sub (case $basic_machine): Change default for "ibm-*"
12910         to "openedition".
12911
12912 2000-04-13  Andreas Jaeger  <aj@suse.de>
12913
12914         * MAINTAINERS: Added myself.
12915
12916 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12917
12918         * Makefile.in (gdb-taz): New target.  GDB specific archive.
12919         (do-md5sum): New target.
12920         (MD5PROG): Define.
12921         (PACKAGE): Default to TOOL.
12922         (VER): Default to a shell script.
12923         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
12924         md5 checksum generation.
12925         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12926         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12927         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12928         insight.tar.bz2): Use gdb-taz to create archive.
12929
12930 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12931
12932         * configure (warn_cflags): Delete.
12933
12934 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
12935
12936         * MAINTAINERS: Added myself.
12937
12938 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
12939             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
12940
12941         * configure.in (enable_libstdcxx_v3): Add.
12942         (target_libs): Add bits here to switch between libstdc++-v2 and
12943         libstdc++-v3.
12944         * config.if: And this file too.
12945         * Makefile.in: Add libstdc++-v3 targets.
12946
12947 2000-04-05  Michael Meissner  <meissner@redhat.com>
12948
12949         * config.sub (d30v): Add d30v as a basic machine type.
12950
12951 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
12952
12953         * configure.in: -linux-gnu*, not -linux-gnu.
12954
12955 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
12956
12957         * MAINTAINERS: Add self in write-after-approval section.
12958
12959 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
12960
12961         * MAINTAINERS: Add self as ia64 port maintainer.
12962
12963 2000-03-08  Neil Booth  <NeilB@earthling.net>
12964
12965         * MAINTAINERS: Add self in write-after-approval section.
12966
12967 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12968
12969         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12970         (do-tar-bz2): Replace TOOL with PACKAGE.
12971         (gdb.tar.bz2): Remove GDBTK from GDB package.
12972         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12973         dejagnu.tar.bz2): New packages.
12974
12975 2000-02-27  Andreas Jaeger  <aj@suse.de>
12976
12977         * configure.in: Add entry for mips*-*-linux*, move catch all
12978         *-*-*linux* entry below this one.
12979
12980 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
12981
12982         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12983
12984 2000-02-24  Nick Clifton  <nickc@cygnus.com>
12985
12986         * config.sub: Support an OS of "wince".
12987
12988 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12989
12990         * config.guess, config.sub: Updated to match config's 2000-02-15
12991         version.
12992
12993 2000-02-23  Linas Vepstas  <linas@linas.org>
12994
12995         * config.sub: Add support for Linux/IBM 370.
12996         * configure.in: Likewise.
12997
12998 2000-02-22  Nick Clifton  <nickc@cygnus.com>
12999
13000         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13001
13002 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
13003
13004         * config.guess: Guess "cygwin" rather than "cygwin32".
13005
13006 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13007
13008         * configure (gcc_version): When setting, narrow search to
13009         lines containing `version_string'.
13010
13011 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13012
13013         * config.sub: Add support for avr target.
13014
13015 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13016
13017         * MAINTAINERS: Add maintainers for MCore port.
13018
13019 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13020
13021         * config.sub: Add mmix-knuth-mmixware.
13022
13023 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13024
13025         * MAINTAINERS: Pair cccp with cpplib maintainership.
13026
13027 2000-01-27  Christopher Faylor  <cgf@redhat.com>
13028
13029         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13030         structure stuff to -L library search.
13031         (CXX_FOR_TARGET): Ditto.
13032         (CROSS_CHECK_MODULES): Fix spelling mistake.
13033
13034 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13035
13036         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13037         the C++ compiler.
13038
13039 2000-01-12  Richard Henderson  <rth@cygnus.com>
13040
13041         * configure.in: Don't build some bits for beos.
13042
13043 2000-01-12  Joel Sherrill (joel@OARcorp.com)
13044
13045         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13046         as include files.
13047
13048 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
13049
13050         * Add self as cpplib maintainer, as requested by Jason
13051         Merrill.  Correct my e-mail address.
13052
13053 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
13054
13055         * configure.in: Use mt-aix43 to handle *_TARGET defs,
13056         not mh-aix43.
13057
13058 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
13059
13060         * MAINTAINERS: Add myself to "write after approval" list.
13061
13062 1999-12-14  Richard Henderson  <rth@cygnus.com>
13063
13064         * config.guess (alpha-osf, alpha-linux): Detect ev67.
13065         * config.sub: Accept alphaev[78], alphaev8.
13066
13067 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13068
13069         * config.guess, config.sub: Update from autoconf.
13070
13071 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13072
13073         * MAINTAINERS:  update my playtime e-address.
13074
13075 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13076
13077         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13078         necessary libraries are missing.
13079
13080 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13081
13082         * MAINTAINERS: Add new 'write after approval' maintainer.
13083
13084 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13085
13086         * MAINTAINERS: Add new Java maintainer.
13087
13088 1999-10-25  Andreas Schwab  <schwab@suse.de>
13089
13090         * configure: Fix quoting inside arguments of eval.
13091
13092 1999-10-21  Nick Clifton  <nickc@cygnus.com>
13093
13094         * config-ml.in: Allow suppression of some ARM multilibs.
13095
13096 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13097
13098         * config.guess: Add OS/390 match pattern.
13099         * config.sub: Add mvs, openedition targets.
13100         * configure.in (i370-ibm-opened*): New.
13101
13102 1999-09-04  Steve Chamberlain  <sac@pobox.com>
13103
13104         * config.sub: Add support for configuring for pj.
13105
13106 1999-08-31  Nick Clifton  <nickc@cygnus.com>
13107
13108         * config.sub (maybe_os): Add support for configuring for fr30.
13109
13110 1999-08-25  Nick Clifton  <nickc@cygnus.com>
13111
13112         * configure.in: Do not configure or build ld for AIX
13113         platforms.  ld is known to be broken on these platforms.
13114
13115 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13116
13117         * config-ml.in: Pass compiler flag corresponding to multidirs to
13118         subdir configures.
13119
13120 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
13121
13122         * Makefile.in (LDFLAGS): Define.
13123
13124 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13125
13126         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13127         noconfigdirs.
13128         (*-*-cygwin*): Likewise.
13129
13130 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
13131
13132         * mkdep: New file.
13133         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13134         (BINUTILS_SUPPORT_DIRS): Add mkdep.
13135
13136         From Eli Zaretskii <eliz@is.elta.co.il>:
13137         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13138         long file name when using DJGPP on MS-DOS.
13139
13140 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13141
13142         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13143
13144 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13145
13146         * Makefile.in (check-target-libio): Remove all-target-libstdc++
13147         dependency as this causes "make check" to globally "make all"
13148
13149 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13150
13151         * configure.in (target_libs): Added target-zlib.
13152         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13153         (CONFIGURE_TARGET_MODULES): Likewise.
13154         (CHECK_TARGET_MODULES): Likewise.
13155         (INSTALL_TARGET_MODULES): Likewise.
13156         (CLEAN_TARGET_MODULES): Likewise.
13157         (configure-target-zlib): New target.
13158         (all-target-zlib): Likewise.
13159         (all-target-libjava): Depend on all-target-zlib.
13160         (configure-target-libjava): Depend on configure-target-zlib.
13161
13162         * Makefile.in (configure-target-libjava): Depend on
13163         configure-target-newlib.
13164         (configure-target-boehm-gc): New target.
13165         (configure-target-qthreads): New target.
13166
13167         * configure.in (target_libs): Added target-qthreads.
13168         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13169         (CONFIGURE_TARGET_MODULES): Likewise.
13170         (CHECK_TARGET_MODULES): Likewise.
13171         (INSTALL_TARGET_MODULES): Likewise.
13172         (CLEAN_TARGET_MODULES): Likewise.
13173         (all-target-qthreads): New target.
13174         (configure-target-libjava): Depend on configure-target-qthreads.
13175         (all-target-libjava): Depend on all-target-qthreads.
13176
13177         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13178         (CONFIGURE_TARGET_MODULES): Likewise.
13179         (CHECK_TARGET_MODULES): Likewise.
13180         (INSTALL_TARGET_MODULES): Likewise.
13181         (CLEAN_TARGET_MODULES): Likewise.
13182         (all-target-libjava): New target.
13183         (all-target-boehm-gc): Likewise.
13184         * configure.in (target_libs): Added libjava, boehm-gc.
13185
13186 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
13187
13188         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13189         configure.bat in SUPPORT_FILES.
13190         (gas+binutils.tar.bz2): Likewise.
13191
13192         * makeall.bat: Remove; obsolete.
13193
13194 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
13195
13196         From Mark Elbrecht:
13197         * configure.bat: Remove; obsolete.
13198
13199 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
13200
13201         * configure: Add -W -Wall to the default CFLAGS when compiling with
13202         gcc.
13203
13204 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13205
13206         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13207
13208 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
13209
13210         * configure.in: Build ld on IRIX6.
13211
13212 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
13213
13214         * Makefile.in: Change distribution targets to use bzip2 instead of
13215         gzip.
13216         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13217         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13218
13219 1999-06-04  Nick Clifton  <nickc@cygnus.com>
13220
13221         * config.sub: Add mcore target.
13222
13223 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13224
13225         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13226
13227 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13228
13229         * config.guess (dummy): Changed to $dummy.
13230
13231 1999-05-24  Nick Clifton  <nickc@cygnus.com>
13232
13233         * config.sub: Tidied up case statements.
13234
13235 1999-05-22  Ben Elliston  <bje@cygnus.com>
13236
13237         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13238         <jiro@din.or.jp>.
13239
13240         * config.guess: Merge with FSF version. Future changes will be
13241         more accurately recorded in this ChangeLog.
13242         * config.sub: Likewise.
13243
13244 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13245
13246          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13247
13248 1999-04-30  Tom Tromey  <tromey@cygnus.com>
13249
13250         * ltmain.sh: [mode link] Always use CC given by ltconfig.
13251
13252 1999-04-23  Tom Tromey  <tromey@cygnus.com>
13253
13254         * ltconfig, ltmain.sh: Update to libtool 1.2f.
13255
13256 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13257
13258         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13259         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13260         Bad merge removed these two changes.
13261
13262 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13263                           Martin Heller (Ing.-Buero_Heller@t-online.de)
13264
13265         * config.guess (interix Alpha): Add.
13266
13267 1999-04-11  Richard Henderson  <rth@cygnus.com>
13268
13269         * configure.in (i?86-*-beos*): Do config gperf; don't config
13270         gdb, newlib, or libgloss.
13271
13272 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13273
13274         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13275         link a trivial program with -mabi=64.  If it fails, remove mabi=64
13276         from multidirs.
13277
13278 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13279
13280         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13281
13282 1999-04-08  Nick Clifton  <nickc@cygnus.com>
13283
13284         * config.sub: Add support for mcore targets.
13285
13286 1999-04-07  Michael Meissner  <meissner@cygnus.com>
13287
13288         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13289         not mt-ospace, in order to shut up assembler warning about using
13290         symbols that are named the same as registers.
13291
13292 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13293
13294         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13295         dependency list for all-target-cygmon.
13296
13297 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
13298
13299         * config-ml.in: Check $host, not $target, for selective multilibs.
13300         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13301         thumb interworking, and underscore prefix multilibs.
13302
13303 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
13304
13305         * missing: Update to version from current automake.
13306
13307 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13308
13309         * configure (gxx_include_dir): Removed.
13310
13311         * configure.in (gxx_include_dir): Handle it.
13312         * Makefile.in: Likewise.
13313
13314 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13315
13316         * config.sub (mips64vr4111,mips64vr4111el) Add.
13317
13318 1999-03-21  Ben Elliston  <bje@cygnus.com>
13319
13320         * config.guess: Correct typo for detecting ELF on FreeBSD.
13321
13322 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13323
13324         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13325         config/mh-djgpp.
13326
13327 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13328
13329         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13330         all-target-newlib to dependency list for all-target-bsp.
13331
13332 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13333
13334         * config.sub: Add i386-uwin support.
13335         * config.guess: Likewise.
13336
13337 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13338
13339         * configure.in: cleanup, add mh-*pic handling for arm, special
13340         case powerpc*-*-aix*
13341
13342 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13343
13344         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13345         can be built.
13346
13347 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13348
13349         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13350         targets.
13351
13352 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13353
13354         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13355
13356 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13357
13358         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13359
13360 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13361
13362         * config.sub: Fix typo in arm recognition.
13363
13364 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13365
13366         * configure.in (noconfigdirs): Changed target_configdirs to
13367         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13368         rather than m68k-*-* since it is not known to work on
13369         m68k-aout. Ditto for arm-*-*oabi.
13370
13371 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13372
13373         * configure.in (*-*-windows*): Remove, no longer used.
13374
13375 1999-02-19  Ben Elliston <bje@cygnus.com>
13376
13377         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13378         Smart and improved by Andrew Cagney.
13379
13380 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13381
13382         * config.guess: Recognize openbsd-*-hppa.
13383
13384 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13385
13386         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13387         only if it is not empty.
13388
13389 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13390
13391         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13392
13393         * config.guess: Modified to recognize uname's armv* syntax.
13394
13395         * config.sub: Modified to recognize uname's armv* syntax.
13396
13397 1999-02-17  Mark Salter  <msalter@cygnus.com>
13398
13399         * configure.in: Added target-bsp for sparclite.
13400
13401 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13402
13403         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13404
13405 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13406
13407         * configure.in: Add support for strongarm port.
13408         * config.sub: Add support for strongarm target.
13409
13410 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13411
13412         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13413         the old name config/mh-cygwin32.
13414         Enable texinfo.
13415
13416 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13417
13418         * configure.in: Do build ld for ix86 Solaris.
13419
13420 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13421
13422         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13423         $AR_FOR_TARGET.  Likewise for RANLIB.
13424
13425 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13426
13427         * config.sub (oabi):  Recognize.
13428         * configure.in (arm-*-oabi):  Handle.
13429
13430 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13431
13432         * config.guess: Improve detection of i686 on UnixWare 7.
13433
13434 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13435
13436         * config.guess: Add support for i386-pc-interix.
13437         * config.sub: Likewise.
13438         * configure.in: Likewise.
13439
13440 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13441
13442         * Makefile.in: Remove unneeded all-target-libio from
13443         from all-target-winsup target since it is now unneeded.
13444         Add all-target-libtermcap in its place since it is now
13445         needed.
13446
13447 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13448
13449         * configure.in: makefile stub for cygwin target is probably
13450         unnecessary.  Remove it for now.
13451
13452 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13453
13454         * configure.in: libtermcap.a should be built when cygwin is the
13455         target as well as the host.
13456         * config.guess: Allow mixed case in cygwin uname output.
13457         * Makefile.in: Add libtermcap target.
13458
13459 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13460
13461         * config.sub: Clean up handling of hppa2.0.
13462
13463 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13464
13465         * config.guess: Use C code to identify more HP machines.
13466
13467 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13468
13469         * config.sub: Handle hppa2.0.
13470
13471 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13472
13473         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13474         cygmon for all sparclite targets, regardless of object format.
13475
13476 1998-12-15  Mark Salter  <msalter@cygnus.com>
13477
13478         * configure.in: Added target-bsp for several target architectures.
13479
13480         * Makefile.in: Added rules for bsp.
13481
13482 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
13483
13484         * config.guess: Improve detection of hppa2.0 processors.
13485
13486 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
13487
13488         * config.guess: Recognize FreeBSD using ELF automatically.
13489
13490 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
13491
13492         * configure (skip-this-dir): Add handling for new shell script, which
13493         might be created by a sub-directory's configure to indicate, this particular
13494         directory is "unwanted".
13495         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13496
13497 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
13498
13499         * ltconfig: import from libtool, after changing libtool to
13500         account for the cygwin name change.
13501
13502 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
13503
13504         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13505         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13506
13507 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
13508
13509         * configure.in: Add libtermcap to list of cygwin dependencies.
13510
13511 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
13512
13513         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13514         they include winsup/include when it's a cygwin target.
13515
13516 1998-11-12  Tom Tromey  <tromey@cygnus.com>
13517
13518         * configure.in (host_tools): Added zip.
13519         * Makefile.in (all-target-libjava): Depend on all-zip.
13520         (all-zip): New target.
13521         (ALL_MODULES): Added all-zip.
13522         (NATIVE_CHECK_MODULES): Added check-zip.
13523         (INSTALL_MODULES): Added install-zip.
13524         (CLEAN_MODULES): Added clean-zip.
13525
13526 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
13527
13528         * Makefile.in: lose "32" from comment about cygwin.
13529
13530 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
13531
13532         * configure.in: Use -Os to build target libraries for the fr30.
13533
13534 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
13535
13536         * config.sub: Add fr30.
13537
13538 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
13539
13540         * configure.in: drop "32" from config/mh-cygwin32.  Check
13541         cygwin* instead of cygwin32*.
13542         * config.sub: Check cygwin* instead of cygwin32*.
13543
13544 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
13545
13546         * config.guess: Match any version of Unixware7.
13547
13548 1998-10-20  Syd Polk  <spolk@cygnus.com>
13549
13550         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13551         if desired.
13552
13553 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
13554
13555         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13556         these if the appropriate directories and files to not exist.
13557
13558 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
13559
13560         * Makefile.in (DEVO_SUPPORT): Add config.if.
13561
13562 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
13563
13564         * configure: Add pattern to replace "build_tooldir"'s
13565         definition in the generated Makefile with "tooldir"'s
13566         actual value.
13567
13568 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
13569
13570         * config.sub: Bring back lost sparcv9.
13571
13572         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13573
13574 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
13575
13576         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13577         CC_FOR_TARGET and friends.
13578
13579 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
13580
13581         * Makefile.in (build_tooldir): New variable, same as tooldir.
13582         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13583         -B$(build_tooldir)/bin/.
13584         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13585
13586 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13587
13588         * README: Remove installation instructions and refer to the
13589         INSTALL directory instead.
13590
13591 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
13592
13593         * config.sub: Add support for i[34567]86-pc-udk.
13594         * configure.in: Likewise.
13595
13596 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
13597
13598         * Makefile.in: add bzip2 package building bits for user
13599         tools module
13600         * configure.in: ditto
13601
13602 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
13603
13604         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13605         (ALL_TARGET_MODULES): Add all-target-libobjc.
13606         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13607         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13608         (all-target-libchill): Add dependencies.
13609         * configure.in (target_libs): Add libchill.
13610
13611 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
13612
13613         * configure.in (target_subdir): Remove duplicate line.
13614
13615 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
13616
13617         * Makefile.in (all-automake): fix dependencies.
13618
13619 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
13620
13621         * configure.in: Minor cleanups for building in the $(target_alias)
13622         subdir.
13623
13624 1998-09-22  Jim Wilson  <wilson@cygnus.com>
13625
13626         * Makefile.in (bootstrap): Set r and s before make all.  Use
13627         BASE_FLAGS_TO_PASS in make all.
13628         (cross): Likewise.
13629
13630 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
13631
13632         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13633
13634 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
13635
13636         * config.sub: Fix typo in last change.
13637
13638 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13639
13640         * config.sub: Add support for C4x target.
13641         * configure.in: Likewise.
13642
13643 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
13644
13645         * config.sub: Recognize sparcv9 just like sparc64.
13646
13647 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
13648
13649         * config.guess: Match "Pent II" or "PentII" for OpenServer.
13650
13651 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
13652
13653         * config.guess: Correctly identify Pentium II sco boxes.
13654
13655         * config.guess: Fix "tr" code.  From Weiwen Liu.
13656
13657 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
13658
13659         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13660         stabs.
13661
13662 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
13663
13664         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13665         (ALL_TARGET_MODULES): Add all-target-libchill.
13666         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13667         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13668         (all-target-libchill): Add dependencies.
13669         * configure.in (target_libs): Add libchill.
13670
13671 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13672
13673         * config.guess: Avoid assumptions about "tr" behaves when
13674         LANG is set to something other than English.
13675
13676 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
13677
13678         * configure (gxx_include_dir): Changed to
13679         '${prefix}/include/g++'-${libstdcxx_interface}.
13680
13681         * config.if: New to determine the interfaces.
13682
13683 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
13684
13685         * config.guess: Detect and handle MPE/IX.
13686         * config.sub: Deal with MPE/IX.
13687
13688 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
13689
13690         * configure.in: Use mh-aix43.
13691
13692 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
13693
13694         * configure: Fix --without/--disable cases for gxx-include-dir.
13695
13696 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
13697
13698         * mdata-sh:  Imported.  Needed for automake support.
13699
13700 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
13701
13702         * Makefile.in (taz): Try "chmod -R og=u ." before
13703         "chmod og=u `find . -print`".
13704
13705 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
13706
13707         * configure.in: Add arm-elf and thumb-elf support.
13708
13709 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
13710
13711         * Makefile.in: Undo previous patch.
13712
13713 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
13714
13715         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13716         to here ...
13717         (install-no-fixedincludes): and here
13718         (INSTALL_MODULES): ... from here.
13719
13720 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13721
13722         * config.sub: Merge with FSF.
13723
13724         * config.guess: Merge with FSF.
13725
13726 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
13727
13728         * configure (extraconfigdirs): New variable.
13729         (SUBDIRS): Add extraconfigdirs and recurse on them too.
13730         * Makefile.in (all): Move higher in file.
13731         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13732         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13733         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13734         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13735         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13736
13737 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
13738
13739         * Makefile.in (all-target-libjava): Depend on all-gcc and
13740         all-target-newlib.
13741         (configure-target-libjava): Depend on $(ALL_GCC).
13742
13743 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
13744
13745         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13746         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13747
13748 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
13749
13750         * INSTALL/README: Fix typo.
13751
13752 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13753
13754         * ylwrap: Change absolute path checks to check for DOS style path
13755         names.
13756
13757         * ylwrap: Don't use a full path name if the source file is in the
13758         same directory.  From hjl@lucon.org (H.J. Lu).
13759
13760         * config-ml.in: Default to being verbose, to match Feb 18 change to
13761         configure.
13762
13763 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
13764
13765         Brought over from egcs:
13766
13767         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13768
13769         * configure.in (target_subdir): Set to ${target_alias} instead
13770         of "libraries".
13771
13772         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
13773
13774         * configure.in (target_subdir): Set to libraries if enable_multilib.
13775
13776 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
13777
13778         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13779         multilibs, force reconfiguration the first time we create
13780         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13781
13782 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
13783
13784         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13785         avoid confusion with --no-recursion.
13786
13787 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
13788
13789         * configure.in: Win32 hosts shouldn't use install -x
13790         * install-sh: remove -x option, and special .exe-handling
13791         hack.
13792
13793 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
13794
13795         * config.guess: Recognize i586-pc-beos.
13796         * configure.in: Don't build some bits for beos.
13797
13798 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
13799
13800         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13801         CFLAGS default to -O2.
13802
13803         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13804         when using GNU ld.
13805
13806 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
13807
13808         * ltmain.sh: Correct install when using a different shell.
13809
13810 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13811
13812         * ltconfig, ltmain.sh: Update to libtool 1.2b.
13813
13814 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
13815
13816         * makefile.vms: Update to build binutils/makefile.vms.  Add install
13817         target.
13818
13819 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
13820
13821         * ltconfig: Update to correct AIX handling.
13822
13823 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
13824
13825         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13826
13827         * configure.in (target_subdir): Set to ${target_alias} instead
13828         of "libraries".
13829
13830 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
13831
13832         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13833         (Makefile): Depend on $(gcc_version_trigger).
13834
13835         * configure (gcc_version): Change default initializer to empty
13836         string.
13837         (gcc_version_trigger): New variable; pass this variable down
13838         to subdir configures to enable them checking gcc's version
13839         themselves. Emit make macros for both gcc_version vars.
13840         (topsrcdir): Initialize reliably.
13841         (recursion line): Remove --with-gcc-version=${gcc_version}.
13842
13843 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13844
13845         * configure (enable_version_specific_runtime_libs): Implement new flag
13846         --enable-version-specific-runtime-libs which installs C++ runtime stuff
13847         in $(libsubdir); emit definition in each generated Makefile.
13848         (gxx_include_dir): Initialize depending on
13849         $enable_version_specific_runtime_libs.
13850
13851 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
13852
13853         * configure (gcc_version): Initialize properly depending on
13854         how and where configure is started.
13855         (recursion line): Pass a --with-gcc-version=${gcc_version}
13856         to configures in subdirs.
13857
13858 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
13859
13860         * configure.in (noconfigdirs): Add configure pattern for mips tx39
13861         cygmon
13862
13863 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
13864
13865         * configure.in: Add cygmon and libstub support for mn10200.
13866
13867 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
13868
13869         * configure (gcc_version): Add new variable describing the
13870         particular gcc version we're building.
13871         * Makefile.in (libsubdir): Add new macro for the directory
13872         in which the compiler finds executables, libraries, etc.
13873         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13874         and libsubdir.
13875
13876 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13877
13878         * Makefile.in (local-clean): Remove *.log.
13879         (warning.log): Built with warn_summary from build.log.
13880         (mail-report.log): Run test_summary.
13881         (mail-report-with-warnings.log): Run test_summary including
13882         warning.log in the report.
13883
13884 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
13885
13886         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13887
13888 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
13889
13890         * Makefile.in (grep): Grep no longer depends on libiberty.
13891
13892 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
13893
13894         * Makefile.in: all-snavigator needs all-libgui.
13895
13896 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
13897
13898         * configure.in: Add cygmon and libstub support for mn10300.
13899
13900 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
13901
13902         * missing: Update to version from automake 1.3.
13903
13904         * ltmain.sh: On installation, don't get confused if the same name
13905         appears more than once in the list of library names.
13906
13907 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
13908
13909         * config.sub: Accept m68060 and m5200 as CPU names.
13910
13911 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
13912
13913         * configure: Use && rather than using -a in test, because odd
13914         strings can confuse test.
13915         * configure.in: Likewise.
13916
13917 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
13918
13919         * ltconfig, ltmain.sh: Bring in Visual C++ support.
13920
13921 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
13922
13923         * Makefile.in (boostrap2-lean, bootstrap3-lean,
13924         bootstrap4-lean): New targets.
13925
13926 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
13927
13928         * mpw-* Delete.  Not used.
13929
13930 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
13931
13932         * COPYING.LIB: Update FSF address.
13933
13934 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
13935
13936         * ltconfig, ltmain.sh: Update to libtool 1.2a.
13937
13938         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13939         GAS_SUPPORT_DIRS.
13940
13941 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
13942
13943         * ltconfig, ltmain.sh: Avoid producing a version number if
13944         -version-info was not used.
13945
13946 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13947
13948         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13949         building with newlib.
13950
13951 1998-04-30  Paul Eggert  <eggert@twinsun.com>
13952
13953         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13954         Solaris `make' causes it to continue to next definition.
13955
13956 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
13957
13958         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13959         the right GUI libraries and files are installed along with GDB.
13960
13961 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
13962
13963         * configure.in: Change alpha to alpha* in several places.
13964
13965 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
13966
13967         * config.sub: Recognize sparc86x.
13968
13969 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
13970
13971         * configure.in (--enable-target-optspace): Remove debug echo.
13972
13973 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
13974
13975         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13976
13977 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
13978
13979         * ltconfig: Update cygwin32 support.
13980
13981         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13982         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13983         (GDB_SUPPORT_DIRS): Likewise.
13984
13985 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
13986
13987         * configure.in (target_makefile_frag): If --enable-target-optspace,
13988         use -Os to compile target libraries rather than -O2.  Default to
13989         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13990         not used.
13991         * configure.in (target_cflags): Ditto for d30v.
13992
13993 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
13994
13995         * Makefile.in (all-bfd): Depend on all-intl.
13996         (all-binutils): Likewise.
13997         (all-gas): Likewise.
13998         (all-gprof): Likewise.
13999         (all-ld): Likewise.
14000
14001 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14002
14003         * configure.in (host_tools): Fix typo, lbtool -> libtool.
14004
14005 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14006
14007         * Makefile.in (all-bfd): Depend upon all-libiberty.
14008
14009         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14010
14011 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14012
14013         * Makefile.in: Add libstub.
14014
14015         * configure.in: Ditto. Build libstub for targets that have cygmon
14016         support.
14017
14018 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14019
14020         * configure.in: Don't set PICFLAG on ix86-cygwin32.
14021
14022 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14023
14024         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14025         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14026
14027 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14028
14029         * configure: Define DEFAULT_M4 by searching PATH.
14030         * Makfile.in: Use DEFAULT_M4.
14031
14032 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14033
14034         * ltconfig: Add cygwin32 support.
14035
14036         * Makefile.in, configure.in: Add libtool as a native only directory
14037         to configure and build.
14038
14039 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14040
14041         * Makefile.in (INSTALL_MODULES): Remove texinfo.
14042
14043 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
14044
14045         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14046
14047 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
14048
14049         * Makefile.in: add ash make rules
14050         * configure.in: add ash to native_only and host_tools lists
14051
14052 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
14053
14054         * Makefile.in (all-gettext, all-intl): New targets.
14055         (ALL_MODULES): Added all-gettext, all-intl.
14056         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14057         (INSTALL_MODULES): Added install-gettext, install-intl.
14058         (CLEAN_MODULES): Added clean-gettext, clean-intl.
14059
14060         * configure.in (host_tools): Added gettext.
14061         (native_only): Likewise.
14062         (noconfigdirs) [various cases]: Likewise.
14063         (host_libs): Added intl.
14064
14065 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
14066
14067         * configure: Do not disable building gdbtk for cygwin32 hosts.
14068
14069 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
14070
14071         * configure.in: Add thumb-coff target.
14072         * config.sub: Add thumb-coff target.
14073
14074 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14075
14076         * Makefile.in: Revert yesterday's change.
14077         (all-target-winsup):  all-target-librx stays out of here.
14078
14079 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14080
14081         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14082         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14083         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14084         Remove references to librx and libg++.
14085
14086 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14087
14088         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14089         recursive makes
14090
14091 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14092
14093         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14094         for newlib directory.
14095         (CXX_FOR_TARGET): Likewise.
14096
14097 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14098
14099         * ltconfig: Update after libtool/ltconfig.in change for
14100         hpux11.
14101
14102 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14103
14104         * ltconfig, ltmain.sh: Update to libtool 1.2.
14105
14106 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14107
14108         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14109         (install-gcc-cross): Instead, override LANGUAGES here.
14110
14111 1998-03-18  Dave Love  <d.love@dl.ac.uk>
14112
14113         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14114         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14115
14116 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14117
14118         * configure.in: Add Thumb-pe target.
14119
14120 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14121
14122         * Makefile.in - changed sn targets to snavigator
14123         * configure.in - changed sn targets to snavigator
14124
14125 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14126
14127         * config-ml.in: After building symlink tree call make distclean
14128         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14129         to be the case for libiberty.
14130
14131 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14132
14133         * configure: When making link, also check the current
14134         directory. The configure scripts may create one.
14135
14136 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14137
14138         * config.sub: Accept alphapca56 and alphaev6 properly.
14139
14140 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14141
14142         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14143
14144 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14145
14146         * config.sub (sco5): Fix typo.
14147
14148 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14149
14150         * Makefile.in (INSTALL_MODULES): Move install-tcl before
14151         install-itcl.
14152         (install-itcl): Remove dependency on install-tcl.
14153
14154 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14155
14156         * configure.in: Remove libgloss from noconfigdirs for MN10300.
14157
14158 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14159
14160         * configure.in: Don't build libgui for a cygwin32 target when not on
14161         a cygwin32 host.
14162
14163 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14164
14165         * configure (redirect): Set to null, so default behavior of
14166         configure is now --verbose.
14167
14168 1998-02-16  Dave Love  <d.love@dl.ac.uk>
14169
14170         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14171         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14172
14173 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14174
14175         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14176         this change to sync Makefile.in with its ChangeLog entries.
14177
14178 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14179
14180         * ltmain.sh (mkdir): Check that the directory doesn't exist
14181         before we exit with error, so that we don't get races during
14182         parallel builds.
14183
14184 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14185
14186         * ltconfig, ltmain.sh: Update from libtool 1.0i.
14187
14188 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14189
14190         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14191         PICFLAG_FOR_TARGET.
14192         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14193
14194         * configure: Emit a definition for the new macro enable_shared
14195         into each Makefile.
14196
14197 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14198
14199         * configure.in (host_tools, native_only): Add libtool.
14200
14201 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14202
14203         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14204         Fix typo in ming config comment.
14205
14206 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14207
14208         * ltconfig, ltmain.sh: Update from libtool 1.0h.
14209
14210 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14211
14212         * config.sub: Add tic30 cases, and map c30 to tic30.
14213
14214 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14215
14216         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14217         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14218         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14219         (CLEAN_TARGET_MODULES): Similarly
14220         (all-target-libf2c): Add dependences.
14221         * configure.in (target_libs): Add libf2c.
14222
14223 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14224
14225         * configure.in: Remove expect from noconfigdirs when target
14226         is cygwin32.  OK to build expect and dejagnu with Canadian
14227         Cross.
14228
14229 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14230
14231         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14232         host.
14233
14234         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14235         and mingw32.
14236
14237 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14238
14239         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14240         here as it is not defined in the toplevel Makefile.
14241
14242 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14243
14244         * configure (package_makefile_rules_frag): New variable, which names
14245         a file with generic rules, ...
14246         Change comment to mention we now have FIVE parts.
14247         * configure: Undo last change.
14248
14249 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14250
14251         * config.guess: More accurate determination of HP processor types.
14252         * config.sub: More accurate determination of HP processor types.
14253
14254 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14255
14256         * configure (package_makefile_frag): Move inserting the
14257         ${package_makefile_frag} to where it should be according
14258         to the comment.
14259
14260 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14261
14262         * config.guess: Add support for Linux/ARM.
14263
14264 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14265
14266         * .cvsignore: Remove *-info and *-install since they match
14267         release-info and mpw-install, which we don't want to just ignore.
14268
14269 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14270
14271         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14272
14273 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14274
14275         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14276         local_prefix to sub-make invocations.
14277
14278 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14279
14280         * configure.in: Check makefile fragments in the source
14281         directory.
14282
14283 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14284
14285         * configure.in: Check whether host and target makefile
14286         fragments exist before adding them to *_makefile_frag.
14287
14288 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14289
14290         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14291
14292 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14293
14294         * configure.in: Make sure we only replace RPATH_ENVVAR on
14295         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14296         regexp to sed.
14297
14298         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14299         to sub-makes.
14300
14301 1998-01-13  Lee Iverson   (leei@ai.sri.com)
14302
14303         * config-ml.in (multi-do): LDFLAGS must include multilib
14304         designator.
14305
14306 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14307
14308         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14309
14310 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14311
14312         * config.sub: Add mingw32 support.
14313         * configure.in: Likewise.
14314
14315 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14316
14317         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14318
14319 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14320
14321         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14322         * configure (gxx_include_dir): Provide a definition for subdirs
14323         which do not use autoconf.
14324
14325 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14326
14327         * config.guess: Sync with egcs.  Picks up new alpha support,
14328         BeOS & some additional linux support.
14329
14330 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14331
14332         * config.guess: HP 9000/803 is a PA1.1 machine.
14333
14334 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14335
14336         * configure.in: It's alpha*-...
14337
14338 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14339
14340         * configure.in (host_makefile_frag, target_makefile_frag):
14341         Handle multiple config files.
14342         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14343         alpha-*-*.
14344
14345 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14346
14347         * mkdep: New file.
14348
14349 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14350
14351         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14352
14353 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14354
14355         * Makefile.in: Add libgui directory.
14356         (GDB_TK): Add all-libgui.
14357         * configure.in: Add libgui directory.
14358         * configure: Add all-libgui to GDB_TK.
14359
14360 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14361
14362         * config-ml.in (multidirs): Add m32r to multilib list.
14363
14364 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14365
14366         * Makefile.in (all-target-gperf): Change dependency to
14367         all-target-libstdc++.
14368
14369 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14370
14371         * config.guess: Add BeOS support.
14372
14373 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14374
14375         Source directory cvs renamed to cvssrc:
14376         * configure.in (host_tools): Change cvs to cvssrc.
14377         (native_only): Likewise.
14378         (noconfigdirs) [various cases]: Likewise.
14379         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14380         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14381         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14382         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14383         (all-cvssrc): Rename target from all-cvs.
14384
14385 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14386
14387         * configure (gxx_include_dir): Fix thinko.
14388
14389 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14390
14391         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14392         (install-cross, install-gcc-cross): New targets.
14393
14394 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14395
14396         * configure.in (noconfigdirs): Add support for Thumb target.
14397
14398         * config.sub (maybe_os): Add support for Thumb target.
14399
14400 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14401
14402         * Makefile.in: Add rules for cygmon.
14403
14404         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14405
14406 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14407
14408         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14409         * configure (gxx_include_dir): Provide a definition for subdirs
14410         which do not use autoconf.
14411
14412 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14413
14414         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14415         11/18/97 build
14416
14417 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14418
14419         * From Franz Sirl.
14420         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14421         found on RedHat Linux systems.
14422
14423 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14424
14425         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14426         guesses.
14427
14428 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14429
14430         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14431
14432 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14433
14434         * ltmain.sh: If mkdir fails, check whether the directory was created
14435         anyhow by some other process.
14436
14437 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14438
14439         * configure.in (d30v-*-*): Configure all directories.
14440
14441 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14442
14443         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14444         for the D30V.
14445
14446 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14447
14448         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14449
14450 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14451
14452         * include/libiberty.h: Add extern "C" { so it can be used with C++
14453         progrms.
14454         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14455         programs.
14456
14457 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14458
14459         * configure.in (d30v-*-*): Configure GCC now.
14460
14461 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14462
14463         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14464         is no longer needed.
14465
14466 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14467
14468         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14469
14470 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14471
14472         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14473         targets using "$@" to provide support for similar but not identical
14474         targets without having to duplicate code.
14475
14476 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
14477
14478         * makefile.vms: Fix to work with DEC C.
14479
14480 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
14481
14482         * config.sub: Add mips-tx39-elf to marketing names.
14483
14484 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
14485
14486         * ltmain.sh: Handle symlinks in generated script.
14487
14488 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
14489
14490         * configure: Handle autoconf style directory options: --bindir,
14491         --datadir, --includedir, --infodir, --libdir, --libexecdir,
14492         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14493         --sysconfdir.
14494         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14495         (sharedstatedir, localstatedir, oldincludedir): New variables.
14496         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14497         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14498         sbindir, sharedstatedir, and sysconfdir.
14499
14500 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14501
14502         * Makefile.in (bootstrap-lean): New target.
14503
14504 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
14505
14506         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
14507         sn, and gnuserv from noconfigdirs.
14508
14509 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
14510
14511         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14512
14513 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
14514
14515         * Makefile.in (cross): New target.
14516
14517 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
14518                           Jeff Law         <law@cygnus.com>
14519
14520         * Makefile.in (bootstrap2, bootstrap3): New targets.
14521         (all-bootstrap): Remove outdated and confusing target.
14522         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14523
14524 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14525
14526         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14527         windows.  Consistent with gdb/configure.
14528
14529 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
14530
14531         * configure.in: Name Linux target fragment.
14532
14533         * configure: Rewrite so that project Makefile fragment is inserted
14534         first and appears last in the resulting Makefile.
14535
14536 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14537
14538         * Makefile.in (install-itcl): Install tcl first.
14539
14540 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
14541
14542         * configure.in: remove bison from noconfigdirs for Cygwin32 host
14543
14544 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14545
14546         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14547
14548         * configure.in (skipdirs): Add target-librx for Linux.
14549         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14550
14551 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
14552
14553         * Makefile.in (bootstrap): New target.
14554
14555 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
14556
14557         * config.sub: Accept 'amigados' for backward compatibility.
14558
14559 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
14560
14561         * config.guess: Merge with FSF.
14562
14563 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
14564
14565         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14566
14567 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
14568
14569         * config.sub: Add "marketing-names" patch.
14570
14571 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
14572
14573         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14574
14575 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
14576
14577         * config.sub: Handle v850-elf.
14578
14579 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
14580
14581         * .cvsignore (*-install): Remove.
14582
14583 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
14584
14585         * ltconfig: Set CONFIG_SHELL in libtool.
14586         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14587
14588 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14589
14590         * configure.in (target_subdir): Set to libraries if enable_multilib.
14591
14592 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
14593
14594         * config.guess: Update from gcc directory.
14595
14596 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14597
14598         * Makefile.in (all-sim): Depends on all-readline.
14599
14600 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
14601
14602         * Makefile.in (BISON, YACC): Use $$s.
14603         (all-bison): Depend on all-texinfo.
14604
14605 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
14606
14607         * Makefile.in (BISON): Add -L flag.
14608         (YACC): Likewise.
14609
14610 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14611
14612         * configure.in (noconfigdirs): Add support for v850e target.
14613
14614         * config.sub (maybe_os): Add support for v850e target.
14615
14616 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
14617
14618         * configure.in (noconfigdirs): Add support for v850ea target.
14619
14620         * config.sub (maybe_os): Add support for v850ea target.
14621
14622 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
14623
14624         * config.sub: Add mipstx39.  Delete r3900.
14625
14626 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14627
14628         * Makefile.in (all-autoconf): Depends on all-texinfo.
14629
14630 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
14631
14632         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14633         eabi targets.
14634
14635 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
14636
14637         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14638
14639         * configure: When handling a Canadian Cross, handle YACC as well as
14640         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
14641         * Makefile.in (all-bison): Depend upon all-texinfo.
14642
14643 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
14644
14645         * Makefile.in (BISON): bison, not byacc or bison -y.
14646         (YACC): bison -y or byacc or yacc.
14647         (various): Add *-bison as appropriate.
14648         (taz): No need to mess with BISON anymore.
14649
14650 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
14651
14652         * configure: If OSTYPE matches *win32*, try to find a good value for
14653         CONFIG_SHELL.
14654
14655 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
14656
14657         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14658         configure.in if it is present.
14659
14660 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
14661
14662         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14663
14664 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
14665
14666         * config.sub: Recognize `arc' cpu.
14667         * configure.in: Likewise.
14668         * config-ml.in: Likewise.
14669
14670 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
14671
14672         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14673
14674 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
14675
14676         * configure: Changed sed delimiter from ':' to '|' when
14677         attempting to substitute ${config_shell} for SHELL. On
14678         NT ${config_shell} may contain a ':' in it.
14679
14680 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
14681
14682         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14683
14684 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
14685
14686         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14687
14688 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14689
14690         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14691
14692         * ylwrap: If the program is a relative path, force it to be
14693         absolute.
14694
14695 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14696
14697         * configure (tooldir): Set BISON to `bison -y' and not just bison.
14698
14699 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
14700
14701         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14702         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14703         for libraries.
14704
14705 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
14706
14707         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14708         separated by spaces.
14709
14710 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
14711
14712         * ylwrap: New file.
14713         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14714
14715         * ltmain.sh: Handle /bin/sh at start of install program.
14716
14717         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14718
14719         * ltconfig, ltmain.sh: New files, from libtool 1.0.
14720         * missing: New file, from automake 1.2.
14721
14722 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
14723
14724         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
14725         check-tk to CHECK_X11_MODULES.
14726
14727 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14728
14729         * config.sub: Merge with FSF.
14730
14731 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
14732
14733         * config.guess: Merge with FSF.
14734
14735 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14736
14737         * configure: Treat msdosdjgpp like go32.
14738         * configure.in: Likewise.  Don't remove gprof for go32.
14739
14740         * configure: Change Makefile.tem2 to Makefile.tm2.
14741
14742 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
14743
14744         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14745
14746 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14747
14748         * install-sh (chmodcmd): Set to null if the DST directory already
14749         exists.  Same as Nov 11th change.
14750
14751 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
14752
14753         * configure (GDB_TK): Needs itcl and tix.
14754
14755 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
14756
14757         * config.guess: Update from FSF.
14758
14759 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
14760
14761         * Makefile.in (GDB_TK): Depend on itcl and tix.
14762
14763 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14764
14765         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14766         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14767         (INSTALL_SCRIPT): New variable.
14768         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14769         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14770         to -x.
14771         * install-sh: Add support for -x option.
14772
14773 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
14774
14775         * configure.in, Makefile.in: Treat tix like itcl.
14776
14777 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
14778
14779         * Makefile.in (WINDRES): New variable.
14780         (WINDRES_FOR_TARGET): New variable.
14781         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14782         (EXTRA_HOST_FLAGS): Add WINDRES.
14783         (EXTRA_TARGET_FLAGS): Add WINDRES.
14784         (EXTRA_GCC_FLAGS): Add WINDRES.
14785         ($(DO_X)): Pass down WINDRES.
14786         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14787         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14788         DLLTOOL_FOR_TARGET.
14789
14790 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
14791
14792         * configure.in: configure sim before gdb for win32-x-ppc
14793
14794 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14795
14796         Move gperf into the toplevel, from libg++.
14797         * configure.in (target_tools): Add target-gperf.
14798         (native_only): Add target-gperf.
14799         * Makefile.in (all-target-gperf): New target, depend on
14800         all-target-libg++.
14801         (configure-target-gperf): Empty rule.
14802         (ALL_TARGET_MODULES): Add all-target-gperf.
14803         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14804         (CHECK_TARGET_MODULES): Add check-target-gperf.
14805         (INSTALL_TARGET_MODULES): Add install-target-gperf.
14806         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14807
14808 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
14809
14810         * config.sub (mn10200): Recognize new basic machine.
14811
14812 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14813
14814         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14815         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14816
14817 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
14818
14819         * configure.in: If we're building mips-sgi-irix6* native, turn on
14820         ENABLE_MULTILIB and set TARGET_SUBDIR.
14821
14822 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
14823
14824         * Makefile.in (all-sn): Depend on all-grep.
14825
14826 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
14827
14828         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14829
14830         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14831         Makefile.  From Jeff Makey <jeff@cts.com>.
14832         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14833
14834         * Makefile.in (DISTBISONFILES): Remove.
14835         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
14836         $(DEFAULT_YACC).
14837
14838         * configure.in: Build itl, db, sn, etc., when building for native
14839         cygwin32.
14840
14841         * Makefile.in (LD): New variable.
14842         (EXTRA_HOST_FLAGS): Pass down LD.
14843         ($(DO_X)): Likewise.
14844
14845 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
14846
14847         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14848
14849 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
14850
14851         * configure.in (targargs): Strip out any supplied --build argument
14852         before adding our own. Always add --build.
14853
14854 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
14855
14856         * configure.in (targargs): Pass --build if we're doing
14857         a cross-compile.
14858
14859 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
14860
14861         * configure: Use '|' instead of ":" as the separator in
14862         sed. Otherwise sed chokes on NT path names with drive
14863         designators. Also look for "?:*" as the leading characters in an
14864         absolute pathname.
14865
14866 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
14867
14868         * config.sub: Support for r3900.
14869
14870 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
14871
14872         * configure.in: Use install-sh, not install.sh.
14873
14874 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
14875
14876         * Makefile.in (taz): Improve check for BISON so it doesn't try to
14877         apply it twice.
14878
14879 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14880
14881         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14882         install-binutils.
14883
14884 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
14885
14886         * Makefile.in: Add automake targets.
14887         * configure.in (host_tools): Add automake.
14888
14889 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14890
14891         * configure: Default CXX to c++, not gcc.
14892         * Makefile.in (CXX): Set to c++, not gcc.
14893         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14894
14895 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
14896
14897         * install-sh: try appending a .exe if source file doesn't
14898         exist
14899
14900 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
14901
14902         * configure.in: Turn on multilib by default.
14903         (cross_only): Remove target-libiberty.
14904
14905         * Makefile.in (all-gcc): Don't depend on libiberty.
14906
14907 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
14908
14909         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14910
14911 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14912
14913         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14914         (DISTBISONFILES): Add ld/Makefile.in
14915
14916 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
14917
14918         * configure.in: if target is cygwin32 but host isn't cygwin32,
14919         don't configure gdb tcl tk expect, not just gdb.
14920
14921 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
14922
14923         * configure.in: Added gnuserv everywhere sn appears.
14924
14925         * Makefile.in (ALL_MODULES): Added all-gnuserv.
14926         (CROSS_CHECK_MODULES): Added check-gnuserv.
14927         (INSTALL_MODULES): Added install-gnuserv.
14928         (CLEAN_MODULES): Added clean-gnuserv.
14929         (all-gnuserv): New target.
14930
14931 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
14932
14933         * config.guess: Fixes for MIPS OpenBSD systems.
14934
14935 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
14936
14937         * Makefile.in (INSTALL_XFORM): Remove.
14938         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14939
14940         * mkinstalldirs: New file, copied from automake.
14941         * Makefile.in (installdirs): Rename from install-dirs.  Use
14942         mkinstalldirs.  Change all users.
14943         (DEVO_SUPPORT): Add mkinstalldirs.
14944
14945 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14946
14947         * install-sh: Rename from install.sh.
14948         * Makefile.in (INSTALL): Change install.sh to install-sh.
14949         (DEVO_SUPPORT): Likewise.
14950
14951         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
14952         Graichen <graichen@rzpd.de>.
14953
14954 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
14955
14956         * config.guess: Recognize OpenBSD systems correctly.
14957
14958 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
14959
14960         * README, Makefile.in (ETC_SUPPORT): Remove references to
14961         cfg-paper*, configure.{texi,man,info*}._
14962
14963 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
14964
14965         * Makefile.in (all.normal): Ensure that gcc is built after all
14966         the x11 - ie gdb - targets.
14967
14968 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
14969
14970         * makefile.vms: Don't run conf-a-gas.
14971
14972 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
14973
14974         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14975
14976 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
14977
14978         * configure.in: Remove noconfigdirs case since gdb also
14979         configures and builds for tic80-coff.
14980
14981 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
14982
14983         * configure: Set cache_file to config.cache.
14984         * Makefile.in (local-distclean): Remove config.cache.
14985
14986 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14987
14988         * COPYING: Update FSF address.
14989
14990 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
14991
14992         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14993         noconfigdirs.
14994
14995 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
14996
14997         * Makefile.in (install-dirs): Don't crash if prefix, and hence
14998         MAKEDIRS, is empty.
14999
15000 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15001
15002         * config.sub: Tweak mn10300 entry.
15003
15004 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15005
15006         * configure.in (host_tools): Put sim before gdb, so gdb's
15007         configure.tgt can determine if the simulator was configured.
15008
15009 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15010
15011         * config.sub: Move BeOS $os case to be with other Cygnus
15012         local cases.
15013
15014 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15015
15016         * config.sub: Remove misplaced comment that broke Linux.
15017
15018 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15019
15020         * config.sub: Add BeOS support.
15021
15022 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15023
15024         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15025
15026 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15027
15028         * configure.in (noconfigdirs): Remove tcl and tk from
15029         noconfigdirs for cygwin32 builds.
15030
15031 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15032
15033         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15034
15035 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15036
15037         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15038         make-all.com, use makefile.vms instead.
15039
15040 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15041
15042         * config.sub: Accept -lnews*.
15043
15044 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
15045
15046         * configure.in (noconfigdirs): Disable target-newlib,
15047         target-examples and target-libiberty for d30v.
15048
15049 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15050
15051         * configure.in (noconfigdirs): Enable ld for d30v.
15052
15053 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
15054
15055         * configure.in (tic80-*-*): Build compiler.
15056
15057 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
15058
15059         * configure.in (d30v-*): Remove sim directory from list of
15060         unsupported d30v directories
15061
15062 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15063
15064         * config.sub, configure.in: Add d30v target cpu.
15065
15066 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
15067
15068         * makefile.vms: New file.
15069         * make-all.com: Remove.
15070
15071 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
15072
15073         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15074
15075 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15076
15077         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15078
15079 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15080
15081         * Makefile.in (ALL_MODULES): Added all-db.
15082         (CROSS_CHECK_MODULES): Addec check-db.
15083         (INSTALL_MODULES): Added install-db.
15084         (CLEAN_MODULES): Added clean-db.
15085
15086 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15087
15088         * config.guess: Merge with latest FSF sources.
15089
15090 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15091
15092         * Makefile.in (ALL_MODULES): Added all-itcl.
15093         (CROSS_CHECK_MODULES): Added check-itcl.
15094         (INSTALL_MODULES): Added install-itcl.
15095         (CLEAN_MODULES): Added clean-itcl.
15096
15097 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15098
15099         * configure.in: build gdb for mn10200
15100
15101 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15102
15103         * Makefile.in (all-target-winsup): Depend on all-target-libio.
15104
15105 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15106
15107         * configure.in (tic80-*-*): Turn off most targets right now.
15108
15109 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15110
15111         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15112         rather than the makeinfo program.
15113         (do-info): Depend upon all-texinfo.
15114
15115 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15116
15117         * configure.in: Remove uses of config/mh-linux.
15118
15119         * config.sub, config.guess: Merge with latest FSF sources.
15120
15121 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15122
15123         * config.sub (case $basic_machine): Add tic80 entries.
15124
15125 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15126
15127         * config.sub, config.guess: Merge with latest FSF sources.
15128
15129 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15130
15131         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15132         * mpw-config.in: Test for NewFolderRecursive.
15133         * mpw-install: Use symbolic name for startup filename.
15134         * mpw-README: Add various additional details.
15135
15136 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15137
15138         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15139
15140 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15141
15142         * configure.in: Do build gcc and the target libraries for
15143         the mn10200.
15144
15145 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15146
15147         * configure.in: don't avoid building gdb for mn10300 any more
15148         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15149         instead of single-quoting it.
15150
15151 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15152
15153         * configure.in: Don't use --with-stabs on IRIX 6.
15154
15155 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15156
15157         * configure.in (m32r): Build gdb, libg++ now.
15158
15159 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15160
15161         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
15162         directories from noconfigdirs.
15163
15164 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15165
15166         * config.sub (basic_machine): added mips16 configuration
15167
15168 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15169
15170         * config.sub: Handle d10v-unknown.
15171
15172 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15173
15174         * config.sub: Handle v850-unknown.
15175
15176 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15177
15178         * Makefile.in: add findutils
15179         * configure.in: add findutils to list of host_tools
15180
15181 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15182
15183         * config.sub: Handle mn10200 and mn10300.
15184
15185 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15186
15187         * configure.in (d10v-*): Do not build librx.
15188
15189 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15190
15191         * configure.in (mn10300): Build everything except gdb & libgloss.
15192
15193 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15194
15195         * config.guess:  Patch for Dansk Data Elektronik servers,
15196         from Niels Skou Olsen <nso@dde.dk>.
15197
15198         For ncr, use /bin/uname rather than uname, since GNU uname does not
15199         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15200
15201         Patch for MIPS R4000 running System V,
15202         from Eric S. Raymond <esr@snark.thyrsus.com>.
15203
15204         Fix thinko for nextstep.
15205
15206         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15207
15208         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15209         * config.guess: Guess mips-dec-mach_bsd4.3.
15210
15211         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15212         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15213         release numbers.
15214         * config.guess (mips-mips-riscos*):  Emit just enough of the
15215         release number.
15216
15217         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15218         * config.guess (sparc-auspex-sunos*):  Added.
15219         (f300-fujitsu-*): Added.
15220
15221         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15222         * config.guess:  Recognize a Tadpole as a sparc.
15223
15224 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15225
15226         * config.guess: Don't assume that NextStep version is either 2 or
15227         3.  NextStep 4 (aka OpenStep 4) has come out now.
15228
15229 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15230
15231         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15232         From Rik Faith <faith@cs.unc.edu>.
15233
15234 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15235
15236         * config.sub: Contributions from bug-gnu-utils to:
15237         Support plain "hppa" (no version given) architecture, reported by
15238         OpenStep.
15239         OpenBSD like NetBSD.
15240         LynxOs is not a hardware supplier.
15241
15242         * config.guess: Contributions from bug-gnu-utils to add support for:
15243         OpenBSD like NetBSD.
15244         Stratus systems.
15245         More Pyramid systems.
15246         i[n>4]86 Intel chips.
15247         M680[n>4]0 Motorola chips.
15248         Use unknown instead of lynx for hardware manufacturer.
15249
15250 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15251
15252         * install.sh (chmodcmd): Set to null if the DST directory already
15253         exists.
15254
15255 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15256
15257         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15258         not use mt-ppc target Makefile fragment any more.
15259
15260 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15261
15262         * configure.in (*-*-windows):  Exclude everything but those dirs
15263         needed to build windows.
15264
15265 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15266
15267         * Makefile.in (all-target-winsup): Depend on all-target-librx.
15268
15269 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15270
15271         * configure.in:  Exclude mmalloc from i386-windows.
15272
15273 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15274
15275         * Undo my previous change.
15276
15277 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15278
15279         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15280         unconditionally.
15281         (MAKEOVERRIDES): Define (revert this part of October 18 change).
15282
15283 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15284
15285         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15286         host to add it's own flags.
15287
15288 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15289
15290         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15291
15292 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15293
15294         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15295         (CXX_FOR_TARGET): Likewise.
15296         (GCC_FOR_TARGET): Define.
15297         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15298         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15299         CC_FOR_TARGET was specified on the command line.
15300         (MAKEOVERRIDES): Don't define.
15301
15302 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15303
15304         * configure.in (m32r): Fix spelling of libg++ libs.
15305
15306 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15307
15308         * config.sub (-apple*): Remove, now redundant.
15309
15310 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15311
15312         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15313
15314         * configure: Rework yesterday's sed script patch.
15315
15316         * config.sub: Merge with FSF.
15317
15318 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15319
15320         * config.guess:  Merge from FSF.
15321
15322         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15323         * config.guess: Use pc instead of unknown, for pc clone systems.
15324         Change linux to linux-gnu.
15325
15326         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15327         * config.guess: Avoid non-portable tr syntax.
15328
15329 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15330
15331         * test-build.mk (HOLES): Add "xargs" for gdb.
15332
15333         * configure: Avoid hpux10.20 sed bug.
15334
15335 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15336
15337         * configure.in:  Add support for windows host
15338         (that is a build done under the Microsoft build environment).
15339
15340 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15341
15342         * Makefile.in: Replace all uses of srcroot with s, to shrink
15343         command line lengths.
15344
15345         Patches from Geoffrey Noer <noer@cygnus.com>:
15346         * configure.in: If configuring for newlib, pass --with-newlib to
15347         subdirectories.
15348         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15349         -Bnewlib/ and -Lwinsup to gcc.
15350         (CXX_FOR_TARGET): Likewise.
15351
15352 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15353
15354         * Makefile.in (ETC_SUPPORT): Add configure.
15355
15356 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15357
15358         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15359         host configuration file.
15360
15361 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15362
15363         * configure.in: Break mn10x00 support into separate
15364         mn10200 and mn10300 configurations.
15365         * config.sub: Likewise.
15366
15367 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15368
15369         * configure.in: Add lots of stuff to noconfigdirs for
15370         the mn10x00 targets.
15371
15372         * config.sub, configure.in: Add mn10x00 support.
15373
15374 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15375
15376         * make-all.com: Call conf-a-gas, not config-a-gas.
15377
15378 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15379
15380         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15381         targets.
15382
15383 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15384
15385         * mpw-README: Add much more detail for native PowerMac.
15386         * mpw-install: New file.
15387         * mpw-configure: Add --norecursion and --help options.
15388         * mpw-config.in: Translate readme and install files when
15389         copying to objdir.
15390         * mpw-build.in: Don't always depend on byacc and flex.
15391         (install-only-top): New action.
15392
15393 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15394
15395         * configure.in:  You can now configure GDB for the v850.
15396
15397 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15398
15399         * configure.in (noconfigdirs): Don't configure any C++ dirs
15400         if targeting D10V.
15401
15402 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15403
15404         * config.sub: Recognize mips64vr5000.
15405
15406 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15407
15408         * configure.in: Use a single line for host_tools and native_only.
15409
15410 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15411
15412         * config.sub, configure.in: Add entries for m32r.
15413
15414 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15415
15416         * Makefile.in (inet-install): Don't run install-gzip.
15417
15418 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15419
15420         * configure.in:  Don't config lots of things for *-*-windows*.
15421
15422 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15423
15424         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15425         (host_libs, host_tools): Copy from configure.in.
15426         * mpw-configure: Don't complain about directories not found.
15427
15428 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15429
15430         * configure.in (i[345]86): Recognize i686 for pentium pro.
15431         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15432         file.
15433
15434         * config.guess (i[345]86): Ditto.
15435
15436 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15437
15438         * configure.in (noconfigdirs): Removed gdb for D10V.
15439
15440 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15441
15442         * configure.in: Remove ld, target-libio, target-libg++, and
15443         target-libstdc++ from noconfigdirs.
15444
15445 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15446
15447         * configure: Fix three locations where shell scripts were
15448         being run directly rather than with config_shell.
15449
15450 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15451
15452         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15453         * config.sub (basic_machine): Recognize v850.
15454
15455 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15456
15457         * mpw-configure: Handle multiple enable/disable options and
15458         pass them down recursively, handle -c and -s flags appropriately
15459         depending on choice of compiler, add escape mechanism for
15460         quoted arguments to gC.
15461
15462 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15463
15464         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15465         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15466         so that -mrelocatable-lib and -mno-eabi are used.
15467
15468         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15469         not support --print-multi-lib, don't abort.
15470
15471 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15472
15473         * make-all.com: Run config-a-gas.
15474         * setup.com: Don't copy subdirectory files around.
15475
15476 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
15477
15478         * configure.in (*-*-ose): Remove exclusion of libgloss for this
15479         target, it now compiles correctly.
15480
15481 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
15482
15483         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15484
15485 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15486
15487         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15488
15489 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15490
15491         * configure.in (native_only): Add prms.
15492
15493 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
15494
15495         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15496         (BINUTILS_SUPPORT_DIRS): Likewise.
15497
15498 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15499
15500         * configure.in (d10v-*-*): Don't configure ld or gdb until the
15501         d10v support is added.
15502
15503 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15504
15505         * configure.in (d10v-*-*): New target.
15506
15507 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
15508
15509         * config.guess (HP 9000/811): Recognize this as a PA1.1
15510         machine.
15511
15512 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
15513
15514         * Makefile.in (do-tar-gz): New target, split out from tail end of
15515         taz target.  Run each command separately, don't use pipes.
15516         (taz): Use it.
15517
15518 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
15519
15520         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15521         * mpw-build.in: No builds should depend on building byacc or flex,
15522         they are assumed to be installed already.
15523
15524 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15525
15526         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15527         variable that CC_FOR_TARGET needs.
15528
15529 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15530
15531         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15532         options have changed since the last time the subdirectory was
15533         configured, and if it has, reconfigure.
15534         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15535         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15536
15537 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
15538
15539         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15540         CLEAN_MODULES): Add bash.
15541         (all-bash): New target.
15542
15543 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
15544
15545         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15546
15547 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15548
15549         * config.sub (basic_machine): Recognize d10v as a valid processor.
15550
15551 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
15552
15553         * mpw-configure: Add support for --bindir.
15554         * mpw-build.in: Use a GCC-specific build script for GCC actions.
15555
15556 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
15557
15558         * configure.in: add bash, time, gawk to list of hosttools and things
15559         to only build for native toolchains
15560
15561 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15562
15563         * Makefile.in (docdir): Remove.
15564
15565 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15566
15567         * Makefile.in (datadir): Set to $(prefix)/share.
15568
15569 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
15570
15571         * configure.in: build diff and patch for cygwin32-hosted
15572         toolchains.
15573
15574 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
15575
15576         * config.sub: Accept -rtems*.
15577
15578 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
15579
15580         * configure.in: enable dosrel for cygwin32-hosted builds,
15581                 remove diff from the list of things not buildable
15582                 via Canadian Cross
15583
15584 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
15585
15586         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15587         don't get ". ".
15588
15589 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
15590
15591         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15592
15593 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
15594
15595         * Makefile.in (taz): Handle case where tex3patch didn't even get
15596         checked out.  Also, if it was found, put the symlink in a new util
15597         subdirectory.
15598
15599 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15600
15601         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15602
15603 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
15604
15605         * config.sub: Recognize -openvms.
15606         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15607         * make-all.com, setup.com: New files.
15608
15609 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15610
15611         * Makefile.in (taz): tex3patch moved to texinfo/util.
15612
15613 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
15614
15615         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15616         * configure.in: remove make from disable-if-Can-Cross list
15617                 enable gdb if ${host} and ${target} are cygwin32
15618
15619 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
15620
15621         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
15622         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15623
15624 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
15625
15626         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
15627         distinguish sysv/svr4/bsd variants.
15628         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15629
15630 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
15631
15632         * configure.in: Added copyright notice.
15633         * move-if-change: Added copyright notice.
15634
15635 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15636
15637         * configure.in (powerpcle-*-solaris*): Until we get shared
15638         libraries working, don't build gdb, sim, make, tcl, tk, or
15639         expect.
15640
15641 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
15642
15643         * config.guess:  Merge with FSF:
15644
15645         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15646         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15647
15648         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
15649         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15650
15651         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
15652         * config.guess:  Combine two OSF1 rules.
15653         Also recognize field test versions.  From mjr@zk3.dec.com.
15654         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
15655         because GNU uname does not support -p.  From pmr@pajato.com.
15656
15657 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
15658
15659         * Makefile.in (MAKEDIRS): Removed $(tooldir).
15660
15661 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
15662
15663         * mpw-README: Document GCCIncludes.
15664
15665 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
15666
15667         * configure.in (alpha-*-linux*): Set enable_shared to yes.
15668
15669 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15670
15671         * mpw-configure: Handle --enable-FOO and --disable-FOO.
15672
15673 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
15674
15675         * configure.in (*-*-cygwin32): Configure make.
15676
15677 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
15678
15679         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15680
15681 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
15682
15683         * Makefile.in (all-inet): Depend on all-perl.
15684
15685         * Makefile.in (inet-install): New target.
15686
15687         * Makefile.in (all-inet): Depend on all-tcl.
15688         (all-inet): Depend on all-send-pr.
15689
15690 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15691
15692         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15693         temporarily.
15694
15695 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
15696
15697         * configure.in: Don't configure --with-gnu-ld on AIX.
15698
15699 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
15700
15701         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15702
15703 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
15704
15705         * Makefile.in (ALL_MODULES): Added all-inet.
15706         (CROSS_CHECK_MODULES): Added check-inet.
15707         (INSTALL_MODULES): Added install-inet.
15708         (CLEAN_MODULES): Added clean-inet.
15709         (all-indent): New target.
15710
15711         * configure.in (host_tools): Added inet.
15712         (native_only): Added inet.
15713         (noconfigdirs): Added inet.
15714
15715 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
15716
15717         * configure.in: Don't configure libgloss if we are not configuring
15718         newlib.
15719
15720 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
15721
15722         * configure.in: Don't configure libgloss for unsupported
15723         architectures.
15724
15725 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15726
15727         * Makefile.in (CLEAN_MODULES): Add clean-apache.
15728
15729 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
15730
15731         * Makefile.in (ALL_MODULES): Include all-apache.
15732         (CROSS_CHECK_MODULES): Include check-apache.
15733         (INSTALL_MODULES): Include install-apache.
15734         (all-apache): New target.
15735
15736         * configure.in: Added apache everywhere perl is seen.
15737
15738 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15739
15740         * Makefile.in: Add support for clean-{module} and
15741         clean-target-{module} rules.
15742
15743 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
15744
15745         * configure.in (*-*-ose) do not build libgloss.
15746
15747 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15748
15749         * config.guess (prep*:SunOS:5.*:*): Turn into
15750         powerpele-unknown-solaris2.
15751
15752 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
15753
15754         * configure.in: Permit --enable-shared to specify a list of
15755         directories.
15756
15757 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15758
15759         * configure.in (host==solaris): Pass only the first word of $CC
15760         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15761
15762 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
15763
15764         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15765
15766 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
15767
15768         * Makefile.in (ALL_MODULES): Include all-perl.
15769         (CROSS_CHECK_MODULES): Include check-perl.
15770         (INSTALL_MODULES): Include install-perl.
15771         (ALL_X11_MODULES): Include all-guile.
15772         (CHECK_X11_MODULES): Include check-guile.
15773         (INSTALL_X11_MODULES): Include install-guile.
15774         (all-perl): New target.
15775         (all-guile): New target.
15776
15777         * configure.in (host_tools): Include perl and guile.
15778         (native_only): Include perl and guile.
15779         (noconfigdirs): Don't build guile and perl; no ports have been
15780         done.
15781
15782 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
15783
15784         * configure (--enable-*): Handle quoted option lists such as
15785         --enable-sim-cflags='-g0 -O' better.
15786
15787 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15788
15789         * Makefile.in ({,inst}all-target): New rule so we can make and
15790         install all of the target directories easily.
15791
15792 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15793
15794         * configure.in: Add missing global flag in sed substitution when
15795         deleting `target-' from ${configdirs}.
15796
15797 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
15798
15799         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15800         option.
15801
15802         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15803         config/mh-necv4.
15804
15805         * install.sh: Correct misspelling of transformbasename.
15806
15807         * config.guess: Recognize mips-*-sysv*.
15808
15809 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
15810
15811         * config.sub: Recognize mon960.
15812
15813 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
15814
15815         * configure: Restore Canadian Cross handling of BISON and LEX,
15816         removed in Feb 20 change.
15817
15818 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
15819
15820         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15821         Mention make install.  Remove the old copyright date as well the
15822         clumsy and rather pointless copyright on the README file.
15823
15824 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15825
15826         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15827         Makefile after running symlink-tree, then run `make distclean' to
15828         avoid clobbering any generated files in srcdir.
15829
15830 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
15831
15832         * configure.in (m68k-*-netbsd*): Build everything now.
15833
15834 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
15835
15836         * Makefile.in (taz): Fix quoting.
15837
15838 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
15839
15840         * configure.in (sparclet-*-*): Build everything now.
15841
15842 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15843
15844         * configure.in (m68k-*-linux*): New host.
15845
15846 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
15847
15848         * configure: Check for bison before byacc.
15849
15850 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
15851
15852         * Makefile.in configure:  Change the way LEX and BISON/YACC are
15853         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
15854         searching PATH.  These are used as fallbacks by Makefile.in if
15855         flex/bison/byacc aren't in objdir.
15856
15857 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
15858
15859         * Makefile.in: Make everything which depends upon all-bfd also
15860         depend upon all-opcodes, in case --with-commonbfdlib is used.
15861
15862 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15863
15864         * configure.in (host *-*-cygwin32): Don't build gdb if we are
15865         building NT native compilers on Unix.
15866
15867 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
15868
15869         * configure.in: Don't get CC from the host Makefile fragment if we
15870         can find gcc in PATH, or if this is a Canadian Cross.  Move the
15871         Solaris test for /usr/ucb/cc to the post target script, just after
15872         the compiler sanity test.
15873
15874 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
15875
15876         * config.sub: Merge with FSF.
15877
15878 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
15879
15880         * Makefile.in (RPATH_ENVVAR): New variable.
15881         (REALLY_SET_LIB_PATH): Use it.
15882         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15883
15884 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
15885
15886         * config.sub, configure.in: Recognize sparclet cpu.
15887
15888 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15889
15890         * config.guess:  Support m68k-cbm-sysv4.
15891
15892 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
15893
15894         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15895         m68k-unknown-linuxaout from linker help string.  Put quotes around
15896         $ld_help_string.
15897
15898 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
15899
15900         * config.guess (powerpc-harris-powerunix): Add guess for port
15901         to new target.
15902
15903 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15904
15905         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15906
15907 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
15908
15909         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15910         $(REALLY_SET_LIB_PATH) in Makefile.
15911         * Makefile.in (SET_LIB_PATH): New variable.
15912         (REALLY_SET_LIB_PATH): New variable.
15913         ($(DO_X)): Use $(SET_LIB_PATH).
15914         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15915         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15916         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15917         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15918         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15919         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15920         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15921         (install-dosrel): Likewise.
15922         (all-opcodes): Depend upon all-libiberty.
15923
15924 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15925
15926         * config.guess (*:CYGWIN*): New
15927
15928 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15929
15930         * Makefile.in (all-target-winsup): All all-target-libiberty.
15931
15932 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15933
15934         * configure.in (noconfigdirs): Add missing # in front of comment.
15935
15936 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
15937
15938         * configure.in: add second pass to things added to noconfigdirs
15939         so *-gm-magic can exclude libgloss properly.
15940
15941 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
15942
15943         * mpw-configure (extralibs_name, rez_name): Set correctly
15944         for MWC68K compiler.
15945
15946         * mpw-README: Add more info on the necessary build tools.
15947
15948 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15949
15950         * configure.in, config.sub: Recognize cygwin32.
15951
15952 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
15953
15954         * config.guess, config.sub: Recognize A/UX.
15955
15956 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
15957
15958         * config.sub: Merge with gcc/config.sub.
15959
15960 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
15961
15962         * mpw-build.in (do-binutils): Add build of stamps.
15963
15964 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
15965
15966         * config.sub: Add recognition for mips64vr4100*-* targets.
15967
15968 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15969
15970         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15971         Add creation of gconfigargs with `--enable-shared' turned on.
15972         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15973         ($(host)-stamp-stage3-configured): Likewise.
15974         (HOLES): Add chatr and ldd.
15975         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15976
15977 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
15978
15979         * configure: Pass --nfp to recursive configures.
15980
15981 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
15982
15983         * Makefile.in (DLLTOOL): New.
15984         (DLLTOOL_FOR_TARGET): New.
15985         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15986         (EXTRA_TARGET_FLAGS): Ditto.
15987         (EXTRA_GCC_FLAGS): Ditto.
15988         (CONFIGURE_TARGET_MODULES): Ditto.
15989         (DO_X): Ditto.
15990         * configure: Add DLLTOOL.
15991
15992 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
15993
15994         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15995         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15996         mh-sco, since old workarounds no longer needed, and don't
15997         build ld, since libraries have weak symbols in COFF.
15998
15999 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16000
16001         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16002
16003 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16004
16005         * configure.in: Make sure that ${CC} can be used to compile an
16006         executable.
16007
16008 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16009
16010         * Makefile.in (all-gdb): Depend on $(GDB_TK).
16011         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16012         nothing depending on whether gdbtk is being built.
16013
16014 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16015
16016         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16017
16018 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16019
16020         * configure.in (noconfigdirs): Put ld or gas in this early, if the
16021         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16022
16023 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16024
16025         * config-ml.in: Add support for
16026         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16027         Simplify setting of multidirs from --disable-foo.
16028
16029 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16030
16031         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16032         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16033         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16034         non-empty, pass them on to the  GCC make.
16035         (all-bootstrap): New rule that is like all-gcc, except it executes
16036         the GCC bootstrap rule instead of the GCC all rule.
16037
16038 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16039
16040         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16041
16042 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16043
16044         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16045         DG/UX support.
16046
16047 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
16048
16049         * config.sub (i*86*) Change [345] to [3456]
16050
16051 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16052
16053         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16054         --with-gnu-ld=no.
16055
16056 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16057
16058         * config-ml.in (rs6000*, powerpc*): Add switches to control which
16059         AIX multilibs get built.
16060
16061 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16062
16063         * configure.in (i386-win32): Don't build expect if we're not
16064         building the tcl subdir.
16065
16066 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
16067
16068         * Makefile.in: (configure-target-examples, all-target-examples):
16069         New targets, configure and build example programs.
16070
16071 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
16072
16073         * mpw-configure: If an mpw-config.in generated a file mk.sed,
16074         use it as input to sedit the generated MPW makefile.
16075         * mpw-README: Add a suggestion about Gestalt.h.
16076
16077 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16078
16079         * config.sub: Accept *-*-ieee*.
16080
16081 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16082
16083         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16084         Ronald F. Guilmette <rfg@monkeys.com>.
16085
16086 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16087
16088         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16089         for powerpc-pe native.
16090         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16091         (target==powerpc-pe): duplicate i386-win32 entry.
16092
16093 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16094
16095         * configure.in (noconfigdirs): Exclude target-newlib for all versions
16096         of vxworks, not just vxworks5.1.
16097
16098 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16099
16100         * mpw-configure: Add support for exec-prefix.
16101
16102 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16103
16104         * config.guess: Recognize HP model 816 machines as having
16105         a PA1.1 processor.
16106
16107 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16108
16109         * configure: Ignore new autoconf configure options.
16110
16111 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16112
16113         * config.guess:  Recognize Pentium under SCO.
16114         From Robert Lipe <robertl@arnet.com>.
16115
16116 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16117
16118         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16119
16120 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16121
16122         * configure.in: Don't configure gas for alpha-dec-osf*.
16123
16124 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16125
16126         * configure.in: Default to --with-stabs for some targets for which
16127         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16128         i[345]86*-*-unixware*.
16129
16130 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16131
16132         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16133         rather than basing it on the target.  Simplify handling of options
16134         controlling which directories to configure.  Remove extraneous
16135         slash in multi-clean target.
16136
16137 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16138
16139         * config-ml.in: Prefix more variables with ml_ so they don't collide
16140         with configure's.
16141
16142 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16143
16144         * configure: Don't turn -v into --v.
16145
16146 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16147
16148         * configure.in (targargs): Fix typo.
16149
16150         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16151
16152 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16153
16154         * configure.in: Strip --host and --target options from
16155         CONFIG_ARGUMENTS, and always configure for --host only.  Add
16156         --with-cross-host option when building with a cross-compiler.
16157         * configure: Canonicalize the arguments put into config.status by
16158         always using `=' for an option with an argument.  Pass a presumed
16159         --host or --target explicitly.
16160
16161 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16162
16163         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16164         into general OS recognition case.
16165
16166 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16167
16168         * configure.in (target_configdirs): add target-winsup only
16169         for win32 target systems.
16170
16171 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16172
16173         * Makefile.in (all-target-libgloss): Depend upon
16174         configure-target-newlib, since when libgloss is built it looks to
16175         see if the newlib directory exists.
16176
16177 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16178
16179         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16180         cfg-ml-*.in.
16181
16182 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16183
16184         * configure: Handle LD and LD_FOR_TARGET when configuring a
16185         Canadian Cross.
16186
16187 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16188
16189         * configure.in (target_libs): add target-winsup.
16190         (target==i386-win32): add patch diff flex make to $noconfigdirs.
16191         (target==ppcle-pe): remove ld from $noconfigdirs.
16192
16193 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16194
16195         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16196         Preserve relative path names in $srcdir.  Build symlink tree if
16197         configuring cross target dir and srcdir=. (= no VPATH support).
16198         (configure-target-libg++): Depend on configure-target-librx.
16199         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16200         * config-ml.in: New file.
16201         * symlink-tree: New file.
16202         * configure: Ensure srcdir="." if that's what it is.
16203
16204 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16205
16206         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16207         includes and FLEX_SKELETON setting.
16208         * mpw-configure (--with-gnu-ld): New option, controls whether
16209         to use PPCLink or ld with PowerMac GCC.
16210         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16211         * mpw-config.in: Configure grez if targeting Mac.
16212
16213         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16214         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16215         just macos.
16216         * configure.in: Configure grez resource compiler if targeting Mac.
16217         * Makefile.in (all-grez, install-grez): New targets.
16218
16219 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16220
16221         * configure: CXX defaults to gcc, not g++.  If we find
16222         gcc in the path, set CC to gcc -O2.
16223
16224 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16225
16226         * configure: Default ${build} correctly.  Avoid picking up extra
16227         spaces when reading CC and CXX from Makefile.  When doing a
16228         Canadian Cross, use plausible default values for numerous
16229         variables.
16230         * configure.in: When doing a Canadian Cross, don't try to
16231         configure tools whose configure script can't handle it.
16232
16233 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16234
16235         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16236
16237 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16238
16239         * configure:  Remove dubious bug reporting address.
16240
16241 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16242
16243         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16244         configure script, run that instead of this directory's configure.
16245         In either case, print a message that we're configuring the sub-dir.
16246
16247 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16248
16249         * configure.in: Before checking for the existence of various files,
16250         use sed to filter out "target-".
16251
16252 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16253
16254         * Makefile.in (DO_X): Split rule to decrease command line length
16255         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16256         (Philippe De Muyter).
16257
16258 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16259
16260         * Makefile.in (all-patch): depend on all-libiberty.
16261
16262 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16263
16264         * configure.in: If the only directory in target_configdirs which
16265         actually exists is libiberty, then set target_configdirs to empty,
16266         to avoid trying to build a target libiberty in a gas or gdb
16267         distribution.
16268
16269 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16270
16271         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16272         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16273         systems.
16274
16275 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16276
16277         * configure.in (copy_dirs): Use sys-include instead of include
16278         for --with-headers option.
16279
16280 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16281
16282         * Makefile.in, configure.in: Make winsup builds work with
16283         new scheme.
16284
16285 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16286
16287         * configure.in: Build the linker on AIX.
16288
16289 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16290
16291         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16292         where needed.
16293
16294 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16295
16296         * Makefile.in (all-gcc): Fix typo.
16297
16298 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16299
16300         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16301
16302 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16303
16304         * configure.in:  Rename libFOO to target-libFOO, and xiberty
16305         to target-xiberty, to provide more flexibility.
16306         (target_subdir):  Define.  Create if cross.
16307         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16308         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16309         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16310         check-libFOO -> check-target-libFOO, etc.
16311         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16312         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16313         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16314         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16315         allow ALL_GCC="" to only configure.
16316         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16317         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16318         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16319
16320 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16321
16322         * Makefile.in (taz): Build "info" in etc explicitly.
16323
16324 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16325
16326         * configure.in:  Make sure that CC is undefined (as opposed to
16327         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16328         problem with autoconf trying to configure on a host without GCC.
16329
16330 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16331
16332         * mpw-configure: Set host alias from choice of host compiler,
16333         only use generic MPW Makefile sed if present, edit a file
16334         named "hacked_Makefile.in" instead of "Makefile.in" if present.
16335         * mpw-README: Add problem notes about CW6 and CW7.
16336
16337 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16338
16339         * Makefile.in (taz): Use ";" instead of ";;".
16340
16341 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16342
16343         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16344         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16345         DISTDOCDIRS.
16346         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16347         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16348
16349 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16350
16351         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16352         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16353         Move bfd to DISTSTUFFDIRS.
16354
16355 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16356
16357         * Makefile.in (X11_LIB): Removed.
16358         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16359
16360         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16361
16362 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16363
16364         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16365         names.
16366
16367 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16368
16369         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16370
16371 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16372
16373         * configure.in (i[345]86-*-win32): Always build newlib.
16374         Don't configure cvs, autoconf or texinfo.
16375         * Makefile.in (LD_FOR_TARGET): New.
16376         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16377         Pass down LD_FOR_TARGET.
16378
16379 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16380
16381         * winsup: New directory.
16382         * Makefile.in: Build winsup.
16383         * configure.in: Winsup is configured when target is win32.
16384         Can only build win32 target GDB when native.
16385
16386 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16387
16388         * config.guess: Recognize HP model 819 machines as having
16389         a PA 1.1 processor.
16390
16391 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16392
16393         * configure: Fix sed loop which substitutes for CC and CXX to
16394         avoid bug found in various sed implementations.
16395
16396 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16397
16398         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16399         simulator.  Use standard powerpc-*-eabi*.
16400
16401 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16402
16403         * configure.in: Stop putting gas and binutils in noconfigdirs for
16404         powerpc-*-aix* and rs6000-*-*.
16405
16406 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16407
16408         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16409         -mcall-aixdesc libraries.
16410
16411 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16412
16413         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16414
16415         * config.sub (arm | armel | armeb): Fix shell syntax.
16416
16417 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16418
16419         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16420         -msoft-float and -mcpu=common support.
16421         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16422         libraries.
16423
16424 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16425
16426         * configure.in: Allow configuration and build of emacs19 for the alpha.
16427
16428 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16429
16430         * configure.in (CC): Get ^CC, not just any old CC, from
16431         ${host_makefile_frag}.
16432
16433 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16434
16435         * configure.in (CC): Try to get CC from
16436         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16437
16438 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16439
16440         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16441         only if it exists in $(srcdir).
16442
16443 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16444
16445         * configure: If CC and CXX are not set in the environment, set
16446         them, based on either an existing Makefile or on searching for gcc
16447         in PATH.  Substitute for CC and CXX in Makefile.
16448         * configure.in: Remove libm from target_libs.  Separate
16449         target_configdirs from configdirs.  If CC is not set in
16450         environment, try to get it from a host Makefile fragment.  Rewrite
16451         changes of configdirs to use skipdirs instead.  A few minor
16452         tweaks.  Take directories out of target_configdirs as they are
16453         taken out of configdirs.  Remove existing Makefile files from
16454         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16455         CONFIG_ARGUMENTS in Makefile.
16456         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16457         by configure.in.
16458         (CONFIG_ARGUMENTS): Likewise.
16459         (CONFIGURE_TARGET_MODULES): New variable.
16460         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16461         ($(CONFIGURE_TARGET_MODULES)): New target.
16462         (configure-libg++, configure-libio): New targets.
16463         (all-libg++): Depend upon configure-libg++.
16464         (all-libio): Depend upon configure-libio.
16465         (configure-libgloss, all-libgloss): New targets.
16466         (configure-libstdc++): New target.
16467         (all-libstdc++): Depend upon configure-libstdc++.
16468         (configure-librx, all-librx): New targets.
16469         (configure-newlib): New target.
16470         (all-newlib): Depend upon configure-newlib
16471         (configure-xiberty): New target.
16472         (all-xiberty): Depend upon configure-xiberty.
16473
16474 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16475
16476         * configure.in (host i[345]86-*-win32):  Expand the
16477         noconfigdirs again.
16478
16479 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
16480
16481         * mpw-configure: Fix sed command file name.
16482
16483 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16484
16485         * configure.in (host i[345]86-*-win32): Reduce the
16486         noconfigdirs again.
16487
16488 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
16489
16490         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16491         or powerpc*-*-pe*, since they are not yet supported.
16492
16493 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16494
16495         Add PowerMac support and many other enhancements.
16496         * mpw-configure: New option --cc to select compiler to use,
16497         paste options set according to --cc into the generated
16498         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16499         if mpw-make.sed is present.
16500         * mpw-config.in: Don't test for gC1, test for mpw-touch,
16501         add forward includes for PowerPC include files.
16502         * mpw-build.in: Build using Makefile.PPC if present.
16503         (do-byacc, etc): Remove separate version resource builds.
16504         (do-gas): Build "stamps" before "all".
16505         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16506         * mpw-README: Update to reflect --cc option, PowerMac support,
16507         and recently-reported compatibility problems.
16508
16509 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
16510
16511         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16512         embedded m68k systems (-aout, -coff, -elf, -vxworks).
16513         (--with-multilib-top): Pass to recursive invocations.
16514
16515 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
16516
16517         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16518         v810-*-*.
16519
16520 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16521
16522         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16523         gdb, ld and opcodes on v810-*-*.
16524
16525 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16526
16527         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16528         (local-maintainer-clean): New target.
16529         (maintainer-clean): New target.
16530         (realclean): Just depend upon maintainer-clean.
16531
16532 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16533
16534         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16535
16536 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
16537
16538         * configure.in: Build ld in mips*-*-bsd* case.
16539
16540 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
16541
16542         * config.sub: Accept -lites* OS.  From Ian Dall.
16543
16544 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
16545
16546         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16547         targets.
16548
16549 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16550
16551         * configure.in: treat i386-win32 canadian cross the same as
16552         i386-go32 canadian cross.
16553
16554 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16555
16556         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16557         running under the simulator to build a reduced set of libraries.
16558         (powerpc-*-eabiaix): Add fine grained multilib support added to
16559         other powerpc targets yesterday.
16560
16561 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16562
16563         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16564         -disable-softfloat, -disable-relocatable, -disable-aix, and
16565         -disable-sysv to control which multilib libraries get built.
16566
16567 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16568
16569         * configure: Add Makefile.tem to list of files to remove in trap
16570         handler.
16571
16572 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16573
16574         * config.guess (*Linux*):  Add missing "exit"s.
16575         Also, need specific check for alpha-unknown-linux (uses COFF).
16576
16577 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16578
16579         * config.guess:  Merge with FSF:
16580
16581         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
16582         * config.guess (AIX4): More robust release numbering discovery.
16583
16584         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
16585         * config.guess (i386-sequent-ptx): Properly get version number.
16586
16587         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
16588         * config.guess (mips:*:4*:UMIPS): New case.
16589
16590 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16591
16592         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16593         (i386-win32 host): Likewise.  Don't build readline.
16594
16595 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
16596
16597         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
16598         SUPPORT_FILES to submakes.
16599
16600 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
16601
16602         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16603         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16604         mpw-configure.
16605
16606 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
16607
16608         * configure.in (appdirs): Use =, not ==, in test expression when
16609         trying to build the text to print in the warning message for
16610         Solaris users.
16611
16612 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
16613
16614         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16615
16616 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16617
16618         * config.guess: Recognize lynx-2.3.
16619
16620 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
16621
16622         * config.sub (z8ksim): Deleted
16623         (z8k-*-coff): New, this is the one true name of the target.
16624
16625 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
16626
16627         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16628
16629 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
16630
16631         * config.guess (*:Linux:*:*): First try asking the linker what the
16632         default object file format is (elf, aout, or coff).  Then if this
16633         fails, try previous methods.
16634
16635 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16636
16637         * configure.in: Don't build newlib for *-*-vxworks5.1.
16638
16639 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16640
16641         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16642         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16643
16644 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
16645
16646         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16647
16648 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
16649
16650         * cfg-ml-com.in: New file.
16651         * cfg-ml-pos.in: New file.
16652
16653 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16654
16655         * COPYING.NEWLIB: Add HP free copyright to list.
16656
16657 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16658
16659         * config.sub: Recognize -eabi* for the system, not just -eabi.
16660
16661 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16662
16663         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16664         * config.sub, configure.in (win32): New target and host.
16665
16666 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
16667
16668         * configure.in: Add i386-pe configuration.
16669
16670 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
16671
16672         * mpw-build.in (install): Install GDB after LD.
16673
16674 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
16675
16676         * mpw-config.in (elf/mips.h): Always forward-include, needed
16677         for GDB to build.
16678
16679 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16680
16681         * testsuite: New directory for customer acceptance and whole tool
16682         chain tests.
16683
16684 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16685
16686         * configure: If per-host line isn't found, but AC_OUTPUT is found
16687         and a configure script exists, run it instead.
16688
16689 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16690
16691         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
16692
16693 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16694
16695         * configure: Set build_{cpu,vendor,os,alias} to host values when
16696         --build isn't specified.
16697
16698 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16699
16700         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16701         (FLAGS_TO_PASS): Pass them.
16702         (EXTRA_TARGET_FLAGS): Ditto.
16703
16704 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16705
16706         * Makefile.in (all-libg++): Depend on all-libstdc++.
16707
16708 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16709
16710         * configure.in (noconfigdirs): Enable all packages for
16711           i386-unknown-netbsd.
16712
16713 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
16714
16715         * configure.in (noconfigdirs): Don't configure tk for i386-go32
16716         hosted builds (DOS builds)
16717
16718 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
16719
16720         Changes for ARM based on patches from Richard Earnshaw:
16721         * config.sub: Handle armeb and armel.
16722         * configure.in: Omit arm linker only for riscix.
16723
16724 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16725
16726         * config.guess:  Update from FSF.
16727
16728 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
16729
16730         * config.sub: Recognize powerpcle as the little endian variant of
16731         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
16732         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
16733         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
16734         temporarily.
16735
16736 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
16737
16738         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16739
16740 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
16741
16742         * config.sub: Accept -lites* as a basic system type.
16743
16744 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
16745
16746         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16747         installed, and if so return linuxoldld as the system name.
16748
16749 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
16750
16751         * config.guess: Add hppa1.1-hp-lites support.
16752
16753 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
16754
16755         * configure.in: Don't build newlib for m68k-vxworks5.1.
16756
16757 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16758
16759         * configure.in (mips-sgi-irix6): Use mh-irix5.
16760
16761 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
16762
16763         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16764
16765 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16766
16767         * test-build.mk: Enable building of shared libraries on IRIX 5 and
16768         OSF/1.  Fix compiler flags.
16769         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
16770
16771 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
16772
16773         * configure.in: Recognize --with-newlib.
16774         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16775
16776 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16777
16778         * Makefile.in: move {all,check,install}-gdb from *_MODULES
16779         to *_X11_MODULES due to gdbtk needing X include files et al.
16780
16781 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
16782
16783         Merge in support for Mac MPW as a host.
16784         (Old change descriptions retained for informational value.)
16785
16786         * mpw-config.in: Add generic include forwards for cpu-specific
16787         include files in aout and elf directories.
16788
16789         * mpw-configure: Added copyright.
16790         * mpw-config.in: Check for presence of required build tools.
16791         (target_libs): Add newlib.
16792         (target_tools): Add examples.
16793         (Read Me): Generate as "Read Me for MPW" instead.
16794         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16795         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16796         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16797
16798         * mpw-configure: Remove subdir-specific makefile hackery,
16799         delete mk.tmp after using it.
16800
16801         * mpw-build.in (all): Display start and end times.
16802
16803         * mpw-configure (host_canonical): Set.
16804         (target_cpu): Always add to makefiles.
16805         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16806         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16807         (mpw-mh-mpw): Look for in srcdir and srcroot.
16808         Use sed instead of mpw-edit-prefix to edit prefix definitions.
16809
16810         * mpw-build.in: (install-only): New target.
16811
16812         * mpw-configure (host_alias, target_alias): Rename from hostalias
16813         and targetalias, add into generated Makefile.
16814         (mk.tmp): If present, add into generated Makefile.
16815         * mpw-build.in (all-gas): Build config.h first before gas proper.
16816
16817         * mpw-configure (config.status): Write only if changed.
16818         * mpw-config.in (readline): Configure it (not built, just used for
16819         definitions).
16820
16821         * mpw-config.in (elf/mips.h): Add a forward include.
16822
16823         * mpw-config.in: Forward-include most .h files in include into
16824         extra-include.
16825         (readline): Don't build.
16826         mpw-build.in (install): Install GDB.
16827
16828         * mpw-configure (prefix, mpw_prefix): Handle it.
16829         * mpw-config.in (mmalloc, readline): Don't configure.
16830         * mpw-build.in (thisscript): Rename to ThisScript.
16831         Use mpw-build instead of BuildProgram everywhere.
16832         (mmalloc, readline): Don't build.
16833         * mpw-README: New file, basic documentation about the MPW port.
16834
16835         * mpw-config.in: Use forward-include to create include files.
16836
16837         * mpw-configure: Add more things to the top of each configured
16838         Makefile, including contents of config/mpw-mh-mpw.
16839         * mpw-config.in (extra-include): Create this directory and fill it
16840         with Posix-like include files when configuring.
16841
16842         * config.sub (apple, mac, mpw): Add various aliases.
16843
16844         * mpw-build.in: New file, top-level build script fragment for MPW.
16845         * mpw-configure: New file, configure script for MPW.
16846         * mpw-config.in: New file, config fragment for MPW.
16847
16848 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16849
16850         * configure.in (host_libs): Remove glob, since it is gone from the
16851         sources.
16852
16853 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16854
16855         * Makefile.in: define empty GDB_NLM_DEPS var.
16856
16857         * configure.in(target_makefile_frag): use config/mt-netware
16858         for netware targets.
16859
16860 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16861
16862         * config.sub: Merge in recent FSF changes.  Remove linux special
16863         cases.
16864
16865 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16866
16867         Revert this change:
16868
16869         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
16870
16871                 * build-all.mk: Use CC=cc -Xs on Solaris.
16872
16873 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16874
16875         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
16876         stop using it.
16877         * Makefile.in: Nuke all references to glob subdirectory.
16878
16879 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16880
16881         * configure.in: Fix --enable-shared logic in per-host.
16882
16883 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16884
16885         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16886
16887 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
16888
16889         * configure.in (noconfigdirs): Don't build gas on AIX, for
16890         powerpc*-*-aix* as well as for rs6000*-*-aix*.
16891
16892 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
16893
16894         * configure: Fix --cache-file to work if the file argument is a
16895         relative path.
16896
16897 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
16898
16899         * configure: If the --cache-file is used, pass it down to
16900         configure in subdirectories.
16901
16902 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
16903
16904         * config.sub: add vxworks29k configuration.
16905
16906 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
16907
16908         * Makefile.in (taz): Do "diststuff" part quietly.
16909
16910 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
16911
16912         * config.sub: Mini-merge with gcc/config.sub.
16913
16914 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16915
16916         * config.guess (IRIX): Sed - to _.
16917
16918 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16919
16920         * Makefile.in (source-vault, binary-vault): New targets.
16921
16922 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
16923
16924         * config.sub: Recognize -eabi as a basic system type.
16925
16926 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16927
16928         * configure.in (enable_shared stuff): Fix typo.
16929
16930 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
16931
16932         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16933
16934 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
16935
16936         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16937
16938 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
16939
16940         * configure.in (rs6000-*-*): Don't build gas.
16941
16942 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
16943
16944         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16945         reduce command line length.
16946         (AS_FOR_TARGET): Check for as.new, not Makefile.
16947         (NM_FOR_TARGET): Check for nm.new, not Makefile.
16948
16949 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16950
16951         * config.guess:  Merge from FSF.
16952
16953 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
16954
16955         * configure: Don't use $ when handling program_suffix.
16956
16957 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
16958
16959         * configure.in:  Configure tk for hppa/hpux.
16960
16961 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16962
16963         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
16964
16965 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
16966
16967         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
16968         to LIBCXXFLAGS.  Tests are better run without it.
16969
16970 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
16971
16972         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16973
16974 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
16975
16976         * configure.in (*-*-netware*): Don't configure xiberty.
16977
16978 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
16979
16980         * configure.in:  Remove tk from native_only list.
16981
16982 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
16983
16984         * build-all.mk: Add mips-ncd-elf target to sun4 targets
16985           for special NCD build.
16986
16987 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
16988
16989         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16990         makeall.bat, they're only useful for binutils snapshots.
16991         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16992         makeall.bat to specified SUPPORT_FILES.
16993
16994 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
16995
16996         * build-all.mk: Add Ericsson targets to sun4 and solaris
16997           hosts.  Add  BNR's sun4 target to solaris host, so their
16998           build-from-source will be tested in-house first.
16999
17000 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17001
17002         * Makefile.in (LIBCFLAGS): New variable.
17003         (CFLAGS_FOR_TARGET): Ditto.
17004         (LIBCFLAGS_FOR_TARGET): Ditto.
17005         (LIBCXXFLAGS): Ditto.
17006         (CXXFLAGS_FOR_TARGET): Ditto.
17007         (LIBCXXFLAGS_FOR_TARGET): Ditto.
17008         (BASE_FLAGS_TO_PASS): Pass them.
17009         (EXTRA_TARGET_FLAGS): Ditto.
17010
17011         * configure.in: Support --enable-shared.
17012
17013 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17014
17015         * configure.in (target_libs):  Include libstdc++ again.
17016         * config.guess:  Update from FSF (for FreeBSD).
17017
17018 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17019
17020         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17021         makeall.bat.
17022         (DISTDOCDIRS): Add `etc'.
17023         (ETC_SUPPORT_PFX): New variable.
17024         (taz): Include anything from etc starting with a word in
17025         ETC_SUPPORT_PFX.
17026
17027 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17028
17029         * config.sub: Update for recent FSF changes.  Remove obsolete
17030         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17031         spacing changes.
17032
17033 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17034
17035         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17036
17037         * config.guess:  Merge with FSF.
17038         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17039
17040 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17041
17042         * configure: Since the "trap 0" handler will override the exit
17043         status on many systems, only use it for "exit 1", and make it set
17044         a non-zero exit status; reset it before "exit 0".  Also, check
17045         exit status of config.sub, and error out if it failed.
17046
17047 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
17048
17049         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17050         and install libgloss.
17051
17052 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17053
17054         * Makefile.in (all-binutils): Depend upon all-byacc.
17055
17056         * configure.in: Don't build emacs on Irix 5.
17057
17058 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17059
17060         * configure.in (*-*-netware*): Add libio.
17061
17062 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17063
17064         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17065         (CHECK_TARGET_MODULES): Ditto.
17066         (INSTALL_TARGET_MODULES): Ditto.
17067         (TARGET_LIBS): Ditto.
17068         (all-libstdc++): Note dependencies.
17069
17070 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17071
17072         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17073
17074 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17075
17076         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17077         -fexternal-templates.
17078
17079         * configure.in (target_libs): Add libstdc++.
17080         (noconfigdirs): Add libstdc++ as appropriate.
17081
17082 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17083
17084         * config.guess:  Update from FSF.
17085
17086 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17087
17088         * configure: Use ${config_shell} when running ${configsub}.
17089
17090 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17091
17092         * config.sub: No longer recognize h8300h.
17093
17094 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17095
17096         * config.sub: Remove extraneous differences between config.sub and
17097         gcc/config.sub.
17098
17099 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17100
17101         * Makefile.in (DISTSTUFFDIRS): Add gas.
17102
17103 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17104
17105         * COPYING.NEWLIB: New file.
17106
17107 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17108
17109         * config.guess (HP-UX):  Patch from Harlan Stenn
17110         <harlan@landmark.com> to also emit release level.
17111
17112 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17113
17114         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17115
17116 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17117
17118         * config.sub:  Merge nextstep cleanup from FSF.
17119
17120 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17121
17122         * configure.in (arm-*-*): Don't configure ld for this target.
17123
17124 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17125
17126         * configure.in (*-*-netware): don't configure libg++, libio,
17127           librx, or newlib.
17128
17129 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17130
17131         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17132         configure ld--it works, but it doesn't support shared libraries.
17133
17134 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17135
17136         * config.guess (*-unknown-freebsd*):  Get rid of possible
17137         trailing "(Release)" in version string.
17138         Patch from Paul Richards <paul@isl.cf.ac.uk>.
17139
17140 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17141
17142         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17143         Fix type: *-next-neststep -> *-next-nextstep.
17144
17145         * config.guess:  Merge from FSF:
17146
17147         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17148
17149         * config.guess: Recognize powerpc-ibm-aix3.2.5.
17150
17151         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17152
17153         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17154         instead of UNIX_SV for UnixWare 1.0).
17155
17156 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17157
17158         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17159         to make gdb/nlm/* build after the compiler and linker.
17160
17161 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17162
17163         * config.guess (netbsd, freebsd, linux):  Accept any machine,
17164         not just i[34]86.
17165         (m68k-atari-sysv4):  Relocate to match FSF version.
17166
17167         * config.guess:  More merges from the FSF:
17168
17169         Add a space before function call or macro invocation.
17170
17171         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17172
17173         * config.guess: Add trap cmd to remove dummy.c and dummy when
17174         interrupted.
17175
17176         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17177
17178         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17179         (dummy): Redirect stderr from compilation of dummy.c.
17180
17181         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17182
17183         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17184
17185 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17186
17187         * configure: Accept and ignore --cache*, for compatibility with
17188         new autoconf.
17189
17190 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17191
17192         * config.guess:  Merge from FSF:
17193
17194         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17195
17196         * config.guess (Pyramid*:OSx*:*:*): New case.
17197         (PATH): Add /.attbin at end for finding uname.
17198         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17199
17200         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17201
17202         * config.guess (M88*:DolphinOS:*:*): New case.
17203
17204         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17205
17206         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17207         to select whether to use ELF or COFF.
17208
17209         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17210
17211         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17212
17213         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17214
17215         * config.guess: Guess the OS version for HPUX.
17216
17217         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17218
17219         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17220
17221 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17222
17223         * configure.in: Recognize --with-headers, --with-libs, and
17224         --without-newlib.
17225         * Makefile.in (all-xiberty): Depend upon all-ld.
17226
17227 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17228
17229         * configure.in: Change i[34]86 to i[345]86.
17230
17231 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17232
17233         * configure (version): A few more tweaks to help message.
17234
17235 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17236
17237         * Makefile.in:  Remove (for now) librx as a host library,
17238         now that we're building it for target.
17239
17240 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17241
17242         * configure: Fix up help message; from karl@owl.hq.ileaf.com
17243         (Karl Berry).
17244
17245 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17246
17247         * configure.in:  Also configure librx.
17248
17249 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17250
17251         * Makefile.in:  Update various rules to reflect that librx
17252         is now needed for libg++.
17253
17254 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17255
17256         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17257
17258 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17259
17260         * configure.in: Configure the examples directory.
17261
17262 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17263
17264         * configure: Simplify Jun 2 1994 change.
17265
17266 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17267
17268         * change CC to /usr/latest/bin/gcc for lynx host builds, since
17269         /bin/gcc isn't good enough to build gcc.
17270
17271 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17272
17273         * Makefile.in (GDB_SUPPORT_FILES): Remove
17274         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17275         (gdb.tar.gz): Add new rule to use standard distribution building
17276         mechanism.
17277
17278 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17279
17280         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17281         Bill Cox <bill@cygnus.com>.
17282
17283 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17284
17285         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17286
17287 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17288
17289         * configure:  Search current dir first in .gdbinit.
17290
17291 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17292
17293         * config.sub:  Recognize freebsd (merged from gcc config.sub).
17294
17295 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17296
17297         * config.sub:  Refer to NeXT's operating system as nextstep.
17298
17299         * config.sub (case $basic_machine):  Re-order the cases, to match
17300         the order in the FSF version (which is mostly alphabethical).
17301         Merge in some additions and changes from the FSF.
17302
17303 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17304
17305         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17306         * config.sub: Recognize cxux7.
17307         * configure.in: Use mh-cxux for m88k-harris-cxux*.
17308
17309 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17310
17311         * config.sub:  Fix typo powerpc -> powerpc-*.
17312
17313 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17314
17315         * Makefile.in: `all-emacs19' depends on `all-byacc'.
17316
17317         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17318         parallel with all-emacs and install-emacs).  Top-level command
17319         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17320
17321 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17322
17323         * test-build.mk ($(host)-stamp-stage2-installed): Remove
17324         $(relbindir)/make before doing ``make install'', and use
17325         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17326         installing over running make binary.
17327         ($(host)-stamp-stage3-installed): Likewise.
17328
17329 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17330
17331         * config.guess: Recognize Mach.
17332
17333 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17334
17335         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17336         see whether --exec-prefix was used.
17337
17338 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17339
17340         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17341
17342 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17343
17344         * Makefile.in: Add all-librx target similar to all-libproc.
17345
17346 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17347
17348         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17349         with post 1.2 uname bogosity.
17350
17351 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17352
17353         * configure: Remove temporary files on receipt of a signal.
17354
17355 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17356
17357         * configure: If there is a package_makefile_frag, remove
17358         ${subdir}/Makefile.tem after copying it in.
17359
17360 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17361
17362         * build_all.mk: support rs6000 lynx identifies itself as
17363         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17364         since /bin/gcc is too feeble to compile a modern gcc.
17365
17366 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17367
17368         * brought devo/test-build.mk update-to-date with progressive/
17369           test-build.mk. Add lynx targets and hppa flag info.
17370
17371 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17372
17373         * configure.in:  Use mh-ncrsvr43.  Patch from
17374         Tom McConnell <tmcconne@sedona.intel.com>.
17375
17376 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17377
17378         * config.guess (i386-unknown-bsdi):  No longer need to
17379         check #if defined(__bsdi__) && defined(__i386__).
17380
17381 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17382
17383         * configure: Set program_transform_nameoption correctly.
17384
17385 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17386
17387         * brought build-all.mk update-to-date with progressive build-all.mk,
17388           added new targets and hppa info.
17389
17390 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17391
17392         * configure: If config.guess result is a prefix of the user
17393         specified target, assume a native build and use the user specified
17394         target as the host alias.  Remove SunOS patch suffix removal hack.
17395         * configure.in: Remove SunOS patch suffix removal hack.
17396
17397         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17398         in NATIVE_CHECK_MODULES.
17399
17400 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17401
17402         * Makefile.in: Rename HOST_ONLY to NATIVE.
17403         * configure: Delete SunOs patch suffix from host_canonical
17404           and build_canonical variables that are prepended to Makefiles.
17405         * configure.in: Add comments for easier maintenance.
17406
17407 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17408
17409         * Makefile.in: Add all-libproc target similar to all-gui.
17410
17411 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17412
17413         * Makefile.in (CHECK_MODULES): split into
17414         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17415
17416 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17417
17418         * config.guess (i386-unknown-bsdi): New system to guess.
17419
17420 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17421
17422         * Makefile.in: Add all-gui target (but not yet build by "all").
17423
17424 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17425
17426         * config.sub: Move deletion of patch suffix from here...
17427         * configure.in: To here, at Ian's suggestion.  The top-
17428           level scripts might need to know of a patch level.
17429
17430 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17431
17432         * config.sub: Strip off patch suffix so rtl is recognized
17433           as a sunos4.1.3 machine, even though it's been patched.
17434
17435 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17436
17437         * Makefile.in (INSTALL_LAST): Delete.
17438         (INSTALL_DOSREL): New.
17439
17440 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17441
17442         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17443         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17444         whether we pass down --with-gnu-ld anyhow.
17445
17446 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17447
17448         * Makefile.in (INSTALL_LAST): Change operation so it works
17449         on more flavors of make.
17450         * configure.in (go32): Don't build libg++ or libio.
17451
17452 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17453
17454         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17455         they can be overriden by templates.
17456
17457 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17458
17459         * configure.in (target==go32): Don't build gdb.
17460         * dosrel: New directory.
17461
17462 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17463
17464         * configure.in (host==go32): Configure dosrel too.
17465         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17466         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17467         be set by incoming names or templates.
17468         (INSTALL_LAST): New rule.
17469
17470 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17471
17472         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17473
17474 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17475
17476         * configure.in (appdirs): New variable.  Currently empty, but will
17477         be used in gas distribution.  If nonempty, lists a set of
17478         directories at least one of which must get configured, or top
17479         level configuration is considered to have failed.
17480         (rs6000-*-lynxos*): Use new file name.
17481
17482 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17483
17484         Eliminate XTRAFLAGS.
17485         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17486         newlib include files using -idirafter, and also use -nostdinc.
17487         (CXX_FOR_TARGET): Likewise.
17488         (XTRAFLAGS): Removed.
17489         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17490         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17491         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17492         ($(DO_X)): Don't pass down XTRAFLAGS.
17493
17494 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17495
17496         * configure.in (mips*-dec-bsd*): New target; do build linker.
17497         (mips*-*-bsd*): New target; don't build linker.
17498
17499 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17500
17501         * configure.in: support rs6000-*-lynxos* configuration.
17502         support sunos4 as a cross target.
17503
17504         * config.sub: look for lynx*, not lynx since the OS version may
17505         legitimately be part of the name.
17506
17507 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17508
17509         * configure.in (i[34]86-*-sco*): Move to be with other i386
17510         targets.
17511         (romp-*-*): New target.  Skip various binary utilities.
17512         (vax-*-*): New target.  Don't build newlib.
17513         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
17514
17515 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17516
17517         * configure.in: Only set host_makefile_frag if config
17518         directory exists.
17519
17520 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17521
17522         * install.sh: If $dstdir exists, don't check whether each
17523         component does.
17524
17525 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17526
17527         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17528
17529 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
17530
17531         * configure.in (*-*-lynxos*): Don't configure newlib for either
17532         native or cross Lynx.
17533
17534 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
17535
17536         * config.sub (sparc64-elf): Fix os.
17537         (z8k): Remove duplicate.
17538
17539 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17540
17541         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17542         gcc/stmp-fixproto, to try to prevent fixproto from being run.
17543
17544 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
17545
17546         * configure: Make file links cleanly even if Lynx fails on
17547           an NFS symlink (at least fail cleanly).
17548
17549 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17550
17551         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17552         -XNh2000.
17553
17554 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17555
17556         * configure: Unknown options are fatal again.
17557
17558 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
17559
17560         * configure: Ignore --x-includes and --x-libraries, for Autoconf
17561         compatibility.
17562
17563 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
17564
17565         * build-all.mk: Add `clean' target.
17566
17567 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17568
17569         * config.guess:  Add SINIX support.
17570         * configure.in:  Add mips-*-sysv4* support.
17571
17572 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
17573
17574         * build-all.mk: Document all useful targets.
17575         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17576         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17577
17578 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17579
17580         * configure: Support --silent, --quiet.
17581
17582 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17583
17584         * configure: Support --disable-FEATURE.
17585
17586 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17587
17588         * config.guess: Recognize NCR running SVR4.3.
17589
17590 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17591
17592         * config.guess:  Make BSDI generate i386-unknown-bsd386.
17593         Patch from Paul Eggert <eggert@twinsun.com>.
17594
17595 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17596
17597         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17598
17599 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17600
17601         * configure: Make unrecognized options give nonfatal warnings
17602         instead of fatal errors, and pass them to any subdirectory
17603         configures in case they recognize them.
17604         Make --x equivalent to --with-x.
17605
17606 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
17607
17608         * configure: Add --enable-* options.  Clean up usage message and
17609         some comments.
17610
17611 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
17612
17613         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17614
17615 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17616
17617         * configure.in (hppa*-*-*): Enable binutils.
17618
17619 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17620
17621         * config.sub: Recognize cisco.
17622
17623 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
17624
17625         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17626
17627 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17628
17629         * config.guess: about target *-hitachi-hiuxwe2, don't print more
17630         than one configuration name.  Add comment.
17631
17632 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
17633
17634         * config.guess: about target *-hitachi-hiuxwe2, fixed
17635         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
17636         macro is incorrect.]
17637
17638 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17639
17640         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17641         than the "make ls" stuff which used to be here.
17642
17643 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17644
17645         * config.guess:  Recognize i[34]86-unknown-freebsd.
17646         From Shawn M Carey <smcarey@rodan.syr.edu>.
17647
17648 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17649
17650         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17651
17652 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
17653
17654         * config.guess: Check for ptx.
17655
17656 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
17657
17658         * config.sub: Add os9k checking.
17659
17660 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17661
17662         * config.guess: Handle OSF1 running on HPPA processors
17663
17664 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17665
17666         * configure: If subdir configure fails, print out a message with
17667         subdirectory name, in case subdir's configure code didn't identify
17668         itself.
17669
17670 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
17671
17672         * configure.in: Remove embedded newlines from configdirs.
17673         Avoid mismatches of substrings.  Fix matching strings at end
17674         of configdirs.
17675
17676 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
17677
17678         * config.guess:  Add Lynx/rs6000 config support.
17679
17680 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
17681
17682         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17683
17684 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
17685
17686         * configure.in (hppa*-*-osf*): Treat this just like most other
17687         PA configurations (eg no binutils or ld).
17688         (hppa*-*-*elf*): These configurations have binutils and ld.
17689
17690 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17691
17692         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
17693
17694 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17695
17696         * configure.in (rs6000-*-*): Build gas.
17697
17698 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
17699
17700         * Makefile.in:  Avoid bug in losing hpux sed.
17701
17702 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17703
17704         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17705         for GDB and GDB has been fixed to not need it.
17706
17707 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17708
17709         * config.guess: Recognize vax hosts.
17710
17711 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17712
17713         * configure (while loop): Don't use "break 2" inside case
17714         statement -- the case statement isn't an enclosing loop.
17715
17716 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17717
17718         * config.guess:  Clean up NeXT support, to allow nextstep
17719         on Intel machines.  Make OS be nextstep.
17720
17721 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
17722
17723         * config.guess: Add alternate forms for Convex.
17724
17725 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
17726
17727         * configure:  Completely rewrite option processing.  Take
17728         advantage of pattern-matching to avoid invoking test frequently.
17729         Also clean up host and target defaulting logic.
17730
17731 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17732
17733         * Makefile.in: Replace all occurrances of "rootme" with "r" and
17734         "$${rootme}" with "$$r", to increase the likelihood that the do-*
17735         commands (plus user environment) will fit SCO limits.
17736
17737 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17738
17739         * configure.in: Don't issue warnings about directories which are
17740         not being configured if -norecursion is set.  Correct test for
17741         --with-gnu-as and --with-gnu-ld to not get confused by substring
17742         matches.
17743
17744         * configure.in: Don't build gas for alpha-dec-osf1*.
17745
17746 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
17747
17748         * configure:  Back out Per's change of 12/19/1993.  It changes the
17749         behavior of configure in unexpected and confusing ways.
17750
17751         Also, use different delim char when calculating
17752         program_transform_name so that the name can contain slashes.
17753
17754 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
17755
17756         * configure.in, config.sub: Add support for VSTa micro-kernel.
17757
17758 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
17759
17760         * configure.in: Nuke hacks which were used to get a special
17761         version of GAS for HPPA configurations.
17762
17763 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17764
17765         * configure:  If only ${target_alias} is given, use that
17766         as the default for ${host_alias}.
17767         * configure:  Add missing back-slashes before nested quotes.
17768
17769 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17770
17771         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17772
17773 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
17774
17775         * config.guess:  Recognize some Tektronix configurations.
17776         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17777
17778 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
17779
17780         * config.sub: Match any flavor of SH.
17781
17782 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
17783
17784         * configure.in: Don't try to configure newlib for Alpha.
17785
17786 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17787
17788         * configure.in: Don't build ld for Irix 5.  Don't build gas,
17789         libg++ or libio for any Alpha target.
17790
17791         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17792
17793 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
17794
17795         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17796         default arguments -- so it tried to compress itself.
17797
17798 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
17799
17800         * configure.in (notsupp): ensure that a space is always at the end
17801           of the configdirs list, since the grep checks for an explicit space
17802
17803 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17804
17805         * configure.in (target i386-sysv4.2): don't build ld, since static
17806           versions of many libraries are not available.
17807
17808 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17809
17810         * config.guess: Recognize Apollos (using environment variables).
17811         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17812
17813 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17814
17815         * config.guess: Recognize Sony news mips running newsos.
17816
17817 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
17818
17819         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17820         "fi ; else" for bash.
17821
17822 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
17823
17824         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17825
17826 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
17827
17828         * config.sub: accept unixware as an alias for svr4.2.
17829         Fix some inconsistancies with the gcc version.
17830
17831 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17832
17833         * Makefile.in (DISTDOCDIRS):  Add gdb.
17834
17835 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17836
17837         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
17838
17839 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17840
17841         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17842         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17843         this now.
17844
17845 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17846
17847         * config.sub: Accept hiux* as an OS name.
17848
17849         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17850         etc/make-stds.texi.  The underscore came from gcc, and dje now
17851         agrees that RUNTESTFLAGS is the correct name.
17852
17853 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17854
17855         * install.sh:  Remove 'set -e'.  It makes any conditionals
17856         in the script useless.
17857
17858         * config.guess: Automatically recognize arm-acorn-riscix
17859         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17860
17861 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
17862
17863         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17864
17865 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17866
17867         * Makefile.in (DISTDOCDIRS): New variable.
17868         (taz): Edit local Makefile.in sooner, instead of proto-toplev
17869         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
17870
17871 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17872
17873         * configure.in (hppa target): check the source directory for the
17874           pagas sub-directory
17875
17876 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
17877
17878         * config.sub: Allow -aout* and -elf*.
17879
17880 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17881
17882         * configure.in: Don't build ld on i386-solaris2, same as for
17883         sparc-solaris2.
17884
17885 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
17886
17887         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17888
17889 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17890
17891         * configure.in:  Configure gdb for alpha.
17892
17893 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17894
17895         * Makefile.in (CXXFLAGS): Add -O.
17896
17897 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17898
17899         * config.guess: added support for DG Aviion
17900
17901 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17902
17903         * configure.in: Produce warning message for subdirectories not
17904         configurable for this host/target combination.  Don't try to
17905         configure gdb for vms.
17906
17907 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
17908
17909         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17910         appropriate files before making "diststuff".
17911         (DISTBISONFILES): New var: list of files to be edited.
17912         (DISTSTUFFDIRS): Add binutils.
17913
17914 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17915
17916         * config.sub: also handle mipsel and mips64el (for little endian mips)
17917
17918 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17919
17920         * configure.in: Add * to end of all OS names.
17921
17922 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
17923
17924         * configure.in: Build newlib for LynxOS native.
17925
17926 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17927
17928         * config.guess: Add support for delta 88k running SVR3.
17929
17930         * configure.in: Add comment about HP compiler vs. emacs.
17931
17932 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17933
17934         * configure.in: don't build ld on solaris2 (not a viable option
17935           due to bugs in getpwnam & getpwuid)
17936
17937 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
17938
17939         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17940         config.guess will produce a full version number.
17941
17942 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17943
17944         * configure.in: Build linker and binutils for alpha-dec-osf1.
17945
17946 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17947
17948         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17949         and gdb/testsuite/Makefile.in.
17950
17951 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17952
17953         * configure.in: recognize mips*- instead of mips-
17954
17955 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
17956
17957         * config.sub: Accept linux*coff and linux*elf as operating
17958         systems.
17959
17960 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17961
17962         * config.sub: Recognize mips64, and mips3 as an alias for it.
17963
17964 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
17965
17966         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17967         gdb knows how to handle OSF/1 shared libraries.
17968
17969 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
17970
17971         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17972         * config.guess: Recognize Hitachi's HIUX.
17973         * config.sub: Recognize h3050r* and hppahitachi.
17974         Remove redundant cases for hp9k[23]*.
17975
17976 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17977
17978         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17979         if gas and ld are in the source tree and are in ${configdirs}.
17980         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17981         --with options (but still pass them down on the command line,
17982         if they were explicitly specified).
17983
17984 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17985
17986         * configure: substitute SHELL value in Makefile.in with
17987         ${CONFIG_SHELL}
17988
17989 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17990
17991         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17992         *-*-solaris2* targets.
17993
17994 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
17995
17996         * Makefile.in: define M4, and pass it down to sub-makes;
17997         all-autoconf now depends on all-m4
17998
17999 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18000
18001         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18002         presence of {ar,ranlib} instead of a configured directory
18003
18004 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18005
18006         * config.guess: Accept 34?? as well as 33?? for NCR.
18007
18008 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18009
18010         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18011         of 'gas' in sed commands, since 'gash' is now in the tree as well.
18012
18013 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18014
18015         * configure: grab values for $(CC) and $(CXX) from the
18016         environment, so that someone can do "CC=gcc configure; make" and
18017         have it work right (matching the way that autoconf works now)
18018
18019         * configure.in, Makefile.in: add support for gash, the tcl
18020         interface to Galaxy
18021
18022         * config.guess: add NetBSD variants (hp300, x86)
18023
18024 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18025
18026         * install.sh: Support -d option (in the manner of SunOS 4 install,
18027         as it is more deterministic than that of GNU install)
18028         (chmodcmd): Set file to mode 755 by default (should also do default
18029         chgrp and chown, but I don't feel like dealing with that now)
18030
18031 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18032
18033         * config.sub: Remove h8300hhms alias.
18034
18035 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18036
18037         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18038
18039 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18040
18041         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18042         as stmp-fixinc
18043
18044 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18045
18046         * config.sub: recognize m88110-bug-coff.
18047
18048 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18049
18050         * Makefile.in (all-libio): all dependencies on the toolchain used
18051         to build this (gcc, gas, ld, etc)
18052
18053 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18054
18055         * config.guess: Deal with OSF/1 1.3 on alpha.
18056
18057 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18058
18059         * install.sh: add some 'else true' clauses for portability
18060
18061         * configure.in: don't build libio for h8[35]00-*-* targets
18062
18063 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18064
18065         * Makefile.in:  Add support for new libio.
18066
18067 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18068
18069         * install.sh: If one command fails, don't try the rest.  Don't try
18070         to remove $dsttmp (via trap) unless we have already created it.
18071         If $src doesn't exist, detect it and exit with an error.
18072
18073         * config.guess: Recognize BSD on hp300.
18074
18075 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18076
18077         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18078         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18079
18080 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18081
18082         * Makefile.in (all-send-pr): depends on all-prms
18083
18084 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18085
18086         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18087
18088 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18089
18090         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18091         Added test for mips-mips-riscos5.
18092
18093 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18094
18095         * configure.in: use mh-hp300 for 68k HP hosts
18096
18097 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18098
18099         * configure: add support for CONFIG_SHELL, so that you can use
18100         some alternate shell for evaluating configure scripts
18101
18102 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18103
18104         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18105         in configure script to bug-gdb@prep.ai.mit.edu when building
18106         distribution archive.
18107         * Makefile.in (COMPRESS):  Remove def.
18108         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18109         gdb.tar.Z and make-gdb.tar.Z respectively.
18110         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18111         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18112         to convergence with 'taz' target in Makefile.in.
18113
18114 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18115
18116         * install.sh (dsttmp): use trap to ensure that tmp files go
18117         away on error conditions
18118
18119 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18120
18121         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18122
18123 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18124
18125         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18126         its parent is '/' not ''.
18127
18128         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18129
18130 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18131
18132         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18133         that ${newsrcdir}/configure.in does.
18134
18135 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18136
18137         * test-build.mk: support for CONFIG_SHELL
18138
18139 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18140
18141         * config.sub (netware):  Add as a basic system type.
18142
18143 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18144
18145         * Makefile.in (Makefile): depend on configure.in.  Also drop the
18146           $(srcdir)/ from the dependency on Makefile.in.
18147
18148 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18149
18150         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18151         (h8300hhms is temporary until multi-libraries are implemented).
18152         * configure.in: Handle h8300h too.
18153
18154 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18155
18156         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18157
18158 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18159
18160         * configure:  Remove extraneous output when guessing host type.
18161         * config.guess:  Remove extraneous output when guessing using C
18162         compiler rather than uname, or when guessing fails.
18163
18164 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18165
18166         * Makefile.in: remove all.cross and install.cross targets
18167
18168         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18169           definitions
18170
18171 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18172
18173         * configure.in (target sh): Build gprof.
18174
18175 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18176
18177         * config.sub: change -solaris to -solaris2
18178
18179 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18180
18181         * configure.in: Use config/mh-riscos for mips-*-sysv*.
18182
18183 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18184
18185         * configure: Correct error message for missing Makefile.in to
18186         print correct directory.
18187
18188 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18189
18190         * install.sh: kludge around 386BSD shell bug
18191
18192 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18193
18194         * config.guess:  Recognize NeXT.
18195         * config.guess:  Recognize i486-ncr-sysv4.
18196         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18197
18198 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18199
18200         * Makefile.in (MAKEINFOFLAGS): New variable.
18201         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18202         * build-all.mk, test-build.mk: Pass down --no-split as
18203         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18204
18205 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18206
18207         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18208
18209 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18210
18211         * Makefile.in (libg++.tar.z):  New rule.
18212         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18213         * Makefile.in (taz):  Only do a single chmod.
18214
18215 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18216
18217         * install.sh: don't use dirname anymore (replaced with sed usage)
18218
18219 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18220
18221         * Makefile.in:  Change extension for gzip'd files from '.z' to
18222         '.gz' per new FSF standard usage.
18223
18224 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18225
18226         * configure: put quotes around the final value of program_transform_name
18227
18228 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18229
18230         * Makefile.in: new install.sh support; update install-info rules
18231
18232 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18233
18234         * configure.in: Build diff for crosses, but not for go32 host.
18235
18236         * configure.in: Build gprof only for native, and don't build it
18237         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18238
18239 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18240
18241         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18242
18243 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18244
18245         * configure.in (host_tools): Add prms.
18246
18247 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18248
18249         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18250         with $(FLAGS_TO_PASS) on the command line
18251
18252         * config.sub: Recognize lynx and lynxos
18253
18254 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18255
18256         * config.sub: Accept -ecoff*, not just -ecoff.
18257
18258 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18259
18260         * Makefile.in (taz): Use .gz suffix instead of .z.
18261         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18262         names.
18263
18264 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18265
18266         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18267
18268 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18269
18270         * Makefile.in (install-no-fixedincludes):  install gcc last, so
18271         that rebuilds that might happen during 'make install' don't get
18272         bogus gcc include files
18273
18274 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18275
18276         Change from Utah for HPPA support:
18277         * config.guess: Recognize hppa1.x-hp-bsd.
18278
18279 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18280
18281         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18282         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18283
18284 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18285
18286         * config.sub: Add support for rom68k and bug boot monitors.
18287
18288 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18289
18290         * Makefile.in: Make all-opcodes depend on all-bfd.
18291
18292 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18293
18294         * config.guess: Added special check for i[34]86-univel-sysv4*.
18295
18296 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18297
18298         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18299         the processor rather than assuming i486.
18300
18301 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18302
18303         * config.guess: Recognize SunOS6 as Solaris3.
18304
18305 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18306
18307         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18308         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18309
18310 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18311
18312         * build-all.mk (all-cross): New target for Canadian Cross.
18313         Added Q2 go32 targets.
18314         * test-build.mk: Configure go32 cross sparclite-aout and
18315         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18316         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18317
18318 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18319
18320         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18321         GO32 hosted toolchains
18322
18323 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18324
18325         * configure: change  so "-exec-prefix" gets passed down rather
18326         than "-exec_prefix" so autoconf generated Makefiles get the
18327         exec_prefix set right.
18328
18329 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18330
18331         * config.guess: get the Solaris2 minor version number
18332
18333         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18334
18335 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18336
18337         * config.guess: Recognize some Sequent platforms.
18338
18339 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18340
18341         * Makefile.in: added the vault-install target
18342
18343         * configure.in: actually use the Sun3 makefile fragment that's in
18344         config, also added the release dir to configdirs
18345
18346 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18347
18348         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18349
18350 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18351
18352         * configure.in: remove some program from Alpha targetted toolchains
18353
18354 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18355
18356         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18357         gprof.
18358         (taz): Run "make diststuff" in those directories instead of "make
18359         proto-dir".  Look for "VERSION=" only at start of line in subdir
18360         Makefile.  Use "gzip -9" for compression.
18361         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18362         (binutils.tar.z): New target.
18363
18364 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18365
18366         * Makefile.in (taz): Include gpl.texinfo.
18367
18368 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18369
18370         * Makefile.in (setup-dirs): Merged into "taz" target.
18371         (taz): Only do `proto-dir' stuff if a directory is actually needed
18372         for this target.
18373
18374 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18375
18376         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18377         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18378         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18379         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18380         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18381
18382 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18383
18384         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18385         config.sub, and move-if-change to gdb testsuite distribution
18386         archive, so the testsuite can be extracted, configured, and
18387         run separately from the gdb distribution.  Blow away the Chill
18388         tests that require a Chill compiled executable, since GNU Chill
18389         is not yet publically available.
18390
18391 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18392
18393         * test-build.mk: set environment variables in a single command,
18394         instead of a list of assignments and exports
18395
18396         * config.guess: recognize Alpha/OSF1 systems
18397
18398 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18399
18400         * configure: Change help message to prefer --options rather than
18401           -options.
18402
18403 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18404
18405         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18406         zippy@ecst.csuchico.edu.
18407         * config.guess: Recognize miniframe.
18408
18409 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18410
18411         * Makefile.in: Use srcroot to find runtest rather than rootme.
18412         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18413
18414 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18415
18416         * test-build.mk: Extensive additions to support building on a
18417         machine other than the host.
18418
18419 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18420
18421         * configure (tooldir): Fix for i386-aix again.
18422
18423 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18424
18425         * configure, Makefile.in:  Change definition of $(tooldir)
18426         to match the FSF.
18427
18428 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18429
18430         * config.guess:  Recognize i[34]86/SVR4.
18431
18432 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18433
18434         * Makefile.in (all-gdb): gdb depends on sim.
18435
18436 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18437
18438         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18439         at the same time we make the prototype gdb directory.
18440         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18441         files at the same time as the gdb base release distribution.
18442
18443 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18444
18445         * Makefile.in (check): Use individual check targets rather than
18446         DO_X rule.
18447         (check-gcc): Added.
18448
18449 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18450
18451         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18452         for System V release 3.2.
18453
18454 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18455
18456         * config.sub: Recognize hppaosf.
18457         * configure.in: Do configure ld/binutils/gas for it.
18458
18459 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18460
18461         * configure (tooldir): Alter syntax used to set this, for systems
18462         where "\$" isn't handled right, like i386-aix.
18463
18464 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18465
18466         * configure: Pass program-transform-name, not
18467         program_transform_name, to recursive configures.
18468
18469 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18470
18471         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18472         of gas+ld+binutils.
18473
18474 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18475
18476         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
18477
18478 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18479
18480         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18481
18482 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18483
18484         * Makefile.in (PRMS): Set back to all-prms.
18485
18486 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18487
18488         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18489         targets, rather than for MIPS hosts.
18490
18491 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18492
18493         * configure.in: add comment for --with-x default values
18494
18495         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18496
18497         * Makefile.in: add check-* targets for each of the directories in
18498         the tree.  Add a definition of RUNTEST that will use the one we
18499         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
18500
18501 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
18502
18503         * configure.in: Removed obsolete references to bfd_target and
18504         target_makefile_frag.
18505
18506         * build-all.mk: Set assorted targets for Q2.
18507         * config.sub: Recognize z8k-sim and h8300-hms.
18508         * test-build.mk: Really don't pass host to configure.
18509         (HOLES): Added uname.
18510
18511 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
18512
18513         * configure: Handle an empty program-prefix, program-suffix or
18514         program-transform-name correctly.
18515
18516 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18517
18518         * build-all.mk: -G 8 no longer required for MIPS targets.
18519         * test-build.mk: Don't pass host argument to configure; make it
18520         guess.
18521
18522 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
18523
18524         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
18525         * Makefile.in (COMPRESS):  New macro, like GZIP.
18526
18527 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18528
18529         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18530
18531         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18532         with gas currently defaults to -G 0.
18533
18534 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
18535
18536         * Makefile.in (all-flex): flex depends on byacc.
18537
18538         * build-all.mk: If host not specified, use config.guess.  Pass TAG
18539         to test-build.mk as RELEASE_TAG.
18540         * test-build.mk (configargs): New variable containing arguments to
18541         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
18542         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18543
18544         * config.guess: Use /bin/uname when checking -X argument on SCO,
18545         to avoid invoking GNU uname which doesn't understand -X.
18546
18547         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18548
18549         * configure.in: Build gas for mips-*-*.
18550
18551 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18552
18553         * Makefile.in (all.normal): insert missing backslash.
18554
18555 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18556
18557         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18558
18559         * Makefile.in: Complete overhaul to merge many almost identical
18560         targets.
18561
18562 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18563
18564         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18565         (gdb.tar.Z): Adjusted.
18566
18567         * Makefile.in (setup-dirs, taz): New targets; should be general
18568         enough to adapt for gdb sometime.  Build only .z file.
18569         (gas.tar.z): New target.
18570
18571 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
18572
18573         * build-all.mk: Use CC=cc -Xs on Solaris.
18574
18575 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
18576
18577         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
18578         for handling BISON for FSF releases.
18579
18580 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18581
18582         * configure: Actually implement the change zoo just documented.
18583
18584 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
18585
18586         * configure: when using config.guess, only set target_alias when
18587         it's not already been set (ie, on the command line)
18588
18589 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18590
18591         * Makefile.in: add installcheck target, set PRMS to install-prms
18592
18593 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18594
18595         * configure: add support for package_makefile_fragment, handle the
18596         case where a directory has a configure.in file but no Makefile.in
18597         more gracefully (with an actual understandable error message, even);
18598         add support for --without (and add this to the usage message); also
18599         explicitly add a --host=${host_alias} to the command line when
18600         config.guess is used
18601
18602 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18603
18604         * configure: Must use both --host and --target in recursive calls.
18605
18606 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18607
18608         * Makefile.in: Change deja-gnu to dejagnu.
18609
18610 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18611
18612         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18613
18614 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18615
18616         * configure.in: canonicalize all instances to *-*-solaris2*,
18617         also strip out a number of tools to not build for go32 host
18618
18619 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18620
18621         * config.guess: add GPL.
18622
18623         * Makefile.in, config.guess, config.sub, configure: bump
18624           copyrights to 93.
18625
18626 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
18627
18628         * Makefile.in (do-info): Removed obsolete check for existence of
18629         localenv file.
18630
18631         * Makefile.in (MAKEOVERRIDES): Define to be empty.
18632
18633 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18634
18635         * Makefile.in: a couple of 'else true' for decstation,
18636         support for TclX
18637
18638         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18639
18640 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
18641
18642         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18643
18644 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
18645
18646         * config.guess: Recognize i386-ibm-aix (PS/2).
18647         * configure.in: Use config/mh-aix386 file for it.
18648
18649 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
18650
18651         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18652         CC_FOR_TARGET instead.
18653         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18654
18655 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
18656
18657         * Makefile.in: Add sim to list of directories sent with gdb
18658
18659 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18660
18661         * configure.in: Put back mips-dec-bsd* case.
18662
18663 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
18664
18665         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18666         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
18667         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18668
18669 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18670
18671         * configure.in: remove no-op mips-dec-bsd* in "case $target"
18672
18673         * Makefile.in (dir.info): only run gen-info-dir if it exists,
18674         (install-info): install dir.info only if it exists,
18675         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18676
18677 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
18678
18679         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
18680         gas for mips-dec-bsd.
18681
18682 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
18683
18684         * configure (makesrcdir): If ${srcdir} is relative and not ".",
18685         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18686
18687 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18688
18689         * configure.in: Added "dejagnu" to hosttools list.
18690
18691 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
18692
18693         * config.sub, configure.in, config.guess:  Add support
18694         for Bosx, an AIX variant from Bull.
18695         Patches from F.Pierresteguy@frcl.bull.fr.
18696
18697 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
18698
18699         * devo/dejagnu: Initial creation of devo/dejagnu.
18700         Migrated dejagnu testcases and support files for testing software
18701         tools to reside as subdirectories, currently called "testsuite",
18702         within the directory of the software tool.  Migrated all programs,
18703         support libraries, etc. beloging to dejagnu proper from
18704         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
18705         with no modifications.  The changes to these files which will
18706         allow them to configure, build, and execute properly will be made
18707         in a future update.
18708
18709 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18710
18711         * Makefile.in: Change send_pr to send-pr.
18712         * configure.in: Likewise.
18713         * send_pr: Renamed directory to send-pr.
18714
18715 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
18716
18717         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
18718
18719 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
18720
18721         * README:  Update for gdb-4.8 release.
18722         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
18723         gdb-xxx.tar.z (gzip'd) file also.
18724
18725 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18726
18727         * Makefile.in: make all-diff depend on all-libiberty
18728
18729 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
18730
18731         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18732
18733 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18734
18735         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18736
18737 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
18738
18739         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
18740         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
18741         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
18742
18743 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18744
18745         * Makefile.in:  makeinfo binary is in a new location
18746
18747 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
18748
18749         * config.sub: Accept -ecoff as an OS.
18750
18751         * Makefile.in: Various changes to eliminate a level of make
18752         recursion and reduce the required command line length.
18753         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18754         sub-makes.
18755         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18756         variables holding settings for specific sub-makes.
18757         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18758         in terms of BASE_FLAGS_TO_PASS.
18759         (TARGET_LIBS): New variable listing directories which use
18760         TARGET_FLAGS_TO_PASS.
18761         (subdir_do): Eliminated.
18762         (do-*): New set of targets to replace subdir_do.
18763         (various): All targets which used subdir_do now depend on do-*.
18764         (local-clean): Renamed from do_clean.
18765         (local-distclean): New target, dependency of distclean and
18766         realclean.
18767         (install-info): Don't create directories.  Depend on dir.info
18768         rather than calling make recursively.
18769         (install-dir.info): Eliminated.
18770         (install-info-dirs): Create all info directories here.
18771         (dir.info): Depend upon do-install-info.
18772
18773         * test-build.mk (HOLES): Added false.
18774
18775 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
18776
18777         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
18778
18779 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18780
18781         * Makefile.in (info): remove dependency on all-texinfo.  The
18782         problem was really in texinfo/C, not at this level.
18783
18784 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
18785
18786         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18787
18788 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
18789
18790         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
18791         GDB releases.
18792
18793 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18794
18795         * configure: Include srcdir in message about target of link not
18796         being found.  Don't convert `-' to `_' in `with' options being
18797         passed to subdirs.
18798
18799 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18800
18801         * configure.in: add uudecode to host_tools
18802
18803         * Makefile.in: added {all,install}-uudecode targets, added them to
18804         the appropriate lists
18805
18806 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
18807
18808         * Makefile.in (all-gcc): Added dependency on all-gas.
18809
18810         * configure.in (mips-*-*): Build ld and binutils.
18811
18812 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18813
18814         * configure: check return code from mkdir, print error message and
18815           exit on failure.
18816
18817 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
18818
18819         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
18820
18821 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18822
18823         * test-build.mk (HOLES): Added tar, cpio and uudecode.
18824
18825 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18826
18827         * config.sub (h8500):  Recognize this as a cpu type.
18828
18829 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18830
18831         * configure: source directory missing is no longer a warning
18832
18833         * configure.in: recognize irix[34]* instead of irix[34]
18834
18835         * Makefile.in: define and pass down X11_LIB
18836
18837 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
18838
18839         * guess-systype: Renamed to ...
18840         * config.guess:  ... by popular request.
18841         * configure.in, Makefile.in:  Update accordingly.
18842
18843 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
18844
18845         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
18846         + Add Convex, Cray/Unicos, and Encore/Multimax support.
18847         + Execute ./dummy instead of assuming . is in PATH.
18848
18849 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
18850
18851         * guess-systype:  New shell script.  Attempts to guess the
18852         canonical host name of the executing host.
18853         Only a few hosts are supported so far.
18854         * configure:  Call guess-systype if no host is specified.
18855
18856 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
18857
18858         * Makefile.in (gcc-no-fixedincludes): Made to work with current
18859         gcc Makefile.
18860
18861 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
18862
18863         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18864         (all-gcc, install-gcc, subdir_do): Use it.
18865
18866 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
18867
18868         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18869
18870 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
18871
18872         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18873           set exclusively by configure, using configure.in .
18874
18875 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18876
18877         * test-build.mk: set $PATH for all builds
18878
18879         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18880
18881 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
18882
18883         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
18884         the one used in gcc/Makefile.in, so that a null expansion doesn't
18885         override the one needed to build gcc with a native cc.
18886
18887 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18888
18889         * configure: Accept -with arguments.
18890
18891 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18892
18893         * Makefile.in: added h8300sim
18894
18895 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
18896
18897         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18898         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
18899         (all-cygnus, native, build-cygnus): Make
18900         $(canonhost)-stamp-3stage-done, not $(host)....
18901         * test-build.mk (stamp-3stage-compared): Use tail +10c for
18902         i386-sco3.2v4.  Added else true to if command.
18903
18904 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
18905
18906         * config.sub: (from FSF) Sequent uses a BSD-like OS.
18907
18908 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
18909
18910         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18911
18912 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18913
18914         * configure.in: don't remove binutils from Solaris builds
18915
18916 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
18917
18918         * Makefile.in: get rid of earlier definitions for *clean,
18919         also handle the recursive info rule better
18920
18921 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
18922
18923         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
18924         do more-or-less the right thing.
18925
18926 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
18927
18928         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18929         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18930
18931 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18932
18933         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18934         $(host_canonical).
18935
18936         * configure.in: split the configdirs list into 4 categories (native
18937         v. cross, library v. tool) and handle the cross-only and native-
18938         only in more reasonable (and correct!) way.
18939
18940 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
18941
18942         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
18943         configdirs anymore.
18944
18945 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18946
18947         * Makefile.in: extensive cleanup::  removed all of the explicit
18948         clean-* targets, collapsed many wrappers around subdir_do into
18949         one, added additional targets to satisfy standards.texi, deleted
18950         some old targets, some changes for consistency
18951
18952 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18953
18954         * configure.in: handle some programs as cross-only, and others as
18955         native only
18956
18957         * test-build.mk: handle partial holes in a more generic manner
18958
18959         * Makefile.in: m4 depends on libiberty
18960
18961 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18962
18963         * configure.in: add m4, textutils, fileutils, sed, shellutils,
18964         time, wdiff, and find to configdirs
18965
18966         * Makefile.in: all, clean, and install rules for the new programs
18967         added to configure.in
18968
18969 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18970
18971         * configure.in: use mh-sun for all *-sun-* hosts
18972
18973 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18974
18975         * Makefile.in: define flags for X11 include files and library file
18976         locations, pass them down to the programs that need this info
18977
18978         * build-all.mk: added a 'native' target, to 3stage the native toolchain
18979
18980 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18981
18982         * configure.in: start building libg++ for HP-UX targets
18983
18984 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
18985
18986         * README:  Update references to files moved into etc/.
18987
18988 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
18989
18990         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
18991         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
18992
18993 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
18994
18995         * configure: accept dash as well as underscore in long option
18996         names for FSF compatibility.
18997
18998 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
18999
19000         * config.sub: added -sco3.2v4 support from FSF.
19001
19002 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19003
19004         * configure.in: expand the section that adds or removes
19005         directories from the list of programs to build, to handle native
19006         vs. cross in addition to host v. native
19007
19008 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19009
19010         * Makefile.in:  Replace C++ in macro names with CXX.
19011         This is less likely to break ...
19012
19013 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19014
19015         * test-build.mk: add -w to GNU_MAKE
19016
19017 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19018
19019         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19020         add 'sparc' to list of recognized cpus.  This needed to make
19021         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19022         Delete some redundant ose68 variants.  Recognize -wrs as an os,
19023         then changes that into $CPU-wrs-vxworks.
19024
19025         * configure.in: remove most references to gdbtest, regularize
19026         target based program removal
19027
19028         * test-build.mk: import from p3 tree (many fixes and changes)
19029
19030 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19031
19032         * Makefile.in: added rules to handle tcl, tk, and expect
19033
19034         * configure.in: handle those directories if they exist
19035
19036 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19037
19038         * config.sub: removed bogus hppabsd and hppahpux names, since
19039         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19040
19041 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19042
19043         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
19044         depends upon all-xiberty
19045
19046         * Makefile.in: changes from p3, including:
19047
19048         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
19049
19050         * Makefile.in (XTRAFLAGS): include newlib directories if
19051         newlib/Makefile exists, rather than if host != target.
19052
19053         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
19054
19055         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19056         from the same source tree and not building a cross-compiler.  This
19057         matters for the libg++ configuration if reconfiguring a tree that
19058         has already been installed.
19059
19060         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
19061
19062         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19063         pick up the machine and system specific header files.
19064
19065         * Makefile.in: added AS_FOR_TARGET, passed down in
19066         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19067         the C compiler to use to create programs which are run in the
19068         build environment, set it to default to $(CC), and passed it down
19069         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19070
19071         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
19072
19073         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19074         We need them for unusual native builds, like systems without
19075         ranlib.
19076
19077         * configure: also define $(host_canonical) and
19078         $(target_canonical), which are the full, canonical names for the
19079         given host and target
19080
19081 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19082
19083         * Makefile.in:  Added separate definitions for C++.
19084
19085 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19086
19087         * configure.in (configdirs):  Add deja-gnu.
19088
19089 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19090
19091         * README:  Update for configure.texi and gdb-4.7 release.
19092
19093 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19094
19095         * Makefile.in:  Move "all" target to top of file.
19096         Previously, first target was ".PHONY" which caused BSD4.4 make
19097         to build .PHONY when make was run without arguments.
19098
19099 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19100
19101         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19102         Library-copylefted code in libiberty.
19103
19104 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19105
19106         * config.sub:  Replace m68kmote with plain old m68k.
19107
19108 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19109
19110         * Makefile.in:  Remove space from blank line, avoid Make complaints.
19111
19112 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19113
19114         * config.sub: Complain if no argument is given.  Added support for
19115         386bsd as OS and target alias.
19116
19117 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19118
19119         * Makefile.in (XTRAFLAGS): include newlib directories if
19120         newlib/Makefile exists, rather than if host != target.
19121
19122 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19123
19124         * config.sub: recognize sparclite-wrs-vxworks.
19125
19126         * Makefile.in (install-xiberty): added *-xiberty make rules (from
19127         p3.) Added clean-xiberty to clean.
19128
19129 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19130
19131         * configure.in: use *-*-* instead of nested cases for host and target
19132
19133 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19134
19135         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19136         from the same source tree and not building a cross-compiler.  This
19137         matters for the libg++ configuration if reconfiguring a tree that
19138         has already been installed.
19139
19140 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19141
19142         * config.sub (i486v/i486v4):  Merge in from FSF version.
19143
19144 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19145
19146         * configure: only set PWD if it is already set.
19147
19148 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19149
19150         * configure: just set PWD=`pwd` at the top, since Ultrix sh
19151         doesn't have unset and all success paths (and most error paths)
19152         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19153         to just ${PWD} to avoid confusion.)
19154
19155 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19156
19157         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19158         even for a native compilation.
19159
19160 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19161
19162         Changes to make the gdb.tar.Z rule work better.
19163
19164         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19165         (DEVO_SUPPORT):  Add configure.texi.
19166         (bfd-ilrt.tar.Z):  Remove ancient rule.
19167
19168 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19169
19170         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19171         pick up the machine and system specific header files.
19172
19173         * configure.in, config.sub: added new target m68010-adobe-scout,
19174         with alias of adobe68k.  Changed configure.in to check for
19175         -scout before -sco* to avoid a false match.
19176
19177         * Makefile.in: added AS_FOR_TARGET, passed down in
19178         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19179         the C compiler to use to create programs which are run in the
19180         build environment, set it to default to $(CC), and passed it down
19181         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19182
19183 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19184
19185         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19186         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19187         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19188         FOR_TARGET variants, to newlib and libg++.
19189
19190 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19191
19192         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19193         first.
19194
19195 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19196
19197         * config.sub:  Accept `elf' as an environment.
19198
19199 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19200
19201         * Makefile.in (all-opcodes):  cd into the right directory
19202
19203 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19204
19205         * configure: added -program_transform_name option, used as
19206         argument to sed when installing programs.
19207         configure.texi: added documentation for -program_prefix,
19208         -program_suffix and -program_transform_name.
19209
19210 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19211
19212         * config.sub:  Accept i486 where i386 ok.
19213
19214 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19215
19216         * config.sub: accept we32k
19217
19218 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19219
19220         * config.sub, configure.in: accept OSE68000 and OSE68k.
19221
19222         * Makefile.in: don't create all directories for ``make install'';
19223         let the subdirectories create the ones they need.
19224
19225 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19226
19227         * COPYING: new file, GPL v2
19228
19229 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19230
19231         * Makefile.in: use the new gen-info-dir, which needs a template
19232         argument (which also lives in texinfo)
19233
19234         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19235
19236 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19237
19238         * config.sub (ncr3000):  Change i386 to i486.
19239
19240 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19241
19242         * Makefile.in: add install-rcs, install-grep to
19243         install-no-fixedincludes, removed install-bison and install-libgcc
19244
19245 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19246
19247         * configure.in: grab the HPUX makefile fragment if on HPUX
19248
19249 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19250
19251         * Makefile.in: eradicate bison spoor (ditto libgcc).
19252          configure.in: recognise m68{k,000}-ericsson-OSE.
19253          es1800 is alias for m68k-ericsson-OSE
19254
19255 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19256
19257         * configure.in: rearrange the parts that remove programs from
19258         configdirs, based now on HOST==TARGET or by canonical triple.
19259
19260 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19261
19262         * test-build.mk: recurse explicitly with -f test-build.mk when
19263           appropriate.  predicate stage3 and comparison on the existence
19264           of gcc.  That is, if gcc isn't around, we aren't three-staging.
19265           On very clean, also remove ...stamp-co.  Build in-place before
19266           doing other builds.
19267
19268 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19269
19270         * Makefile.in, configure.in: add tgas
19271
19272 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19273
19274         * Makefile.in: a number of changes merged in from progressive.
19275
19276         * configure.in: add libm.
19277
19278         * .cvsignore: ignore some stuff that comes from test-build.mk.
19279
19280 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19281
19282         * config.sub:  Add es1800 (m68k-ericsson-es1800).
19283
19284 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19285
19286         * configure: Add program_suffix (parallel to program_prefix)
19287         * Makefile.in: adjust directory-creating script for losing decstation
19288
19289 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19290
19291         * configure:  Minor $subdir-related fixes.
19292
19293 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19294
19295         * configure: fix various problems with propogating
19296         makefile_target_frag in subdirs.
19297         * configure.in: config libgcc if its there
19298
19299 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19300
19301         * config.sub:  HPPA merge.
19302
19303 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19304
19305         * Makefile.in:  Replace all-bison with all-byacc in all
19306         dependency lines for other tools (which now use byacc).
19307
19308 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19309
19310         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19311
19312 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19313
19314         * Makefile.in: make gprof rules similar to byacc rules (instead of
19315         vestigal $(unsubdir) that didn't work...)
19316
19317 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19318
19319         * config.sub:  Add support for Linux.
19320         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19321         (at least for libg++).
19322
19323 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19324
19325         * configure.texi: fix doc for the -nfp option to configure
19326
19327 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19328
19329         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19330
19331 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19332
19333         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19334         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19335         * configure.in: added solaris* host_makefile_frag hook.
19336
19337 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19338
19339         * config.sub: changed recognition of m68000 so that various
19340         m68k types can be specified via m680[01234]0
19341
19342 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19343
19344         * config.sub (basic_machine): fix sed so that '-foo' isn't
19345         completely substituted out while .+'-foo' loses the '-foo'
19346
19347 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19348
19349         * config.sub ($os): Add -aout.
19350
19351 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19352
19353         * configure:  If host_makefile_frag is absolute, don't
19354         prefix ${invsubdir} (relevant to libg++ auto-configure).
19355
19356 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19357
19358         * Makefile.in (tooldir): Define it.
19359         (all-ld): Depend on all-flex.
19360
19361 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19362
19363         * Makefile.in (check):  Fix libg++ special case.
19364
19365 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19366
19367         * configure: do not bury `pwd` into config.status, thus do fewer
19368           pwd's.
19369
19370         * configure: print the "Building in" message only when building in
19371           other than "." AND verbose.
19372
19373         * configure: remove -s, rework -v to better accommodate guested
19374           configures.
19375
19376         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19377
19378 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19379
19380         * Makefile.in: macroize flags passed on recursion.  remove
19381           fileutils.
19382
19383 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19384
19385         * configure: get makesrcdir right for subdirs deeper than 1.
19386
19387         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19388           install.
19389
19390 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19391
19392         * Makefile.in: don't print subdir_do or recursion lines.
19393
19394 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19395
19396         * standards.texi: added menu item.
19397
19398         * Makefile.in: build and install standards.info.
19399
19400         * standards.texi: new file.
19401
19402 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19403
19404         * configure: test for and move config.status pieces from
19405           ${subdir}/.
19406
19407 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19408
19409         * configure:  Test for existance of files before trying to mv
19410         them, to avoid numerous non-existance messages.
19411
19412 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19413
19414         * configure: correct final line of config.status.
19415
19416         * configure: patch from eggert.  Avoids a protection problem if
19417           the original Makefile.in is read only.
19418
19419         * configure: use move-if-change from gcc to create config.status.
19420           Some makefiles depend on config.status to tell if a directory
19421           has been reconfigured for a different host.  This change
19422           prevents those directories from remaking everything in the case
19423           where the reconfig was only intended to rebuild a Makefile.
19424
19425         * configure: test for config.sub with "config.sub sun4" rather
19426           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19427           host alias from a missing config.sub.
19428
19429 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19430
19431         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19432           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19433
19434 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19435
19436         * configure: mkdir ${subdir} as needed.
19437
19438 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19439
19440         * Makefile.in,configure.in: added autoconf.
19441
19442 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19443
19444         * Makefile.in: no longer pass against on recursion.
19445
19446         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19447           definitions are not inherited.
19448
19449         * configure: correct makesrcdir when subdir is .
19450
19451 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19452
19453         * configure:  Add support for 'subdirs' variable, which is
19454         like 'configdirs', except that configure doesn't re-invoke
19455         itself for subdirs, it just creates a Makefile for each subdir.
19456         * configure.texi:  Document subdirs.
19457
19458 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19459
19460         * configure.in: added flex to configdirs
19461
19462 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19463
19464         * Makefile.in: remove clean-stamps from clean.
19465
19466 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19467
19468         * configure.in:  Add gdbtest to configdirs.
19469
19470 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19471
19472         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19473         to recursive makes.
19474         * configure.in:  Recognize new ncr3000 config.
19475
19476 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
19477
19478         * Makefile.in, configure.in: removed references to gdbm.
19479
19480 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
19481
19482         * config.sub:  Don't canonicalize os value
19483         newsos* to bsd (readline needs to check for newsos).
19484         (This fix was earlier made Jan 31, but got re-broken.)
19485
19486 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
19487
19488         * configure.in:  sco is an os, not a vendor!
19489
19490         * configure:  Quote $( better.  Keep various shells happy.
19491
19492 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
19493
19494         * Makefile.in: eliminate stamp-files.
19495
19496 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
19497
19498         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
19499           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19500
19501 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
19502
19503         * config.sub:  fix iris/iris3.
19504
19505 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
19506
19507         * configure: re-add -rm.
19508
19509 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
19510
19511         * Maskefile.in: add .stmp-rcs to all.
19512
19513         * configure.in: remove gas from rs6000 build, use aix host fragment.
19514
19515 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
19516
19517         * configure: pass down site_option during recursion.
19518
19519 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
19520
19521         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
19522
19523 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
19524
19525         * configure: Change exec_prefix so that it really defaults to prefix.
19526
19527 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
19528
19529         * Makefile.in, configure.in:  Add support for mmalloc library.
19530
19531 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
19532
19533         * Makefile.in: add stmp dependencies for a few more things.
19534
19535 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
19536
19537         * configure: adjusted error message on objdir/srcdir configure
19538           collision, per john's suggestion.
19539
19540         * Makefile.in: add libiberty stmp to all and all.cross.
19541
19542 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
19543
19544         * Makefile.in: remove force dependencies, add grep to all.
19545
19546 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
19547
19548         * Makefile.in: drop flex.  make stamp files work.
19549
19550         * configure: added test for conflicting configuration in srcdir,
19551           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
19552           gets cranky.  use relative paths for configure and srcdir
19553           whenever possible.  Send some error messages to stderr that were
19554           going to stdout.
19555
19556 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
19557
19558         * Makefile.in:  Fix libg++ rule to check for gcc directory
19559         before using gcc/gcc.  Also pass XTRAFLAGS.
19560
19561 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
19562
19563         * Makefile.in: added stmp-files so that directories aren't polled
19564           when they are already built.
19565
19566         * configure.texi: fixed a node pointer problem.
19567
19568 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
19569
19570         * config.sub configure.in gdb/configure.in
19571         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19572         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19573         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
19574
19575 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19576
19577         * configure: -recurring becomes -silent.  corrected help message
19578           for -site= option.
19579
19580         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19581
19582 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19583
19584         * configure: when building Makefile for crosses, replace
19585           tooldir and program_prefix.  default srcdir from location of
19586           config.sub.  remove "for host in hosts" and "for target in
19587           targets" loops.
19588
19589 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19590
19591         * Makefile.in: Do not pass bindir or mandir to cvs.
19592
19593 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
19594
19595         * Makefile.in, configure.in: removed traces of namesubdir,
19596           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
19597           copyrights to '92, changed some from Cygnus to FSF.
19598
19599         * configure.texi: remove most references to multiple hosts,
19600           multiple targets, subdirs, etc.
19601
19602         * configure.man: removed rcsid. reference config.sub not
19603           config.subr.
19604
19605         * Makefile.in: mkdir $(infodir) on install-info.
19606
19607 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
19608
19609         * configure.texi:  Explain better about .gdbinit and about
19610         the environment that configure.in sections run in.
19611
19612 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
19613
19614         * configure.in:  Ultrix is only a decstation if it's a MIPS.
19615
19616 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
19617
19618         * README:  DOC.configure => cfg-paper.texi.
19619
19620 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
19621
19622         * config.sub (near case $os):  Don't convert newsos* to bsd!
19623
19624 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
19625
19626         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
19627         the number of copies of COPYING that go into the GDB tar file.
19628
19629 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
19630
19631         * bfd/configure.in, gdb/config/mh-i386sco,
19632         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19633         Fix SCO configuration stuff.
19634
19635 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
19636
19637         * Makefile.in:  For libg++, make sure the -I pointing
19638         to the gcc directory goes *after* all the libg++-local -I flags.
19639         Also, move just-gcc dependency from just-libg++ to all-libg++.
19640
19641 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
19642
19643         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
19644
19645 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
19646
19647         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
19648
19649 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
19650
19651         * config.sub:  Add stratus configuration frags.  Also
19652         submitted to FSF.
19653
19654 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
19655
19656         * Makefile.in (DEV_SUPPORT):  add configure.man.
19657
19658         * config.sub(Decode manufacturer-specific):  add -none*.
19659
19660 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
19661
19662         * Makefile.in:  remove form feeds to make Sun's make happy.
19663         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
19664
19665 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
19666
19667         * Makefile.in (AR_FLAGS):  Make quieter.
19668
19669 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
19670
19671         * configure.in:  Add libg++.
19672         * configure:  When verbose, don't output the command line at each
19673         level; it will be unremarkably the same as the previous version,
19674         which will be the same as what the user typed.
19675
19676 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
19677
19678         * configure.in, Makefile.in: fix clean-info, add flex.  add
19679           fileutils.
19680
19681         * configure: be less sensitive to spaces in Makefile.in.  Do not
19682           look for sources in "..".  Doing so breaks subdirectories that
19683           might have their own configure.  If a subdir has it's own
19684           configure script, use it.
19685
19686 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
19687
19688         * cfg-paper.texi: some changes suggested by rms.
19689
19690 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
19691
19692         * config.sub:  Merge in some small additions from the FSF version,
19693         taken from the gcc distribution, to bring the Cygnus and FSF
19694         versions into closer sync.
19695
19696 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
19697
19698         * configure.in:  Changed svr4 references to sysv4.
19699
19700 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
19701
19702         * configure: added -V for version number option.
19703
19704 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
19705
19706         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19707           renamed from DOC.configure to cfg-paper.texi.
19708
19709 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19710
19711         * configure, config.subr, config.sub: config.subr is now
19712           config.sub again.
19713
19714 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
19715
19716         * configure.texi: new file, in progress.
19717
19718         * Makefile.in: build info file and install the man page for
19719           configure.
19720
19721         * configure.man: new file, first cut.
19722
19723         * configure: find config.subr again now that configuration "none"
19724           has gone.  removed all traces of the -ansi option.  removed all
19725           traces of the -languages option.
19726
19727         * config.subr: resync from rms.
19728
19729 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19730
19731         * configure, config.sub, config.subr: merge config.sub into
19732           config.subr, call the result config.subr, remove config.sub, use
19733           config.subr.
19734
19735         * Makefile.in: revised install for dir.info.
19736
19737 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19738
19739         * configure.in: add decstation host makefile frag.
19740
19741         * Makefile.in: BISON now bison -y again.  also install-gcc on
19742           install.  clean-gdbm on clean.  infodir belongs in datadir.
19743           Make directories for info install.  Build dir.info here then
19744           install it.
19745
19746 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19747
19748         * Makefile.in: fix for bad directory tests.
19749
19750 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19751
19752         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
19753           regexp.  -srcdir relative was being handled incorrectly.
19754
19755         * Makefile.in: unwrapped some for loops so that parallel makes
19756           work again and so one can focus one's attention on a particular
19757           package.
19758
19759 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19760
19761         * configure: added PWD as a stand in for `pwd` (for speed). use
19762           elif wherever possible.  make -srcdir work without -objdir.
19763           -objdir= commented out.
19764
19765 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19766
19767         * configure: +options become --options.  -subdirs commented out.
19768           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
19769           Makefile now at top of generated Makefile.  Removed cvs log
19770           entries.  added -srcdir.  create .gdbinit only if there is one
19771           in ${srcdir}.
19772
19773         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
19774           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
19775           and mandir now keyed off datadir by default.
19776
19777 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
19778
19779         * Freshly created ChangeLog.
19780
19781 \f
19782 Local Variables:
19783 mode: change-log
19784 left-margin: 8
19785 fill-column: 76
19786 version-control: never
19787 End: