]> git.ipfire.org Git - thirdparty/gcc.git/blob - ChangeLog
configure.ac (*-*-linux-android*): Set target_makefile_frag.
[thirdparty/gcc.git] / ChangeLog
1 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2
3 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
4 * configure: Regenerate.
5
6 2017-05-31 Martin Liska <mliska@suse.cz>
7
8 * configure.ac: Add handling of stage2_werror_flags to
9 action-if-given and to action-if-not-given.
10 * configure: Regenerate.
11
12 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
13
14 * MAINTAINERS: Add self to Write After Approval
15
16 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
17
18 * MAINTAINERS: Update my email address, and remove myself as
19 maintainer in some areas.
20
21 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
22
23 * MAINTAINERS: Add self to Write After Approval
24
25 2017-05-25 Nathan Sidwell <nathan@acm.org>
26
27 * configure.ac: Add --enable-languages=default to mean default and
28 make --enable-languages=all mean all supported languages.
29 * configure: Regenerated.
30
31 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
32
33 * config.gcc (powerpc*-*-*spe*): New.
34 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
35 (powerpc-*-rtems*spe*): New.
36 (powerpc*-*-linux*spe*): New.
37 (powerpc-wrs-vxworksspe): New.
38 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
39 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
40 * config.host (powerpc*-*-*spe*): New.
41
42 2017-05-19 Martin Liska <mliska@suse.cz>
43
44 * configure.ac: Add --enable-werror-always just for
45 bootstrap-debug (or none build config) and do not add it
46 when we are on a release branch.
47 * configure: Regenerated.
48
49 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
50
51 * MAINTAINERS: Add self to Write After Approval
52
53 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
54
55 * MAINTAINERS: Move myself to Write After Approval section.
56
57 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
58
59 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
60 ACCH registers.
61 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
62 available.
63 (umulsidi3): Likewise.
64 (mulsidi3_700): Disable this pattern when we have advanced mpy
65 instructions.
66 (umulsidi3_700): Likewise.
67 (maddsidi4): New pattern.
68 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
69 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
70 (mpydu_imm_arcv2hs): Likewise.
71 * config/arc/predicates.md (accl_operand): New predicate.
72
73 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
74 Andrew Burgess <andrew.burgess@embecosm.com>
75
76 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
77 case.
78 (ARC_AUTOFP_IRQ_P): Likewise.
79 (ARC_AUTO_IRQ_P): Likewise.
80 (rgf_banked_register_count): New variable.
81 (parse_mrgf_banked_regs_option): New function.
82 (arc_override_options): Handle rgf_banked_regs option.
83 (arc_handle_interrupt_attribute): Add firq option.
84 (arc_compute_function_type): Return fast irq type when required.
85 (arc_must_save_register): Handle fast interrupts.
86 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
87 (arc_return_address_regs): Update.
88 * config/arc/arc.h (arc_return_address_regs): Update.
89 (arc_function_type): Add fast interrupt type.
90 (ARC_INTERRUPT_P): Update.
91 (RC_FAST_INTERRUPT_P): Define.
92 * config/arc/arc.md (simple_return): Update for fast interrupts.
93 (p_return_i): Likewise.
94 * config/arc/arc.opt (mrgf-banked-regs): New option.
95 * doc/invoke.texi (mrgf-banked-regs): Document.
96
97 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
98
99 * config/arc/arc.c (irq_ctrl_saved): New variable.
100 (ARC_AUTOBLINK_IRQ_P): Define.
101 (ARC_AUTOFP_IRQ_P): Likewise.
102 (ARC_AUTO_IRQ_P): Likewise.
103 (irq_range): New function.
104 (arc_must_save_register): Likewise.
105 (arc_must_save_return_addr): Likewise.
106 (arc_dwarf_emit_irq_save_regs): Likewise.
107 (arc_override_options): Handle deferred options.
108 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
109 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
110 arc_must_save_return_addr.
111 (arc_compute_frame_size): Handle automated save and restore of
112 registers.
113 (arc_expand_prologue): Likewise.
114 (arc_expand_epilogue): Likewise.
115 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
116 * config/arc/arc.opt (mirq-ctrl-saved): New option.
117 * doc/invoke.texi (mirq-ctrl-saved): Document option.
118
119 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
120 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
121
122 PR bootstrap/77661
123 * Makefile.def: Don't pass --enable-maintainer-mode on to an
124 in-tree build MPC.
125 * Makefile.in: Regenerate.
126
127 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
128
129 * configure.ac: Enable LTO by default on darwin >= 9.
130 * configure: Regenerate.
131
132 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
133
134 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
135 and Andrew Waterman as the RISC-V maintainers.
136
137 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
138
139 * MAINTAINERS: Add self to Write After Approval
140
141 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
142
143 * config.guess: Import latest from upstream.
144
145 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
146
147 * MAINTAINERS (Write After Approval): Remove entries that are
148 already covered under Reviewers.
149
150 2017-03-08 Mark Wielaard <mark@klomp.org>
151
152 PR demangler/70909
153 PR demangler/67264
154 * include/demangle.h: Add d_printing to struct demangle_component
155 and pass struct demangle_component as non const.
156
157 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
158
159 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
160
161 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
162
163 * Makefile.tpl: Remove HOST_ISLVER.
164 (HOST_EXPORTS): Remove ISLVER.
165 * Makefile.in: Regenerate.
166
167 2017-02-13 Richard Biener <rguenther@suse.de>
168
169 * configure: Re-generate.
170
171 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
172
173 * MAINTAINERS: Adjust bug reporting URL.
174
175 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
176
177 * MAINTAINERS (Write After Approval): Remove redundant entry
178 for Andrew Burgess.
179
180 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
181
182 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
183 32-bit hppa*-*-hpux*.
184 * configure: Regenerate.
185
186 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
187
188 * configure.ac: Moved the white list of enabling BRIG FE to
189 libhsail-rt/configure.tgt.
190 * configure: Regenerated.
191 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
192
193 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
194 Martin Jambor <mjambor@suse.cz>
195
196 * Makefile.def (target_modules): Added libhsail-rt.
197 (languages): Added language brig.
198 * Makefile.in: Regenerated.
199 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
200 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
201 * configure: Regenerated.
202
203 2017-01-17 Jakub Jelinek <jakub@redhat.com>
204
205 PR other/79046
206 * configure: Regenerated.
207
208 2017-01-04 Alan Modra <amodra@gmail.com>
209
210 * configure: Regenerate.
211
212 2016-12-29 Ben Elliston <bje@gnu.org>
213
214 * config.sub: Import latest version.
215
216 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
217
218 * MAINTAINERS (Write After Approval): Add myself.
219
220 2016-12-21 Jakub Jelinek <jakub@redhat.com>
221
222 * configure.ac: Don't bootstrap libmpx unless --with-build-config
223 includes bootstrap-mpx.
224 * configure: Regenerated.
225
226 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
227
228 * MAINTAINERS (Write After Approval): Add myself.
229
230 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
231
232 * configure: Regenerate.
233
234 2016-12-01 Matthias Klose <doko@ubuntu.com>
235
236 * configure.ac: Don't use pkg-config to check for bdw-gc.
237 * configure: Regenerate.
238
239 2016-11-30 Matthias Klose <doko@ubuntu.com>
240
241 * Makefile.def: Remove reference to boehm-gc target module.
242 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
243 options and for the bdw-gc pkg-config module.
244 * configure: Regenerate.
245 * Makefile.in: Regenerate.
246
247 2016-11-28 Nathan Sidwell <nathan@acm.org>
248
249 * MAINTAINERS (nvptx): Remove self.
250
251 2016-11-25 Ben Elliston <bje@gnu.org>
252
253 * config.guess: Import latest version.
254 * config.sub: Likewise.
255
256 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
257
258 * MAINTAINERS (Write After Approval): Add myself.
259
260 2016-11-15 Matthias Klose <doko@ubuntu.com>
261
262 * Makefile.def: Remove references to GCJ.
263 * Makefile.tpl: Likewise.
264 * Makefile.in: Regenerate.
265
266 2016-11-15 Matthias Klose <doko@ubuntu.com>
267
268 * config-ml.in: Remove references to GCJ.
269 * configure.ac: Likewise.
270 * configure: Regenerate.
271
272 2016-11-01 Josh Conner <joshconner@google.com>
273
274 * MAINTAINERS (Write After Approval): Update email address,
275
276 2016-10-27 Carl Love <cel@us.ibm.com>
277
278 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
279 Approval list to make it alphabetical.
280
281 2016-10-27 Carl Love <cel@us.ibm.com>
282
283 * MAINTAINERS (Write After Approval): Add myself.
284
285 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * MAINTAINERS (Reviewers): Add myself.
288 (Write After Approval): Add myself.
289
290 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
291 Ulrich Weigand <uweigand@de.ibm.com>
292
293 * MAINTAINERS: Update email address.
294
295 2016-10-10 Nathan Sidwell <nathan@acm.org>
296
297 * MAINTAINERS: Update email address.
298
299 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
300
301 * configure.ac: Add aarch64-*-freebsd*.
302 * configure: Regenerate.
303
304 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
305
306 * MAINTAINERS: Update email address after it got reverted.
307
308 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
309
310 * configure.ac (target_libraries): Readd target-boehm-gc.
311 Restore --enable-objc-gc handling.
312 * configure: Regenerate.
313
314 2015-10-03 Jeff Law <law@redhat.com>
315
316 * MAINTAINERS: Move several inactive maintainers to the
317 write-after-approval section.
318
319 2016-09-30 Jakub Jelinek <jakub@redhat.com>
320
321 * configure.ac: Add target-libffi to target_libraries.
322 Readd libgcj target disablings, modified to only target-libffi.
323 Readd target addition of go to unsupported languages.
324 * configure: Regenerated.
325
326 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
327
328 * MAINTAINERS: Update email address.
329
330 2016-09-30 Andrew Haley <aph@redhat.com>
331
332 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
333 write-after approval. Remove Tom Tromey and Bryce McKinlay from
334 libgcj.
335
336 2016-09-30 Andrew Haley <aph@redhat.com>
337
338 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
339 write-after approval after GCJ deletion.
340
341 2016-09-30 Andrew Haley <aph@redhat.com>
342
343 * Makefile.def: Remove libjava.
344 * Makefile.tpl: Likewise.
345 * Makefile.in: Regenerate.
346 * configure.ac: Likewise.
347 * configure: Likewise.
348 * gcc/java: Remove.
349 * libjava: Likewise.
350
351 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
352
353 * MAINTAINERS (Reviewers): Add myself.
354
355 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
356
357 * configure.ac: Disable "sim" directory for arc*-*-*.
358 * configure: Regenerated.
359
360 2016-09-23 Tamar Christina <tamar.christina@arm.com>
361
362 * MAINTAINERS (Write After Approval): Add myself.
363
364 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
365
366 * configure.ac: Check for the minimum in-tree MPFR version
367 handled.
368 * configure: Regenerate.
369
370 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
371
372 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
373 * configure: Regenerated.
374
375 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
376
377 * MAINTAINERS (Write After Approval): Add myself.
378
379 2016-06-23 Andi Kleen <ak@linux.intel.com>
380
381 * Makefile.def: Add autoprofiledbootstrap.
382 * Makefile.tpl: Dito.
383 * Makefile.in: Regenerate.
384
385 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
386
387 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
388 * configure: Regenerate.
389
390 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
391
392 * configure: Regenerate.
393 * configure.ac: Remove support for avr-rtems.
394
395 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
396
397 * MAINTAINERS (Write After Approval): Add myself.
398
399 2016-06-16 Michael Collison <michael.collison@arm.com>
400
401 * MAINTAINERS (Write After Approval): Add myself.
402
403 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
404
405 * MAINTAINERS (Write After Approval): Update e-mail address.
406
407 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
408
409 * MAINTAINERS (Write After Approval): Add myself.
410
411 2016-05-28 Alan Modra <amodra@gmail.com>
412
413 * Makefile.tpl (configure): Depend on m4 files included.
414 * Makefile.in: Regenerate.
415
416 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
417
418 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
419 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
420
421 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
422
423 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
424 special case builtin.
425 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
426 support for ALTIVEC_BUILTIN_VEC_ADDEC.
427 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
428 for __builtin_vec_addec.
429
430 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
431
432 * config.guess: Import version 2016-04-02 (newest).
433 * config.sub: Import version 2016-05-10 (newest).
434
435 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
436
437 * configure.ac: Add ARC support to libgloss.
438 * configure: Regenerate
439
440 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
441
442 * MAINTAINERS (Write After Approval): Add myself.
443
444 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
445
446 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
447 * configure: Regenerated.
448 * Makefile.def (gmp): Explicitly disable assembler.
449 (mpfr): Adjust lib_path.
450 (mpc): Likewise.
451 * Makefile.in: Regenerated.
452
453 2016-05-01 Jakub Jelinek <jakub@redhat.com>
454
455 PR bootstrap/70704
456 * configure.ac (--enable-stage1-checking): Add missing
457 --enable-checking=.
458 * configure: Regenerated.
459
460 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
461
462 * config.guess: Revert r235676.
463 * config.sub: Revert r235676.
464
465 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
466
467 * config.guess: Remove SH5 support.
468 * config.sub: Likewise.
469 * configure: Likewise.
470 * configure.ac: Likewise.
471
472 2016-04-26 Jakub Jelinek <jakub@redhat.com>
473
474 PR bootstrap/70704
475 * configure.ac (--enable-stage1-checking): For --disable-checking or
476 implicit --enable-checking, make sure extra flag matches in between
477 stage1 and later checking.
478 * configure: Regenerated.
479
480 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
481
482 * .gitattributes: New file.
483
484 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
485
486 * MAINTAINERS (rs6000/powerpc port): Add myself.
487
488 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
489
490 PR bootstrap/70173
491 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
492 and gotools directories. Delete the stage_final file.
493 * Makefile.in: Regenerate.
494
495 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
496
497 * MAINTAINERS (Write After Approval): Add myself.
498
499 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
500
501 * MAINTAINERS (Fortran maintainer): Remove myself.
502
503 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
504
505 * MAINTAINERS (Write After Approval): Add myself.
506
507 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
508
509 * MAINTAINERS (Write After Approval): Add myself.
510
511 2016-03-17 Cary Coutant <ccoutant@gmail.com>
512
513 Sync with binutils-gdb:
514
515 2016-03-17 Cary Coutant <ccoutant@gmail.com>
516
517 * configure.ac: Add mips and s390 to the gold target check.
518 * configure: Regenerate.
519
520 2016-03-01 DJ Delorie <dj@redhat.com>
521
522 * MAINTAINERS (mep): Remove myself as MeP maintainer.
523
524 2016-02-22 David Malcolm <dmalcolm@redhat.com>
525
526 * MAINTAINERS (libcpp): Add myself.
527 (diagnostic messages): Likewise.
528
529 2016-02-20 Tom de Vries <tom@codesourcery.com>
530
531 * MAINTAINERS: Fix whitespace.
532
533 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
534
535 * MAINTAINERS (Write After Approval): Add myself.
536
537 2016-01-29 Sebastian Pop <s.pop@samsung.com>
538
539 * config/isl.m4: Add comments about isl-0.16.
540 * configure: Regenerate.
541
542 2016-01-29 Martin Jambor <mjambor@suse.cz>
543
544 * MAINTAINERS (hsa maintainers): Add myself.
545
546 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
547
548 * MAINTAINERS: (Write After Approval): Add myself.
549
550 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
551 Sebastian Pop <s.pop@samsung.com>
552
553 * Makefile.in: Regenerate.
554 * Makefile.tpl: Export ISLVER.
555 * configure: Regenerate.
556 * config/isl.m4: Detect isl-0.15.
557
558 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
559
560 PR bootstrap/69329
561 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
562 * Makefile.in: Regenerate.
563
564 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
565
566 * configure.ac: Enable LTO for DJGPP
567 * configure: Regenerate
568
569 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
570
571 Sync with binutils-gdb:
572 2015-10-21 Nick Clifton <nickc@redhat.com>
573
574 PR gas/19109
575 * configure.ac: Note the 'none' is an acceptable argument to
576 --enable-compressed-debug-sections.
577 * configure: Regenerate.
578
579 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
580
581 PR bootstrap/69134
582 * Makefile.def (mpfr): Disable assembler.
583 * Makefile.in: Regenerate.
584
585 2016-01-01 Ben Elliston <bje@gnu.org>
586
587 * config.guess: Import version 2016-01-01.
588 * config.sub: Likewise.
589
590 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
591
592 * MAINTAINERS (Write After Approval): Add myself.
593
594 2015-12-17 Sebastian Pop <s.pop@samsung.com>
595
596 * Makefile.in: Replace ISL with isl.
597 * Makefile.tpl: Same.
598 * config/isl.m4: Same.
599 * configure.ac: Same.
600 * contrib/download_prerequisites: Same.
601 * configure: Regenerate.
602
603 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
604
605 * MAINTAINERS (Write After Approval): Add Myself.
606
607 2015-12-17 Nathan Sidwell <nathan@acm.org>
608
609 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
610 * configure: Regenerate.
611
612 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
613 Sebastian Pop <s.pop@samsung.com>
614
615 * config/isl.m4 (ISL_CHECK_VERSION): Check for
616 isl_ctx_get_max_operations.
617 * configure: Regenerate.
618
619 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
620
621 * MAINTAINERS (Write After Approval): Add myself.
622
623 2015-12-02 Ian Lance Taylor <iant@google.com>
624
625 PR go/66147
626 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
627 * Makefile.in: Regenerate.
628
629 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
630
631 PR libffi/65726
632 * Makefile.def (lang_env_dependencies): Make libffi depend
633 on cxx.
634 * Makefile.in: Regenerate.
635
636 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
637
638 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
639 symbols.
640
641 2015-11-20 Tristan Gingold <gingold@adacore.com>
642
643 Sync with binutils-gdb:
644 2015-11-20 Tristan Gingold <gingold@adacore.com>
645
646 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
647 * configure: Regenerate.
648
649 2015-11-19 Martin Liska <mliska@suse.cz>
650
651 * .gitignore: Add .clang-format to ignored files.
652 * Makefile.in: Add clang-format.
653 * Makefile.tpl: Likewise.
654
655 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
656
657 * configure.ac: Enable libmpx by default.
658 * configure: Regenerated.
659
660 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
661
662 * MAINTAINERS: Update email address.
663
664 2015-10-23 Paulo Matos <pmatos@linki.tools>
665
666 * MAINTAINERS: Update email address.
667
668 2015-10-23 Alan Hayward <alan.hayward@arm.com>
669
670 * MAINTAINERS (Write After Approval): Add myself.
671
672 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
673
674 Sync with binutils-gdb:
675 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
676
677 PR gas/19109
678 * configure.ac: Add
679 --enable-compressed-debug-sections={all,gas,gold,ld}.
680 * configure: Regenerated.
681
682 2015-10-16 Arnaud Charlet <charlet@adacore.com>
683
684 * MAINTAINERS: Update list of Ada maintainers and email addresses.
685
686 2015-10-09 Martin Liska <mliska@suse.cz>
687
688 * MAINTAINERS (Write After Approval): Add myself.
689
690 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
691
692 * MAINTAINERS (Write After Approval): Add myself.
693
694 2015-10-02 Florian Weimer <fweimer@redhat.com>
695
696 * MAINTAINERS: Update email address.
697
698 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
699
700 * MAINTAINERS (Write After Approval): Add myself.
701
702 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
703
704 * MAINTAINERS: Update email.
705
706 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
707
708 * MAINTAINERS: Update my email address.
709
710 2015-09-01 James Bowman <james.bowman@ftdichip.com>
711
712 * MAINTAINERS (ft32 port): Add myself.
713
714 2015-08-28 David Sherwood <david.sherwood@arm.com>
715
716 * MAINTAINERS: Add myself.
717
718 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
719
720 * MAINTAINERS (Write After Approval): Add myself.
721
722 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
723
724 PR libfortran/54572
725 * Makefile.def: Make libgfortran depend on libbacktrace.
726 * Makefile.in: Regenerate.
727
728 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
729
730 * MAINTAINERS (Write After Approval): Add myself.
731
732 2015-08-12 Tom de Vries <tom@codesourcery.com>
733
734 PR other/67092
735 * configure.ac: Remove --with_host_libstdcxx support.
736 * configure: Regenerate.
737
738 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
739 Jakub Jelinek <jakub@redhat.com>
740
741 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
742 nvptx*-*-*.
743 * configure: Regenerate.
744
745 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
746
747 * Makefile.def (libiconv): Define bootstrap=true.
748 Mark pdf/html/info as missing.
749 (configure-gcc): Depend on all-libiconv.
750 (all-gcc): Ditto.
751 (configure-libcpp): Ditto.
752 (all-libcpp): Ditto.
753 (configure-intl): Ditto.
754 (all-intl): Ditto.
755 * Makefile.in: Regenerate.
756
757 2015-08-03 Bin Cheng <bin.cheng@arm.com>
758
759 * MAINTAINERS (loop ivopts): Add the entry and myself.
760
761 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
762
763 * MAINTAINERS (nvptx): Add self.
764
765 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
766
767 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
768 128-bit vector modes.
769
770 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
771
772 * MAINTAINERS (Write After Approval): Add myself.
773
774 2015-07-28 Ben Elliston <bje@gnu.org>
775
776 * config.sub, config.guess: Import from upstream.
777
778 2015-07-24 Michael Darling <darlingm@gmail.com>
779
780 PR other/66259
781 * config-ml.in: Reflects renaming of configure.in to configure.ac
782 * configure: Likewise
783 * configure.ac: Likewise
784
785 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
786
787 * MAINTAINERS: Update my email address.
788
789 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
790
791 Sync with binutils-gdb:
792 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
793
794 * configure.ac (target_configdirs): Exclude target-zlib if
795 target-libjava isn't built.
796 * configure: Regenerated.
797
798 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
799
800 Sync with binutils-gdb:
801 2015-05-13 John David Anglin <dave.anglin@bell.net>
802
803 * configure.ac: Disable configuration of GDB for HPUX targets.
804 * configure: Regenerate.
805
806 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
807
808 * configure.ac: Add --with-system-zlib.
809 * configure: Regenerated.
810
811 2015-01-28 James Bowman <james.bowman@ftdichip.com>
812
813 * configure.ac: Add FT32 support.
814 * configure: Regenerate.
815
816 2015-01-12 Anthony Green <green@moxielogic.com>
817
818 * configure.ac: Don't disable gprof for moxie.
819 * configure: Rebuild.
820
821 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
822
823 Sync with binutils-gdb:
824 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
825
826 PR ld/18355
827 * Makefile.def: Add extra_configure_flags to host zlib.
828 * configure.ac (extra_host_zlib_configure_flags): New. Set
829 to --enable-host-shared When bfd is to be built as shared
830 library. AC_SUBST.
831 * Makefile.in: Regenerated.
832
833 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
834
835 Sync with src:
836 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
837 * Makefile.def (dependencies): Add all-zlib to all-bfd.
838 * Makefile.in: Regenerated.
839
840 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
841
842 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
843 target.
844 * configure: Regenerate.
845
846 2015-06-23 Ludovic Courtès <ludo@gnu.org>
847
848 * MAINTAINERS (Write After Approval): Add myself.
849
850 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
851
852 * MAINTAINERS (OS Port Maintainers): Add myself.
853 (Various Maintainers): Remove myself from libffi testsuite.
854
855 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
856
857 * MAINTAINERS (gen* on machine desc): Add self.
858
859 2015-06-02 Jason Merrill <jason@redhat.com>
860
861 PR bootstrap/66319
862 * configure.ac: Use -std=gnu++98.
863
864 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
865
866 * MAINTAINERS (Write After Approval): Add myself.
867
868 2015-05-28 Mike Frysinger <vapier@gentoo.org>
869
870 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
871 * configure: Regenerate.
872
873 2015-05-26 Jason Merrill <jason@redhat.com>
874
875 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
876 * configure: Regenerate.
877
878 2015-05-16 James Bowman <james.bowman@ftdichip.com>
879
880 * configure.ac: FT32 target added.
881 * configure: Regenerated.
882
883 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
884
885 * MAINTAINERS (Write After Approval): Add myself.
886
887 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
888
889 * MAINTAINERS (Write After Approval): Add myself.
890
891 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
892
893 * configure.ac: Fix typo.
894 * configure: Regenerate.
895
896 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
897
898 * MAINTAINERS (Write After Approval): Add myself.
899
900 2015-05-03 Matthias Klose <doko@ubuntu.com>
901
902 * configure.ac: Match $host configured with triplets.
903 * configure: Regenerate.
904
905 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
906
907 * Makefile.tpl: Remove surplus whitespace throughout.
908 * Makefile.in: Regenerate.
909
910 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
911
912 * MAINTAINERS (Various Maintainers): Add myself as instruction
913 combiner maintainer.
914
915 2015-04-17 Jakub Jelinek <jakub@redhat.com>
916
917 PR bootstrap/62077
918 * configure.ac (--enable-stage1-checking): Default to
919 release,misc,gimple,rtlflag,tree,types if --disable-checking
920 or --enable-checking is not specified and DEV-PHASE is not
921 experimental.
922 * configure: Regenerated.
923
924 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
925
926 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
927 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
928 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
929 * Makefile.in: Regenerate.
930
931 2015-04-08 Cary Coutant <ccoutant@gmail.com>
932
933 * MAINTAINERS: Update my email address.
934
935 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
936
937 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
938
939 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
940
941 * MAINTAINERS: Add myself as an arm port reviewer.
942
943 2015-03-25 Martin Liska <mliska@suse.cz>
944 Yury Gribov <y.gribov@samsung.com>
945
946 * Makefile.in: Fix ln source location for vimrc file.
947 * Makefile.tpl: Likewise.
948
949 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
950
951 PR bootstrap/25672
952 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
953 cross-compiling. Similarly for CXX_FOR_TARGET.
954 * configure: Regenerate.
955
956 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
957
958 * Makefile.def: Add libmpx.
959 * configure.ac: Add libmpx.
960 * Makefile.in: Regenerate.
961 * configure: Regenerate.
962
963 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
964
965 * MAINTAINERS (CPU Port Maintainers): Add myself
966 i386 vector ISA extns mantainer.
967
968 2015-03-13 Jeff Law <law@redhat.com>
969
970 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
971 maintainer.
972 Remove Richard Henderson as a maintainer for the x86 port.
973
974 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
975
976 * MAINTAINERS (CPU Port Maintainers): Update my email address.
977
978 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
979
980 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
981 pointer bounds checker and i386 MPX maintainer.
982
983 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
984
985 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
986
987 2015-02-26 Martin Sebor <msebor@redhat.com>
988
989 * MAINTAINERS (Various Maintainers): Add self.
990
991 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
992
993 * configure.ac [--enable-as-accelerator-for] (enable_languages):
994 Make sure it contains lto.
995 * configure: Regenerate.
996
997 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
998
999 * configure: Regenerate.
1000
1001 2015-02-06 Diego Novillo <dnovillo@google.com>
1002 1
1003 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1004 middle-end, docstring): Remove myself.
1005 (Write After Approval): Add myself.
1006
1007 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1008
1009 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1010 (Write After Approval): Update address.
1011
1012 2015-01-29 David Malcolm <dmalcolm@redhat.com>
1013
1014 PR jit/64780
1015 * configure.ac: Require the user to explicitly specify
1016 --enable-host-shared if the jit is enabled.
1017 * configure: Regenerate.
1018
1019 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
1020
1021 * MAINTAINERS (Write After Approval): Add myself.
1022
1023 2015-01-25 Tom de Vries <tom@codesourcery.com>
1024
1025 * MAINTAINERS: Make whitespace consistent.
1026
1027 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
1028
1029 * MAINTAINERS (Write After Approval): Add myself.
1030
1031 2015-01-20 Andre Vehreschild <vehre@gmx.de>
1032
1033 * MAINTAINERS: (Write After Approval): Add myself.
1034
1035 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
1036
1037 * MAINTAINERS: (Write After Approval): Add myself.
1038
1039 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1040
1041 * MAINTAINERS: (Write After Approval): Add myself.
1042
1043 2015-01-13 Iain Sandoe <iain@codesourcery.com>
1044
1045 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1046 objective-c/c++ front end maintainer.
1047
1048 2015-01-13 Marek Polacek <polacek@redhat.com>
1049
1050 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1051
1052 2015-01-12 Jeff Law <law@redhat.com>
1053
1054 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1055 a very long time.
1056
1057 2015-01-09 Ian Lance Taylor <iant@google.com>
1058
1059 * configure.ac (host_tools): Add gotools.
1060 * Makefile.def (host_modules): Add gotools.
1061 (dependencies): Add dependency of all-gotools on all-target-libgo.
1062
1063 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1064
1065 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1066 * configure: Regenerate.
1067
1068 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1069
1070 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1071 all-target-libgomp.
1072 * Makefile.in: Regenerate.
1073
1074 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1075
1076 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1077
1078 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1079
1080 * configure.ac: Add Visium support.
1081 * configure: Regenerate.
1082
1083 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1084
1085 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1086 * configure: Regenerate.
1087
1088 2015-01-03 Andrew Pinski <apinski@cavium.com>
1089
1090 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1091 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1092 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1093 (OBJCOPY_FOR_TARGET): New variable.
1094 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1095 * Makefile.in: Regenerate.
1096 * configure.ac: Check for already installed target objcopy.
1097 Also GCC_TARGET_TOOL on objcopy.
1098 * configure: Regenerate.
1099
1100 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1101
1102 * config.sub: Update from upstream, to 2015-01-01 version.
1103 * config.guess: Ditto.
1104
1105 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1106
1107 * MAINTAINERS (RTEMS Ports): Add myself.
1108
1109 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1110
1111 * MAINTAINERS (Write After Approval): Add myself.
1112
1113 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1114
1115 * MAINTAINERS (Write After Approval): Add myself.
1116
1117 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1118
1119 * configure.ac (--enable-as-accelerator-for): Don't set
1120 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1121 * configure: Regenerate.
1122
1123 2014-12-13 Jakub Jelinek <jakub@redhat.com>
1124
1125 PR bootstrap/64023
1126 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1127 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1128 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1129 to CXX.
1130 * Makefile.in: Regenerated.
1131
1132 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1133 Yury Gribov <y.gribov@samsung.com>
1134
1135 * .gitignore: Added .local.vimrc and .lvimrc.
1136 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1137 * Makefile.in: Regenerate.
1138
1139 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1140
1141 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1142 * configure: Regenerated.
1143
1144 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1145
1146 * MAINTAINERS (nvptx port): New entry.
1147
1148 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1149
1150 * configure: Regenerate.
1151
1152 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1153
1154 * configure.ac: Merge with Binutils.
1155
1156 2014-11-26 Tobias Burnus <burnus@net-b.de>
1157
1158 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1159 * Makefile.in: Regenerate.
1160
1161 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1162
1163 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1164 missing flex.
1165 * Makefile.in: Regenerated.
1166
1167 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1168
1169 * Makefile.in: Regenerate.
1170
1171 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1172
1173 PR bootstrap/63784
1174 * libtool.m4: Add $pic_flag with -shared.
1175
1176 2014-11-21 Renlin Li <Renlin.Li@arm.com>
1177
1178 * MAINTAINERS (Write After Approval): Added myself.
1179
1180 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1181
1182 * MAINTAINERS (write-after-approval): Add myself.
1183
1184 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1185
1186 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1187 from 2 years ago.
1188
1189 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1190
1191 Revert:
1192 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1193
1194 * MAINTAINERS (Write After Approval): Added myself as line map
1195 maintainer.
1196
1197 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1198
1199 Revert:
1200 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1201
1202 * MAINTAINERS (Write After Approval): Added myself.
1203
1204 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1205
1206 * MAINTAINERS (Write After Approval): Added myself.
1207
1208 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1209
1210 * MAINTAINERS (Write After Approval): Added myself as line map
1211 maintainer.
1212
1213 2014-11-17 Dodji Seketeli <dodji@redhat.com>
1214
1215 * MAINTAINERS (Various Maintainers): Added myself as line map
1216 maintainer.
1217
1218 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1219
1220 * move-if-change: Sync from upstream gnulib.
1221
1222 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1223
1224 * compile: Sync with upstream Automake.
1225 * depcomp: Ditto.
1226 * install-sh: Ditto.
1227 * missing: Ditto.
1228 * mkinstalldirs: Ditto.
1229 * ylwrap: Ditto.
1230
1231 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1232
1233 * config.sub: Update from upstream config repo.
1234 * config.guess: Ditto.
1235
1236 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
1237
1238 * Makefile.def: Add liboffloadmic to target_modules. Make
1239 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1240 * Makefile.in: Regenerate.
1241 * configure: Regenerate.
1242 * configure.ac: Add liboffloadmic to target binaries.
1243 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1244 Add liboffloadmic to noconfig list when C++ is not supported.
1245
1246 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1247 Thomas Schwinge <thomas@codesourcery.com>
1248 Ilya Verbin <ilya.verbin@intel.com>
1249 Andrey Turetskiy <andrey.turetskiy@intel.com>
1250
1251 * configure: Regenerate.
1252 * configure.ac (--enable-as-accelerator-for)
1253 (--enable-offload-targets): New configure options.
1254
1255 2014-11-11 Tobias Burnus <burnus@net-b.de>
1256
1257 * Makefile.def: Make all-gcc depend on all-isl.
1258 * Makefile.in: Regenerate.
1259
1260 2014-11-11 David Malcolm <dmalcolm@redhat.com>
1261
1262 * ChangeLog.jit: New.
1263 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1264
1265 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1266
1267 PR target/63610
1268 * libtool.m4: Fix globbing of darwin versions.
1269 * configure: Regenerate.
1270
1271 2014-11-11 Tobias Burnus <burnus@net-b.de>
1272
1273 * Makefile.def: Remove CLooG.
1274 * Makefile.tpl: Ditto.
1275 * configure.ac: Ditto.
1276 * configure: Regenerate.
1277 * Makefile.in: Ditto.
1278
1279 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1280
1281 * configure.ac: Handle nvptx-*-*.
1282 * configure: Regenerate.
1283
1284 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
1285
1286 * MAINTAINERS (Write After Approval): Add myself.
1287
1288 2014-10-31 Jakub Jelinek <jakub@redhat.com>
1289
1290 * Makefile.def (libcc1): Remove bootstrap=true;.
1291 * Makefile.in: Regenerated.
1292
1293 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1294
1295 * configure.ac: Update comment.
1296 * configure: Regenerate.
1297
1298 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1299
1300 * MAINTAINERS (Write After Approval): Add myself.
1301
1302 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1303
1304 * configure.ac (extra_host_libiberty_configure_flags): Add
1305 --enable-shared also for libcc1's benefit.
1306 * configure: Regenerate.
1307
1308 2014-10-29 Tristan Gingold <gingold@adacore.com>
1309
1310 * MAINTAINERS: Change my email address.
1311
1312 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1313 Tom Tromey <tromey@redhat.com>
1314
1315 * Makefile.def: Add libcc1 to host_modules.
1316 * configure.ac (host_tools): Add libcc1.
1317 * Makefile.in, configure: Rebuild.
1318
1319 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
1320
1321 * configure.ac (build_configargs): Don't share config.cache between
1322 build subdirs.
1323 * configure: Regenerate.
1324
1325 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1326
1327 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1328 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1329 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1330 leon3v7 as leon3.
1331 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1332 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1333 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1334 * config/sparc/sparc.md (cpu): Add leon3v7.
1335 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1336
1337 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1338
1339 * MAINTAINERS (write-after-approval): Add myself.
1340
1341 2014-10-23 Ian Lance Taylor <iant@google.com>
1342
1343 * configure.ac: Disable the Go frontend on systems where it is known
1344 to not work.
1345 * configure: Regenerate.
1346
1347 2014-10-23 Richard Biener <rguenther@suse.de>
1348
1349 * Makefile.def: Add libcpp build module and dependencies.
1350 * configure.ac: Add libcpp build module.
1351 * Makefile.in: Regenerate.
1352 * configure: Likewise.
1353
1354 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1355
1356 * MAINTAINERS (write-after-approval): Add myself.
1357
1358 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1359
1360 * INSTALL/README: Do not mention CVS.
1361
1362 2014-10-03 Jing Yu <jingyu@google.com>
1363
1364 * configure.ac: Add aarch64 to list of targets that support gold.
1365 * configure: Regenerate.
1366
1367 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
1368
1369 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1370
1371 2014-09-29 Catherine Moore <clm@codesourcery.com>
1372
1373 * MAINTAINERS: Add myself as MIPS maintainer.
1374
1375 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1376
1377 * MAINTAINERS: Move myself to MIPS maintainers.
1378
1379 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1380
1381 * MAINTAINERS: Put all email addresses between '<' and '>'.
1382
1383 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1384
1385 * MAINTAINERS: Move myself to reviewers (Fortran).
1386
1387 2014-09-01 Andi Kleen <ak@linux.intel.com>
1388
1389 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1390 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1391 * Makefile.in: Regenerate.
1392
1393 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1394
1395 * rtx-classes-status.txt: Delete
1396
1397 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1398
1399 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1400
1401 2014-08-27 Sebastian Pop <s.pop@samsung.com>
1402
1403 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1404 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1405 of checking for version number.
1406 * configure: Regenerated.
1407 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1408
1409 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1410
1411 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1412 is done; begin phase 6 (use extra rtx_def subclasses).
1413
1414 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1415
1416 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1417 done; begin phase 5 (additional rtx_def subclasses).
1418
1419 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1420
1421 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1422
1423 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1424
1425 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1426 SET_BB_HEADER are done.
1427
1428 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1429
1430 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1431 done.
1432
1433 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1434
1435 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1436
1437 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1438
1439 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1440
1441 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1442
1443 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1444
1445 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1446
1447 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1448
1449 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1450
1451 * rtx-classes-status.txt: Phase 3 (per-file commits within
1452 "config" subdirs) is done; begin phase 4 (removal of
1453 "scaffolding").
1454
1455 2014-08-23 David Malcolm <dmalcolm@redhat.com>
1456
1457 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1458 dir) is done; begin phase 3 (per-file commits within "config"
1459 subdirs).
1460
1461 2014-08-21 David Malcolm <dmalcolm@redhat.com>
1462
1463 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1464 phase 2 (per-file commits in main source dir).
1465
1466 2014-08-21 Bin Cheng <bin.cheng@arm.com>
1467
1468 * configure: Regenerated.
1469
1470 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1471
1472 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1473
1474 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1475
1476 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1477
1478 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1479
1480 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1481
1482 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1483
1484 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1485
1486 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1487
1488 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1489
1490 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1491
1492 * MAINTAINERS (Write After Approval): Add myself.
1493
1494 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1495
1496 * MAINTAINERS: Remove myself
1497
1498 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1499
1500 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1501
1502 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1503
1504 * MAINTAINERS (Write After Approval): Add myself.
1505
1506 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1507
1508 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1509 SET_BB_HEADER, SET_BB_FOOTER
1510
1511 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1512
1513 * rtx-classes-status.txt: New file
1514
1515 2014-08-18 Roman Gareev <gareevroman@gmail.com>
1516
1517 * configure.ac: Eliminate ClooG installation dependency.
1518 * configure: Regenerate.
1519 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1520 * Makefile.in: Regenerate.
1521
1522 2014-08-15 Ilya Verbin <iverbin@gmail.com>
1523
1524 * MAINTAINERS (Write After Approval): Add myself.
1525
1526 2014-08-15 Ilya Tocar <tocarip@gmail.com>
1527
1528 * MAINTAINERS (Write After Approval): Add myself.
1529
1530 2014-08-01 Jiong Wang <jiong.wang@arm.com>
1531
1532 * MAINTAINERS (Write After Approval): Add myself.
1533
1534 2014-07-28 Anthony Green <green@moxielogic.com>
1535
1536 Import from savannah.gnu.org:
1537 * config.sub: Update to 2014-07-28 version.
1538
1539 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1540
1541 * MAINTAINERS: Remove my MIPS maintainer entry.
1542
1543 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
1544
1545 PR target/47230
1546 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1547 * configure: Regenerate.
1548
1549 2014-07-24 James Norris <jnorris@codesourcery.com>
1550
1551 * MAINTAINERS (Write After Approval): Add myself.
1552
1553 2014-07-20 Roman Gareev <gareevroman@gmail.com>
1554
1555 * configure.ac: Accept only CLooG 0.18.1.
1556 * configure: Regenerate.
1557
1558 2014-07-17 Roman Gareev <gareevroman@gmail.com>
1559
1560 * configure.ac: Don't accept isl 0.11.
1561 * configure: Regenerate.
1562
1563 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1564
1565 * MAINTAINERS (Write After Approval): Add myself.
1566
1567 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1568
1569 * configure.ac: Don't accept isl 0.10.
1570 * configure: Regenerate.
1571
1572 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
1573
1574 Fix include path for in-tree cloog.
1575 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1576 * configure: Regenerate.
1577
1578 2014-06-18 Richard Henderson <rth@redhat.com>
1579
1580 * .gitignore: Import gcc_update output.
1581
1582 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1583
1584 * config-ml.in: Robustify ac_configure_args parsing.
1585
1586 * configure.ac (--enable-linker-plugin-configure-flags)
1587 (--enable-linker-plugin-flags): New flags.
1588 (configdirs): Conditionally add libiberty-linker-plugin.
1589 * configure: Regenerate.
1590 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1591 (host_modules) <lto-plugin>: Pay attention to
1592 @extra_linker_plugin_flags@ and
1593 @extra_linker_plugin_configure_flags@.
1594 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1595 * Makefile.in: Regenerate.
1596
1597 * Makefile.tpl (configure-[+prefix+][+module+])
1598 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1599 "module_srcdir" instead of "module" for locating a module's srcdir.
1600 * Makefile.in: Regenerate.
1601
1602 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1603
1604 * MAINTAINERS (Write After Approval): Add myself.
1605
1606 2014-06-06 Sebastian Pop <sebpop@gmail.com>
1607
1608 * MAINTAINERS: Update my email address.
1609
1610 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1611
1612 * MAINTAINERS (Write After Approval): Add myself.
1613
1614 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1615
1616 * MAINTAINERS (Write After Approval): Add myself.
1617
1618 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
1619
1620 PR libstdc++/61011
1621 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1622 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1623 * configure: Regenerate.
1624
1625 2014-05-28 Pedro Alves <palves@redhat.com>
1626
1627 * MAINTAINERS (Write After Approval): Add myself.
1628
1629 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1630
1631 * MAINTAINERS: Update my affiliation/email.
1632
1633 2014-05-19 Mike Stump <mikestump@comcast.net>
1634
1635 * MAINTAINERS: Add wide-int reviewers.
1636
1637 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1638
1639 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1640 * configure: Regenerated.
1641
1642 2014-05-15 Torvald Riegel <triegel@redhat.com>
1643
1644 * MAINTAINERS (libitm): Add myself as maintainer.
1645
1646 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
1647
1648 * MAINTAINERS (Write After Approval): Add myself.
1649
1650 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1651
1652 * config.sub, config.guess: Import from upstream.
1653
1654 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1655
1656 * MAINTAINERS (Write After Approval): Put myself in correct order.
1657
1658 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1659
1660 * MAINTAINERS (Write After Approval): Add myself.
1661
1662 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1663
1664 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1665 section.
1666
1667 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1668
1669 * MAINTAINERS (Write After Approval): Delete myself.
1670
1671 2014-04-17 Jakub Jelinek <jakub@redhat.com>
1672
1673 PR sanitizer/56781
1674 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1675 and -B* options with -Xcompiler.
1676
1677 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1678
1679 PR bootstrap/60620
1680 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1681 * Makefile.in: Regenerate.
1682
1683 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1684
1685 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1686 for WINDRES_FOR_TARGET in default-manifest.o rule.
1687 * Makefile.in: Regenerate.
1688
1689 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1690
1691 * MAINTAINERS (Write After Approval): Add myself.
1692
1693 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1694
1695 PR sanitizer/56781
1696 * Makefile.def: Set bootstrap=true; for host fixincludes.
1697 * configure.ac: Don't bootstrap host fixincludes unless
1698 --with-build-config=bootstrap-{a,ub}san.
1699 * Makefile.in: Regenerated.
1700 * configure: Regenerated.
1701
1702 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1703
1704 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1705 --enable-vtable-verify option parsing. Don't add
1706 target-libsanitizer to bootstrap_target_libs unless
1707 --with-build-config=bootstrap-asan or
1708 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1709 to bootstrap_target_libs unless --enable-vtable-verify.
1710 * configure: Regenerated.
1711
1712 2014-03-10 Anatoly Sokolov <aesok@post.ru>
1713
1714 * MAINTAINERS (Write After Approval): Add myself.
1715
1716 2014-03-07 Denis Chertykov <chertykov@gmail.com>
1717
1718 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1719
1720 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1721
1722 PR bootstrap/58572
1723 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1724 -I for libstdc++-v3 includes if $(LEAN).
1725 * Makefile.in: Regenerated.
1726
1727 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
1728
1729 * MAINTAINERS: Update my email address.
1730
1731 2014-02-24 Walter Lee <walt@tilera.com>
1732
1733 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1734 (tilegx-*-*): Change to tilegx*-*-*.
1735 * configure: Regenerate.
1736
1737 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
1738
1739 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1740
1741 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1742
1743 * MAINTAINERS (Write After Approval): Add myself.
1744
1745 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1746
1747 PR target/59788
1748 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1749 *solaris2*.
1750
1751 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
1752
1753 * MAINTAINERS: Update my email address.
1754
1755 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1756
1757 * MAINTAINERS: Convert to UTF-8.
1758 Properly sort Xinliang David Li's entry.
1759
1760 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1761 Sandra Loosemore <sandra@codesourcery.com>
1762
1763 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1764 nios2 port maintainers.
1765
1766 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1767
1768 * MAINTAINERS (Write After Approval): Add myself.
1769
1770 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1771
1772 * configure.ac: Add user-friendly check for native x86_64-linux
1773 multilibs.
1774 * configure: Regenerate.
1775
1776 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1777
1778 * MAINTAINERS: Add myself as sh maintainer.
1779
1780 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1781
1782 * MAINTAINERS: Add self as SLSR maintainer.
1783
1784 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
1785
1786 * MAINTAINERS: Update my email address.
1787
1788 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
1789
1790 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1791
1792 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1793
1794 * Makefile.in: Regenerate.
1795
1796 * Makefile.tpl: Fix typo.
1797 * Makefile.in: Regenerate partially.
1798
1799 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1800
1801 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1802 supported.
1803 * configure: Regenerated.
1804
1805 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1806
1807 * MAINTAINERS (Write After Approval): Add myself.
1808
1809 2013-10-30 Jason Merrill <jason@redhat.com>
1810
1811 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1812 --disable-build-format-warnings.
1813
1814 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1815
1816 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1817 depend on libstdc++ and libgcc.
1818 * configure: Regenerate.
1819 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1820 libcilkrts for POSIX and i*86, and x86_64 architectures.
1821 * Makefile.in: Added libcilkrts related fields to support building it.
1822
1823 2013-10-26 Jeff Law <law@redhat.com>
1824
1825 * Makefile.def (target_modules): Remove libmudflap
1826 (languages): Remove check-target-libmudflap).
1827 * Makefile.in: Rebuilt.
1828 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1829 * configure.ac (target_libraries): Remove target-libmudflap.
1830 Remove checks which disabled libmudflap on some systems.
1831 * configure: Rebuilt.
1832 * libmudflap: Directory removed.
1833
1834 2013-10-21 Cong Hou <congh@google.com>
1835
1836 * MAINTAINERS (Write After Approval): Add myself.
1837
1838 2013-10-16 Mike Stump <mikestump@comcast.net>
1839
1840 * .dir-locals.el: Add.
1841
1842 2013-10-15 David Malcolm <dmalcolm@redhat.com>
1843
1844 * configure.ac: Add --enable-host-shared
1845 * configure: Regenerate.
1846
1847 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1848
1849 Import from savannah.gnu.org:
1850 * config.guess: Update to 2013-06-10 version.
1851 * config.sub: Update to 2013-10-01 version.
1852
1853 2013-10-01 Simon Cook <simon.cook@embecosm.com>
1854
1855 Changes to build configuration to allow big endian ARC ELF toolchain
1856 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1857 * configure: Regenerate.
1858
1859 2013-09-20 Alan Modra <amodra@gmail.com>
1860
1861 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1862 ppc host match. Support little-endian powerpc linux hosts.
1863
1864 2013-09-19 Dodji Seketeli <dodji@redhat.com>
1865
1866 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1867 maintainer.
1868
1869 2013-09-12 DJ Delorie <dj@redhat.com>
1870
1871 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1872 maintainers.
1873
1874 2013-09-03 Richard Biener <rguenther@suse.de>
1875
1876 * configure.ac: Also allow ISL 0.12.
1877 * configure: Regenerated.
1878
1879 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1880
1881 * MAINTAINERS (Write After Approval): Add myself.
1882
1883 2013-08-27 David Malcolm <dmalcolm@redhat.com>
1884
1885 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1886
1887 2013-08-26 Caroline Tice <cmtice@google.com>
1888
1889 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1890 "Various Reviewers" to libvtv "Various Maintainers".
1891
1892 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1893
1894 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1895
1896 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1897
1898 * MAINTAINERS: Update name, email.
1899
1900 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
1901
1902 * MAINTAINERS (Write After Approval): Add myself.
1903
1904 2013-08-12 Caroline Tice <cmtice@google.com>
1905
1906 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1907 address in the Write After Approval section.
1908
1909 2013-08-09 Carlos O'Donell <carlos@redhat.com>
1910
1911 * MAINTAINERS (Write After Approval): Update email.
1912
1913 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1914
1915 * configure.ac: Adjust to check VTV_SUPPORTED.
1916 * configure: Regenerated.
1917
1918 2013-08-02 Caroline Tice <cmtice@google.com>
1919
1920 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1921 on non-linux systems; add target-libvtv to noconfigdirs; add
1922 libsupc++/.libs to C++ library search paths.
1923 * configure: Regenerated.
1924 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1925 libstdc++ and libgcc.
1926 * Makefile.in: Regenerated.
1927
1928 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
1929
1930 * MAINTAINERS (Write After Approval): Add myself.
1931
1932 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1933 Shiva Chen <shiva0217@gmail.com>
1934
1935 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1936 nds32 port maintainers.
1937
1938 2013-07-17 Tim Shen <timshen91@gmail.com>
1939
1940 * MAINTAINERS (Write After Approval): Add myself.
1941
1942 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1943
1944 * configure.ac: Sync from binutils.
1945 * configure: Regenerate.
1946
1947 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1948
1949 * MAINTAINERS (Write After Approval): Add myself.
1950
1951 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1952
1953 * MAINTAINERS (Write After Approval): Add myself.
1954
1955 2013-05-17 David Malcolm <dmalcolm@redhat.com>
1956
1957 * MAINTAINERS (Write After Approval): Add myself.
1958
1959 2013-04-30 Brooks Moses <bmoses@google.com>
1960
1961 * MAINTAINERS: Update my email; move myself from Fortran
1962 reviewer to Write After Approval.
1963
1964 2013-04-16 Andreas Schwab <schwab@suse.de>
1965
1966 * configure.ac (aarch64-*-*): Don't disable java.
1967 * configure: Regenerate.
1968
1969 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1970
1971 * MAINTAINERS (Write After Approval): Add myself.
1972
1973 2013-03-30 Matthias Klose <doko@ubuntu.com>
1974
1975 * Makefile.def (target_modules): Don't install libffi.
1976 * Makefile.in: Regenerate.
1977
1978 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1979
1980 * MAINTAINERS (Write After Approval): Add myself.
1981
1982 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1983
1984 * MAINTAINERS (Write After Approval): Add myself.
1985
1986 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1987
1988 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1989 * configure: Regenerated.
1990
1991 2013-02-05 Ian Lance Taylor <iant@google.com>
1992
1993 PR go/55969
1994 * configure.ac: Disable libgo on some systems where it does not
1995 work.
1996
1997 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
1998
1999 * MAINTAINERS: Explicitly add myself as AIX maintainer.
2000 Remove Geoff Keating as rs6000 port maintainer, at his request.
2001
2002 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
2003
2004 * MAINTAINERS: Update my email.
2005
2006 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
2007
2008 * configure: Re-generate.
2009
2010 2013-01-15 Richard Biener <rguenther@suse.de>
2011
2012 PR other/55973
2013 * configure: Re-generate.
2014
2015 2013-01-14 Matthias Klose <doko@ubuntu.com>
2016
2017 * Makefile.def (install-target-libsanitizer): Depend on
2018 install-target-libstdc++-v3.
2019 * Makefile.in: Regenerate.
2020
2021 2013-01-14 Richard Biener <rguenther@suse.de>
2022
2023 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2024 * configure: Re-generate
2025
2026 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2027
2028 * config.sub: Update from config repo.
2029
2030 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2031
2032 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2033 * Makefile.in: Regenerate.
2034
2035 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2036
2037 * MAINTAINERS (arc): Add new port maintainership for myself.
2038
2039 2013-01-09 Jason Merrill <jason@redhat.com>
2040
2041 * .gitignore: Import from gdb repository.
2042
2043 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2044
2045 * Makefile.def (configure-gcc): Depend on all-gmp.
2046 (all-gcc): Remove dependency on all-gmp.
2047 * Makefile.in: Regenerated.
2048
2049 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2050
2051 * config.sub: Merge from config repo.
2052 * config.guess: Ditto.
2053
2054 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2055
2056 * Makefile.def: Merge from binutils.
2057 * Makefile.in: Ditto.
2058
2059 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2060
2061 * MAINTAINERS: Update my email.
2062
2063 2012-12-29 Ben Elliston <bje@gnu.org>
2064
2065 * config.guess: Update to 2012-12-29 version.
2066 * config.sub: Likewise.
2067
2068 2012-12-20 Matthias Klose <doko@ubuntu.com>
2069
2070 * Makefile.def (install-target-libgfortran): Depend on
2071 install-target-libquadmath, install-target-libgcc.
2072 (install-target-libsanitizer): Depend on install-target-libgcc.
2073 (install-target-libjava): Depend on install-target-libgcc.
2074 (install-target-libitm): Depend on install-target-libgcc.
2075 (install-target-libobjc): Depend on install-target-libgcc.
2076 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2077 * Makefile.in: Regenerate.
2078
2079 2012-12-19 Matthias Klose <doko@ubuntu.com>
2080
2081 * Makefile.def (install-target-libgo): Depend on
2082 install-target-libatomic.
2083 * Makefile.in: Regenerate.
2084
2085 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2086
2087 PR go/55201
2088 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2089 * Makefile.in: Regenerate.
2090
2091 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2092
2093 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2094 * configure: Regenerate.
2095
2096 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2097
2098 * config.sub: Merge from config repo.
2099
2100 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2101
2102 * Makefile.def (target_modules): Add bootstrap=true and
2103 raw_cxx=true to libsanitizer.
2104 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2105 * Makefile.in: Regenerated.
2106 * configure: Likewise.
2107
2108 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2109
2110 * MAINTAINERS: Remove self as RTL optimization maintainer.
2111
2112 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2113
2114 * MAINTAINERS (Write After Approval): Add myself.
2115
2116 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2117
2118 * Makefile.def (target_modules): Remove bootstrap=true and
2119 raw_cxx=true from libsanitizer.
2120 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2121 * Makefile.in: Regenerated.
2122 * configure: Likewise.
2123
2124 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2125
2126 * Makefile.def (target_modules): Add bootstrap=true and
2127 raw_cxx=true to libsanitizer.
2128 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2129 * Makefile.in: Regenerated.
2130 * configure: Likewise.
2131
2132 2012-11-28 Andrew Pinski <apinski@cavium.com>
2133
2134 PR bootstrap/54279
2135 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2136 * configure: Regenerate.
2137 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2138 * Makefile.in: Regenerate.
2139
2140 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2141
2142 * configure.ac: Disable libsanitizer if we're not building C++.
2143 * configure: Regenerate.
2144
2145 2012-11-15 Roland McGrath <roland@hack.frob.com>
2146
2147 * MAINTAINERS (Write After Approval): Add myself.
2148
2149 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
2150
2151 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2152 Kostya Serebryany (kcc@google.com) and
2153 Jakub Jelinek (jakub@redhat.com).
2154 Rename area for Dodji Seketeli (dodji@redhat.com).
2155
2156 2012-11-15 Dodji Seketeli <dodji@redhat.com>
2157
2158 * MAINTAINERS: (asan.c, related): Add myself.
2159
2160 2012-11-14 Roland McGrath <mcgrathr@google.com>
2161
2162 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2163 * configure: Regenerate.
2164
2165 2012-11-13 Richard Henderson <rth@redhat.com>
2166
2167 * configure.ac: Move libsanitizer logic to subdirectory.
2168 * configure: Regenerate.
2169
2170 2012-11-13 Dodji Seketeli <dodji@redhat.com>
2171
2172 * configure.ac: Enable libsanitizer just on x86 linux for now.
2173 * configure: Re-generate.
2174
2175 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
2176
2177 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2178 sections.
2179 * configure: Regenerate.
2180
2181 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
2182
2183 * configure.ac: Add section for configdirs for libsanitizer.
2184 Disable for cris-*-* and mmix-*-*.
2185 * configure: Regenerate.
2186
2187 2012-11-12 Wei Mi <wmi@google.com>
2188
2189 * configure.ac: Add libsanitizer to target_libraries.
2190 * Makefile.def: Ditto.
2191 * configure: Regenerate.
2192 * Makefile.in: Regenerate.
2193 * libsanitizer: New directory for asan runtime. Contains an empty
2194 tsan directory.
2195
2196 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
2197
2198 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2199 against Mingw64 w32api.
2200 * configure: Regenerate.
2201
2202 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
2203
2204 * configure: Regenerated.
2205
2206 2012-11-03 Robert Mason <rbmj@verizon.net>
2207
2208 * configure.ac: add --disable-libstdcxx configure option
2209 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2210
2211 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2212
2213 * MAINTAINERS (Write After Approval): Add myself.
2214
2215 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
2216
2217 * MAINTAINERS (Write After Approval): Add myself.
2218
2219 2012-10-24 Sharad Singhai <singhai@google.com>
2220
2221 * MAINTAINERS (Write After Approval): Add myself.
2222
2223 2012-10-24 Eric Christopher <echristo@gmail.com>
2224
2225 * MAINTAINERS: Update email address.
2226
2227 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
2228
2229 PR bootstrap/54820
2230 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2231 * configure: Regenerate.
2232
2233 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
2234
2235 * MAINTAINERS (aarch64): Add Marcus and myself.
2236
2237 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
2238
2239 PR bootstrap/54820
2240 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2241 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2242 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2243 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2244 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2245 * Makefile.in: Regenerate.
2246 * configure.ac (have_static_libs): New variable and associated check.
2247 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2248 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2249 * configure: Regenerate.
2250
2251 2012-10-10 Richard Biener <rguenther@suse.de>
2252
2253 * MAINTAINERS: Adjust for changed surname.
2254
2255 2012-10-04 Lawrence Crowl <crowl@google.com>
2256
2257 * MAINTAINERS (Write After Approval): Add myself.
2258
2259 2012-10-01 Cary Coutant <ccoutant@google.com>
2260
2261 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2262
2263 2012-09-28 Ian Lance Taylor <iant@google.com>
2264
2265 * Makefile.def: Make all-target-libgo depend on
2266 all-target-libbacktrace.
2267 * Makefile.in: Rebuild.
2268
2269 2012-09-26 Ian Lance Taylor <iant@google.com>
2270
2271 * Makefile.def: Make all-gcc depend on all-libbacktrace.
2272 * Makefile.in: Rebuild.
2273
2274 2012-09-20 Walter Lee <walt@tilera.com>
2275
2276 * configure.ac: Add tilegx to list of targets that support gold.
2277 * configure: Regenerate.
2278
2279 2012-09-20 Marek Polacek <polacek@redhat.com>
2280
2281 * MAINTAINERS (Write After Approval): Add myself.
2282
2283 2012-09-19 Steve Ellcey <sellcey@mips.com>
2284
2285 * configure.ac: Add mips*-mti-elf* target.
2286 * configure: Regenerate.
2287
2288 2012-09-17 Ian Lance Taylor <iant@google.com>
2289
2290 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2291 * configure.ac (host_libs): Add libbacktrace.
2292 (target_libraries): Add libbacktrace.
2293 * Makefile.def (host_modules): Add libbacktrace.
2294 (target_modules): Likewise.
2295 * configure, Makefile.in: Rebuild.
2296
2297 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
2298
2299 PR target/38607
2300 Merge upstream change.
2301 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2302
2303 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2304 Add libgomp*.o to compare_exclusions for AIX.
2305 * configure: Regenerate.
2306
2307 2012-09-06 Diego Novillo <dnovillo@google.com>
2308
2309 * configure.ac: Bump minimum GMP version to 4.2.3.
2310 * configure: Re-generate.
2311
2312 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
2313
2314 PR target/54461
2315 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2316 target-libgloss if not configured --with-avrlibc=no.
2317 * configure: Regenerate.
2318
2319 2012-09-04 Jason Merrill <jason@redhat.com>
2320
2321 * configure.ac: Fix --enable-languages=all.
2322
2323 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
2324
2325 * MAINTAINERS (Write After Approval): Add myself.
2326
2327 2012-09-03 Richard Guenther <rguenther@suse.de>
2328
2329 PR bootstrap/54138
2330 * configure.ac: Re-organize ISL / CLOOG checks to allow
2331 disabling with either --without-isl or --without-cloog.
2332 * configure: Regenerated.
2333
2334 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
2335
2336 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2337 * configure: Regenerate.
2338
2339 2012-08-27 Ulrich Drepper <drepper@gmail.com>
2340
2341 * MAINTAINERS: Fix my email address.
2342
2343 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2344
2345 PR binutils/4970
2346 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2347 and opcodes.
2348 * Makefile.in: Regenerated.
2349
2350 2012-08-26 Art Haas <ahaas@impactweather.com>
2351
2352 * configure: Regenerate.
2353
2354 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2355
2356 * INSTALL/README: Also refer to the online installation
2357 instructions.
2358
2359 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2360
2361 * MAINTAINERS (Write After Approval): Add myself.
2362 (Picochip port): Remove myself.
2363
2364 2012-08-14 Diego Novillo <dnovillo@google.com>
2365
2366 Merge from cxx-conversion branch.
2367
2368 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2369 POSTSTAGE1_CONFIGURE_FLAGS.
2370 * Makefile.in: Regenerate.
2371 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2372 Force C++ when bootstrapping.
2373 * configure: Regenerate.
2374
2375 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2376
2377 * MAINTAINERS (Write After Approval): Add myself.
2378
2379 2012-07-16 Joseph Myers <joseph@codesourcery.com>
2380
2381 * README: Document use of ranges of years in copyright notices.
2382
2383 2012-07-06 Richard Guenther <rguenther@suse.de>
2384
2385 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2386 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2387 --with-gmp=system.
2388 * Makefile.in: Regenerated.
2389 * configure: Likewise.
2390
2391 2012-07-06 Richard Guenther <rguenther@suse.de>
2392
2393 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2394 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2395 supply V=1 as extra_make_flags.
2396 * configure: Regenerated.
2397 * Makefile.in: Likewise.
2398
2399 2012-07-04 Tristan Gingold <gingold@adacore.com>
2400
2401 * configure: Regenerate.
2402
2403 2012-07-03 Richard Guenther <rguenther@suse.de>
2404
2405 * Makfile.def (isl): Remove not necessary extra_exports and
2406 extra_make_flags.
2407 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2408 * Makefile.in: Regenerated.
2409
2410 2012-07-03 Richard Guenther <rguenther@suse.de>
2411
2412 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2413 * configure.ac: If either the ISL or the CLooG check failed
2414 do not try to build in-tree versions.
2415 * Makefile.in: Regenerated.
2416 * configure: Regenerated.
2417
2418 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2419
2420 * configure: Regenerate.
2421
2422 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
2423
2424 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2425 maintainer.
2426
2427 2012-07-02 Richard Guenther <rguenther@suse.de>
2428
2429 * configure: Regenerated.
2430
2431 2012-07-02 Richard Guenther <rguenther@suse.de>
2432 Michael Matz <matz@suse.de>
2433 Tobias Grosser <tobias@grosser.es>
2434 Sebastian Pop <sebpop@gmail.com>
2435
2436 * Makefile.def: Add ISL host module, remove PPL host module.
2437 Adjust ClooG host module to use the proper ISL.
2438 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2439 * configure.ac: Include config/isl.m4. Add ISL host library,
2440 remove PPL. Remove PPL configury, add ISL configury, adjust
2441 ClooG configury.
2442 * Makefile.in: Regenerated.
2443 * configure: Likewise.
2444
2445 2012-07-02 Richard Guenther <rguenther@suse.de>
2446
2447 Merge from graphite branch
2448 2011-07-21 Tobias Grosser <tobias@grosser.es>
2449
2450 * configure: Regenerated.
2451 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2452 both cloog.org and legacy versions. The only supported version will
2453 be CLooG with the isl backend.
2454
2455 2011-07-21 Tobias Grosser <tobias@grosser.es>
2456
2457 * configure: Regenerated.
2458 * configure.ac: Require cloog isl 0.17.0
2459
2460 2011-07-21 Tobias Grosser <tobias@grosser.es>
2461
2462 * configure: Regenerated.
2463 * config/cloog.m4: Do not define CLOOG_ORG
2464
2465 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2466
2467 * configure.ac: Skip C if explicitly selected.
2468 * configure: Regenerate.
2469
2470 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
2471
2472 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2473 they contain -O2.
2474 * configure: Regenerate.
2475
2476 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2477
2478 PR debug/53740
2479 * df.h, df-problems.c, dce.c: Revert last patch.
2480
2481 2012-06-25 Iain Sandoe <iain@codesourcery.com>
2482
2483 * MAINTAINERS (Write After Approval): Update my email address.
2484
2485 2012-06-21 Meador Inge <meadori@codesourcery.com>
2486
2487 * MAINTAINERS (Write After Approval): Add myself.
2488
2489 2012-06-20 Jason Merrill <jason@redhat.com>
2490
2491 * Makefile.tpl (check-target-libgomp-c++): New.
2492 (check-target-libitm-c++): New.
2493 * Makefile.def (c++): Add them.
2494 * Makefile.in: Regenerate.
2495
2496 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
2497
2498 * MAINTAINERS (Write After Approval): Add myself.
2499
2500 2012-05-16 Olivier Hainque <hainque@adacore.com>
2501
2502 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2503 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2504 (install-no-fixedincludes): Adjust accordingly.
2505 * Makefile.in: Regenerate.
2506
2507 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2508
2509 Merge upstream change
2510 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2511
2512 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
2513
2514 * MAINTAINERS (Write After Approval): Add myself.
2515
2516 2012-05-09 Nick Clifton <nickc@redhat.com>
2517 Paul Smith <psmith@gnu.org>
2518
2519 PR bootstrap/50461
2520 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2521 allow for the fact that from release v3.1.0 of MPFR the source
2522 files were moved into a src sub-directory.
2523 * configure: Regenerate.
2524
2525 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2526
2527 * configure.ac: Bump minimum MPFR version to 2.4.0.
2528 * configure: Regenerated.
2529
2530 2012-05-01 Richard Henderson <rth@redhat.com>
2531
2532 * Makefile.def (libatomic): New target_module.
2533 * configure.ac (target_libraries): Add libatomic.
2534 (noconfigdirs): Check if libatomic is supported.
2535 * Makefile.in, configure: Rebuild.
2536
2537 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2538
2539 * MAINTAINERS (Write After Approval): Add myself.
2540
2541 2012-04-25 Joel Brobecker <brobecker@adacore.com>
2542
2543 * config.sub: Update to 2012-04-18 version from official repo.
2544
2545 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2546
2547 * MAINTAINERS (Write After Approval): Add myself.
2548
2549 2012-04-11 Steve Ellcey <sellcey@mips.com>
2550
2551 * MAINTAINERS: Changed email address.
2552
2553 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
2554
2555 PR target/52737
2556 * contrib/gcc_update (files_and_dependencies):
2557 Remove gcc/config/avr/t-multilib from touch data.
2558
2559 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2560
2561 * MAINTAINERS (OS Port Maintainers): Remove irix.
2562 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2563 (unsupported_languages): Remove mips-sgi-irix6.*.
2564 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2565 (with_stabs): Remove.
2566 * configure: Regenerate.
2567
2568 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2569
2570 * MAINTAINERS (OS Port Maintainers): Remove osf.
2571 * configure.ac (enable_libgomp): Remove *-*-osf*.
2572 (with_stabs): Remove alpha*-*-osf*.
2573 * configure: Regenerate.
2574
2575 2012-03-05 Tristan Gingold <gingold@adacore.com>
2576
2577 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2578 * configure: Regenerate.
2579
2580 2012-02-17 Walter Lee <walt@tilera.com>
2581
2582 * MAINTAINERS: (Write After Approval): Delete myself.
2583
2584 2012-02-14 Walter Lee <walt@tilera.com>
2585
2586 * MAINTAINERS (tilegx port): Add myself.
2587 (tilepro port): Add myself.
2588 (Write After Approval): Add myself.
2589
2590 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2591
2592 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2593 and Joseph Myers as docstring relicensing maintainers.
2594
2595 2012-02-09 Bin Cheng <bin.cheng@arm.com>
2596
2597 * MAINTAINERS (write-after-approval): Add myself.
2598
2599 2012-02-08 Ira Rosen <irar@il.ibm.com>
2600
2601 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2602 maintainer.
2603
2604 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2605
2606 * MAINTAINERS (Write After Approval): Move myself to
2607 maintain alphabetical order.
2608
2609 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2610
2611 * MAINTAINERS (Write After Approval): Add myself.
2612
2613 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2614
2615 * MAINTAINERS (Write After Approval): Add myself.
2616
2617 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2618 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2619
2620 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2621 * configure: Regenerate.
2622
2623 2012-01-23 Harshit Chopra <harshit@google.com>
2624
2625 * MAINTAINERS (Write After Approval): Add myself.
2626
2627 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
2628
2629 * configure.ac: Remove reference to mh-interix.
2630 * configure: Regenerate.
2631
2632 2012-01-05 Richard Henderson <rth@redhat.com>
2633
2634 PR bootstrap/51072
2635 * configure.ac: Disable libitm if c++ is not enabled.
2636 * configure: Rebuild.
2637
2638 * configure.ac: Fix regexp for same.
2639 * configure: Rebuild.
2640
2641 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2642
2643 * MAINTAINERS (Write After Approval): Add myself.
2644
2645 2012-01-02 Richard Guenther <rguenther@suse.de>
2646
2647 PR bootstrap/51686
2648 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2649 * Makefile.in: Regenerate.
2650
2651 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2652
2653 * MAINTAINERS (Write After Approval): Add myself.
2654
2655 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2656
2657 * configure: Regenerate.
2658
2659 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2660
2661 * MAINTAINERS (picochip): Changed email address.
2662
2663 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2664
2665 * MAINTAINERS (write-after-approval): Add self.
2666
2667 2011-11-29 DJ Delorie <dj@redhat.com>
2668
2669 * configure.ac (rl78-*-*) New case.
2670 * configure: Regenerate.
2671 * MAINTAINERS: Add myself as RL78 maintainer.
2672
2673 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2674
2675 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2676
2677 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
2678
2679 * libtool.m4: Additional FreeBSD 10 fixes.
2680
2681 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2682
2683 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2684 Maintainers section, as Epiphany maintainer.
2685
2686 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2687
2688 PR target/49992
2689 * configure.ac: Remove ranlib special-casing for Darwin.
2690 * configure: Regenerate.
2691
2692 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
2693
2694 * MAINTAINERS (Reviewers): Keep the list sorted.
2695
2696 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
2697
2698 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2699
2700 2011-11-09 Roland McGrath <mcgrathr@google.com>
2701
2702 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2703 * configure: Rebuild.
2704 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2705 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2706 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2707 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2708 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2709 Add READELF.
2710 * Makefile.in: Rebuild.
2711
2712 2011-11-09 Jason Merrill <jason@redhat.com>
2713
2714 * Makefile.def (language=c++): Remove check-c++0x.
2715 * Makefile.in (check-gcc-c++): Regenerate.
2716
2717 2011-11-08 Richard Henderson <rth@redhat.com>
2718
2719 * configure.ac: Test for libitm directory present first.
2720
2721 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2722
2723 * configure.ac: Test libitm/configure.tgt to disable libitm.
2724 * configure: Rebuild.
2725
2726 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
2727 Richard Henderson <rth@redhat.com>
2728
2729 Merged from transactional-memory.
2730
2731 * Makefile.def (lang_env_dependencies): libitm is c++.
2732 Add libitm target module.
2733 * configure.ac: Likewise.
2734 * config/mmap.m4: New file.
2735 * contrib/gcc_update: Add libitm to touch data.
2736 * Makefile.in, configure: Rebuild.
2737
2738 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2739
2740 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2741 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2742 * Makefile.in: Regenerate.
2743
2744 2011-11-01 DJ Delorie <dj@redhat.com>
2745
2746 * config.sub: Update to version 2011-10-29 (added rl78)
2747
2748 2011-10-27 Nick Clifton <nickc@redhat.com>
2749
2750 * config.sub: Import these changes from the config project:
2751
2752 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2753 Ben Elliston <bje@gnu.org>
2754
2755 * config.sub (epiphany): New.
2756
2757 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2758 Ben Elliston <bje@gnu.org>
2759
2760 * config.sub (hexagon, hexagon-*): New.
2761
2762 2011-08-23 Roland McGrath <mcgrathr@google.com>
2763
2764 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2765 64eb to be64.
2766
2767 2011-08-16 Roland McGrath <mcgrathr@google.com>
2768
2769 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2770 (nacl): Grok as alias for 32el-unknown-nacl.
2771
2772 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2773
2774 * MAINTAINERS (Write After Approval): Add myself.
2775
2776 2011-10-24 Teresa Johnson <tejohnson@google.com>
2777
2778 * MAINTAINERS (Write After Approval): Add myself.
2779
2780 2011-09-21 Jakub Jelinek <jakub@redhat.com>
2781
2782 * MAINTAINERS (sparc port): Remove myself.
2783
2784 2011-09-14 Tom de Vries <tom@codesourcery.com>
2785
2786 * MAINTAINERS (Write After Approval): Add myself.
2787
2788 2011-08-14 Yao Qi <yao@codesourcery.com>
2789
2790 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2791 * configure: Regenerate.
2792
2793 2011-07-26 Ian Lance Taylor <iant@google.com>
2794
2795 * configure.ac: Set have_compiler based on whether gcc directory
2796 exists, rather than on whether gcc is in configdirs.
2797 * configure: Rebuild.
2798
2799 2011-07-21 Joseph Myers <joseph@codesourcery.com>
2800
2801 * MAINTAINERS (Global Reviewers): Add self.
2802
2803 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2804
2805 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2806 link directories.
2807 * Makefile.in: Rebuild.
2808
2809 2011-07-20 Ian Lance Taylor <iant@google.com>
2810
2811 PR bootstrap/49787
2812 * configure.ac: Move --enable-bootstrap handling earlier in file.
2813 If --enable-bootstrap and either --enable-build-with-cxx or
2814 --enable-build-poststage1-with-cxx, enable C++ automatically.
2815 * configure: Rebuild.
2816
2817 2011-07-19 Ian Lance Taylor <iant@google.com>
2818
2819 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2820 make C++ a boot_language. Set and substitute
2821 POSTSTAGE1_CONFIGURE_FLAGS.
2822 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2823 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2824 * configure, Makefile.in: Rebuild.
2825
2826 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2827
2828 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2829 maintainers.
2830
2831 2011-07-18 Jakub Jelinek <jakub@redhat.com>
2832
2833 * MAINTAINERS (Global Reviewers): Add myself.
2834
2835 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2836
2837 * configure: Regenerate.
2838
2839 2011-07-16 Jason Merrill <jason@redhat.com>
2840
2841 * Makefile.def (language=c++): Add check-c++0x and
2842 check-target-libmudflap-c++.
2843 * Makefile.tpl (check-target-libmudflap-c++): New.
2844 * Makefile.in: Regenerate.
2845
2846 2011-07-16 Matthias Klose <doko@ubuntu.com>
2847
2848 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2849 * Makefile.def (target_modules/libjava): Pass
2850 $(EXTRA_CONFIGARGS_LIBJAVA).
2851 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2852 if not configured with --enable-static-libjava.
2853 * Makefile.in: Regenerate.
2854 * configure: Likewise.
2855
2856 2011-07-15 Jason Merrill <jason@redhat.com>
2857
2858 * Makefile.in (check-c++): Move check-gcc-c++0x after
2859 check-target-libstdc++-v3.
2860
2861 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2862
2863 * MAINTAINERS (c6x port): New entry.
2864
2865 2011-07-13 Jason Merrill <jason@redhat.com>
2866
2867 * Makefile.in (check-gcc-c++0x): New.
2868 (check-c++): Depend on it.
2869
2870 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2871
2872 PR target/39150
2873 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2874 x86_64-*-solaris2.1[0-9]*.
2875 * configure: Regenerate.
2876
2877 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2878
2879 * MAINTAINERS (RTL optimizers): Add self.
2880
2881 2011-06-27 Gabriel Charette <gchare@google.com>
2882
2883 * MAINTAINERS (Write After Approval): Add myself.
2884
2885 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2886
2887 PR regression/47836
2888 PR bootstrap/23656
2889 PR other/47733
2890 PR bootstrap/49247
2891 PR c/48825
2892 * configure.ac (target_libraries): Remove target-libiberty.
2893 Remove case-statement setting skipdirs=target-libiberty for
2894 multiple targets. Remove checking target_configdirs and
2895 removing target-libiberty but keeping target-libgcc if
2896 otherwise empty.
2897 * Makefile.def (target_modules): Don't add libiberty.
2898 (dependencies): Remove all traces of target-libiberty.
2899 * configure, Makefile.in: Regenerate.
2900
2901 2011-06-13 Walter Lee <walt@tilera.com>
2902
2903 * configure.ac (tilepro-*-*) New case.
2904 (tilegx-*-*): Likewise.
2905 * configure: Regenerate.
2906
2907 2011-06-06 Jing Yu <jingyu@google.com>
2908
2909 * configure.ac: Skip target-libiberty for
2910 arm*-*-linux-androideabi.
2911 * configure: Regenerated.
2912
2913 2011-06-06 Nick Clifton <nickc@redhat.com>
2914
2915 * config.sub: Sync from upstream.
2916
2917 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2918
2919 * MAINTAINERS (Write After Approval): Add myself.
2920
2921 2011-06-01 Daniel Jacobowitz <drow@false.org>
2922
2923 * MAINTAINERS: Update my email address.
2924
2925 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2926
2927 * MAINTAINERS (Write After Approval): Update my email address.
2928
2929 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2930
2931 * MAINTAINERS (Write After Approval): Add myself.
2932
2933 2011-05-08 Doug Kwan <dougkwan@google.com>
2934
2935 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2936 * configure: Regenerated.
2937 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2938 value from configure.
2939 * Makefile.in: Regenerated.
2940
2941 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2942
2943 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2944 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2945 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2946 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2947 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2948 *-*-vxworks*): Disable newlib and libgloss in separate case
2949 statement.
2950 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2951 to separate case statement.
2952 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2953 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2954 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2955 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2956 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2957 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2958 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2959 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2960 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2961 i[[3456789]]86-*-rdos*, m32r-*-*,
2962 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2963 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2964 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2965 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2966 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2967 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2968 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2969 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2970 and libgloss in main case over targets. Remove most empty cases
2971 in main case over targets.
2972 * configure: Regenerate.
2973
2974 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
2975
2976 * MAINTAINERS (Write After Approval): Add myself.
2977
2978 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2979
2980 * configure.ac: Remove code setting special library locations for
2981 hppa*64*-*-hpux11*. Remove code setting compiler for
2982 sparc-sun-solaris2*.
2983 * configure: Regenerate.
2984
2985 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2986
2987 * configure.ac: Separate libgloss_dir settings from general case
2988 over targets.
2989 * configure: Regenerate.
2990
2991 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2992
2993 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2994 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2995 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2996 cases in libgcj-disabling case statement.
2997 (hppa*64*-*-linux*): Set unsupported_languages instead of
2998 disabling target-zlib.
2999 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3000 to hppa*64*-*-hpux*.
3001 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3002 hppa*-*-hpux*.
3003 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3004 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3005 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3006 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3007 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3008 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3009 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3010 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3011 libgcj-disabling case statement.
3012 * configure: Regenerate.
3013
3014 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3015
3016 * configure.ac: Disable Java for targets not supporting libffi.
3017 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3018 Remove cases in Java-disabling statement.
3019 (*arm-wince-pe): Change to arm-wince-pe.
3020 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3021 cases in Java-disabling statement.
3022 (bfin-*-*): Don't disable Java again.
3023 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3024 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3025 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3026 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3027 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3028 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3029 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3030 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3031 Java-disabling statement.
3032 (mmix-*-*): Don't disable Java again.
3033 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3034 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3035 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3036 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3037 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3038 statement.
3039 * configure: Regenerate.
3040
3041 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3042
3043 * configure.ac: Separate cases disabling Java and Java libraries
3044 from general case over targets.
3045 * configure: Regenerate.
3046
3047 2011-04-21 Jie Zhang <jzhang918@gmail.com>
3048
3049 * MAINTAINERS: Update my email address.
3050
3051 2011-04-20 Easwaran Raman <eraman@google.com>
3052
3053 * MAINTAINERS (Write After Approval): Add myself.
3054
3055 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3056
3057 PR lto/48086
3058 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3059 * configure: Regenerate.
3060
3061 2011-04-16 Jim Meyering <meyering@redhat.com>
3062
3063 * MAINTAINERS (Write After Approval): Add myself.
3064
3065 2011-04-15 Dodji Seketeli <dodji@redhat.com>
3066
3067 * MAINTAINERS: Update my email address.
3068
3069 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
3070
3071 * MAINTAINERS (Write After Approval): Add myself.
3072
3073 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3074
3075 * MAINTAINERS (Write After Approval): Add myself.
3076
3077 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3078
3079 * MAINTAINERS (Write After Approval): Add myself.
3080
3081 2011-04-06 Joseph Myers <joseph@codesourcery.com>
3082
3083 * configure.ac (build_tools): Remove build-byacc.
3084 (host_libs): Remove mmalloc.
3085 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3086 autoconf automake libtool diff rcs fileutils shellutils time
3087 textutils wdiff find uudecode hello tar gzip indent recode release
3088 sed perl gawk findutils gettext zip.
3089 (libgcj): Remove target-qthreads.
3090 (target_tools): Remove target-examples target-gperf.
3091 (YACC): Don't handle building byacc.
3092 * configure: Regenerate.
3093 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3094 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3095 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3096 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3097 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3098 handle building components.
3099 * Makefile.in: Regenerate.
3100
3101 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3102
3103 * MAINTAINERS: Update my email address as Xtensa maintainer.
3104
3105 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3106
3107 * config.sub: Sync from upstream.
3108
3109 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3110
3111 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3112 (microblaze*): Don't disable libssp.
3113 * configure: Regenerate.
3114
3115 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3116
3117 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3118 moveifchange.
3119 * configure: Regenerate.
3120 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3121 * Makefile.in: Regenerate.
3122
3123 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3124
3125 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3126 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3127 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3128 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3129 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3130 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3131 md_exec_prefix cases.
3132 * configure: Regenerate.
3133
3134 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3135
3136 * configure.ac: Separate cases disabling target-libssp,
3137 target-libiberty, target-libstdc++-v3 and Fortran from general
3138 case over targets.
3139 * configure: Regenerate.
3140
3141 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3142
3143 * configure.ac (*-*-chorusos): Don't disable libgcj.
3144 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3145 Remove case.
3146 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3147 (arm-*-coff): Don't disable libgcj.
3148 (arm*-*-linux-gnueabi): Remove useless assignment.
3149 (arm-*-riscix*): Don't disable libgcj.
3150 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3151 configuration.
3152 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3153 (c54x*-*-*): Remove case.
3154 (tic54x-*-*): Don't disable GCC or GCC libraries.
3155 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3156 to *.
3157 (d10v-*-*): Don't disable GCC libraries.
3158 (d30v-*-*): Don't disable libgcj.
3159 (h8500-*-*): Don't disable GCC libraries.
3160 (i960-*-*): Don't disable libgcj.
3161 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3162 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3163 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3164 libgcj.
3165 (m68k-*-coff*): Remove case.
3166 (mmix-*-*): Don't disable libgloss on host.
3167 (mn10200-*-*, mn10300-*-*): Remove cases.
3168 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3169 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3170 Don't disable libgcj.
3171 (romp-*-*): Remove case.
3172 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3173 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3174 case.
3175 (v810-*-*): Don't disable GCC libraries.
3176 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3177 (ip2k-*-*): Don't disable GCC libraries.
3178 * configure: Regenerate.
3179
3180 2011-03-28 Joseph Myers <joseph@codesourcery.com>
3181
3182 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3183 libffi on host.
3184 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3185 on host.
3186 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3187 * configure: Regenerate.
3188
3189 2011-03-26 John Marino <binutils@marino.st>
3190
3191 * configure.ac: Add support for *-*-dragonfly*
3192 * configure: Regenerate.
3193
3194 2011-03-25 Joseph Myers <joseph@codesourcery.com>
3195
3196 * configure.ac (native_only): Remove.
3197 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3198 send-pr uudecode guile gnuserv on host.
3199 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3200 send-pr rcs guile perl texinfo libtool on host.
3201 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3202 automake send-pr rcs guile perl texinfo libtool on host.
3203 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3204 (*-*-kaos*): Don't disable target-examples target-gperf on target.
3205 (alpha*-dec-osf*): Don't disable fileutils on target.
3206 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3207 texinfo send-pr expect dejagnu on target.
3208 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3209 target-qthreads on target.
3210 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3211 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3212 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3213 x86_64-*-mingw*): Don't disable expect on target.
3214 (*-*-cygwin*): Don't disable target-gperf on target.
3215 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3216 gnuserv on target.
3217 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3218 target.
3219 * configure: Regenerate.
3220
3221 2011-03-25 Joseph Myers <joseph@codesourcery.com>
3222
3223 * configure.ac (target_tools): Remove target-groff.
3224 (native_only): Remove target-groff.
3225 (hppa*64*-*-*): Don't disable byacc.
3226 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3227 setting.
3228 (*-*-kaos*): Don't skip target-librx and target-groff.
3229 (*-*-netware*): Don't skip target-libmudflap.
3230 (*-*-tpf*): Don't skip target-libmudflap.
3231 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3232 directories on the host.
3233 (ia64*-*-*vms*): Don't skip tix.
3234 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3235 host.
3236 * configure: Regenerate.
3237
3238 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
3239
3240 * configure.ac: Remove references to mt-mep, mt-netware,
3241 mt-wince.
3242 * Makefile.def: Add all-utils soft dependencies.
3243 * Makefile.tpl: Remove GDB_NLM_DEPS.
3244 * configure: Regenerate.
3245 * Makefile.in: Regenerate.
3246
3247 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3248
3249 * configure.ac: Do not include mh-x86omitfp.
3250 * configure: Regenerate.
3251
3252 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3253
3254 * configure.ac: Remove empty cases.
3255 * configure: Regenerate.
3256
3257 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3258
3259 * Makefile.def: Add dependency from termcap to gdb.
3260 * Makefile.in: Regenerate.
3261
3262 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3263
3264 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3265 * configure: Regenerate.
3266 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3267 * Makefile.tpl: Likewise.
3268 * Makefile.in: Regenerate.
3269
3270 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3271
3272 * configure.ac: Remove all mentions of tentative_cc.
3273 * configure: Regenerate.
3274
3275 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3276
3277 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3278 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3279 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3280 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3281 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3282 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3283 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3284 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3285 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3286 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3287 *-*-rhapsody*): Remove host cases.
3288 * configure: Regenerate.
3289
3290 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3291
3292 * configure.ac (ppc*-*-pe): Remove host case.
3293 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3294 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3295 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3296 cases.
3297 * configure: Regenerate.
3298
3299 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3300
3301 * config.sub: Update to version 2011-03-23.
3302
3303 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3304
3305 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3306 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3307 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3308 * configure: Regenerate.
3309
3310 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3311
3312 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3313 to Write After Approval.
3314 * config-ml.in: Don't handle arc-*-elf*.
3315 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3316 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3317 handle GCC libraries.
3318 * configure: Regenerate.
3319
3320 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3321
3322 PR bootstrap/48120:
3323 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3324 Add -lstdc++ -lm to LIBS.
3325 * configure: Regenerate.
3326
3327 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
3328
3329 * config.guess: Update to version 2011-02-02
3330 * config.sub: Update to version 2011-02-24
3331
3332 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3333
3334 PR lto/48086
3335 * configure.ac: Re-enable LTO on *-apple-darwin9.
3336 * configure: Regenerate.
3337
3338 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3339
3340 PR lto/48086
3341 * configure.ac: Disable LTO on darwin due to an assembler change in
3342 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3343 under 256.
3344 * configure: Regenerate.
3345
3346 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3347
3348 * MAINTAINERS: Update myself as score backend maintainer,
3349 update my e-mail address.
3350
3351 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
3352
3353 * MAINTAINERS: Update my e-mail address.
3354
3355 2011-03-06 Joey Ye <joey.ye@arm.com>
3356
3357 * MAINTAINERS: Update my e-mail address.
3358
3359 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3360
3361 * configure.ac: Adjust test of with_ppl.
3362 * configure: Regenerated.
3363
3364 2011-03-02 Kai Tietz <ktietz@redhat.com>
3365
3366 * MAINTAINERS: Adjust my e-mail address.
3367
3368 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3369
3370 * configure.ac: Add -lpwl to ppllibs.
3371 * configure: Regenerated.
3372
3373 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3374
3375 * config/cloog.m4: Add -lisl to clooglibs.
3376 * configure: Regenerated.
3377
3378 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3379
3380 * MAINTAINERS (CPU Port maintainers): Add self.
3381
3382 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3383
3384 * MAINTAINERS: Add myself as testsuite maintainer.
3385
3386 2011-02-15 Mike Stump <mikestump@comcast.net>
3387
3388 * MAINTAINERS: Add myself as testsuite maintainer.
3389
3390 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3391
3392 Import from Libtool and gnulib:
3393
3394 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3395
3396 Prepare for supporting FreeBSD 10.
3397 * config.rpath: Remove handling of freebsd1* which soon would
3398 match FreeBSD 10.0.
3399
3400 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3401
3402 Remove support for FreeBSD 1.x.
3403 * libtool.m4 (_LT_LINKER_SHLIBS)
3404 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3405 soon would incorrectly match FreeBSD 10.0.
3406
3407 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3408
3409 PR binutils/12283
3410 * move-if-change: Import version from gnulib.
3411
3412 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
3413
3414 PR lto/47225
3415 * Makefile.def (lto-plugin): Double dash for enable-shared.
3416 (configure-gcc): Depend on all-lto-plugin.
3417 * Makefile.in: Rebuilt.
3418
3419 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3420
3421 * configure.ac: Remove extra bracket.
3422 * configure: Regenerate.
3423
3424 2011-02-08 Tobias Burnus <burnus@net-b.de>
3425
3426 * MAINTAINERS: Add myself as libquadmath maintainer.
3427
3428 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
3429
3430 * MAINTAINERS: Update my email address.
3431
3432 2011-02-07 Joseph Myers <joseph@codesourcery.com>
3433
3434 * MAINTAINERS (option handling): Add self.
3435
3436 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
3437
3438 PR lto/47225
3439 * Makefile.def: Add dependency for install-gcc
3440 on install-lto-plugin.
3441 * Makfile.in: Regenerated
3442
3443 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3444
3445 * MAINTAINERS (CPU Port Maintainers): Add myself.
3446
3447 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
3448
3449 PR libgcj/44341
3450 * configure.ac: Discard --with-* flags for host when configuring
3451 target libraries for cross build.
3452 * configure: Rebuilt.
3453
3454 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3455
3456 * MAINTAINERS (linear loop transforms): Removed.
3457
3458 2011-01-25 Jakub Jelinek <jakub@redhat.com>
3459
3460 * configure.ac: If with_ppl is no, move setting with_cloog=no
3461 after CLOOG_REQUESTED check.
3462 * configure: Regenerated.
3463
3464 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3465
3466 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3467 CLooG has been requested.
3468 * configure: Regenerated.
3469
3470 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3471
3472 * configure: Regenerated.
3473 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3474
3475 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3476
3477 * configure: Regenerated.
3478 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3479
3480 2011-01-21 Andreas Schwab <schwab@redhat.com>
3481
3482 * configure.ac: Use AS_HELP_STRING throughout.
3483 * configure: Regenerate.
3484
3485 2011-01-18 Jie Zhang <jie.zhang@analog.com>
3486
3487 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3488 * configure: Regenerate.
3489
3490 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3491
3492 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3493
3494 2011-01-13 Joel Brobecker <brobecker@adacore.com>
3495
3496 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3497 for ia64-hpux.
3498 * configure: Regenerate.
3499
3500 2011-01-07 Jan Hubicka <jh@suse.cz>
3501
3502 PR lto/47225
3503 * Makefile.in: Regenerate.
3504 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3505 configure.
3506
3507 2011-01-07 Jan Hubicka <jh@suse.cz>
3508
3509 * Makefile.in: Regenerate.
3510 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3511 and configure dependency on lto-plugin configure.
3512 (lto-plugin module): Remove dependency on GCC; add dependency on
3513 liniberty.
3514
3515 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3516
3517 * MAINTAINERS (Write After Approval): Add myself.
3518
3519 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3520
3521 * configure: Regenerate.
3522
3523 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3524
3525 * configure.ac: (picochip): Disable libiberty.
3526
3527 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3528
3529 * MAINTAINERS (Write After Approval): Add myself.
3530
3531 2010-12-10 Ian Lance Taylor <iant@google.com>
3532
3533 PR bootstrap/46819
3534 * configure.ac: For --disable-libgcj clear libgcj_saved.
3535 * configure: Rebuild.
3536
3537 2010-12-10 Tobias Burnus <burnus@net-b.de>
3538
3539 PR fortran/46540
3540 * configure.ac: Add --disable-libquadmath and
3541 --disable-libquadmath-support.
3542 * configure: Regenerate.
3543
3544 2010-12-03 Ian Lance Taylor <iant@google.com>
3545
3546 * MAINTAINERS: Add myself as libgo maintainer.
3547
3548 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
3549
3550 PR libffi/46792
3551 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3552 * configure: Regenerate.
3553
3554 2010-12-02 Ian Lance Taylor <iant@google.com>
3555
3556 * configure.ac: Always set default for poststage1_ldflags to
3557 -static-libstdc++ -static-libgcc.
3558
3559 2010-11-29 Andreas Schwab <schwab@redhat.com>
3560
3561 * configure.ac: Move comment to remove extra space in last argument
3562 of GCC_TARGET_TOOL.
3563
3564 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
3565
3566 PR other/46026
3567 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3568 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3569 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3570 (BASE_FLAGS_TO_PASS): Use it.
3571 * configure: Rebuilt.
3572 * Makefile.in: Rebuilt.
3573
3574 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3575
3576 PR binutils/12258
3577 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3578 Properly check default linker.
3579 * configure: Regnerated.
3580
3581 2010-11-23 Matthias Klose <doko@ubuntu.com>
3582
3583 * configure.ac: For --enable-gold, handle value `default' instead of
3584 `both*'. New configure option --{en,dis}able-ld.
3585 * configure: Regenerate.
3586
3587 2010-11-20 Ian Lance Taylor <iant@google.com>
3588
3589 * configure.ac: Only disable a language library if no language needs
3590 it. Don't let --disable-libgcj uncondtionally disable libffi.
3591 * configure: Rebuild.
3592
3593 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3594
3595 * Makefile.in: Regenerate.
3596
3597 PR other/46202
3598 * configure.ac: Fix just-built in-tree STRIP name to be
3599 binutils/strip-new.
3600 * configure: Regenerate.
3601 * Makefile.def (install-strip-gcc, install-strip-binutils)
3602 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3603 (install-strip-sid): Mirror dependencies on non-strip variants
3604 of these targets on the respective -strip prerequisites.
3605 * Makefile.tpl (install-strip, install-strip-host)
3606 (install-strip-target): New targets.
3607 (install-strip-[+module+], install-strip-target-[+module+]):
3608 New targets.
3609 * Makefile.in: Regenerate.
3610
3611 2010-11-19 Ian Lance Taylor <iant@google.com>
3612 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3613
3614 * configure.ac: Add target-libgo to target_libraries. Set
3615 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3616 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3617 (HOST_EXPORTS): Add GOC.
3618 (BASE_TARGET_EXPORTS): Add GOC.
3619 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3620 (GOCFLAGS_FOR_TARGET): New variable.
3621 (EXTRA_HOST_FLAGS): Add GOC.
3622 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3623 * Makefile.def (target_modules): Add libgo.
3624 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3625 (dependencies): Add dependency from configure-target-libgo to
3626 configure-target-libffi and all-target-libstdc++-v3. Add
3627 dependencies from all-target-libgo to all-target-libffi.
3628 (languages): Add go.
3629 * configure: Rebuild.
3630 * Makefile.in: Rebuild.
3631
3632 2010-11-19 Ian Lance Taylor <iant@google.com>
3633
3634 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3635 compiler/flag environment variables.
3636
3637 2010-11-18 Ian Lance Taylor <iant@google.com>
3638
3639 * configure.ac: Check for lang_requires_boot_languages in
3640 config-lang.in files.
3641 * configure: Rebuild.
3642
3643 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3644 Tobias Burnus <burnus@net-b.de>
3645
3646 PR fortran/32049
3647 * Makefile.def: Add libquadmath; build it with language=fortran.
3648 * configure.ac: Add libquadmath.
3649 * Makefile.tpl: Handle multiple libs in check-[+language+].
3650 * Makefile.in: Regenerate.
3651 * configure: Regenerate.
3652
3653 2010-11-16 Tom Tromey <tromey@redhat.com>
3654
3655 * MAINTAINERS: Moved myself to reviewers section.
3656
3657 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
3658
3659 * MAINTAINERS: Moved myself to reviewers section.
3660
3661 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3662
3663 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3664 (Write After Approval): Remove self.
3665
3666 2010-11-15 Andreas Schwab <schwab@redhat.com>
3667
3668 * configure.ac: Fix spelling in option names.
3669 * configure: Regenerated.
3670
3671 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
3672
3673 PR bootstrap/39622
3674 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3675 * configure: Regenerated.
3676
3677 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3678
3679 * MAINTAINERS: Update my email address.
3680
3681 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3682
3683 * configure: Regenerate.
3684
3685 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3686
3687 * configure: Regenerate.
3688
3689 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3690
3691 * configure: Regenerate.
3692
3693 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3694
3695 * configure: Regenerate.
3696
3697 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3698
3699 * configure.ac: Support official CLooG.org versions.
3700 * configure: Regenerate.
3701 * config/cloog.m4: New.
3702
3703 2010-11-10 François Dumont <francois.cppdevs@free.fr>
3704
3705 * MAINTAINERS (Write After Approval): Add myself.
3706
3707 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
3708
3709 * MAINTAINERS: Update my email address.
3710
3711 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3712
3713 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3714 * configure: Regenerate.
3715
3716 2010-11-03 Ian Lance Taylor <iant@google.com>
3717 Dave Korn <dave.korn.cygwin@gmail.com>
3718
3719 PR lto/46273
3720 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3721 and on other supported platforms whenever LTO is enabled.
3722 * configure: Rebuild.
3723
3724 2010-11-02 Alan Modra <amodra@gmail.com>
3725
3726 PR binutils/12110
3727 * configure.ac: Error when source path contains spaces.
3728 * configure: Regenerate.
3729
3730 2010-10-23 James E. Wilson <wilson@codesourcery.com>
3731
3732 * MAINTAINERS: Update my email address.
3733
3734 2010-10-20 Ian Lance Taylor <iant@google.com>
3735
3736 * Makefile.def (target_modules): Set lib_path to src/.libs for
3737 libstdc++-v3 module.
3738 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3739 * Makefile.in: Rebuild.
3740
3741 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3742
3743 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3744 (Write After Approval): Remove myself.
3745
3746 2010-10-15 Tristan Gingold <gingold@adacore.com>
3747
3748 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3749
3750 2010-10-14 Douglas Rupp <rupp@gnat.com>
3751
3752 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3753
3754 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3755
3756 * configure.ac (build_lto_plugin): New shell variable.
3757 (--enable-lto): Turn on by default for all non-ELF platforms that
3758 have had LTO support added so far. Set build_lto_plugin appropriately
3759 for both ELF and non-ELF.
3760 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3761 * configure: Regenerate.
3762
3763 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3764
3765 Sync from src:
3766 * configure.ac (v850 support): Remove target-libgloss from
3767 noconfigdirs.
3768 * configure: Regenerate.
3769
3770 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3771
3772 PR bootstrap/45326
3773 PR bootstrap/45174
3774 * configure.ac: Honor initial values of $build_configargs,
3775 $host_configargs, $target_configargs. Mark the precious, so
3776 environment settings get recorded.
3777 * configure: Regenerate.
3778
3779 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3780
3781 PR bootstrap/45796
3782 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3783 Depend on all-build-libiberty.
3784 * Makefile.in: Regenerate.
3785
3786 2010-09-30 Michael Eager <eager@eagercon.com>
3787
3788 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3789 * configure: Regenerate.
3790
3791 2010-09-28 Michael Eager <eager@eagercon.com>
3792
3793 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3794
3795 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3796
3797 PR bootstrap/44621
3798 * configure.ac: Fix unportable shell quoting.
3799 * configure: Regenerate.
3800
3801 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3802
3803 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3804 targets and amend comment.
3805 * configure: Regenerate.
3806
3807 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3808
3809 * MAINTAINERS (Write After Approval): Add myself.
3810
3811 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3812
3813 * configure.ac: Enable LTO by default on Darwin.
3814 * configure: Regenerate.
3815
3816 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3817
3818 * MAINTAINERS (Write After Approval): Add myself.
3819
3820 2010-09-01 Ian Bolton <ian.bolton@arm.com>
3821
3822 * MAINTAINERS (Write After Approval): Add myself.
3823
3824 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3825
3826 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3827 ports
3828
3829 2010-07-28 David Yuste <david.yuste@gmail.com>
3830
3831 * MAINTAINERS (Write After Approval): Add myself.
3832
3833 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3834
3835 * configure.ac: Support all v850 targets.
3836 * configure: Regenerate.
3837
3838 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3839
3840 PR bootstrap/44455
3841 * configure.ac (extra_mpfr_configure_flags): Copy from
3842 extra_mpc_gmp_configure_flags.
3843 * configure: Re-generated.
3844
3845 2010-07-22 Andi Kleen <ak@linux.intel.com>
3846
3847 * MAINTAINERS (Write After Approval): Add myself.
3848
3849 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3850
3851 * MAINTAINERS (Write After Approval): Add myself.
3852
3853 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3854
3855 * MAINTAINERS (Write After Approval): Add myself.
3856
3857 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3858
3859 PR target/44862
3860 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3861 Provide -B option to allow for link spec %s substitutions for
3862 libstdc++.a on darwin.
3863 * Makefile.in: Regenerate.
3864
3865 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3866
3867 * MAINTAINERS (Reviewers): Update my e-mail address
3868
3869 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
3870
3871 * Makefile.def (configure-gcc): Depend on all-libelf.
3872 * Makefile.in: Rebuild.
3873
3874 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3875
3876 * MAINTAINERS (Write After Approval): Add myself in the right place.
3877
3878 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
3879
3880 * MAINTAINERS (Write After Approval): Add myself.
3881
3882 2010-05-25 Sterling Augustine <sterling@tensilica.com>
3883
3884 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3885
3886 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
3887
3888 * config.sub: Update to version 2010-05-21.
3889 * config.guess: Update to version 2010-04-03.
3890
3891 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3892
3893 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3894 * configure: Regenerate.
3895
3896 2010-05-12 Sriraman Tallam <tmsriram@google.com>
3897
3898 * MAINTAINERS (Write After Approval): Add myself.
3899
3900 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3901
3902 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3903 a platform that supports LTO.
3904 * configure: Regenerate.
3905
3906 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3907
3908 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3909 * configure: Regenerated.
3910
3911 2010-04-27 Roland McGrath <roland@redhat.com>
3912 H.J. Lu <hongjiu.lu@intel.com>
3913
3914 * configure.ac (--enable-gold): Support both, both/gold and
3915 both/bfd to add gold to configdirs without removing ld.
3916 * configure: Regenerated.
3917
3918 * Makefile.def: Add install-gold dependency to install-ld.
3919 * Makefile.in: Regenerated.
3920
3921 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3922
3923 PR lto/42776
3924 * configure.ac (--enable-lto): Refactor handling so libelf tests
3925 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3926 and allow LTO to be explicitly enabled on non-ELF platforms that
3927 are known to support it inside else-clause.
3928 * configure: Regenerate.
3929
3930 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3931
3932 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3933 * configure: Regenerate.
3934
3935 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3936
3937 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3938 * configure: Regenerate.
3939
3940 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3941
3942 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3943 separately.
3944 * configure: Regenerate.
3945
3946 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
3947
3948 * MAINTAINERS (Write After Approval): Add myself.
3949
3950 2010-04-14 Tristan Gingold <gingold@adacore.com>
3951
3952 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3953 * configure: Regenerate.
3954
3955 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3956
3957 * configure: Regenerate after change to elf.m4.
3958
3959 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3960
3961 * MAINTAINERS (Write After Approval): Add myself.
3962
3963 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3964
3965 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3966 * configure: Regenerated.
3967
3968 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3969
3970 * configure.ac: Print "buggy but acceptable" when CLooG
3971 revision is less than 9.
3972 * configure: Regenerated.
3973
3974 2010-04-01 Diego Novillo <dnovillo@google.com>
3975
3976 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3977
3978 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3979
3980 PR bootstrap/43615
3981 PR bootstrap/43328
3982
3983 Revert:
3984
3985 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3986
3987 * configure.ac: Do not pass --enable-multilib nor
3988 --disable-multilib in baseargs. Accept explicitly passed
3989 --enable_multilib.
3990 * configure: Regenerate.
3991
3992 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3993
3994 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3995
3996 2010-03-31 Janis Johnson <janis187@us.ibm.com>
3997
3998 * MAINTAINERS: Remove myself.
3999
4000 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4001
4002 PR bootstrap/43328
4003 * configure.ac: Do not pass --enable-multilib nor
4004 --disable-multilib in baseargs. Accept explicitly passed
4005 --enable_multilib.
4006 * configure: Regenerate.
4007
4008 2010-03-28 Andrew Pinski <pinskia@gmail.com>
4009
4010 * MAINTAINERS (spu port): Remove me.
4011
4012 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4013
4014 * configure.ac (tic6x-*-*): New case.
4015 * configure: Regenerate.
4016
4017 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4018
4019 * config.sub: Update to version 2010-03-22.
4020 * config.guess: Update to version 2009-12-30.
4021
4022 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
4023
4024 PR ada/42554
4025 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4026 * configure: Regenerate.
4027
4028 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4029
4030 * MAINTAINERS: Update my email address.
4031
4032 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
4033
4034 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4035 (ghassan.shobaki@amd.com): Removed.
4036
4037 2010-03-17 Alan Modra <amodra@gmail.com>
4038
4039 * MAINTAINERS: Update my email address.
4040
4041 2010-03-16 Diego Novillo <dnovillo@google.com>
4042
4043 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4044 Matthews.
4045
4046 2010-03-16 Joseph Myers <joseph@codesourcery.com>
4047
4048 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4049 Gutson, Jeffrey D. Oldham and Mark Shinwell.
4050
4051 2010-03-16 Joseph Myers <joseph@codesourcery.com>
4052
4053 * MAINTAINERS: Update my email address.
4054
4055 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4056
4057 * MAINTAINERS: Update my email address.
4058
4059 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4060
4061 * MAINTAINERS: Update my email address.
4062
4063 2010-03-09 Jie Zhang <jie@codesourcery.com>
4064
4065 * MAINTAINERS: Update my email address.
4066
4067 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4068
4069 PR libstdc++/32499
4070 * configure.ac (RANLIB): Default to true.
4071 (STRIP): Likewise.
4072 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4073 * configure: Regenerate.
4074
4075 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
4076
4077 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4078 (Write After Approval): Update my email address.
4079
4080 2010-02-17 Nick Clifton <nickc@redhat.com>
4081
4082 PR 11238
4083 * Makefile.tpl (local-distclean): Also remove config.cache files in
4084 sub-directories as there may not be Makefiles present in the
4085 sub-directories.
4086 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4087 the config.cache files found by the find command.
4088
4089 * Makefile.in: Regenerate.
4090 * configure.ac: Revert previous delta.
4091 * configure: Regenerate.
4092
4093 2010-02-15 Nick Clifton <nickc@redhat.com>
4094
4095 PR 11238
4096 * configure.ac: Delete config.cache files in sub-directories when
4097 deleting Makefiles.
4098 * configure: Regenerate.
4099
4100 2010-02-12 Ben Elliston <bje@gnu.org>
4101
4102 * MAINTAINERS: Update my email address.
4103
4104 2010-02-08 Andrew Pinski <pinskia@gmail.com>
4105
4106 * MAINTAINERS (spu port): Update my email address.
4107
4108 2010-02-08 Jie Zhang <jie.zhang@analog.com>
4109
4110 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4111
4112 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4113
4114 * configure.ac: Add "recommended" version checks for GMP/MPC.
4115 Update recommended GMP/MPFR/MPC versions.
4116 * configure: Regenerate.
4117
4118 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4119
4120 * MAINTAINERS: Move my Embecosm email address into the
4121 write-after-approval section.
4122
4123 2010-01-26 Ian Lance Taylor <iant@google.com>
4124
4125 * MAINTAINERS: Add myself as Go frontend maintainer.
4126
4127 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
4128
4129 PR libstdc++/36101, PR libstdc++/42813
4130 * configure.ac (bootstrap_target_libs): Make inclusion of
4131 target-libgomp conditional on libgomb being in target_configdirs.
4132 * configure: Regenerate.
4133
4134 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
4135
4136 PR libstdc++/36101, PR libstdc++/42813
4137 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4138 * configure: Regenerate.
4139
4140 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
4141
4142 PR libstdc++/36101, PR libstdc++/42813
4143 * configure.ac (target_configdirs): Substitute.
4144 * Makefile.def: Bootstrap target module libgomp.
4145 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4146 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4147 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4148 * configure, Makefile.in: Regenerate.
4149
4150 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4151
4152 * MAINTAINERS: Adjust my details.
4153
4154 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4155
4156 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4157
4158 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4159
4160 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4161
4162 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4163
4164 * MAINTAINERS (Write After Approval): Add myself.
4165
4166 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4167
4168 * MAINTAINERS (Write After Approval): Add myself.
4169
4170 2010-01-11 Richard Guenther <rguenther@suse.de>
4171
4172 PR lto/41569
4173 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4174 * Makefile.in: Regenerated.
4175
4176 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
4177
4178 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4179 * configure: Regenerate.
4180
4181 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4182 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4183
4184 PR bootstrap/42424
4185 * configure.ac: Include libtool m4 files.
4186 (_LT_CHECK_OBJDIR): Call it.
4187 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4188 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4189
4190 * configure: Regenerate.
4191
4192 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4193
4194 PR bootstrap/41818
4195 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4196 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
4197 * Makefile.in: Regenerate.
4198
4199 2010-01-02 Richard Guenther <rguenther@suse.de>
4200
4201 PR lto/41529
4202 * configure.ac: Include config/elf.m4. Disable LTO if not
4203 builting for an elf target.
4204 * configure: Regenerate.
4205
4206 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
4207
4208 * MAINTAINERS: Change my email address.
4209
4210 2009-12-18 Ben Elliston <bje@au.ibm.com>
4211
4212 * config.sub, config.guess: Update from upstream sources.
4213
4214 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
4215
4216 * MAINTAINERS (Write After Approval): Add myself.
4217
4218 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4219
4220 PR middle-end/30447
4221 PR middle-end/30789
4222 PR other/40302
4223
4224 * configure.ac: Require MPC.
4225 * configure: Regenerate.
4226
4227 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4228
4229 PR target/38384
4230 PR bootstrap/40972
4231 * libtool.m4: Sync from git Libtool.
4232 * ltoptions.m4: Likewise.
4233 * ltversion.m4: Likewise.
4234 * lt~obsolete.m4: Likewise.
4235 * ltmain.sh: Likewise.
4236
4237 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4238
4239 * configure.ac: Update minimum MPC version to 0.8.
4240 * configure: Regenerate.
4241
4242 2009-11-21 Sebastian Pop <sebpop@gmail.com>
4243
4244 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4245 * configure: Regenerated.
4246
4247 2009-11-21 Ian Lance Taylor <iant@google.com>
4248
4249 * configure.ac: Change default of poststage1_ldflags to be empty if
4250 poststage1_libs is set. When poststage1_libs is empty, and
4251 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4252 * configure: Rebuild.
4253
4254 2009-11-21 Adam Nemet <adambnmet@gmail.com>
4255
4256 * MAINTAINERS (Write After Approval): Update my email address.
4257
4258 2009-11-20 Ben Elliston <bje@au.ibm.com>
4259
4260 * config.guess: Update from upstream sources.
4261
4262 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
4263
4264 * Makefile.def: Restore host and target settings for gmp.
4265 * Makefile.in: Rebuild.
4266
4267 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
4268
4269 * configure.ac: Add libelf to host_libs. Enable in-tree configury
4270 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
4271 Fix portability of test of C++ as bootstrap language. Add
4272 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4273 * configure: Rebuild.
4274 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4275 and cloog. Fix in-tree ppl configuration. Introduce libelf
4276 in-tree building.
4277 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4278 (POSTSTAGE1_HOST_EXPORTS): Use it.
4279 (STAGE[+id+]_CXXFLAGS): New.
4280 (BASE_FLAGS_TO_PASS): Pass it down.
4281 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
4282 extra_exports.
4283 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4284 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4285 extra_exports.
4286 * Makefile.in: Rebuild.
4287
4288 2009-11-17 Ben Elliston <bje@au.ibm.com>
4289
4290 * config.sub, config.guess: Update from upstream sources.
4291
4292 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4293
4294 * MAINTAINERS (Write After Approval): Add myself.
4295
4296 2009-11-09 Jon Beniston <jon@beniston.com>
4297
4298 * MAINTAINERS (Write After Approval): Add myself.
4299
4300 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4301
4302 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4303 paths for *-w64-mingw* and x86_64-*mingw*.
4304 * configure: Regenerated.
4305
4306 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
4307
4308 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4309
4310 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4311
4312 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4313 Phil Edwards to Write-After Approval.
4314
4315 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
4316
4317 * configure.ac: Disable target-winsup & co for
4318 x86_64-*-mingw* and *-w64-mingw* targets.
4319 * configure: Regenerated.
4320
4321 2009-10-16 Nick Clifton <nickc@redhat.com>
4322
4323 * MAINTAINERS: Add myself as a maintainer for the RX port.
4324
4325 2009-10-26 Johannes Singler <singler@kit.edu>
4326
4327 * MAINTAINERS (Write After Approval): Update my e-mail address.
4328
4329 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4330
4331 * configure.ac (CLooG test): Use = with test.
4332 * configure: Regenerate.
4333
4334 2009-10-22 Richard Guenther <rguenther@suse.de>
4335
4336 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4337 cloog if the ppl version check failed. Move flags saving
4338 before setting in libelf check.
4339 * configure: Regenerate.
4340
4341 2009-10-21 Richard Guenther <rguenther@suse.de>
4342
4343 * configure.ac: Adjust the ppl and cloog configure to work as
4344 documented. Disable cloog if ppl was disabled. Omit the version
4345 checks if they were disabled.
4346 * configure: Re-generate.
4347
4348 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4349
4350 * configure.ac: Add 'lto' to enable_languages, not
4351 new_enable_languages, and only if not already present.
4352 * configure: Regenerate.
4353
4354 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4355
4356 * README: Refer to the various COPYING* files instead of just
4357 COPYING.
4358 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4359
4360 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
4361
4362 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4363
4364 2009-10-07 Richard Guenther <rguenther@suse.de>
4365
4366 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4367 and Richard Guenther as reviewers.
4368 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4369 as reviewers.
4370
4371 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
4372
4373 * config.sub: Update from upstream sources.
4374
4375 2009-10-06 Ian Lance Taylor <iant@google.com>
4376
4377 * Makefile.def: check-gold depends upon all-gas.
4378 * Makefile.in: Rebuild.
4379
4380 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4381
4382 * MAINTAINERS (Write After Approval): Add myself.
4383
4384 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4385
4386 * Makefile.def: all-lto-plugin depends on all-libiberty.
4387 set bootstrap=true for lto-plugin.
4388 Add lto-plugin.
4389 * Makefile.in: Regenerate.
4390 * configure.ac (host_libs): Add lto-plugin.
4391 * configure: Regenerate.
4392
4393 2009-10-03 Diego Novillo <dnovillo@google.com>
4394
4395 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4396 (HOST_LIBELFLIBS): Define.
4397 (HOST_LIBELFINC): Define.
4398 * Makefile.in: Regenerate.
4399 * configure.ac: Add --enable-lto.
4400 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4401 If --enable-lto is used, add 'lto' to new_enable_languages.
4402 If --enable-lto is used and gold is enabled, add
4403 lto-plugin to configdirs.
4404 * configure: Regenerate.
4405
4406 2009-10-03 Simon Baldwin <simonb@google.com>
4407
4408 * configure.ac: If --with-system-zlib, suppress local zlib and
4409 pass --with-system-zlib to subdir configure scripts.
4410 * configure: Regenerate.
4411
4412 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
4413 Paolo Bonzini <bonzini@gnu.org>
4414
4415 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4416 $(srcdir).
4417 * Makefile.in: Rebuilt.
4418
4419 2009-09-26 Gary Funck <gary@intrepid.com>
4420
4421 * MAINTAINERS (Write After Approval): Add myself.
4422
4423 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4424
4425 * configure.ac: Update minimum MPC version to 0.7.
4426 * configure: Regenerate.
4427
4428 2009-09-25 Nick Clifton <nickc@redhat.com>
4429
4430 * configure.ac: Pass any --cache-file=/dev/null option on to
4431 subconfigures.
4432 * configure: Regenerate.
4433
4434 2009-09-23 Nick Clifton <nickc@redhat.com>
4435
4436 * config.sub, config.guess: Update from upstream sources.
4437
4438 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
4439
4440 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4441 * Makefile.in: Rebuilt.
4442
4443 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4444
4445 PR bootstrap/32272
4446 * configure.ac: Error out if $srcdir isn't '.' but contains
4447 host-${host_noncanonical}.
4448 * configure: Regenerate.
4449
4450 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4451
4452 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4453 maintainer.
4454
4455 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4456
4457 * configure.ac: If bootstrapping a combined tree with
4458 --enable-gold, require c++ in stage1_languages.
4459 * configure: Regenerate.
4460
4461 * configure.ac: Also add target_libs of stage1_languages to
4462 bootstrap_target_libs.
4463 * configure: Regenerate.
4464
4465 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4466 with --enable-languages not containing c++.
4467 * configure: Regenerate.
4468
4469 2009-09-15 Jie Zhang <jie.zhang@analog.com>
4470
4471 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4472 * configure: Regenerate.
4473
4474 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
4475
4476 * MAINTAINERS (Write After Approval): Update my e-mail address,
4477 and move from from here...
4478 (Waiting for paperwork): To here.
4479
4480 2009-09-09 Joseph Myers <joseph@codesourcery.com>
4481
4482 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4483
4484 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4485
4486 * configure.ac: Do not use $extrasub for replacing @if/@endif
4487 parts in Makefile; instead, use additional arguments to
4488 AC_CONFIG_COMMANDS to do the replacement manually, with several
4489 sed invocations, to avoid HP-UX sed command limits.
4490 * configure: Regenerate.
4491
4492 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
4493
4494 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4495 blank before -L.
4496
4497 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
4498
4499 * configure.ac (with-build-config): Document. Handle without.
4500 Handle missing argument.
4501 * configure: Rebuilt.
4502
4503 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
4504
4505 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4506 Default to bootstrap-debug only if compare-debug works.
4507 * configure: Rebuilt.
4508 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4509 * Makefile.in: Rebuilt.
4510
4511 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4512
4513 * MAINTAINERS (OS Port Maintainers): Update my email address.
4514
4515 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
4516
4517 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4518 * Makefile.in: Rebuilt.
4519
4520 2009-09-01 Chris Demetriou <cgd@google.com>
4521
4522 * MAINTAINERS (Write After Approval): Add myself.
4523
4524 2009-08-31 Dodji Seketeli <dodji@redhat.com>
4525
4526 PR debug/30161
4527 * include/dwarf2.h (enum dwarf_tag): Added
4528 DW_TAG_GNU_template_template_param
4529 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4530
4531 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4532
4533 * Makefile.tpl (AWK): Fix typo.
4534 * Makefile.in: Regenerate.
4535
4536 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4537
4538 * configure.ac: Detect awk and sed.
4539 * Makefile.def (flags_to_pass): Add AWK and SED.
4540 * Makefile.tpl (AWK, SED): New.
4541 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4542 * configure: Regenerate.
4543 * Makefile.in: Regenerate.
4544
4545 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4546
4547 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4548 (collapseslashes): Likewise.
4549
4550 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4551
4552 * configure.ac (AC_PREREQ): Bump to 2.64.
4553
4554 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4555
4556 * configure.ac: Remove --with-datarootdir, --with-docdir,
4557 --with-pdfdir, --with-htmldir switches.
4558 * configure: Regenerate.
4559
4560 * configure: Regenerate.
4561
4562 * compile: Sync from Automake 1.11.
4563 * depcomp: Likewise.
4564 * install-sh: Likewise.
4565 * missing: Likewise.
4566 * mkinstalldirs: Likewise.
4567 * ylwrap: Likewise.
4568
4569 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4570
4571 * ltmain.sh (func_normal_abspath): New function.
4572 (func_relative_path): Likewise.
4573 (func_mode_help): Document new -bindir option for link mode.
4574 (func_mode_link): Add new -bindir option, and use it to place
4575 output DLL if specified.
4576
4577 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4578
4579 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4580 (baseargs): Add --disable-option-checking.
4581 * configure: Regenerate.
4582
4583 * Makefile.def (configure-target-libiberty): Depend on
4584 all-binutils and all-ld.
4585 (configure-target-newlib): Likewise.
4586 * Makefile.in: Regenerate.
4587
4588 2009-08-17 Ben Elliston <bje@au.ibm.com>
4589
4590 * config.sub, config.guess: Update from upstream sources.
4591
4592 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4593
4594 Sync from src, merge:
4595
4596 2009-07-02 Tristan Gingold <gingold@adacore.com>
4597
4598 * configure.ac: Do not exclude gas for i386-*-darwin.
4599 Add a case for x86_64-*-darwin.
4600 * configure: Regenerate.
4601
4602 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4603
4604 * MAINTAINERS: Add my name to Write After Approval list.
4605
4606 2009-08-06 Michael Eager <eager@eagercon.com>
4607
4608 * configure.ac: Add Microblaze target.
4609 * configure: Regenerate.
4610
4611 2009-07-31 Christian Bruel <christian.bruel@st.com>
4612
4613 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4614 * configure: Regenerate.
4615
4616 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
4617
4618 * MAINTAINERS (Write After Approval): Update my e-mail address.
4619
4620 2009-07-06 Ian Lance Taylor <iant@google.com>
4621
4622 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4623 * configure: Rebuild.
4624
4625 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4626
4627 * MAINTAINERS: Move myself to the Graphite Reviewers.
4628
4629 2009-06-30 Wei Guozhi <carrot@google.com>
4630
4631 * MAINTAINERS: Add my name to Write After Approval list.
4632
4633 2009-06-26 Steve Ellcey <sje@cup.hp.com>
4634
4635 PR bootstrap/40338
4636 * configure.ac (comparestring): Create new variable.
4637 * Makefile.tpl (comparestring): Use to skip some comparisions.
4638 * configure: Regenerate.
4639 * Makefile.in: Regenerate.
4640
4641 2009-06-26 Doug Evans <dje@sebabeach.org>
4642
4643 * Makefile.def (host_modules): Add cgen.
4644 * Makefile.in: Regenerate.
4645 * configure.ac (host_tools): Add cgen.
4646 * configure: Regenerate.
4647
4648 2009-06-23 DJ Delorie <dj@redhat.com>
4649
4650 * MAINTAINERS: Add myself as mep maintainer.
4651
4652 2009-06-23 Ian Lance Taylor <iant@google.com>
4653
4654 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4655 boot_languages. Only bootstrap target libraries listed in
4656 target_libs for some boot language. Add --with-stage1-ldflags,
4657 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4658 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4659 if not building with C++.
4660 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4661 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4662 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4663 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4664 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4665 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4666 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4667 * configure, Makefile.in: Rebuild.
4668
4669 2009-06-23 Li Feng <nemokingdom@gmail.com>
4670
4671 * MAINTAINERS: Added my name to write-after-approval list.
4672
4673 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4674
4675 * configure.ac: Define is_elf for QNX Neutrino targets.
4676 * configure: Regenerate.
4677
4678 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4679
4680 * MAINTAINERS: Added my name to the write-after-approval list
4681
4682 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4683
4684 * configure.ac: Detect MPC in default directory.
4685 * configure: Regenerate.
4686
4687 2009-06-03 Jerome Guitton <guitton@adacore.com>
4688 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4689
4690 * Makefile.tpl (all): Avoid a trailing backslash.
4691 * Makefile.in: Regenerate.
4692
4693 2009-06-03 Ben Elliston <bje@au.ibm.com>
4694
4695 * config.sub, config.guess: Update from upstream sources.
4696
4697 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4698
4699 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4700 to noconfdirs.
4701 * configure: Regenerate.
4702
4703 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
4704
4705 * Makefile.tpl ([+compare-target+]): Compare all stage
4706 directories, rather than just gcc.
4707 * Makefile.in: Rebuilt.
4708
4709 2009-06-01 Doug Kwan <dougkwan@google.com>
4710
4711 * configure.ac: Support gold for target arm*-*-*.
4712 * configure: Regenerate.
4713
4714 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4715
4716 * Makefile.def: Add MPC support and dependencies.
4717 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4718
4719 * Makefile.in, configure: Regenerate.
4720
4721 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
4722
4723 * Makefile.tpl (all): Avoid harmless warning in make all when
4724 gcc-bootstrap is enabled but stage_last does not exist.
4725 * Makefile.in: Rebuilt.
4726
4727 2009-05-24 Nicolas Roche <roche@adacore.com>
4728
4729 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4730 * Makefile.in: Regenerate.
4731
4732 2009-05-21 Denis Chertykov <chertykov@gmail.com>
4733
4734 * MAINTAINERS: Update my e-mail address.
4735
4736 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4737
4738 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4739 * configure: Regenerate.
4740
4741 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4742
4743 PR other/40159
4744 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4745 gcc-no-bootstrap are mutually exclusive.
4746 * Makefile.in: Rebuilt.
4747
4748 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4749
4750 PR other/40159
4751 * Makefile.tpl (all): Don't end with unconditional success.
4752 * Makefile.in: Rebuilt.
4753
4754 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
4755
4756 PR target/37137
4757 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4758 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4759 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4760 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4761 stage_configureflags, stage_cflags and stage_libcflags into
4762 explicit Makefile macros.
4763 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4764 GFORTRAN.
4765 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4766 CC. Set CC_FOR_BUILD from CC.
4767 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4768 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4769 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4770 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4771 and GFORTRAN.
4772 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4773 (_LIBCFLAGS): Renamed to _TFLAGS.
4774 (do-compare-debug, do-compare3-debug): Drop.
4775 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4776 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4777 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4778 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4779 (XGCC_FLAGS_FOR_TARGET): New.
4780 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4781 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4782 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4783 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4784 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4785 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4786 TFLAGS.
4787 (BUILD_CONFIG): Include if requested.
4788 (all): Set TFLAGS on bootstrap.
4789 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4790 (all-stageid-prefixmodule): Likewise.
4791 (do-clean, distclean-stageid): Set TFLAGS.
4792 (restrap): Fix whitespace.
4793 * Makefile.in: Rebuilt.
4794
4795 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
4796
4797 * config.guess: Sync with src.
4798
4799 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4800
4801 * configure.ac ($with_ppl): Default to no if not supplied.
4802 ($with_cloog): Likewise.
4803 configure: Regenerate.
4804
4805 2009-04-27 James E. Wilson <wilson@codesourcery.com>
4806
4807 * MAINTAINERS: Update my e-mail address.
4808
4809 2009-04-27 Nick Clifton <nickc@redhat.com>
4810
4811 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4812
4813 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4814
4815 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4816 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4817 * Makefile.in: Regenerate.
4818
4819 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4820
4821 PR bootstrap/39739
4822 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4823 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4824
4825 * configure, Makefile.in: Regenerate.
4826
4827 2009-04-21 Taras Glek <tglek@mozilla.com>
4828
4829 * include/hashtab.h: Update GTY annotations to new syntax
4830 * include/splay-tree.h: Likewise
4831
4832 2009-04-17 Ben Elliston <bje@au.ibm.com>
4833
4834 * config.sub, config.guess: Update from upstream sources.
4835
4836 2009-04-15 Anthony Green <green@moxielogic.com>
4837
4838 * configure.ac: Add moxie support.
4839 * configure: Rebuilt.
4840
4841 2009-04-14 Jakub Jelinek <jakub@redhat.com>
4842
4843 * configure.ac: Change copyright header to refer to version
4844 3 of the GNU General Public License and to point readers at the
4845 COPYING3 file and the FSF's license web page.
4846 * Makefile.def: Likewise.
4847 * Makefile.tpl: Likewise.
4848 * Makefile.in: Regenerate.
4849
4850 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4851
4852 * configure.ac: Restore match for darwin9 or later. Use double
4853 brackets since regeneration eats one pair.
4854 * configure: Regenerate.
4855
4856 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4857
4858 PR gas/10039
4859 * configure.ac: Require texinfo 4.7.
4860 * configure: Regenerated.
4861
4862 2009-04-09 Nick Clifton <nickc@redhat.com>
4863
4864 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4865 the GCC Runtime Library Exception.
4866
4867 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4868
4869 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4870 * configure: Regenerate.
4871
4872 2009-04-01 Steve Ellcey <sje@cup.hp.com>
4873
4874 * Makefil.def (languages): New entries.
4875 * Makefile.tpl (check-gcc-*): New generic target.
4876 * Makefile.in: Regenerate.
4877
4878 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
4879
4880 * MAINTAINERS: Update my email address.
4881
4882 2009-03-18 Tom Tromey <tromey@redhat.com>
4883
4884 * configure: Rebuild.
4885 * configure.ac (host_libs): Add libiconv.
4886 * Makefile.in: Rebuild.
4887 * Makefile.def (host_modules): Add libiconv.
4888 (configure-gdb, all-gdb): Depend on libiconv.
4889
4890 2009-03-16 Tristan Gingold <gingold@adacore.com>
4891
4892 * configure.ac: Treat gdb as supported on x86_64-darwin.
4893 * configure: Regenerate.
4894
4895 2009-03-16 Joseph Myers <joseph@codesourcery.com>
4896
4897 * configure.ac (--with-host-libstdcxx): New option.
4898 * configure: Regenerate.
4899
4900 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
4901
4902 * MAINTAINERS: Move myself into the write after approval list.
4903
4904 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4905
4906 * MAINTAINERS: Update e-mail address.
4907
4908 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4909
4910 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4911
4912 2009-03-10 Ira Rosen <irar@il.ibm.com>
4913
4914 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4915
4916 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4917
4918 Backport from git Libtool:
4919
4920 2009-01-19 Robert Millan <rmh@aybabtu.com>
4921 Support GNU/kOpenSolaris.
4922 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4923 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4924 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4925 GNU/kOpenSolaris.
4926
4927 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4928
4929 * MAINTAINERS: Update e-mail address.
4930
4931 2009-02-24 Michael Eager <eager@eagercon.com>
4932
4933 * MAINTAINERS (Write After Approval): Add self.
4934
4935 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
4936
4937 * MAINTAINERS (Write After Approval): Add myself.
4938
4939 2009-02-05 Andreas Schwab <schwab@suse.de>
4940
4941 * Makefile.tpl (stage_last): Define $r and $s before using
4942 $(RECURSE_FLAGS_TO_PASS).
4943 * Makefile.in: Regenerate
4944
4945 2009-01-30 Ian Lance Taylor <iant@google.com>
4946
4947 * MAINTAINERS: Move myself to the Global Reviewers list.
4948
4949 2009-01-29 Robert Millan <rmh@aybabtu.com>
4950
4951 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4952 * configure: Regenerate.
4953
4954 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4955
4956 * MAINTAINERS: Make whitespace consistent.
4957 Remove Robert Millan from Write After Approval.
4958
4959 2009-01-16 Alan Modra <amodra@bigpond.net.au>
4960
4961 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4962 (all-opcodes): Depend on all-libiberty.
4963 * Makefile.in: Regenerate.
4964
4965 2009-01-15 Douglas B Rupp <rupp@gnat.com>
4966
4967 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4968 * configure: Regenerate.
4969
4970 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4971
4972 * MAINTAINERS (Write After Approval): Add myself.
4973
4974 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4975
4976 * MAINTAINERS: Add myself to reviewers (Fortran).
4977
4978 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
4979
4980 PR tree-optimization/38515
4981 * configure.ac (cloog-polylib): Removed.
4982 (with_ppl, with_cloog): Test for "no".
4983 * configure: Regenerated.
4984
4985 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
4986
4987 * MAINTAINERS: Moved myself to reviewers (Fortran).
4988
4989 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4990
4991 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4992 (Write After Approval): Remove myself.
4993
4994 2009-01-03 Diego Novillo <dnovillo@google.com>
4995
4996 * MAINTAINERS: Remove myself from alias maintainership.
4997
4998 2009-01-02 David Ayers <ayers@fsfe.org>
4999
5000 * MAINTAINERS: Update e-mail address.
5001
5002 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
5003
5004 * MAINTAINERS: Make whitespace consistent.
5005
5006 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5007
5008 Backport from upstream Libtool:
5009 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5010 Add cache variables to tests that require the linker to work.
5011 For shlibpath_overrides_runpath, this also changes the semantics
5012 to let the result from the C compiler take precedence.
5013
5014 2008-12-02 Ben Elliston <bje@au.ibm.com>
5015
5016 * config.sub, config.guess: Update from upstream sources.
5017
5018 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
5019
5020 * configure.ac (ppllibs): Add by default the lib flags.
5021 * configure: Regenerate.
5022
5023 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
5024
5025 * MAINTAINERS: Add myself to the write after approval list.
5026
5027 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
5028
5029 * configure.ac: Add double brackets on darwin[912].
5030 * configure: Regenerate.
5031
5032 2008-12-03 Daniel Kraft <d@domob.eu>
5033
5034 * MAINTAINERS: Moved myself and Mikael Morin from Write After
5035 Approval to Reviewer section (for Fortran front-end).
5036
5037 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
5038
5039 * configure.ac: Expand to darwin10 and later.
5040 * configure: Regenerate.
5041
5042 2008-12-02 Andreas Schwab <schwab@suse.de>
5043
5044 * Makefile.def: configure-target-boehm-gc depends on
5045 all-target-libstdc++-v3.
5046 * Makefile.in: Regenerate.
5047
5048 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
5049
5050 * MAINTAINERS: Add myself as mingw maintainer.
5051
5052 2008-12-02 Ben Elliston <bje@au.ibm.com>
5053
5054 * config.sub, config.guess: Update from upstream sources.
5055
5056 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5057
5058 * README.SCO: Remove.
5059
5060 2008-11-29 Fernando Pereira <pronesto@gmail.com>
5061
5062 * MAINTAINERS: Add myself to the write after approval list.
5063
5064 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5065
5066 * MAINTAINERS: Update my email address in WAA section.
5067
5068 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
5069
5070 * MAINTAINERS: Update e-mail address.
5071
5072 2008-11-27 Toon Moene <toon@moene.org>
5073
5074 * MAINTAINERS: Change e-mail address.
5075
5076 2008-11-27 Tristan Gingold <gingold@adacore.com>
5077
5078 * configure.ac: Build gdb for i?86-*-darwin*
5079 * configure: Regenerated.
5080
5081 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
5082
5083 * MAINTAINERS: Added my full name.
5084
5085 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5086
5087 PR bootstrap/38014
5088 PR bootstrap/37923
5089
5090 Revert:
5091
5092 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5093
5094 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5095 * Makefile.in: Regenerated.
5096
5097 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5098
5099 PR gdb/921
5100 PR gdb/1646
5101 PR gdb/2175
5102 PR gdb/2176
5103
5104 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5105 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5106 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5107 (HOST_EXPORTS): Pass CPPFLAGS.
5108 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5109 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5110 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5111 * Makefile.in, configure: Regenerated.
5112 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5113 and CPPFLAGS_FOR_BUILD.
5114
5115 2008-11-06 Jeff Law <law@redhat.com>
5116
5117 * MAINTAINERS: Add myself as middle end maintainer.
5118
5119 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
5120
5121 * MAINTAINERS (Write after approval): Add myself.
5122
5123 2008-11-05 Diego Novillo <dnovillo@google.com>
5124
5125 * MAINTAINERS (Global Reviewers): Add myself.
5126 (Non-Algorithmic Maintainers): Remove myself.
5127
5128 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5129
5130 * MAINTAINERS (Write after approval): Add myself.
5131
5132 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5133
5134 * MAINTAINERS (Write after approval): Add myself.
5135
5136 2008-10-31 Ben Elliston <bje@au.ibm.com>
5137
5138 * configure.ac (spu-*-*): Remove special case.
5139 * configure: Regenerate.
5140
5141 2008-10-30 Catherine Moore <clm@codesourcery.com>
5142
5143 * MAINTAINERS (Write after approval): Update my email address.
5144
5145 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5146
5147 * configure.ac [spu-*-*]: Do not set skipdirs.
5148 * configure: Re-generate.
5149
5150 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5151
5152 * MAINTAINERS (Various Maintainers): Add myself to reload.
5153
5154 2008-10-25 Richard Guenther <rguenther@suse.de>
5155
5156 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5157 maintainer. Remove myself as libgcc-math maintainer.
5158 (Non-Algorithmic Maintainers): Remove myself.
5159
5160 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5161
5162 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5163 * Makefile.in: Regenerated.
5164
5165 2008-10-23 Cary Coutant <ccoutant@google.com>
5166
5167 * MAINTAINERS (Write after approval): Add myself.
5168
5169 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5170
5171 PR gdb/921
5172 PR gdb/1646
5173 PR gdb/2175
5174 PR gdb/2176
5175
5176 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5177 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5178 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5179 (HOST_EXPORTS): Pass CPPFLAGS.
5180 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5181 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5182 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5183 * Makefile.in, configure: Regenerated.
5184 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5185 and CPPFLAGS_FOR_BUILD.
5186
5187 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
5188
5189 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5190 Sebastian Pop.
5191
5192 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5193
5194 * MAINTAINERS (Write After Approval): Added myself.
5195
5196 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5197
5198 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5199 recommended version to 2.3.2.
5200
5201 * configure: Regenerate.
5202
5203 2008-10-01 Mark Mitchell <mark@codesourcery.com>
5204
5205 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5206
5207 2008-09-29 David Daney <david.daney@caviumnetworks.com>
5208
5209 * MAINTAINERS (Write After Approval): Update e-mail address.
5210
5211 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
5212
5213 * libtool.m4: Update to libtool 2.2.6.
5214 * lt~obsolete.m4: Update to libtool 2.2.6.
5215 * ltmain.sh: Update to libtool 2.2.6.
5216 * ltsugar.m4: Update to libtool 2.2.6.
5217 * ltversion.m4: Update to libtool 2.2.6.
5218 * ltoptions.m4: Update to libtool 2.2.6.
5219 * ltgcc.m4: Update to match changes from libtool 2.2.6.
5220
5221 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
5222
5223 * MAINTAINERS (Write After Approval): Add myself.
5224
5225 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5226
5227 * MAINTAINERS (Write After Approval): Update my name.
5228
5229 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
5230
5231 * MAINTAINERS: Add myself in "Write After Approval".
5232
5233 2008-09-18 Steve Ellcey <sje@cup.hp.com>
5234
5235 * MAINTAINERS: Add myself as ia64 maintainer.
5236
5237 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
5238
5239 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5240 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5241 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5242 and Michael Tiemann from Write After Approval since they do not
5243 actually have access.
5244
5245 2008-09-05 Richard Guenther <rguenther@suse.de>
5246
5247 * configure.ac: Initialize clooglibs to -lcloog.
5248 * configure: Re-generate.
5249
5250 2008-09-04 Le-Chun Wu <lcwu@google.com>
5251
5252 * MAINTAINERS (Write After Approval): Add myself.
5253
5254 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
5255
5256 * configure.ac (--with-cloog-polylib): New.
5257 (--disable-cloog-version-check): New.
5258 (--disable-ppl-version-check): New.
5259 * configure: Re-generate.
5260
5261 2008-09-03 Richard Guenther <rguenther@suse.de>
5262
5263 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5264 cloog test.
5265 * configure: Re-generate.
5266
5267 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
5268
5269 Add picoChip port.
5270 * MAINTAINERS: Add picoChip maintainers.
5271
5272 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
5273 Tobias Grosser <grosser@fim.uni-passau.de>
5274 Jan Sjodin <jan.sjodin@amd.com>
5275 Harsha Jagasia <harsha.jagasia@amd.com>
5276 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5277 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5278 Adrien Eliche <aeliche@isty.uvsq.fr>
5279
5280 Merge from graphite branch.
5281 * configure: Regenerate.
5282 * Makefile.in: Regenerate.
5283 * configure.ac (host_libs): Add ppl and cloog.
5284 Add checks for PPL and CLooG.
5285 * Makefile.def (ppl, cloog): Added modules and dependences.
5286 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5287 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5288
5289 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5290
5291 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5292 (GCC_SHLIB_SUBDIR): New.
5293 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5294 * configure: Regenerate.
5295 * Makefile.in: Regenerate.
5296
5297 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5298
5299 * MAINTAINERS: Consistently use tabs to separate columns.
5300
5301 2008-08-29 Tristan Gingold <gingold@adacore.com>
5302
5303 * MAINTAINERS (Write after Approval): Add myself.
5304
5305 2008-08-28 Tristan Gingold <gingold@adacore.com>
5306
5307 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5308 Enable bfd, binutils and opcodes.
5309 * configure: Regenerate.
5310
5311 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5312
5313 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5314
5315 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5316
5317 * MAINTAINERS: Use correct Umlaut for last name.
5318
5319 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5320
5321 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5322
5323 2008-08-16 David Edelsohn <edelsohn@gnu.org>
5324
5325 * MAINTAINERS: Update my email address.
5326
5327 2008-08-16 Nicolas Roche <roche@adacore.com>
5328
5329 * Makefile.tpl: Add BOOT_ADAFLAGS.
5330 * Makefile.in: Regenerate.
5331
5332 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5333
5334 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5335 * configure: Regenerate.
5336
5337 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
5338
5339 * configure.ac: Add makefile fragments for hpux.
5340 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5341 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5342 * configure: Regenerate.
5343 * Makefile.in: Regenerate.
5344
5345 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
5346
5347 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5348
5349 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
5350
5351 * MAINTAINERS (Write after Approval): Add myself.
5352
5353 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5354
5355 * MAINTAINERS (Write After Approval): Add myself.
5356
5357 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
5358
5359 * MAINTAINERS (Write After Approval): Add myself.
5360
5361 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5362
5363 * MAINTAINERS: Update my email address.
5364
5365 2008-06-25 Joey Ye <joey.ye@intel.com>
5366
5367 * MAINTAINERS (Write After Approval): Add myself.
5368
5369 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5370
5371 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5372 * Makefile.in: Regenerate.
5373 * configure: Regenerate.
5374
5375 2008-06-17 Daniel Kraft <d@domob.eu>
5376
5377 * MAINTAINERS (Write After Approval): Add myself.
5378
5379 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5380
5381 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5382 "$@" is still intact with both Autoconf 2.59 and 2.62.
5383 * configure: Regenerate.
5384
5385 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5386
5387 * Makefile.tpl: Fix comment errors.
5388 * Makefile.in: Regenerate.
5389
5390 2008-06-12 David S. Miller <davem@davemloft.net>
5391 David Edelsohn <edelsohn@gnu.org>
5392
5393 * configure.ac: Add powerpc*-*-* to gold supported targets.
5394 * configure: Regenerate.
5395
5396 2008-06-08 Joseph Myers <joseph@codesourcery.com>
5397
5398 PR tree-optimization/36218
5399 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5400 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5401 (all prefix="build-"): Pass them to build-system sub-makes.
5402 * Makefile.in: Regenerate.
5403
5404 2008-06-07 Joseph Myers <joseph@codesourcery.com>
5405
5406 * MAINTAINERS (mt port): Remove.
5407 (sco5, unixware, sco udk): Remove.
5408 (Kean Johnston): Add to Write After Approval.
5409
5410 2008-05-30 Julian Brown <julian@codesourcery.com>
5411
5412 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5413 of libobjc for ARM EABI Linux.
5414 * configure: Regenerate.
5415
5416 2008-05-18 Xinliang David Li <davidxl@google.com>
5417
5418 * ChangeLog: Remove wrong ChangeLog entry.
5419
5420 2008-05-17 Xinliang David Li <davidxl@google.com>
5421
5422 * MAINTAINERS (Write After Approval): Add myself.
5423
5424 2008-05-15 Janus Weil <janus@gcc.gnu.org>
5425
5426 * MAINTAINERS (Write After Approval): Add myself.
5427
5428 2008-05-14 Rafael Espíndola <espindola@google.com>
5429
5430 * config-ml.in: don't handle --enable-shared and --enable-static.
5431
5432 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5433
5434 * MAINTAINERS: Update my email address.
5435
5436 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5437
5438 * MAINTAINERS: Update my email address.
5439
5440 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5441
5442 * MAINTAINERS (Write After Approval): Add myself.
5443
5444 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5445
5446 * MAINTAINERS (Write After Approval): Add myself.
5447
5448 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
5449
5450 * MAINTAINERS (crx): Add myself.
5451
5452 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5453
5454 Sync with src:
5455 2008-04-14 David S. Miller <davem@davemloft.net>
5456
5457 * configure.ac: Add sparc*-*-* to gold supported targets.
5458 * configure: Regenerate.
5459
5460 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5461
5462 PR bootstrap/35457
5463 * configure.ac: Include override.m4.
5464 * configure: Regenerate.
5465
5466 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5467
5468 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5469 * Makefile.in: Regenerate.
5470
5471 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
5472
5473 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5474 as nonconfigurable directories list.
5475 * configure: Regenerate.
5476
5477 2008-04-14 Ben Elliston <bje@au.ibm.com>
5478
5479 * config.sub, config.guess: Update from upstream sources.
5480
5481 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
5482
5483 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5484 * Makefile.in: Regenerate.
5485
5486 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5487
5488 * configure.ac: Do not build libssp for the AVR.
5489 * configure: Regenerate.
5490
5491 2008-04-07 Ian Lance Taylor <iant@google.com>
5492
5493 * Makefile.def: check-gold depends upon all-binutils.
5494 * Makefile.in: Regenerate.
5495
5496 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5497
5498 * MAINTAINERS (Write After Approval): Add myself.
5499
5500 2008-04-04 Nick Clifton <nickc@redhat.com>
5501
5502 PR binutils/4334
5503 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5504 builds.
5505 * configure: Regenerate.
5506
5507 2008-04-04 NightStrike <NightStrike@gmail.com>
5508
5509 PR other/35151
5510 * configure.ac: Combine rules for mingw32 and mingw64.
5511 * configure: Regenerate.
5512
5513 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
5514
5515 * MAINTAINERS (Write After Approval): Add myself.
5516
5517 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
5518
5519 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5520 * Makefile.in (.NOTPARALLEL): Ditto.
5521
5522 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5523
5524 * MAINTAINERS (Write After Approval): Add myself.
5525
5526 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
5527
5528 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5529 * Makefile.in (.NOTPARALLEL): Regenerate.
5530
5531 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
5532
5533 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5534 * Makefile.in: Regenerate.
5535
5536 2008-03-26 Jakub Staszak <kuba@et.pl>
5537
5538 * MAINTAINERS (Write After Approval): Add myself.
5539
5540 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5541
5542 * MAINTAINERS: Update e-mail address.
5543
5544 2008-03-20 Ian Lance Taylor <iant@google.com>
5545
5546 * configure.ac: Add support for --enable-gold.
5547 * Makefile.def: Add gold as a directory like ld.
5548 * configure, Makefile.in: Regenerate.
5549
5550 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5551
5552 * configure.ac: m4_include config/proginstall.m4.
5553 * configure: Regenerate.
5554
5555 Backport from upstream Libtool:
5556
5557 2007-10-12 Eric Blake <ebb9@byu.net>
5558
5559 Deal with Autoconf 2.62's semantic change in m4_append.
5560 * ltsugar.m4 (lt_append): Replace broken versions of
5561 m4_append.
5562 (lt_if_append_uniq): Don't require separator to be overquoted,
5563 and avoid broken m4_append.
5564 (lt_dict_add): Fix typo.
5565 * libtool.m4 (_LT_DECL): Don't overquote separator.
5566
5567 2008-03-13 David Edelsohn <edelsohn@gnu.org>
5568
5569 * config.rpath: Add AIX 6 support.
5570
5571 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
5572
5573 * Makefile.def (stageprofile). Remove -fprofile-generate
5574 from stage_libcflags.
5575 * Makefile.in: Regenerate.
5576
5577 2008-03-13 Ben Elliston <bje@au.ibm.com>
5578
5579 * config.sub, config.guess: Update from upstream sources.
5580
5581 2008-03-06 Tom Tromey <tromey@redhat.com>
5582
5583 * MAINTAINERS: Update for treelang deletion.
5584
5585 2008-03-03 James E. Wilson <wilson@tuliptree.org>
5586
5587 * MAINTAINERS: Update my email address.
5588
5589 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
5590
5591 * MAINTAINERS (darwin port): Add myself as a maintainer.
5592 (objective-c/c++): Add myself as a maintainer.
5593
5594 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5595
5596 * MAINTAINERS (Write After Approval): Update my email address.
5597
5598 2008-02-25 Tomas Bily <tbily@suse.cz>
5599
5600 * MAINTAINERS (Write After Approval): Add myself.
5601
5602 2008-02-23 Jakub Jelinek <jakub@redhat.com>
5603
5604 * MAINTAINERS (OpenMP): Add myself.
5605
5606 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
5607
5608 PR bootstrap/32009
5609 PR bootstrap/32161
5610
5611 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5612 * configure: Regenerate.
5613
5614 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5615 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5616 STAGE4_LIBCFLAGS): New.
5617 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5618 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5619 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5620 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5621 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5622 for target modules. Don't export LIBCFLAGS.
5623 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5624 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5625 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5626 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5627 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5628 * Makefile.in: Regenerate.
5629
5630 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5631
5632 PR libgcj/33085
5633 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5634 Do not use -DDLL_EXPORT. Backport from upstream.
5635
5636 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5637
5638 * MAINTAINERS (Write After Approval): Add myself.
5639
5640 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
5641
5642 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5643 * configure: Regenerate.
5644
5645 2008-01-31 Marc Gauthier <marc@tensilica.com>
5646
5647 * configure.ac (xtensa*-*-*): Recognize processor variants.
5648 * configure: Regenerate.
5649
5650 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5651
5652 PR bootstrap/34922
5653 * configure.ac (PARSE_ARGS): Push suitable setting of
5654 ac_subdirs_all, for `./configure --help=recursive'.
5655 Handle `+' in generic toplevel directory disabling.
5656 * configure: Regenerate.
5657
5658 2008-01-28 Nick Clifton <nickc@redhat.com>
5659
5660 * MAINTAINERS (xstormy16): Take over maintainership.
5661
5662 2008-01-25 Joseph Myers <joseph@codesourcery.com>
5663
5664 * MAINTAINERS (c4x port): Remove.
5665
5666 2008-01-24 David Edelsohn <edelsohn@gnu.org>
5667
5668 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5669
5670 2008-01-23 Ben Elliston <bje@au.ibm.com>
5671
5672 * config.sub, config.guess: Update from upstream sources.
5673
5674 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5675
5676 * MAINTAINERS (Write After Approval): Add myself.
5677
5678 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
5679
5680 * MAINTAINERS: Update my email address.
5681
5682 2008-01-09 Raksit Ashok <raksit@google.com>
5683
5684 * MAINTAINERS (Write After Approval): Add myself.
5685
5686 2008-01-09 Raksit Ashok <raksit@google.com>
5687
5688 * MAINTAINERS (Write After Approval): Add myself.
5689
5690 2008-01-08 Ben Elliston <bje@au.ibm.com>
5691
5692 * config.sub, config.guess: Update from upstream sources.
5693
5694 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5695
5696 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5697 Change recommended MPFR from 2.2.1 -> 2.3.0.
5698 * configure: Regenerate.
5699
5700 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5701
5702 * MAINTAINERS: Update my email address.
5703
5704 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5705
5706 * MAINTAINERS: Update my email address.
5707
5708 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5709
5710 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5711 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5712 * Makefile.in: Regenerate.
5713
5714 2007-12-10 Mark Heffernan <meheff@google.com>
5715
5716 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5717 misplaced entries.
5718
5719 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5720
5721 * configure.ac: Enable libjava for x86_64-*-darwin9.
5722 * configure: Regenerate.
5723
5724 2007-12-07 Bill Maddox <maddox@google.com>
5725
5726 * MAINTAINERS (Write After Approval): Add myself.
5727
5728 2007-12-05 Ben Elliston <bje@au.ibm.com>
5729
5730 * config.sub, config.guess: Update from upstream sources.
5731
5732 2007-12-02 Matthias Klose <doko@ubuntu.com>
5733
5734 * config-ml.in: Remove 64bit configure tests.
5735
5736 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5737
5738 * config-ml.in: Robustify against white space in absolute file
5739 names.
5740
5741 * config-ml.in (multi-clean): Substitute ${Makefile}.
5742 Remove superfluous ${Makefile} in list.
5743
5744 2007-11-19 Thiemo Seufer <ths@mips.com>
5745
5746 * config-ml.in: Don't hardcode the Makefile name.
5747
5748 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
5749
5750 * MAINTAINERS (Write After Approval): Add myself.
5751
5752 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
5753
5754 * MAINTAINERS (Write After Approval): Add myself.
5755
5756 2007-11-06 Doug Kwan <dougkwan@google.com>
5757
5758 * MAINTAINERS (Write After Approval): Add myself.
5759
5760 2007-10-25 Ben Elliston <bje@au.ibm.com>
5761
5762 * MAINTAINERS (mercury): Remove entry.
5763 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5764
5765 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5766
5767 * Makefile.def (dependencies): Make configure-gdb depend on
5768 all-intl.
5769 * Makefile.in: Regenerated.
5770
5771 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5772
5773 * MAINTAINERS (Fortran maintainer): Remove myself.
5774
5775 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
5776
5777 * Makefile.def: To avoid problems running with parallel makes,
5778 build newlib before libgloss so that target specific header
5779 files are availble.
5780 * Makefile.in: Regenerate
5781
5782 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5783
5784 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5785 * Makefile.in: Regenerate.
5786
5787 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5788
5789 * MAINTAINERS (Register allocation reviewer): Add myself.
5790
5791 2007-10-08 Mike Frysinger <vapier@gentoo.org>
5792
5793 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5794 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5795 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5796 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5797 * configure: Regenerate.
5798
5799 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
5800
5801 * MAINTAINERS (Register allocation reviewer): Add myself.
5802
5803 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
5804
5805 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5806 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5807 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5808 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5809 * configure.ac: Default them to host tools for $host = $build.
5810 Subst them.
5811
5812 * configure: Regenerate.
5813 * Makefile.in: Regenerate.
5814
5815 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
5816
5817 * MAINTAINERS (Register allocation reviewer): Add myself.
5818
5819 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
5820
5821 * MAINTAINERS (Register allocation reviewer): Add myself.
5822
5823 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
5824
5825 * MAINTAINERS (Write After Approval): Fix typo.
5826
5827 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5828
5829 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5830 * configure: Regenerate.
5831
5832 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5833
5834 PR bootstrap/31906
5835 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5836 they're already prefixed.
5837
5838 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5839
5840 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5841 libstdc++.
5842 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5843 * configure: Regenerate.
5844 * Makefile.in: Regenerate.
5845
5846 2007-09-17 Andreas Schwab <schwab@suse.de>
5847
5848 * configure.ac: Raise minimum makeinfo version to 4.6.
5849 * configure: Regenerate.
5850
5851 2007-09-17 Johannes Singler <singler@ira.uka.de>
5852
5853 * MAINTAINERS (write-after-approval) add myself
5854
5855 2007-09-15 Alan Modra <amodra@bigpond.net.au>
5856
5857 * configure.ac: Correct makeinfo version check.
5858 * configure: Regenerate.
5859
5860 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5861
5862 * MAINTAINERS: Update my email address.
5863
5864 2007-09-14 Richard Sandiford <richard@codesourcery.com>
5865
5866 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5867 to $skipdirs and only disable gprof for newlib. Use the normal
5868 mips*-elf* handling in other respects.
5869 * configure: Regnerate.
5870
5871 2007-09-12 David Daney <ddaney@avtrex.com>
5872
5873 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5874 enabling libgcj.
5875 * configure: Regenerate.
5876
5877 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5878
5879 PR other/32154
5880 * configure.ac: For libgloss targets, point the linker to the linker
5881 script, startup code and simulator library.
5882 * configure: Regenerate.
5883
5884 2007-09-07 Andrew Haley <aph@redhat.com>
5885
5886 * configure.ac (noconfigdirs): Remove target-libffi and
5887 target-libjava.
5888 * configure: Regenerate.
5889
5890 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5891
5892 PR target/33281
5893 * configure.ac: Use config/mh-mingw on mingw.
5894 * configure: Regenerate.
5895
5896 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5897
5898 * MAINTAINERS (Write After Approval): Add myself.
5899
5900 2007-09-05 Richard Guenther <rguenther@suse.de>
5901
5902 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5903 nor --disable-checking is provided also turn on yes and types
5904 checking for stage1.
5905 * configure: Re-generate.
5906
5907 2007-08-30 Krister Walfridsson <cato@df.lth.se>
5908
5909 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5910 (Write After Approval): Remove myself.
5911
5912 2007-08-29 Nick Clifton <nickc@redhat.com>
5913
5914 * config.sub, config.guess: Update from upstream sources.
5915
5916 2007-08-22 Bud Davis <jmdavis@link.com>
5917
5918 * MAINTAINERS (Write After Approval): Added myself.
5919 * MAINTAINERS (Reviewers): Removed myself.
5920
5921 2007-08-18 Paul Brook <paul@codesourcery.com>
5922 Joseph Myers <joseph@codesourcery.com>
5923
5924 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5925 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5926 * Makefile.in: Regenerate.
5927 * configure.ac (--with-debug-prefix-map): New.
5928 * configure: Regenerate.
5929
5930 2007-08-17 Richard Sandiford <richard@codesourcery.com>
5931 Nigel Stephens <nigel@mips.com>
5932
5933 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5934 as target_makefile_frag.
5935 * configure: Regenerate.
5936
5937 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
5938
5939 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5940 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5941 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5942 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5943 (do-compare, do-compare3, do-compare-debug): New.
5944 ([+compare-target+]): Use them.
5945
5946 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5947
5948 * MAINTAINERS (Write After Approval): Change my email address.
5949
5950 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5951 Ben Elliston <bje@au.ibm.com>
5952
5953 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5954 --silent if $silent.
5955 * configure: Regenerate.
5956
5957 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
5958
5959 * MAINTAINERS (Various Maintainers): Add myself as
5960 loop infrastructure maintainer. Update my e-mail
5961 address.
5962
5963 2007-07-31 Diego Novillo <dnovillo@google.com>
5964
5965 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5966 Adjust description.
5967
5968 2007-07-26 Richard Guenther <rguenther@suse.de>
5969
5970 * configure.ac: Add types checking to stage1 checking flags.
5971 * configure: Regenerate.
5972
5973 2007-07-17 Nick Clifton <nickc@redhat.com>
5974
5975 * COPYING3: New file. Contains version 3 of the GNU General
5976 Public License.
5977 * COPYING3.LIB: New file. Contains version 3 of the GNU
5978 Lesser General Public License.
5979
5980 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5981
5982 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5983
5984 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5985
5986 * MAINTAINERS (S/390 co-maintainer): Add myself.
5987 (Write After Approval): Remove myself.
5988
5989 2007-07-13 Dan Hipschman <dsh@google.com>
5990
5991 * MAINTAINERS (Write After Approval): Add myself.
5992
5993 2007-07-11 Nick Clifton <nickc@redhat.com>
5994
5995 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5996 WINDRES export.
5997 * Makefile.in: Regenerate.
5998
5999 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6000
6001 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6002 maintainer.
6003
6004 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6005
6006 * lt~obsolete.m4: New. Import from 20070318 libtool.
6007
6008 2007-07-03 Julian Brown <julian@codesourcery.com>
6009
6010 * MAINTAINERS (Write After Approval): Add myself.
6011
6012 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6013
6014 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6015 * configure: Regenerate.
6016
6017 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6018
6019 * configure.ac: Add some missing m4 quotation.
6020 * configure: Regenerate.
6021
6022 2007-07-02 Simon Baldwin <simonb@google.com>
6023
6024 * MAINTAINERS (Write After Approval): Add myself.
6025
6026 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
6027
6028 * configure: Regenerate.
6029
6030 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
6031
6032 * Makefile.def: Add windmc tool to build.
6033 * Makefile.tpl: Likewise.
6034 * configure.ac: Likewise.
6035 * Makefile.in: Regenerate.
6036 * configure: Regenerate.
6037
6038 2007-06-28 DJ Delorie <dj@redhat.com>
6039
6040 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6041 not building newlib.
6042 * configure: Regenerated.
6043
6044 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
6045
6046 * MAINTAINERS (Write After Approval): Add myself.
6047
6048 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
6049
6050 * MAINTAINERS (Write After Approval): Add myself.
6051
6052 2007-06-19 Chris Matthews <chrismatthews@google.com>
6053
6054 * MAINTAINERS (Write After Approval): Add myself.
6055
6056 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6057
6058 * MAINTAINERS (Write After Approval): Add myself.
6059
6060 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6061
6062 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6063 * Makefile.in: Regenerated.
6064
6065 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6066
6067 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6068 bfin*-*-uclinux* targets.
6069 * configure: Regenerate.
6070
6071 2007-06-14 Ian Lance Taylor <iant@google.com>
6072
6073 * MAINTAINERS: Add myself as non-algorithmic global write
6074 maintainer.
6075
6076 2007-06-14 Diego Novillo <dnovillo@google.com>
6077
6078 * MAINTAINERS: Add self as middle-end maintainer and
6079 non-algorithmic global write maintainer.
6080
6081 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6082
6083 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6084 Move all Fortran maintainers except Paul Brook into the
6085 Non-Autopoiesis section.
6086
6087 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
6088
6089 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6090 (distclean-stage[+id+]): Possibly delete stage_last.
6091 * Makefile.in: Regenerate.
6092
6093 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
6094
6095 * MAINTAINERS (Various Maintainer): Fix typo.
6096
6097 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
6098
6099 * MAINTAINERS (Various Maintainer): Add myself as
6100 dataflow maintainer.
6101
6102 2007-06-07 Ben Elliston <bje@au.ibm.com>
6103
6104 * config.sub, config.guess: Update from upstream sources.
6105
6106 2007-06-07 Ben Elliston <bje@au.ibm.com>
6107
6108 * Makefile.tpl: Fix spelling error.
6109 * Makefile.in: Regenerate.
6110
6111 2007-06-01 Steve Ellcey <sje@cup.hp.com>
6112
6113 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6114 lt_cv_sys_max_cmd_len.
6115
6116 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6117
6118 * MAINTAINERS (Various Maintainers): Add myself as
6119 auto-vectorizer maintainer.
6120
6121 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
6122
6123 PR libjava/32098
6124 * libtool.m4: Revert previous change.
6125 * ltgcc.m4: Put it here.
6126
6127 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6128
6129 * MAINTAINERS (Various Maintainers): Add myself as
6130 auto-vectorizer maintainer.
6131
6132 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6133
6134 PR libjava/32098
6135 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6136
6137 2007-05-30 Richard Guenther <rguenther@suse.de>
6138
6139 * MAINTAINERS (Various Maintainers): Add myself as
6140 auto-vectorizer maintainer.
6141
6142 2007-05-30 Jakub Jelinek <jakub@redhat.com>
6143
6144 PR bootstrap/29382
6145 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6146 * configure: Rebuilt.
6147
6148 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
6149
6150 * MAINTAINERS (Write After Approval): Removed my name.
6151
6152 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6153
6154 * MAINTAINERS (Write After Approval): Remove myself.
6155
6156 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6157
6158 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6159
6160 2007-05-23 Steve Ellcey <sje@cup.hp.com>
6161
6162 * ltmain.sh: Update from ToT Libtool.
6163 * libtool.m4: Update from ToT Libtool.
6164 * ltsugar.m4: New. Update from ToT Libtool.
6165 * ltversion.m4: New. Update from ToT Libtool.
6166 * ltoptions.m4: New. Update from ToT Libtool.
6167 * ltconfig: Remove.
6168 * ltcf-c.sh: Remove.
6169 * ltcf-cxx.sh: Remove.
6170 * ltcf-gcj.sh: Remove.
6171
6172 2007-05-22 Ollie Wild <aaw@google.com>
6173
6174 * MAINTAINERS (Write After Approval): Add myself.
6175
6176 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
6177
6178 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6179 stage_cflags.
6180 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6181 Remove CFLAGS/LIBCFLAGS.
6182 (configure-stage[+id+]-[+prefix+][+module+],
6183 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6184 * Makefile.in: Regenerate.
6185
6186 2007-05-15 Diego Novillo <dnovillo@google.com>
6187
6188 * MAINTAINERS: Update e-mail address.
6189
6190 2007-05-15 Revital Eres <eres@il.ibm.com>
6191
6192 * MAINTAINERS (Write After Approval): Add myself.
6193
6194 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
6195
6196 * MAINTAINERS (Write After Approval): Updated my address.
6197
6198 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
6199
6200 * MAINTAINERS (Write After Approval): Add myself.
6201
6202 2007-05-11 Silvius Rus <rus@google.com>
6203
6204 * MAINTAINERS (Write After Approval): Add myself.
6205
6206 2007-04-23 Tom Tromey <tromey@redhat.com>
6207
6208 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6209
6210 2007-04-22 Mark Mitchell <mark@codesourcery.com>
6211
6212 * MAINTAINERS (cpplib): Rename to ...
6213 (libcpp): ... this. Add C/C++ front end maintainers.
6214
6215 2007-04-14 Steve Ellcey <sje@cup.hp.com>
6216
6217 * config-ml.in: Pass ${ml_config_env} to configure calls.
6218
6219 2007-04-04 Christian Bruel <christian.bruel@st.com>
6220
6221 * MAINTAINERS (Write After Approval): Add myself.
6222
6223 2007-04-02 Dave Korn <dave.korn@artimi.com>
6224
6225 * MAINTAINERS (Write After Approval): Add myself.
6226
6227 2007-03-31 Tobias Burnus <burnus@net-b.de>
6228
6229 * MAINTAINERS (fortran 95 front end): Add myself.
6230
6231 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6232
6233 * MAINTAINERS (Write After Approval): Add myself.
6234
6235 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
6236
6237 * MAINTAINERS (Modulo Scheduler): Add myself.
6238
6239 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
6240
6241 * MAINTAINERS (fortran 95 front end): Add myself.
6242 (c++ front end): whitespace fix.
6243
6244 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
6245
6246 * MAINTAINERS (Write After Approval): Add myself.
6247
6248 2007-03-21 Richard Sandiford <richard@codesourcery.com>
6249
6250 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6251 of glob. Quote arguments with single quotes too.
6252 * configure: Regenerate.
6253
6254 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
6255
6256 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6257 * Makefile.in: Regenerate
6258
6259 2007-03-07 Andreas Schwab <schwab@suse.de>
6260
6261 * configure: Regenerate.
6262
6263 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
6264
6265 * configure.ac: Add "--with-pdfdir" configure option,
6266 which defines pdfdir variable.
6267 * Makefile.def (target=fixincludes): Add install-pdf to
6268 missing targets.
6269 (recursive_targets): Add install-pdf target.
6270 (flags_to_pass): Add pdfdir.
6271 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6272 target.
6273 * configure: Regenerate
6274 * Makefile.in: Regenerate
6275
6276 2007-02-28 Eric Christopher <echristo@apple.com>
6277
6278 Revert:
6279 2006-12-07 Mike Stump <mrs@apple.com>
6280
6281 * Makefile.def (dependencies): Add dependency for
6282 install-target-libssp and install-target-libgomp on
6283 install-gcc.
6284 * Makefile.in: Regenerate.
6285
6286 2007-02-27 Matt Kraai <kraai@ftbfs.org>
6287
6288 * configure: Regenerate.
6289 * configure.ac: Move statements after variable declarations.
6290
6291 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6292
6293 * MAINTAINERS: Add myself as sh maintainer.
6294
6295 2007-02-19 Joseph Myers <joseph@codesourcery.com>
6296
6297 * configure.ac: Adjust for loop syntax.
6298 * configure: Regenerate.
6299
6300 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
6301
6302 * configure: Rebuilt.
6303
6304 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
6305
6306 * configure.ac: Drop multiple occurrences of --enable-languages,
6307 and fix its quoting.
6308 * configure: Rebuilt.
6309
6310 2007-02-17 Mark Mitchell <mark@codesourcery.com>
6311 Nathan Sidwell <nathan@codesourcery.com>
6312 Vladimir Prus <vladimir@codesourcery.com>
6313 Joseph Myers <joseph@codesourcery.com>
6314
6315 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6316 * configure: Regenerate.
6317
6318 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6319
6320 * ltconfig (freebsd*): Default to elf.
6321
6322 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6323
6324 * configure.ac (target_libraries): Move libgcc before libiberty.
6325 * configure: Regenerated.
6326
6327 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6328 Paolo Bonzini <bonzini@gnu.org>
6329
6330 PR bootstrap/30753
6331 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6332 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6333 * configure: Regenerated.
6334
6335 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6336
6337 * MAINTAINERS (Language Front End Maintainers): Update my mail
6338 address.
6339
6340 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6341
6342 PR bootstrap/30748
6343 * configure.ac: Correct syntax for Solaris ksh.
6344 * configure: Regenerated.
6345
6346 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6347
6348 * configure.ac: Sync with src.
6349 * configure: Regenerate.
6350
6351 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6352
6353 * Makefile.in: Regenerate.
6354
6355 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6356
6357 * config.sub: Sync with src.
6358
6359 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6360
6361 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6362 noncanonical equivalents.
6363 * configure.in: Rename to...
6364 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6365 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6366 target_noncanonical. Use them. Rewrite removal of configure
6367 arguments for autoconf 2.59. Discard variable settings. Force
6368 program_transform_name for native tools.
6369
6370 * Makefile.in: Regenerated.
6371 * configure: Regenerated with autoconf 2.59.
6372
6373 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
6374
6375 * MAINTAINERS (Write After Approval): Add myself.
6376
6377 2007-01-31 Andreas Schwab <schwab@suse.de>
6378
6379 * Makefile.tpl (LDFLAGS): Substitute it.
6380 * Makefile.in: Regenerate.
6381
6382 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
6383
6384 * MAINTAINERS (Write After Approval): Add myself.
6385
6386 2007-01-28 David Edelsohn <edelsohn@gnu.org>
6387
6388 * MAINTAINERS (spu port): Add myself.
6389
6390 2007-01-23 Richard Guenther <rguenther@suse.de>
6391
6392 PR bootstrap/30541
6393 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6394 * Makefile.tpl (GNATBIND): Substitute it.
6395 (GNATMAKE): Likewise.
6396 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6397 of STAGE_PREFIX.
6398 * Makefile.in: Regenerate.
6399 * configure: Regenerate.
6400
6401 2007-01-18 Mike Stump <mrs@apple.com>
6402
6403 * configure.in: Re-enable -Werror for gcc builds.
6404
6405 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
6406
6407 * MAINTAINERS (Write After Approval): Add myself.
6408
6409 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6410
6411 * configure.in: Change == to = in test command.
6412 * configure: Regenerate.
6413
6414 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6415 Nick Clifton <nickc@redhat.com>
6416 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6417
6418 * configure.in (build_configargs, host_configargs, target_configargs):
6419 Remove build/host/target parameters.
6420 (host_libs): Add gmp and mpfr.
6421 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6422 * Makefile.def (gmp, mpfr): New.
6423 (gcc): Remove target.
6424 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6425 target_os, target_vendor): New.
6426 (configure): Add host_alias/target_alias arguments; adjust invocations.
6427 * configure: Regenerate.
6428 * Makefile.in: Regenerate.
6429
6430 2007-01-11 Matt Fago <fago@earthlink.net>
6431
6432 * configure.in: Try to link to functions only in mpfr 2.2.x
6433 to improve robustness of configure tests.
6434 * configure: Regenerate.
6435
6436 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
6437
6438 * MAINTAINERS: Add myself as i386 maintainer.
6439
6440 2007-01-08 Jan Hubicka <jh@suse.cz>
6441
6442 * MAINTAINERS: Add myself as i386 maintainer.
6443
6444 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
6445
6446 * configure.in: Add support for an x86_64-mingw* target.
6447 * configure: Regenerate.
6448
6449 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6450
6451 * Makefile.tpl (all-target): Correct @if conditional for target
6452 modules.
6453 * configure.in: Omit libiberty if building only target libgcc.
6454 * configure, Makefile.in: Regenerated.
6455
6456 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
6457
6458 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6459 * configure: Regenerate.
6460
6461 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6462
6463 * Makefile.def (target_modules): Add libgcc.
6464 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6465 * Makefile.tpl (clean-target-libgcc): Delete.
6466 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6467 on gcc even for bootstrapped modules. Rewrite handling of
6468 lang_env_dependencies to loop over target_modules.
6469 * configure.in (target_libraries): Add target-libgcc.
6470 * Makefile.in, configure: Regenerated.
6471
6472 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6473
6474 * configure.in: Reorganize recognition of languages. Add
6475 --enable-stage1-languages. Show supported languages for the chosen
6476 target rather than all recognized languages.
6477 * configure: Regenerate.
6478
6479 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6480
6481 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6482 * Makefile.in: Regenerate.
6483
6484 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6485
6486 * configure.in: Warn that MPFR 2.2.0 is buggy.
6487 * configure: Regenerate.
6488
6489 2006-12-27 Ian Lance Taylor <iant@google.com>
6490
6491 * configure.in: When removing Makefiles to force a reconfigure, also
6492 remove prev-DIR*/Makefile.
6493 * configure: Regenerate.
6494
6495 2006-12-22 Andreas Schwab <schwab@suse.de>
6496
6497 * configure: Regenerate with correct autoconf version.
6498
6499 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6500
6501 * configure.in: add AC_SUBST for *_FOR_TARGET.
6502 * configure: Regenerate.
6503
6504 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6505
6506 * configure.in: Simplify logic for rejecting languages that cannot
6507 be built. Separate the case when a language is unsupported,
6508 from the case when the user chooses not to build a language.
6509
6510 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6511
6512 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6513 it only affects bootstrap and could be tested on "$host" as well.
6514 * configure: Regenerate.
6515 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6516
6517 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6518
6519 PR bootstrap/29544
6520 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6521 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6522 move here comment from Makefile.tpl.
6523 * Makefile.tpl: Move some definitions higher in the file.
6524 (STAGE1_CHECKING): New.
6525 * configure.in: Add --enable-stage1-checking.
6526 * configure: Regenerate.
6527 * Makefile.in: Regenerate.
6528
6529 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6530
6531 * MAINTAINERS: Add myself as build system maintainer.
6532
6533 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
6534
6535 * MAINTAINERS (Write After Approval): Add myself.
6536
6537 2006-12-13 Eric Christopher <echristo@apple.com>
6538
6539 * MAINTAINERS: Add myself as darwin maintainer.
6540
6541 2006-12-11 Ian Lance Taylor <ian@airs.com>
6542
6543 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6544
6545 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
6546
6547 MAINTAINERS: Update my entry.
6548
6549 2006-12-11 Alan Modra <amodra@bigpond.net.au>
6550
6551 * configure.in: Handle spu makefile frag.
6552 * Makefile.tpl (MAINT): Define
6553 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6554 * configure: Regenerate.
6555 * Makefile.in: Regenerate.
6556
6557 2006-12-11 Ben Elliston <bje@au.ibm.com>
6558
6559 * config.guess: Import latest version.
6560 * config.sub: Likewise.
6561
6562 2006-12-11 Ben Elliston <bje@au.ibm.com>
6563
6564 * configure.in (spu-*-*): Don't skip target-libiberty.
6565 * configure: Regenerate.
6566
6567 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6568
6569 PR bootstrap/30134
6570 * configure.in: Correct x86 darwin support for libjava to powerpc
6571 and i?86 only.
6572 * configure: Regenerate.
6573
6574 2006-12-08 Sandro Tolaini <tolaini@libero.it>
6575
6576 * configure.in: Add x86 darwin support for libjava.
6577 * configure: Regenerate.
6578
6579 2006-12-07 Mike Stump <mrs@apple.com>
6580
6581 * Makefile.def (dependencies): Add dependency for
6582 install-target-libssp and install-target-libgomp on
6583 install-gcc.
6584 * Makefile.in: Regenerate.
6585
6586 2006-12-04 Richard Guenther <rguenther@suse.de>
6587
6588 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6589 (Non-Algorithmic Maintainers): Move over non-algorithmic
6590 loop optimizer maintainers, add myself as a non-algorithmic
6591 middle-end maintainer.
6592
6593 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
6594
6595 * MAINTAINERS (Write After Approval): Add myself.
6596
6597 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6598
6599 * configure.in: Update error message for missing GMP/MPFR.
6600
6601 * configure: Regenerate.
6602
6603 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6604
6605 * configure.in: Update MPFR version in error message.
6606
6607 * configure: Regenerate.
6608
6609 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6610
6611 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6612 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6613 --with-gmp-lib): New flags.
6614
6615 * configure: Regenerate.
6616
6617 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6618
6619 * MAINTAINERS (Write After Approval): Change my email address.
6620
6621 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6622
6623 * MAINTAINERS (Write After Approval): Add myself.
6624
6625 2006-11-22 Philipp Thomas <pth@suse.de>
6626
6627 * MAINTAINERS (i18n): Update e-mail address.
6628
6629 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6630
6631 * MAINTAINERS (spu port): Add myself as maintainer.
6632 (Write After Approval): Remove myself.
6633
6634 2006-11-22 Ben Elliston <bje@au.ibm.com>
6635
6636 * configure.in (skipdirs): Don't build libssp for SPU.
6637 * configure: Regenerate.
6638
6639 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6640
6641 * MAINTAINERS (spu port): Add myself as maintainer.
6642 (libobjc): Update my email address.
6643
6644 2006-11-21 Andrea Bona <andrea.bona@st.com>
6645
6646 * MAINTAINERS (Write After Approval): Add myself.
6647
6648 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6649
6650 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6651 * configure : Rebuilt.
6652
6653 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6654
6655 * MAINTAINERS (Write After Approval): Add myself.
6656
6657 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6658
6659 * MAINTAINERS (Write After Approval): Add myself.
6660
6661 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6662
6663 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6664 libmpfr.a.
6665 * configure: Regenerate.
6666
6667 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
6668
6669 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6670 (unstage): Test for stage_last presence.
6671
6672 PR bootstrap/29802
6673 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6674 STAGE_PREFIX.
6675 * Makefile.in: Regenerate.
6676
6677 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6678
6679 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6680 maintainers.
6681
6682 2006-11-14 Erven Rohou <erven.rohou@st.com>
6683
6684 * MAINTAINERS (Write After Approval): Add myself.
6685
6686 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
6687
6688 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6689 and stageN-package/Makefile.
6690 * Makefile.in: Regenerated.
6691
6692 2006-11-14 Jie Zhang <jie.zhang@analog.com>
6693
6694 * configure.in: Remove target-libgloss from noconfigdirs for
6695 bfin-*-*.
6696 * configure: Regenerated.
6697
6698 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6699
6700 * configure.in (have_gmp): Only error if the gcc directory exists.
6701
6702 * configure: Regenerate.
6703
6704 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6705
6706 * configure.in: Robustify error message for missing GMP/MPFR.
6707
6708 * configure: Regenerate.
6709
6710 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
6711
6712 * MAINTAINERS (Write After Approval): Add myself.
6713
6714 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
6715
6716 * MAINTAINERS: Change email address.
6717
6718 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6719
6720 * MAINTAINERS (Write After Approval): Add myself.
6721
6722 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6723
6724 * MAINTAINERS (Write After Approval): Add myself.
6725
6726 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6727
6728 * MAINTAINERS (Write After Approval): Move myself to
6729 Write After Approval section.
6730
6731 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6732
6733 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6734 need_gmp anymore.
6735 * configure: Regenerate.
6736
6737 2006-10-16 Tobias Burnus <burnus@net-b.de>
6738
6739 * MAINTAINERS (Write After Approval): Add myself.
6740
6741 2006-10-16 Ben Elliston <bje@au.ibm.com>
6742
6743 * config.guess: Import latest version.
6744 * config.sub: Likewise.
6745
6746 2006-10-10 Brooks Moses <bmoses@stanford.edu>
6747
6748 * Makefile.def: Added pdf target handling.
6749 * Makefile.tpl: Added pdf target handling.
6750 * Makefile.in: Regenerated.
6751
6752 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6753
6754 * MAINTAINERS: Add self as score port maintainer.
6755
6756 2006-10-04 Brooks Moses <bmoses@stanford.edu>
6757
6758 * MAINTAINERS (Write After Approval): Add myself.
6759
6760 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6761
6762 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
6763 or newer.
6764 * configure: Regenerated.
6765
6766 2006-09-27 Dave Brolley <brolley@redhat.com>
6767
6768 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6769 using $s instead of $r.
6770 * configure: Regenerated.
6771
6772 2006-09-26 Thiemo Seufer <ths@mips.com>
6773
6774 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6775 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6776 * configure: Regenerate.
6777
6778 2006-09-24 Graeme Peterson <gridly@gmail.com>
6779
6780 * MAINTAINERS (Write After Approval): Remove myself.
6781
6782 2006-09-22 Chao-ying Fu <fu@mips.com>
6783
6784 * MAINTAINERS (Write After Approval): Add myself.
6785
6786 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6787
6788 * MAINTAINERS: Add self as soft-fp maintainer.
6789
6790 2006-09-09 Anatoly Sokolov <aesok@post.ru>
6791
6792 * MAINTAINERS: Add myself as avr maintainer.
6793 Remove Marek Michalkiewicz as avr maintainer.
6794
6795 2006-09-07 Roberto Costa <roberto.costa@st.com>
6796
6797 * MAINTAINERS (Write After Approval): Add myself.
6798
6799 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
6800
6801 * configure.in: Never build newlib for a Mingw host.
6802 Never build newlib as Mingw target library.
6803 Test the existence of winsup/cygwin for building a Cygwin newlib,
6804 rather than just winsup.
6805 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6806 building a Mingw target.
6807 * configure: Regenerate.
6808
6809 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6810
6811 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6812
6813 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
6814
6815 * config.guess: Import from src (was more updated).
6816 * config.sub: Likewise.
6817
6818 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6819
6820 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6821 * configure: Regenerated.
6822
6823 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
6824
6825 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6826 for stages after the first.
6827
6828 2006-07-17 Jakub Jelinek <jakub@redhat.com>
6829
6830 * Makefile.def: Add dependencies for configure-opcodes
6831 on configure-intl and all-opcodes on all-intl.
6832 * Makefile.in: Regenerated.
6833
6834 2006-07-13 Ben Elliston <bje@au.ibm.com>
6835
6836 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6837
6838 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6839
6840 Port to hosts whose 'sort' and 'tail' implementations
6841 treat operands with leading '+' as file names, as POSIX
6842 has required since 2001. However, make sure the code still
6843 works on pre-POSIX hosts.
6844 * ltmain.sh: Don't assume "sort +2" is equivalent to
6845 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6846
6847 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6848
6849 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6850
6851 2006-07-04 Peter O'Gorman <peter@pogma.com>
6852
6853 * ltconfig: chmod 644 before ranlib during install.
6854
6855 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6856
6857 PR bootstrap/18058
6858 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6859 if the bootstrap compiler is a GCC version that supports it.
6860 * configure: Regenerate.
6861
6862 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6863
6864 * configure.in: Fix thinkos in previous check-in.
6865 * configure: Regenerate.
6866
6867 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6868
6869 PR other/27063
6870 * configure.in: Test subdir_requires and give an appropriate
6871 error message.
6872 * configure: Regenerate.
6873
6874 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6875
6876 * MAINTAINERS (Write After Approval): Add myself.
6877
6878 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
6879
6880 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6881
6882 2006-06-22 Steve Ellcey <sje@cup.hp.com>
6883
6884 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6885
6886 2006-06-20 David Ayers <d.ayers@inode.at>
6887
6888 PR bootstrap/28072
6889 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6890 whether target-libjava is being configured instead of whether the
6891 java front end is enabled.
6892 * configure: Regenerate.
6893
6894 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6895
6896 PR target/27540
6897 * configure.in: Only enable libgomp on IRIX 6.
6898 * configure: Regenerate.
6899
6900 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
6901
6902 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6903 too.
6904 * Makefile.in: Regenerate.
6905
6906 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6907
6908 * config-ml.in: Alter CCASFLAGS to include special
6909 multilib options the same as is done for CFLAGS.
6910
6911 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6912
6913 * configure.in: Don't enable libgomp on hpux10.
6914 * configure: Rebuilt.
6915
6916 2006-06-12 David Ayers <d.ayers@inode.at>
6917
6918 PR bootstrap/27963
6919 PR target/19970
6920 * configure.in: Remove target-boehm-gc from noconfigdirs where
6921 ${libgcj} is specified.
6922 * configure: Regenerate.
6923
6924 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
6925
6926 Sync from src:
6927
6928 * configure.in: Sync.
6929 * configure: Regenerated.
6930
6931 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6932
6933 * Makefile.def: Added dependencies from sim and gdb on intl, and
6934 added configure dependencies to everything with an all dependency
6935 on intl.
6936 * Makefile.in: Regenerated.
6937
6938 2006-06-06 David Ayers <d.ayers@inode.at>
6939
6940 PR libobjc/13946
6941 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6942 * Makefile.in: Regenerate.
6943 * configure.in: Add --enable-objc-gc at toplevel and have it
6944 enable boehm-gc for Objective-C.
6945 Remove target-boehm-gc from libgcj.
6946 Add target-boehm-gc to target_libraries.
6947 Add target-boehm-gc to noconfigdirs where ${libgcj}
6948 is specified.
6949 Assert that boehm-gc is supported when requested for Objective-C.
6950 Only build boehm-gc if needed either for Java or Objective-C.
6951 * configure: Regenerate.
6952
6953 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
6954
6955 PR 27674
6956 * Makefile.tpl (configure-[+prefix+][+module+],
6957 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6958 Remove rule to unstage bootstrapped modules.
6959 (stage_current): New.
6960 * Makefile.in: Regenerate.
6961
6962 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6963
6964 * MAINTAINERS (Write After Approval): Update my e-mail address.
6965
6966 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6967
6968 * include/libiberty.h: Declare pex_run_in_environment.
6969
6970 2006-05-31 Asher Langton <langton2@llnl.gov>
6971
6972 * MAINTAINERS (Write After Approval): Add myself.
6973
6974 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
6975
6976 * Makefile.def (bfd, opcodes): Fix lib_path.
6977 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6978 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6979 * Makefile.in: Regenerate.
6980
6981 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6982
6983 * Makefile.in: Regenerate.
6984
6985 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6986
6987 * Makefile.def: Add install-html target. Add datarootdir
6988 docdir and htmldir to flags_to_pass.
6989 * Makefile.tpl: Add install-html target.
6990 * Makefile.in: Regenerate.
6991 * configure.in: Add --with-datarootdir, --with-docdir, and
6992 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6993 * configure: Regenerate.
6994
6995 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6996
6997 * configure.in: Enable gprof for cross builds.
6998 * configure: Regenerate.
6999
7000 2006-05-22 Richard Guenther <rguenther@suse.de>
7001
7002 Revert
7003 2006-01-31 Richard Guenther <rguenther@suse.de>
7004 Paolo Bonzini <bonzini@gnu.org>
7005
7006 * Makefile.def (target_modules): Add libgcc-math target module.
7007 * configure.in (target_libraries): Add libgcc-math target library.
7008 (--enable-libgcc-math): New configure switch.
7009 * Makefile.in: Re-generate.
7010 * configure: Re-generate.
7011 * libgcc-math: New toplevel directory.
7012
7013 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7014 Andreas Tobler <a.tobler@schweiz.ch>
7015
7016 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7017 * configure: Rebuilt.
7018
7019 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7020
7021 * MAINTAINERS (Write After Approval): Add myself.
7022
7023 2006-05-01 DJ Delorie <dj@redhat.com>
7024
7025 * configure.in: Restore CFLAGS if GMP isn't present.
7026 * configure: Regenerate.
7027
7028 2006-05-01 Richard Guenther <rguenther@suse.de>
7029
7030 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7031 maintainer.
7032
7033 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7034
7035 * MAINTAINERS (Write After Approval): Add myself.
7036
7037 2006-04-28 Jan Beulich <jbeulich@novell.com>
7038
7039 * MAINTAINERS (Write After Approval): Add myself.
7040
7041 2006-04-18 DJ Delorie <dj@redhat.com>
7042
7043 * configure.in (m32c): Build libstdc++-v3. Pass flags to
7044 reference libgloss so that libssp can be built in a combined
7045 tree.
7046 * configure: Regenerate.
7047
7048 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
7049
7050 * MAINTAINERS (Write After Approval): Add myself.
7051
7052 2006-04-05 Ben Elliston <bje@au.ibm.com>
7053
7054 * configure.in: Require makeinfo 4.4 or higher.
7055 * configure: Regenerate.
7056
7057 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7058
7059 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7060 Rearrange the entries of other libraries to have them in one place.
7061
7062 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7063
7064 * MAINTAINERS (Write After Approval): Remove myself.
7065 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7066
7067 2006-03-14 Richard Guenther <rguenther@suse.de>
7068
7069 * configure: Regenerate with autoconf 2.13.
7070
7071 2006-03-13 Jim Blandy <jimb@codesourcery.com>
7072
7073 * MAINTAINERS: Use my work address.
7074
7075 * MAINTAINERS: Update my E-mail address.
7076
7077 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
7078
7079 * configure.in: Handle --disable-<component> generically.
7080 * configure: Regenerate.
7081
7082 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7083
7084 PR libgcj/17311
7085 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7086
7087 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7088
7089 * MAINTAINERS (Write After Approval): Remove myself.
7090 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7091
7092 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
7093
7094 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7095 (TARGET_CONFIGDIRS): Remove.
7096 * configure.in: Remove AC_SUBST(target_configdirs).
7097 * Makefile.in, configure: Regenerated.
7098
7099 2006-02-20 Steven G. Kargl <kargls@comcast.net>
7100
7101 * MAINTAINERS (Write After Approval): Remove myself.
7102 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7103
7104 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
7105
7106 PR bootstrap/25670
7107
7108 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7109
7110 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7111 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7112 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7113 BUILD_PREFIX, BUILD_PREFIX_1.
7114 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7115
7116 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7117 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7118
7119 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7120 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7121 of `cat stage_current`. Always provide the `r' and `s' variables.
7122 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7123 a single shell execution.
7124 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7125 bootstrapped modules, make the stage1 module if the build was not
7126 started yet, else build the current stage.
7127 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7128 (all-build, all-host, all-target, [+make_target+]-host,
7129 [+make_target+]-target): Do not use \-continued lines.
7130 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7131 (current_stage, restrap, stage_last): New.
7132
7133 * Makefile.in: Regenerate.
7134 * configure: Regenerate.
7135
7136 2006-02-19 Bud Davis <jmdavis@link.com>
7137
7138 * MAINTAINERS (Write After Approval): Remove myself.
7139 (Language Front End Maintainers): Add myself as fortran 95
7140 maintainer and update e-mail address.
7141
7142 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7143
7144 * MAINTAINERS (Write After Approval): Remove myself.
7145 (Language Front End Maintainers): Add myself as fortran 95
7146 maintainer.
7147
7148 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
7149
7150 * MAINTAINERS (Write After Approval): Add myself.
7151
7152 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7153
7154 * MAINTAINERS (Write After Approval): Remove myself.
7155 (Language Front End Maintainers): Add myself as
7156 fortran 95 maintainer.
7157
7158 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
7159
7160 Sync from src:
7161
7162 2005-12-27 Leif Ekblad <leif@rdos.net>
7163
7164 * configure.in: Add support for RDOS target.
7165 * configure: Regenerate.
7166
7167 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
7168 Andreas Schwab <schwab@suse.de>
7169
7170 * configure: Regenerate.
7171
7172 2006-02-12 David Edelsohn <edelsohn@gnu.org>
7173
7174 * configure.in (enable_libgomp): Add AIX.
7175 * configure: Regenerate.
7176
7177 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7178
7179 * MAINTAINERS (Write After Approval): Add myself.
7180
7181 2006-02-03 Lee Millward <lee.millward@gmail.com>
7182
7183 * MAINTAINERS (Write After Approval): Add myself.
7184
7185 2006-01-31 Richard Guenther <rguenther@suse.de>
7186 Paolo Bonzini <bonzini@gnu.org>
7187
7188 * Makefile.def (target_modules): Add libgcc-math target module.
7189 * configure.in (target_libraries): Add libgcc-math target library.
7190 (--enable-libgcc-math): New configure switch.
7191 * Makefile.in: Re-generate.
7192 * configure: Re-generate.
7193 * libgcc-math: New toplevel directory.
7194
7195 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
7196
7197 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7198 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7199 the assembler, linker and binutils.
7200 * configure: Regenerate.
7201
7202 2006-01-22 Dirk Mueller <dmueller@suse.de>
7203
7204 * MAINTAINERS (Write After Approval): Add myself.
7205
7206 2006-01-20 Diego Novillo <dnovillo@redhat.com>
7207
7208 * configure: Regenerate.
7209
7210 2006-01-18 Richard Henderson <rth@redhat.com>
7211 Jakub Jelinek <jakub@redhat.com>
7212 Diego Novillo <dnovillo@redhat.com>
7213
7214 * libgomp: New directory.
7215 * Makefile.def: Add target_module libgomp.
7216 * Makefile.in: Regenerate.
7217 * configure.in (target_libraries): Add target-libgomp.
7218 * configure: Regenerate.
7219
7220 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
7221
7222 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7223 @ from continuation.
7224 * Makefile.in: Rebuilt.
7225
7226 2006-01-04 Chris Lattner <sabre@gnu.org>
7227
7228 * MAINTAINERS (Write After Approval): Add myself.
7229
7230 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
7231
7232 PR bootstrap/24252
7233
7234 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7235 * Makefile.tpl (OBJDUMP): New.
7236 (EXTRA_HOST_FLAGS): Add it.
7237 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7238
7239 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7240 to use symbolic links between directories. Avoid race conditions
7241 or make them harmless.
7242 * configure.in: Do not try to use symbolic links between directories.
7243
7244 * Makefile.def (LEAN): Pass.
7245 * Makefile.tpl (LEAN): Define.
7246 (stage[+id+]-start): Accept that the previous directory does not
7247 exist, if the bootstrap is lean.
7248 (stage[+id+]-bubble): Invoke lean bootstrap commands after
7249 stage[+id+]-start. Use a makefile variable and an `if' instead of a
7250 configure substitution.
7251 ([+compare-target+]): Likewise.
7252 ([+bootstrap-target+]-lean): New.
7253 * configure.in: Remove lean bootstrap support from here.
7254
7255 * Makefile.in: Regenerate.
7256 * configure: Regenerate.
7257
7258 2006-01-04 Ben Elliston <bje@au.ibm.com>
7259
7260 * MAINTAINERS (libdecnumber): Add myself.
7261
7262 2006-01-02 Mark Mitchell <mark@codesourcery.com>
7263
7264 * libtool-ldflags: New script.
7265
7266 2006-01-02 Andreas Schwab <schwab@suse.de>
7267
7268 * configure.in: When reconfiguring remove Makefile in
7269 all stage directories.
7270 * configure: Regenerate.
7271
7272 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
7273
7274 * MAINTAINERS: Update my email address.
7275
7276 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
7277
7278 Revert Ada-related part of the previous change.
7279
7280 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7281 Do not pass.
7282 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7283 * Makefile.in: Regenerate.
7284 * configure.in: Do not include mt-ppc-aix target fragment.
7285 * configure: Regenerate.
7286
7287 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
7288
7289 * configure.in: Select appropriate fragments for PowerPC/AIX.
7290 * configure: Regenerate.
7291
7292 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7293 BOOT_CFLAGS, BOOT_LDFLAGS.
7294 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7295 BOOT_CFLAGS, BOOT_LDFLAGS.
7296 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7297 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7298 (stage): Fail if we cannot complete the work.
7299 * Makefile.in: Regenerate.
7300
7301 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7302
7303 * configure.in: Replace ms1 with mt.
7304 * configure: Rebuilt.
7305
7306 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7307
7308 * MAINTAINERS: Update my email address.
7309
7310 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
7311
7312 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7313 install-host-nogcc): Don't invoke $(stage) at the end.
7314 * Makefile.in: Regenerate.
7315
7316 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
7317
7318 * configure.in: Flip the top-level bootstrap switch.
7319 * configure: Regenerate.
7320
7321 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7322
7323 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7324 $(stage) and $(unstage).
7325 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7326 (all): Remove stray semicolon.
7327 (local-distclean): Don't handle multilib.tmp and multilib.out.
7328 (install.all): Set $s for consistency.
7329 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7330 check_multilibs setting. Always make the install directory.
7331 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7332 Correct @if/@endif.
7333 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7334 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7335 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7336 (multilib.out): Remove.
7337 * Makefile.in: Regenerated.
7338
7339 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
7340
7341 * MAINTAINERS (Write After Approval): Add myself.
7342
7343 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7344
7345 * MAINTAINERS: Add myself as mt maintainer.
7346
7347 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7348
7349 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7350
7351 * MAINTAINERS: Change email address.
7352
7353 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
7354
7355 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7356 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7357 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7358 Find in-tree tools if available.
7359 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7360 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7361 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7362 (COMPILER_*_FOR_TARGET): New.
7363 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7364 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7365 (CONFIGURED_*, USUAL_*): Remove.
7366 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7367 STRIP): Use autoconf substitutions.
7368 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7369 COMPILER_NM_FOR_TARGET): New.
7370 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7371
7372 (all): Make all-host and all-target in parallel.
7373 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7374 that $$r and $$s are set before invoking a recursive make.
7375 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7376 ([+bootstrap-target+]): Inline most of the `all' target.
7377
7378 2005-11-29 Ben Elliston <bje@au.ibm.com>
7379
7380 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7381 from the gcc build directory.
7382 * Makefile.in: Regenerate.
7383
7384 2005-11-29 Ben Elliston <bje@au.ibm.com>
7385
7386 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7387 depend on all-libdecnumber.
7388 * configure.in (host_libs): Include libdecnumber.
7389 * Makefile.in: Regenerate.
7390 * configure: Likewise.
7391
7392 2005-11-29 Ben Elliston <bje@au.ibm.com>
7393
7394 * libdecnumber: Import decNumber sources from the dfp-branch.
7395
7396 2005-11-21 Kean Johnston <jkj@sco.com>
7397
7398 * config.sub, config.guess: Sync from upstream sources.
7399
7400 2005-11-21 Ben Elliston <bje@au.ibm.com>
7401
7402 Import from Autoconf sources:
7403
7404 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7405 * config/move-if-change: Don't output "$2 is unchanged";
7406 suggested by Ben Elliston. Handle weird characters correctly.
7407
7408 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7409
7410 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7411 to match upstream libtool for darwin.
7412
7413 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7414
7415 * Makefile.def: Remove gdb dependencies for gdbtk.
7416 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7417 (configure-gdb, install-gdb): New rules.
7418 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7419 * Makefile.in, configure: Regenerated.
7420
7421 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7422
7423 * MAINTAINERS (Write After Approval): Add myself.
7424
7425 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7426
7427 * MAINTAINERS (Write After Approval): Add myself.
7428
7429 2005-10-24 Diego Novillo <dnovillo@redhat.com>
7430
7431 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7432 Diego Novillo.
7433
7434 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
7435
7436 PR bootstrap/24297
7437 * Makefile.tpl (do-[+make-target+], do-check, install,
7438 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7439 are set before recursing.
7440 * Makefile.in: Regenerate.
7441
7442 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7443
7444 PR bootstrap/18939
7445 * Makefile.def (gcc) <target>: Fix thinko.
7446 * Makefile.in: Regenerate.
7447
7448 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7449
7450 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7451 * configure: Regenerate.
7452
7453 2005-10-15 Jie Zhang <jie.zhang@analog.com>
7454
7455 * MAINTAINERS (Write After Approval): Add self.
7456
7457 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
7458
7459 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7460 target-libffi, target-qthreads, target-libjava, and
7461 targetlibobjc.
7462 * configure: Regenerate.
7463
7464 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7465
7466 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7467 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7468 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7469 (USUAL_OBJDUMP_FOR_TARGET): New.
7470 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7471 * configure.in: Check for $OBJDUMP_FOR_TARGET.
7472 * configure, Makefile.in: Regenerated.
7473
7474 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7475
7476 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7477 before other host packages.
7478
7479 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7480
7481 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7482
7483 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7484
7485 PR bootstrap/22340
7486
7487 * configure.in (default_target): Remove.
7488 * Makefile.tpl (all): Do not use prerequisites as subroutines
7489 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7490 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7491 use prerequisites as subroutines.
7492 (check-host, check-target): New.
7493 (bootstrap configure & all targets): Do not use stage*-start
7494 if the directory layout is already ok.
7495 (non-bootstrap configure & all targets): Prepend a $(unstage).
7496 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7497 (NOTPARALLEL): Remove.
7498 (unstage, stage variables): New variables.
7499 (unstage, stage targets): Simply expand to those variables.
7500
7501 * configure: Regenerate.
7502 * Makefile.in: Regenerate.
7503
7504 2005-10-04 James E Wilson <wilson@specifix.com>
7505
7506 * Makefile.def (lang_env_dependencies): Add libmudflap.
7507 * Makefile.in: Regenerate.
7508
7509 2005-10-03 Andreas Schwab <schwab@suse.de>
7510
7511 Backport from libtool CVS:
7512 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7513
7514 * ltmain.sh: add support for installing into temporary
7515 staging area (e.g. 'make install DESTDIR=...')
7516
7517 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7518
7519 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7520 * configure: Regenerated.
7521
7522 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7523
7524 * configure: Regenerate with the correct
7525 autoconf version.
7526
7527 2005-09-30 Catherine Moore <clm@cm00re.com>
7528
7529 * configure.in (bfin-*-*): New.
7530 * configure: Regenerated.
7531
7532 2005-09-28 Geoffrey Keating <geoffk@apple.com>
7533
7534 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7535 (LIPO_FOR_TARGET): New.
7536 (CONFIGURED_LIPO_FOR_TARGET): New.
7537 (USUAL_LIPO_FOR_TARGET): New.
7538 (STRIP_FOR_TARGET): New.
7539 (CONFIGURED_STRIP_FOR_TARGET): New.
7540 (USUAL_STRIP_FOR_TARGET): New.
7541 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7542 STRIP_FOR_TARGET.
7543 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7544 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7545 * Makefile.in: Regenerate.
7546 * configure: Regenerate.
7547
7548 2005-09-19 David Edelsohn <edelsohn@gnu.org>
7549
7550 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7551 (rs6000-*-aix*): Same.
7552 * configure: Regenerate.
7553
7554 2005-09-16 Tom Tromey <tromey@redhat.com>
7555
7556 * MAINTAINERS: Add self as java maintainer.
7557
7558 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7559
7560 * configure.in: Recognize f95 in the --enable-languages option,
7561 and substitute it for fortran, issuing a warning.
7562 * configure: Regenerate.
7563
7564 2005-08-30 Phil Edwards <phil@codesourcery.com>
7565
7566 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7567 * configure: Regenerated.
7568
7569 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
7570
7571 * MAINTAINERS: Add self as ms1 maintainer.
7572
7573 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7574
7575 * Makefile.def (libssp): Add to lang_env_dependencies.
7576 * Makefile.in: Regenerate.
7577
7578 2005-08-18 Ian Lance Taylor <ian@airs.com>
7579
7580 * MAINTAINERS: Add myself as middle-end maintainer.
7581
7582 2005-08-17 Christian Groessler <chris@groessler.org>
7583
7584 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7585 * Makefile.in: Regenerate.
7586
7587 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7588
7589 * MAINTAINERS (write after approval): Added myself.
7590
7591 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7592
7593 * MAINTAINERS (Write After Approval): Add myself.
7594
7595 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
7596
7597 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7598 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7599 Look for alternate names of the target cc and c++
7600 * configure: Regenerate.
7601
7602 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
7603
7604 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7605 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7606 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7607 tools; remove code to manually set them.
7608 (Target tools): Look in the environment for them.
7609 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7610 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7611 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7612 build directory.
7613 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7614 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7615 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7616 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7617 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7618 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7619 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7620 * configure: Regenerate.
7621 * Makefile.in: Regenerate.
7622
7623 2005-07-28 Ben Elliston <bje@au.ibm.com>
7624
7625 * MAINTAINERS: Update for removed CPU targets.
7626
7627 2005-07-27 Mark Mitchell <mark@codesourcery.com>
7628
7629 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7630 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7631 * Makefile.in: Regenerated.
7632
7633 2005-07-26 Mark Mitchell <mark@codesourcery.com>
7634
7635 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7636 (CFLAGS_FOR_TARGET): Use it.
7637 (CXXFLAGS_FOR_TARGET): Likewise.
7638 * Makefile.in: Regenerated.
7639 * configure.in (--with-build-sysroot): New option.
7640 * configure: Regenerated.
7641
7642 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
7643
7644 * Makefile.tpl: Wrap install between unstage and stage
7645 * Makefile.in: Regenerate.
7646
7647 2005-07-21 Eric Christopher <echristo@apple.com>
7648
7649 * MAINTAINERS: Update affiliation.
7650
7651 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7652
7653 * MAINTAINERS: Add self as crx port maintainer.
7654
7655 2005-07-20 DJ Delorie <dj@redhat.com>
7656
7657 * MAINTAINERS: Add self as m32c maintainer.
7658
7659 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7660
7661 * all files: Update FSF address.
7662
7663 2005-07-15 Eric Christopher <echristo@redhat.com>
7664
7665 * MAINTAINERS: Change affiliation.
7666
7667 2005-07-14 Jim Blandy <jimb@redhat.com>
7668
7669 * configure.in: Add cases for Renesas m32c.
7670 * configure: Regenerated.
7671
7672 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7673
7674 * COPYING.LIB: Update from fsf.org.
7675
7676 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7677
7678 * COPYING, compile, config.guess,
7679 config.sub, install-sh, missing, mkinstalldirs,
7680 symlink-tree, ylwrap: Sync from upstream sources.
7681 * config-ml.in: Update FSF address.
7682
7683 2005-07-13 Eric Christopher <echristo@redhat.com>
7684
7685 * configure.in: Add toplevel noconfigdir support for tpf.
7686 * configure: Regenerate.
7687
7688 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
7689
7690 PR ada/22340
7691
7692 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7693 * Makefile.in: Regenerate.
7694
7695 2005-07-07 Mark Mitchell <mark@codesourcery.com>
7696
7697 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7698 Brolley to write-after-approval.
7699
7700 2005-07-07 Andreas Schwab <schwab@suse.de>
7701
7702 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7703 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7704 * Makefile.in: Regenerated.
7705
7706 2005-07-06 Geoffrey Keating <geoffk@apple.com>
7707
7708 * configure.in: Don't build sim or rda when targetting darwin.
7709 * configure: Regenerate.
7710
7711 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
7712
7713 * configure.in: Add --enable-libssp and --disable-libssp.
7714 * configure: Regenerate with autoconf-2.13.
7715
7716 2005-07-02 Jakub Jelinek <jakub@redhat.com>
7717
7718 * Makefile.def (target_modules): Add libssp.
7719 * configure.in (target_libraries): Add target-libssp.
7720 * configure: Rebuilt.
7721 * Makefile.in: Rebuilt.
7722
7723 2005-07-01 Zack Weinberg <zackw@panix.com>
7724
7725 * MAINTAINERS: Change email address. Resign from maintainership.
7726
7727 2005-07-01 Richard Guenther <rguenther@suse.de>
7728
7729 * MAINTAINERS: Change my e-mail address and affiliation.
7730
7731 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
7732
7733 * Makefile.def (stagefeedback): Come after profile.
7734 Define profiledbootstrap target.
7735 * Makefile.tpl (profiledbootstrap): Remove.
7736 (stageprofile-end): Zap stagefeedback.
7737 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7738 * Makefile.in: Regenerate.
7739
7740 2005-06-13 Richard Sandiford <richard@codesourcery.com>
7741
7742 * MAINTAINERS: Update my email address.
7743
7744 2005-06-13 Zack Weinberg <zack@codesourcery.com>
7745
7746 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7747 In 'cpp' stanza, support '#line' as well as '# '.
7748
7749 2005-06-08 Andreas Schwab <schwab@suse.de>
7750
7751 * MAINTAINERS: Move myself from 'Write After Approval' to
7752 'CPU Port Maintainers' section as m68k maintainer.
7753
7754 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
7755
7756 * configure.in (unsupported_languages): New macro.
7757 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7758 non-ported target libraries in noconfigdirs.
7759 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7760 non-linux-gnu. Remove libgcj_ex_libffi.
7761 <lang_frag loop>: Set add_this_lang=no if the language is in
7762 unsupported_languages.
7763 * configure: Regenerate.
7764
7765 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7766
7767 * configure.in: Fix typo in handling of --with-mpfr-dir.
7768 * configure: Regenerate.
7769
7770 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7771
7772 * MAINTAINERS: Update my email address.
7773
7774 2005-06-02 Jim Blandy <jimb@redhat.com>
7775
7776 * config.sub: Add cases for the Renesas m32c. (This patch has been
7777 accepted into the master sources.)
7778
7779 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
7780 Michael Snyder <msnyder@redhat.com>
7781 Stan Cox <scox@redhat.com>
7782
7783 * configure.in: Set noconfigdirs for ms1.
7784
7785 * configure: Regenerate.
7786
7787 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7788
7789 * MAINTAINERS (Write After Approval): Add self.
7790
7791 2005-06-01 Josh Conner <jconner@apple.com>
7792
7793 * MAINTAINERS (Write After Approval): Add self.
7794
7795 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
7796
7797 * MAINTAINERS: Update my email address.
7798
7799 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7800
7801 * MAINTAINERS (Write After Approval): Add self.
7802
7803 2005-05-26 Chris Demetriou <cgd@broadcom.com>
7804
7805 * MAINTAINERS (Write After Approval): Remove self.
7806
7807 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
7808
7809 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7810 (Dependencies): Consider target modules for bootstrap dependencies.
7811 Make target bootstrap modules depend on each stage's gcc.
7812 * Makefile.in: Regenerate.
7813
7814 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
7815
7816 * Makefile.def (configure-gcc): Depend on binutils having been built.
7817 (all-gcc): No need to do it here.
7818 * Makefile.in: Regenerate.
7819
7820 2005-05-19 Paul Brook <paul@codesourcery.com>
7821
7822 * configure.in: Rewrite misleading error message when requested
7823 language cannot be built.
7824 * configure: Regenerate.
7825
7826 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7827
7828 * ylwrap: Import from Automake 1.9.5.
7829
7830 2005-05-13 David Ung <davidu@mips.com>
7831
7832 * MAINTAINERS (Write After Approval): Add self.
7833
7834 2005-05-09 Mike Stump <mrs@apple.com>
7835
7836 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7837 lt_cv_sys_max_cmd_len for now.
7838
7839 2005-05-09 Stan Cox <scox@redhat.com>
7840
7841 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7842
7843 2005-05-08 Matt Kraai <kraai@ftbfs.org>
7844
7845 * README.SCO: Update the URL.
7846
7847 2005-05-05 David Edelsohn <edelsohn@gnu.org>
7848
7849 * ltconfig: Define file_list_spec. Pass file_list_spec and
7850 with_gnu_ld to libtool.
7851 * ltcf-c.sh (aix[45]): Define file_list_spec.
7852 * ltcf-cxx.sh (aix[45]): Same.
7853 * ltcf-gcj.sh (aix[45]): Same.
7854 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7855 exists, write list of input files to temporary file.
7856
7857 2005-05-04 Mike Stump <mrs@apple.com>
7858
7859 * configure.in: Always pass --target to target configures as
7860 otherwise rebuilds that do --recheck will fail.
7861 * confiugure: Rebuilt.
7862
7863 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
7864
7865 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7866 STAGE_HOST_EXPORTS.
7867 (configure, all): Add bootstrap support.
7868 (Host modules, target modules): Pass post-stage1 flags and exports.
7869 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7870 * Makefile.in: Regenerate.
7871
7872 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
7873
7874 * configure: Regenerate.
7875
7876 2005-04-27 Mike Stump <mrs@apple.com>
7877
7878 * MAINTAINERS: Add self as darwin maintainer.
7879
7880 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7881
7882 * config.sub: Update from master copy.
7883
7884 2005-04-21 Mike Stump <mrs@apple.com>
7885
7886 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7887 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7888
7889 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
7890
7891 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7892 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7893 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7894 "*-*-elf" and "*-*-linux*".
7895 * configure: Regenerate.
7896
7897 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7898
7899 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7900
7901 2005-04-12 Mike Stump <mrs@apple.com>
7902
7903 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7904
7905 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7906
7907 * MAINTAINERS (Write After Approval): Add myself.
7908
7909 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7910
7911 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7912
7913 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
7914
7915 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7916 (TARGET_CONFIGARGS): Include --with-target-subdir.
7917 (configure, all): New macros. Use them throughout.
7918 * Makefile.in: Regenerate.
7919
7920 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7921
7922 * MAINTAINERS (Write After Approval): Add myself.
7923
7924 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7925
7926 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7927
7928 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7929
7930 * MAINTAINERS: Move John Carr to Write After Approval.
7931
7932 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
7933
7934 * config/mh-mingw32: Delete.
7935 * configure.in: Don't use it.
7936 * configure: Regenerate.
7937
7938 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
7939
7940 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7941 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7942 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7943 (HOST_LIB_PATH): Generate from Makefile.def.
7944 (TARGET_LIB_PATH): Likewise.
7945 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7946 * Makefile.in: Regenerate.
7947 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7948 (RPATH_ENVVAR): Include Darwin case.
7949 * configure: Regenerate.
7950
7951 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7952
7953 * MAINTAINERS (Various Maintainers): Remove self.
7954 (Write After Approval): Add self.
7955
7956 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7957
7958 * MAINTAINERS (Various Maintainers): Add self.
7959
7960 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
7961
7962 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7963 * configure: Regenerate.
7964
7965 2005-03-21 Zack Weinberg <zack@codesourcery.com>
7966
7967 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7968 gcc_version, and gcc_version_trigger from set of flags to pass.
7969 * Makefile.tpl: Remove definitions of above variables.
7970 (config.status): Remove dependency on $(gcc_version_trigger).
7971 * Makefile.in: Regenerate.
7972 * configure.in: Do not reference config/gcc-version.m4 nor
7973 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7974 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7975 * configure: Regenerate.
7976
7977 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
7978 Andrew Pinski <pinskia@physics.uc.edu>
7979
7980 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7981 * Makefile.in: Regenerate.
7982
7983 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7984
7985 * MAINTAINERS (Write After Approval): Add myself.
7986
7987 2005-03-03 David Ayers <d.ayers@inode.at>
7988
7989 * MAINTAINERS (Write After Approval): Add myself.
7990
7991 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
7992
7993 PR libgcj/20160
7994 * ltmain.sh: Avoid creating archives with components that have
7995 duplicate basenames.
7996
7997 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7998
7999 PR bootstrap/20250
8000 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8001 instead of check.
8002 * Makefile.in: Regenerate.
8003
8004 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8005
8006 * Makefile.in: Regenerate to fix conflict between the previous two
8007 patches.
8008
8009 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8010
8011 PR bootstrap/17383
8012 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8013 * Makefile.tpl (HOST_SUBDIR): New substitution.
8014 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8015 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8016 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8017 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8018 (Host modules, Bootstrapped modules): Use it.
8019 (Build modules, Target modules): Do not create symlink trees,
8020 always configure out-of-srcdir.
8021 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8022 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8023 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8024 $(HOST_SUBDIR). Create a symlink for host_subdir.
8025
8026 * Makefile.in: Regenerate.
8027 * configure: Regenerate.
8028
8029 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8030
8031 Merged from libada-gnattools-branch:
8032 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
8033
8034 * gnattools: New directory.
8035 * Makefile.def: Add gnattools as a module, depending on target-libada.
8036 * Makefile.in: Regenerate.
8037 * configure.in: Include gnattools in host_tools; disable it if ada
8038 is disabled.
8039 * configure: Regenerate.
8040
8041 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
8042
8043 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8044 treelang maintainer.
8045 (Write After Approval): Remove myself.
8046
8047 2005-02-23 Paul Schlie <schlie@comcast.net>
8048
8049 * configure.in: Allow darwin targeted ports to build tk, itcl and
8050 libgui.
8051 * configure: Regenerate.
8052
8053 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8054
8055 PR libgcj/10353
8056 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8057 * configure: Regenerate.
8058
8059 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8060
8061 * MAINTAINERS (Write After Approval): Add myself.
8062
8063 2005-02-10 Ian Lance Taylor <ian@airs.com>
8064
8065 * MAINTAINERS: Update my e-mail address.
8066
8067 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8068
8069 * MAINTAINERS (Write After Approval): Add myself.
8070
8071 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
8072
8073 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8074 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8075 target-libgloss when not *-*-elf and *-*-aout.
8076 * configure: Regenerate.
8077
8078 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8079
8080 * MAINTAINERS: Remove obsolete entries.
8081
8082 * MAINTAINERS (Write After Approval): Add Michael Matz.
8083
8084 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
8085
8086 * MAINTAINERS: Remove self as cpplib maintainer.
8087
8088 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8089
8090 * install-sh, config.sub: Import from upstream.
8091
8092 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8093
8094 PR bootstrap/18222
8095 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8096 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8097 * Makefile.in: Regenerate.
8098
8099 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
8100
8101 * MAINTAINERS: Update my email address.
8102
8103 2005-01-12 David Edelsohn <edelsohn@gnu.org>
8104 Andreas Schwab <schwab@suse.de>
8105
8106 PR bootstrap/18033
8107 * config-ml.in: Eval option if surrounded by single quotes.
8108
8109 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
8110
8111 Revert 2004-12-28 Makefile changes, a better fix will be
8112 applied to mainline and src after GCC 4.0 branches.
8113
8114 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
8115
8116 PR bootstrap/17383
8117
8118 * Makefile.def (target_modules): Remove stage parameter,
8119 it is always true now.
8120 * Makefile.tpl (configure-build-[+module+],
8121 configure-target-[+module+]): Always build symlink tree
8122 for the directory and for include. BUILD_SUBDIR and
8123 TARGET_SUBDIR cannot be . anymore.
8124 * Makefile.in: Regenerate.
8125
8126 2004-12-25 David Edelsohn <edelsohn@gnu.org>
8127
8128 Revert 2004-12-08 Makefile changes.
8129
8130 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8131
8132 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8133 cygwin, mingw.
8134
8135 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8136
8137 * configure.in (sh64-*-*): Reenable gprof.
8138 * configure: Regenerate.
8139
8140 2004-12-08 David Edelsohn <edelsohn@gnu.org>
8141
8142 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8143 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8144 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8145 * Makefile.in: Regenerate.
8146
8147 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8148
8149 * MAINTAINERS: Update my email address.
8150
8151 2004-12-07 Matt Kraai <kraai@ftbfs.org>
8152
8153 * Makefile.tpl: Generate normal dependencies if the LHS module is
8154 not bootstrapped.
8155 * Makefile.in: Regenerate.
8156
8157 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
8158
8159 * configure.in: Include config/gxx-include-dir.m4. Use
8160 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8161 * configure: Regenerate.
8162
8163 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
8164
8165 * config.if: Delete.
8166 * configure.in: Set libstdcxx_incdir directly.
8167 * configure: Regenerate.
8168
8169 2004-12-02 Eric Christopher <echristo@redhat.com>
8170
8171 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8172 * Makefile.in: Regenerate.
8173
8174 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
8175
8176 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8177 * configure: Regenerate.
8178
8179 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
8180
8181 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8182 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8183 * configure: Regenerate.
8184
8185 2004-12-01 Eric Christopher <echristo@redhat.com>
8186
8187 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8188 of things to remove.
8189
8190 2004-11-29 Matt Kraai <kraai@ftbfs.org>
8191
8192 * MAINTAINERS (Write After Approval): Update my e-mail address.
8193
8194 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8195
8196 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8197 from CVS libtool to always pass_all.
8198
8199 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8200
8201 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8202 (hppa*64*-*-*): Delete incorrect comment.
8203 * configure: Rebuilt.
8204
8205 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8206
8207 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8208
8209 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8210
8211 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8212 from CVS libtool to always pass_all.
8213
8214 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8215
8216 * install-sh, compile: Import from automake.
8217
8218 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8219
8220 * config.guess, config.sub: Import from savannnah.
8221
8222 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
8223
8224 * MAINTAINERS (Write After Approval): Add myself
8225
8226 2004-11-12 Mike Stump <mrs@apple.com>
8227
8228 * Makefile.def: Add html support.
8229 * Makefile.tpl: Likewise.
8230 * Makefile.in: Regenerate.
8231
8232 2004-11-11 Geoffrey Keating <geoffk@apple.com>
8233
8234 PR 18423
8235 * configure.in: Remove all instances of build-fixincludes from
8236 noconfigdirs.
8237 (build_configargs): Supply --target to subdirectories.
8238 * configure: Regenerate.
8239
8240 * Makefile.def: Make gcc install depend on fixincludes install.
8241 * Makefile.in: Regenerate.
8242
8243 2004-11-10 Janis Johnson <janis187@us.ibm.com>
8244
8245 * MAINTAINERS: Add myself as gcc testsuite maintainer.
8246
8247 2004-11-11 Paul Brook <paul@codesourcery.com>
8248
8249 * MAINTAINERS: Add self as arm maintainer. Update email address.
8250
8251 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
8252
8253 * configure.in (noconfigdirs) [mmix-*-*]: Disable
8254 target-libgfortran.
8255 * configure: Regenerate.
8256
8257 2004-11-07 David Edelsohn <edelsohn@gnu.org>
8258
8259 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8260 like CC.
8261
8262 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
8263
8264 * Makefile.def (host fixincludes): Specify missing targets.
8265 * Makefile.in: Regenerate.
8266
8267 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
8268
8269 * MAINTAINERS: Add myself
8270
8271 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
8272
8273 * MAINTAINERS (Write After Approval): Add myself.
8274
8275 2004-11-04 Geoffrey Keating <geoffk@apple.com>
8276
8277 * Makefile.def: Build fixincludes for the host, too.
8278 * Makefile.in: Regenerate.
8279 * configure.in (host_tools): Add fixincludes.
8280 * configure: Regenerate.
8281
8282 2004-11-04 Daniel Jacobowitz <dan@debian.org>
8283
8284 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8285 * configure: Regenerated.
8286
8287 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
8288
8289 PR other/17783
8290 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8291 * configure: Regenerated.
8292
8293 2004-10-31 Mark Mitchell <mark@codesourcery.com>
8294
8295 * README.SCO: Update per FSF instructions.
8296
8297 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
8298
8299 PR target/18151
8300 * configure.in (case ${target}): Do not build fixincludes for avr.
8301 * configure: Regenerated.
8302
8303 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
8304
8305 * configure.in (case ${target}): Do not build fixincludes
8306 on platforms where it is not used.
8307 * configure: Regenerated.
8308
8309 2004-10-23 Daniel Jacobowitz <dan@debian.org>
8310
8311 * configure.in: Use an absolute path to install-sh.
8312 * configure: Regenerated.
8313
8314 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8315
8316 * MAINTAINERS (Write After Approval): Add myself.
8317
8318 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8319
8320 * MAINTAINERS: Remove from Write After Approval those that are
8321 already maintainers.
8322
8323 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8324
8325 * MAINTAINERS: Update my email address.
8326
8327 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8328
8329 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8330 * configure: Regenerate.
8331
8332 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
8333
8334 * MAINTAINERS: Update my email address.
8335
8336 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8337
8338 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8339 entries belonging to this category.
8340
8341 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8342
8343 * MAINTAINERS: Update my e-mail address.
8344
8345 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
8346
8347 Fix wrong conflict resolution in:
8348
8349 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8350
8351 * Makefile.in: Regenerate.
8352 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8353 in the recursive `make', instead of hardwiring `all'.
8354 (Autogenerated TARGET-* variables): New.
8355
8356 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8357
8358 * configure.in: Enable target-libgloss for crx-*-*.
8359 * configure: Regenerate.
8360
8361 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8362
8363 * MAINTAINERS (Various Maintainers): Move the "windows,
8364 cygwin, mingw" maintainer to ...
8365 (OS Port Maintainers): ... here.
8366
8367 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8368
8369 * MAINTAINERS (Write After Approval): Remove those that are
8370 maintainers of some subsystem.
8371
8372 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8373
8374 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8375 * ltcf-cxx.sh (tpf*): Likewise.
8376 * ltconfig (tpf*): Add TPF OS configuration support.
8377
8378 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8379
8380 * MAINTAINERS: Change my email address to my new work account.
8381
8382 2004-09-24 Michael Roth <mroth@nessie.de>
8383
8384 * configure.in (--without-headers): Add missing double quotes.
8385 * configure: Regenerate.
8386
8387 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
8388
8389 * ylwrap: Revert to previous version.
8390
8391 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8392
8393 PR bootstrap/17369
8394 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8395 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8396 SET_GCC_LIB_PATH_CMD.
8397 (BASE_TARGET_EXPORTS): Likewise.
8398 * Makefile.in: Regenerated.
8399
8400 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8401 * configure: Regenerated.
8402
8403 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8404
8405 * config.guess: New upstream version
8406 * compile, depcomp, install-sh, ylwrap: Likewise.
8407
8408 2004-09-19 Roger Sayle <roger@eyesopen.com>
8409
8410 * config/mh-x86omitfp: New host makefile fragment. Add
8411 -fomit-frame-pointer to the default BOOT_CFLAGS.
8412 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8413 * configure: Regenerate.
8414
8415 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8416
8417 PR target/11572
8418 * configure.in (*-*-darwin*): Renable libobjc.
8419 * configure: Regenerate.
8420
8421 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8422
8423 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8424
8425 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
8426
8427 * Makefile.def: Remove libbanshee.
8428 * Makefile.tpl: Ditto.
8429 * configure.in: Ditto.
8430 * Makefile.in: Regen.
8431 * configure: Ditto.
8432
8433 2004-09-08 David Edelsohn <edelsohn@gnu.org>
8434
8435 * ltmain.sh: Use $pic_object as $non_pic_object if
8436 $non_pic_object=none.
8437
8438 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
8439
8440 * missing: Import latest version from master repository.
8441
8442 2004-09-06 Nick Clifton <nickc@redhat.com>
8443
8444 * config.sub: Import latest version from master repository.
8445 * config.guess: Likewise.
8446 This includes these changes:
8447
8448 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8449
8450 * config.sub: Handle crisv32, alias etraxfs.
8451 * config.guess (crisv32:Linux:*:*): Handle.
8452
8453 2004-08-13 Brad Smith <brad@comstyle.com>
8454
8455 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8456 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8457
8458 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8459
8460 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8461 assume the processor is a powerpc. This is because coreutils
8462 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8463 in this case, due to a MacOS X bug that causes
8464 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8465 to return a negative number.
8466 Problem reported by Petter Reinholdtsen in:
8467 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8468
8469 2004-07-19 Ben Elliston <bje@gnu.org>
8470
8471 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8472
8473 2004-06-24 Ben Elliston <bje@gnu.org>
8474
8475 * config.guess: Update copyright years.
8476 * config.sub: Likewise.
8477
8478 2004-06-22 Robert Millan <robertmh@gnu.org>
8479
8480 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8481 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8482
8483 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8484
8485 * config.guess (*:*VMS:*:*): New entry. Replaces
8486 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8487 manufacturer.
8488
8489 2004-06-22 Ben Elliston <bje@gnu.org>
8490
8491 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8492 * config.sub: Likewise.
8493
8494 2004-06-22 Ben Elliston <bje@gnu.org>
8495
8496 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8497 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8498
8499 2004-06-11 Ben Elliston <bje@gnu.org>
8500
8501 * config.guess (pegasos:OpenBSD:*:*): Remove.
8502
8503 2004-06-11 Ben Elliston <bje@gnu.org>
8504
8505 From Wouter Verhelst <wouter@grep.be>:
8506 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8507
8508 2004-06-11 Ben Elliston <bje@gnu.org>
8509
8510 * config.guess (luna88k:OpenBSD:*:*): New.
8511
8512 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8513
8514 * config.guess (m32r*:Linux:*:*): New case.
8515 * config.sub: Handle m32rle.
8516
8517 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8518
8519 From Jens Petersen <petersen@redhat.com>:
8520 * config.sub: Handle sparcv8.
8521
8522 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8523
8524 From Tom Smith <smith@cag.lkg.hp.com>:
8525 * config.guess: Version suffixes are equally significant on Tru64
8526 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8527 prefix of "P" (patched kernel).
8528
8529 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8530
8531 * config.sub: Add support for National Semiconductor CRX target.
8532
8533 2004-09-03 Janis Johnson <janis187@us.ibm.com>
8534
8535 * MAINTAINERS (Various Maintainers): Remove myself as web page
8536 maintainer, add myself as maintainer of build status lists.
8537
8538 2004-09-03 Jan Beulich <jbeulich@novell.com>
8539
8540 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8541 *-*-netware, but add target-libmudflap.
8542 Consolidate *-*-netware targets (of which really only i?86 exists)
8543 into a single entry.
8544 * configure: Likewise.
8545
8546 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
8547
8548 * Makefile.tpl (sorry): Remove.
8549 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8550 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8551 (do-clean): Clean per-stage directories too.
8552 (do-distclean): Run distclean-stage1 too.
8553 (.NOTPARALLEL): Enable during toplevel bootstrap.
8554 (stage[+id+]-bubble): Enable parallel execution during
8555 the recursive invocation.
8556 * Makefile.in: Regenerate.
8557
8558 Fix previous checkin:
8559
8560 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8561 include.
8562 * configure.in: Fix indentation.
8563 * configure: Regenerate.
8564
8565 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
8566
8567 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8568 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8569 * configure: regenerate
8570 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8571 -mdynamic-no-pic
8572
8573 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
8574
8575 * Makefile.def (build_modules): Add fixincludes.
8576 (dependencies): Make gcc depend on fixincludes.
8577 * configure.in (build_tools): Add fixincludes.
8578 (build_configdirs): Always include build_libs.
8579 * Makefile.in: Regenerate.
8580 * configure: Regenerate.
8581
8582 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
8583
8584 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8585 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8586 phony targets; do not generate timestamp files.
8587 (distclean-stageN): Remove references to their timestamp files.
8588 (restageN, touch-stageN): Remove.
8589 (stageN-bubble): Rewritten.
8590 (compare): Support lean bootstraps.
8591 * Makefile.in: Regenerate.
8592
8593 * configure.in: Only warn when bootstrapping but
8594 build != host or build != target. Support lean bootstraps.
8595 * configure: Regenerate.
8596
8597 2004-08-26 Phil Edwards <phil@codesourcery.com>
8598
8599 * configure.in: Give a better error message if GMP/MPFR are missing
8600 and a language needing them has been requested.
8601 * configure: Regenerated.
8602
8603 2004-08-25 Phil Edwards <phil@codesourcery.com>
8604
8605 * configure.in: Print a list of available language front-ends if
8606 a requested one is missing. Tidy stray tab characters.
8607 * configure: Regenerated.
8608
8609 2004-08-19 Michael Koch <konqueror@gmx.de>
8610
8611 * gcc/doc/install.texi: Update entry about automake for libjava.
8612
8613 2004-08-17 Robert Millan <robertmh@gnu.org>
8614
8615 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8616 (instead of FreeBSD).
8617 * configure: Regenerate.
8618
8619 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8620
8621 * Makefile.in: Regenerate.
8622 * configure: Regenerate.
8623
8624 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8625 stage_*_flags.
8626 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8627 for bootstrapped modules if toplevel bootstrap is going.
8628 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8629 modules. Adjust for changes in Makefile.def. Enable several
8630 rules even in non-bootstrap mode, just to avoid peppering the
8631 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8632 (stage-[+prev+]-bubble): Remove.
8633
8634 * Makefile.def (Dependencies): Depend on all-build-bison,
8635 all-build-flex, all-build-byacc, all-build-texinfo, rather
8636 than the host variations.
8637 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8638 with BUILD_SUBDIR.
8639 (BISON): Update for recent Bisons.
8640 (YACC): Fix typo.
8641 (cross): Depend on all-build.
8642 (all): Do not depend on all-build.
8643 (prebootstrap): Remove.
8644 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8645 (Prebootstrap dependencies): Add them to the per-stage targets
8646 and to all-prebootstrap.
8647 * configure.in (build_configdirs): Always enable build_tools.
8648 (BUILD_DIR_PREFIX): Remove.
8649
8650 * Makefile.def (gcc): Add target variable.
8651 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8652 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8653 in the recursive `make', instead of hardwiring `all'.
8654 (Autogenerated TARGET-* variables): New.
8655
8656 2004-08-13 Brian Booth <bbooth@redhat.com>
8657
8658 * MAINTAINERS: Remove myself from write-after-approval.
8659
8660 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8661
8662 * src-release: Stop distributing mmalloc with gdb (which doesn't
8663 use it).
8664 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8665 * Makefile.in: Regenerate.
8666
8667 2004-08-09 Mark Mitchell <mark@codesourcery.com>
8668
8669 * configure.in (arm*-*-eabi*): New target.
8670 * configure: Regenerate.
8671
8672 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
8673
8674 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8675 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8676 (Dependencies): New section.
8677 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8678 (configure-target-[+module+]): Depend on maybe-all-gcc
8679 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8680 (toplevel profiledbootstrap): Fix dependencies.
8681 * Makefile.in: Regenerate.
8682
8683 2004-08-03 Mark Mitchell <mark@codesourcery.com>
8684
8685 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8686 target-libiberty to noconfigdirs.
8687 * configure: Regenerate.
8688
8689 2004-08-03 Paul Brook <paul@codesourcery.com>
8690
8691 * configure.in: Check for MPFR as well as GMP.
8692 * configure: Regenerate.
8693
8694 2004-08-01 Robert Millan <robertmh@gnu.org>
8695
8696 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8697 libmudflap for all GNU-based systems (with Glibc).
8698 * configure: Regenerate.
8699
8700 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
8701
8702 * Makefile.def (host-modules): Add gcc.
8703 * Makefile.in: Regenerate.
8704 * Makefile.tpl (sorry): New rule.
8705 (configure-host, all-host, [+make_target+]-host, do-check,
8706 install-host): Do not add gcc as a special case.
8707 (host modules): Add a small special-casing for gcc. Export
8708 extra_make_flags through the environment.
8709 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8710 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8711 other recursive targets for gcc): Remove.
8712
8713 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8714 (stage, unstage): New rules.
8715 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8716 distclean-stage[+id+]): Use stage_current.
8717 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8718 the stage*-start rules.
8719
8720 2004-08-02 Geoffrey Keating <geoffk@apple.com>
8721
8722 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8723 use -all_load flag.
8724
8725 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
8726
8727 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8728 * configure: Regenerate.
8729
8730 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8731
8732 * maintainer-scripts/gcc_release: Revert yesterday's change.
8733
8734 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8735
8736 * MAINTAINERS: Add myself to write-after-approval.
8737
8738 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8739
8740 * libf2c: Removed.
8741 * gcc/gccbug.in: Updated because of libf2c removal.
8742 * maintainer-scripts/gcc_release: Ditto.
8743
8744 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
8745
8746 * configure.in: Build libmudflap by default on FreeBSD.
8747 * configure: Regenerated.
8748
8749 2004-07-09 Mark Mitchell <mark@codesourcery.com>
8750
8751 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8752 systems.
8753 * configure: Regenerated.
8754
8755 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8756
8757 PR target/16344
8758 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8759 feedback based compiler.
8760 * Makefile.in: Rebuilt.
8761
8762 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
8763
8764 * Makefile.def (host_modules): Set bootstrap=true for flex.
8765 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8766 * Makefile.in: Rebuilt.
8767
8768 2004-07-07 Jan Hubicka <jh@suse.cz>
8769
8770 * MAINTAINERS: Add self as a profile feedback maintainer.
8771
8772 2004-07-05 Phil Edwards <phil@codesourcery.com>
8773
8774 * configure.in: Do not prepend $srcdir to /dev/null in
8775 makefile fragments.
8776 * configure: Regenerate.
8777
8778 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
8779
8780 * Makefile.def (build_modules): Add bison, byacc, flex,
8781 m4, texinfo.
8782 (flags_to_pass): Add FLEX.
8783 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8784 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8785 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8786 DEFAULT_MAKEINFO): Remove.
8787 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8788 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8789 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8790 objdir or else use configured tool.
8791 (all-build): New.
8792 (all): Depend on it.
8793 (Build module dependencies): Add.
8794 * Makefile.in: Regenerate.
8795 * configure.in: Better support for multiple build modules,
8796 matching what is done for host/target modules. Do not look
8797 for "plausible" locations of build tools if Canadian cross.
8798 Use autoconf's AC_PROG_CC to find a C compiler. Define
8799 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8800 * configure: Regenerate.
8801
8802 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8803
8804 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8805 * Makefile.in: Regenerate.
8806
8807 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8808
8809 * Makefile.tpl (configure-build-[+module+],
8810 configure-[+module+], configure-target-[+module+]): Pass
8811 [+extra_configure_args+].
8812 (all-build-[+module+], all-[+module+], check-[+module+],
8813 install-[+module+], [+make_target+]-[+module+],
8814 all-target-[+module+], check-target-[+module+],
8815 install-target-[+module+], [+make_target+]-target-[+module+]):
8816 Pass [+extra_make_args+].
8817 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8818 (GCC_HOST_EXPORTS): Remove.
8819 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8820 cross, check-gcc, check-gcc-c++, install-gcc,
8821 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8822 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8823 * Makefile.in: Regenerate.
8824
8825 2004-06-21 Matthew Sachs <msachs@apple.com>
8826
8827 * MAINTAINERS: Added self to write-after-approval.
8828
8829 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8830
8831 * configure.in: Check for srcdir/winsup rather than build directory
8832 winsup.
8833 * configure: Regenerate.
8834
8835 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
8836
8837 * configure.in: Don't build Cygwin native newlib if winsup
8838 directory is missing. Emit warning instead.
8839 * configure: Regenerate.
8840
8841 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
8842
8843 * Makefile.tpl (touch-stage[+id+]): New.
8844 (restage[+prev+]): Depend on touch-stage[+id+].
8845
8846 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8847 Use it throughout.
8848
8849 * Makefile.def: Add profile and feedback bootstrap stages.
8850 Remove next field from bootstrap stages.
8851 * Makefile.tpl (LN, LN_S): Substitute.
8852 (stageN-start, stageN-end): Use double-colon rules, to
8853 provide a hook for additional setup commands.
8854 (distclean-stageN-gcc, restageN): Create dependencies from
8855 [+prev+], not from [+next+].
8856 (stageN-bubble): Add commands for successive stages from
8857 [+prev+], using double-colon rules.
8858 (all-stageN-gcc): Fix typo.
8859 (stagefeedback-start, profiledbootstrap): New.
8860 * Makefile.in: Regenerate.
8861 * configure.in: Call ACX_PROG_LN.
8862 * configure: Regenerate.
8863
8864 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8865
8866 * MAINTAINERS (Write After Approval): Add myself.
8867
8868 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8869
8870 * MAINTAINERS (Write After Approval): Add myself.
8871
8872 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
8873
8874 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8875 without gcc.
8876 * configure: Regenerate.
8877
8878 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8879
8880 * Makefile.tpl: Fix typo.
8881 * Makefile.in: Regenerate.
8882
8883 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8884
8885 * configure.in: Remove new- prefix from toplevel
8886 bootstrap targets.
8887 * configure: Regenerate.
8888
8889 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8890
8891 * Makefile.tpl (all.normal): Rename to all.
8892 (all): Replace with a rule to pick the default
8893 target from configure.
8894 (all-gcc, configure-gcc): Use conditionals to
8895 do nothing when toplevel bootstrap is going on.
8896 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8897 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8898 * configure.in: Support --enable-bootstrap.
8899
8900 * Makefile.def: Remove new- prefix from toplevel
8901 bootstrap targets.
8902 * Makefile.tpl: Likewise.
8903
8904 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8905 target.
8906
8907 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8908 $(RECURSE_FLAGS) to recursive invocation of make.
8909
8910 * Makefile.in: Regenerate.
8911 * configure: Regenerate.
8912
8913 2004-05-30 Andreas Jaeger <aj@suse.de>
8914 Jim Wilson <wilson@specifixinc.com>
8915
8916 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8917 like CC.
8918
8919 2004-05-27 Daniel Jacobowitz <dan@debian.org>
8920
8921 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8922 * configure: Regenerate.
8923
8924 2004-05-25 Daniel Jacobowitz <drow@false.org>
8925
8926 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8927 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8928 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8929 targets.
8930 * Makefile.in: Regenerate.
8931
8932 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
8933
8934 * configure.in: Test the ability to symlink directories.
8935 * configure: Regenerate.
8936
8937 * Makefile.def (bootstrap-stage): New definitions.
8938 * Makefile.tpl (configure-stage1-gcc,
8939 configure-stage2-gcc, configure-stage3-gcc,
8940 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8941 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8942 new-restage3, compare): Autogenerate, see Makefile.in
8943 entry for behavioral changes.
8944 (distclean-stage1, new-stage1-start, new-stage1-end,
8945 new-stage1-bubble, distclean-stage2, new-stage2-start,
8946 new-stage2-end, new-stage2-bubble, distclean-stage3,
8947 new-stage3-start, new-stage3-end): New autogenerated targets.
8948 (objext, prebootstrap, BOOT_CFLAGS,
8949 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8950 targets.
8951
8952 * Makefile.in: Regenerate.
8953 (distclean-stage1, new-stage1-start, new-stage1-end,
8954 new-stage1-bubble, distclean-stage2, new-stage2-start,
8955 new-stage2-end, new-stage2-bubble, distclean-stage3,
8956 new-stage3-start, new-stage3-end): New targets.
8957 (all-stage1-gcc): Move prebootstrap dependency from here...
8958 (configure-stage1-gcc): ...to here.
8959 (new-bootstrap): Use bubble targets.
8960 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8961 Use per-stage distclean targets.
8962 (configure-stage1-gcc, configure-stage2-gcc,
8963 configure-stage3-gcc, all-stage1-gcc,
8964 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8965 Use new-stageN-start to prepare the tree.
8966
8967 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
8968
8969 * Makefile.def (host_modules): add libcpp.
8970 * Makefile.tpl: Add dependencies on and for libcpp.
8971 * Makefile.in: Regenerate.
8972 * configure.in: Add libcpp host module.
8973 * configure: Regenerate.
8974
8975 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
8976
8977 * Makefile.tpl: Whenever a recursive target is defined, wrap
8978 it in a special @if/@endif block, and prepare its maybe
8979 dependency in the @if/@endif block
8980 * configure.in: Instead of writing maybe dependencies, remove
8981 the @if/@endif statements, and remove the @if/@endif blocks
8982 that remain.
8983 * configure: Regenerate.
8984 * Makefile.in: Regenerate.
8985
8986 2004-05-20 Janis Johnson <janis187@us.ibm.com>
8987
8988 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8989
8990 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8991
8992 PR bootstrap/15120
8993 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8994 * */configure: Rebuilt.
8995
8996 2004-05-17 Zack Weinberg <zack@codesourcery.com>
8997
8998 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8999 of libf2c.
9000 * configure, Makefile.in: Regenerate.
9001
9002 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
9003
9004 * MAINTAINERS (Write After Approval): Add myself.
9005
9006 2004-05-13 Diego Novillo <dnovillo@redhat.com>
9007
9008 Merge from tree-ssa-20020619-branch.
9009
9010 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9011 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9012 (HOST_GMPLIBS): Define.
9013 (HOST_GMPINC): Define.
9014 (TARGET_LIB_PATH): Add libmudflap.
9015 (GFORTRAN_FOR_TARGET): Define.
9016 (configure-build*): Export GFORTRAN.
9017 (configure-gcc): Export GMPLIBS and GMPINC.
9018 (all-gcc): Add maybe-all-libbanshee.
9019 (configure-target-libgfortran): Define.
9020 * Makefile.in: Regenerate.
9021 * configure.in (host_libs): Add libbanshee.
9022 (target_libraries): Add target-libmudflap and target-libgfortran.
9023 Add --with-libbanshee.
9024 Handle --disable-libmudflap.
9025 (*-*-freebsd*): Use with_gmp.
9026 Add $(libgcj) to noconfigdirs.
9027 * configure: Regenerate.
9028 * depcomp: New file.
9029 * MAINTAINERS: Add tree-ssa maintainers.
9030
9031 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
9032
9033 * MAINTAINERS (Various Maintainers): Add myself.
9034
9035 2004-04-30 Brian Ford <ford@vss.fsi.com>
9036
9037 * MAINTAINERS (Write After Approval): Add myself.
9038
9039 2004-04-29 Uros Bizjak <uros@kss-loka.si>
9040
9041 * MAINTAINERS (Write After Approval): Add myself.
9042
9043 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
9044
9045 * config/acx.m4: Fix fastcompare support for new-bootstrap.
9046 * configure: Regenerate.
9047
9048 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
9049
9050 Revert:
9051 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9052
9053 * Makefile.def (flags_to_pass): Remove *dir variables that
9054 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9055 as well as prefix and exec_prefix.
9056 * Makefile.in: Regenerate.
9057
9058 2004-04-26 Robert Millan <robertmh@gnu.org>
9059
9060 Add patches from libtool CVS.
9061 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9062 * ltconfig: Likewise.
9063 * ltcf-c.sh: Likewise.
9064 * ltcf-cxx.sh: Likewise.
9065 * ltcf-gcj.sh: Likewise.
9066
9067 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9068
9069 * Makefile.def (host_modules): Mark with the bootstrap
9070 flag packages on which gcc depends.
9071 * Makefile.tpl (all-bootstrap): Use it.
9072 * Makefile.in: Regenerate.
9073
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 Paolo Bonzini <bonzini@gnu.org>
9082
9083 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9084 * configure: Regenerate.
9085 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9086 * gcc/Makefile.tpl (compare): Use the result of the test.
9087 * gcc/Makefile.in: Regenerate.
9088
9089 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
9090
9091 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9092 Always relocate gcc and prev-gcc to the original names, even
9093 if the build fails.
9094 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9095 New targets.
9096
9097 2004-04-23 Laurent GUERBY <laurent@guerby.net>
9098
9099 * MAINTAINERS: Update my email address.
9100
9101 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9102
9103 * configure.in (mips*-*-irix5*): Enable ld.
9104 * configure: Regenerate.
9105
9106 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9107
9108 * configure: Regenerate.
9109
9110 2004-04-15 James E Wilson <wilson@specifixinc.com>
9111
9112 * Makefile.tpl (configure-[+module+], configure-gcc,
9113 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9114 Set and export LDFLAGS.
9115 * Makefile.in: Regenerate.
9116
9117 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9118
9119 * MAINTAINERS: Add myself to write-after-approval.
9120
9121 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9122
9123 PR bootstrap/14871
9124 * Makefile.tpl: If we don't have built-in-tree target tools,
9125 use the ones found by configure rather than hacking around with
9126 program_transform_name.
9127 * configure.in: Give Makefile.tpl the information necessary
9128 to do that.
9129 * Makefile.in: Regenerate.
9130 * configure: Regenerate.
9131
9132 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9133
9134 PR bootstrap/14760
9135 * configure.in: When computing baseargs, strip *all* copies of
9136 offending options. Also, don't match/substitute the trailing space,
9137 so that this actually works when two similar options are separated by
9138 only one space.
9139 * configure: Regenerate.
9140
9141 2004-04-06 David Edelsohn <edelsohn@gnu.org>
9142
9143 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9144 (rs6000-*-aix*): Same.
9145 * configure: Regenerate.
9146
9147 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
9148
9149 * MAINTAINERS: Add myself to write-after-approval.
9150
9151 2004-04-03 Bud Davis <bdavis9659@comcast.net>
9152
9153 * MAINTAINERS: Add myself to write-after-approval.
9154
9155 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9156
9157 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9158 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9159 * Makefile.in: Regenerate.
9160
9161 * configure.in (top level bootstrap support): Rework --enable-werror
9162 to set @stage2_werror_flag@.
9163 * configure: Regenerate.
9164 * Makefile.tpl (top level bootstrap support): Pass
9165 @stage2_werror_flag@ down to configure in stages 2 and 3.
9166 * Makefile.in: Regenerate.
9167
9168 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9169
9170 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9171 for stages 2 and 3 as well as in make. As a consequence, remove
9172 OUTPUT_OPTION (now detected by configure) from the flags passed down
9173 to make.
9174 * Makefile.in: Regenerate.
9175
9176 * Makefile.tpl (new-bootstrap): Fix typo.
9177 * Makefile.in: Regenerate.
9178
9179 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9180
9181 * Makefile.tpl: Rearrange by moving recursive_targets rules
9182 into their proper sections.
9183 * Makefile.tpl (top level bootstrap support): Move disabling
9184 of coverage flags from 'make' to 'configure'; improve comments.
9185 * Makefile.in: Regenerate.
9186
9187 * Makefile.tpl (experimental top level bootstrap) Move stage1
9188 language setting from all- target to configure- target; disable
9189 intermodule optimization in stage 1; prevent gratuitous rebuilds
9190 of stage 1.
9191 * Makefile.in: Regenerate.
9192 * configure.in: Comma-separate stage 1 language list for top
9193 level bootstrap.
9194 * configure: Regenerate.
9195
9196 * Makefile.tpl: Clean up experimental top level bootstrap support:
9197 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9198 prev-gcc in configure- targets as well as all- targets.
9199 * Makefile.in: Regenerate.
9200
9201 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
9202
9203 * compile: New file imported from automake.
9204
9205 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
9206
9207 * configure.in: Remove symbolic link section.
9208 * configure: Regenerate.
9209 * Makefile.tpl (links): Remove.
9210 * Makefile.in: Regenerate.
9211
9212 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
9213 Nathanael Nerode <neroden@gcc.gnu.org>
9214
9215 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9216 Set with AC_CHECK_PROGS.
9217 * configure.in: Fix comment typo from last patch.
9218 * configure: Regenerate.
9219
9220 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
9221
9222 * Makefile.tpl: Introduce experimental top level bootstrap support.
9223 * Makefile.in: Regenerate.
9224 * configure.in: Introduce support for top level bootstrap.
9225 * configure: Regenerate.
9226
9227 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
9228 Paolo Bonzini <bonzini@gnu.org>
9229
9230 PR bootstrap/14522
9231 * configure.in: Cope with shells that do not support unquoted ^
9232 * configure: Regenerate.
9233
9234 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
9235 Paolo Bonzini <bonzini@gnu.org>
9236
9237 PR bootstrap/14522
9238 * configure.in: Cope with shells that do not support nesting
9239 quotes inside quoted backquote substitutions.
9240 * configure: Regenerate.
9241
9242 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
9243
9244 PR bootstrap/14522
9245 * configure.in: Fix escaping of $.
9246 * configure: Regenerate.
9247
9248 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
9249
9250 * configure: Regenerate, since I forgot to while committing Paolo's
9251 changes.
9252
9253 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
9254
9255 PR ada/14131
9256 Move language detection to the top level.
9257 * configure.in: Find default values for the tools as
9258 soon as possible. Disable ada if GNAT is not found.
9259 Emit error message about missing languages. Expand
9260 --enable-languages=all for the gcc subdirectory.
9261
9262 2004-03-10 Ben Elliston <bje@gnu.org>
9263
9264 * MAINTAINERS: Update my email address.
9265
9266 2004-03-05 David Edelsohn <edelsohn@gnu.org>
9267
9268 * ltconfig: Disable building static libraries if building shared
9269 libraries on AIX 5L.
9270
9271 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
9272
9273 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9274 and disable libgcj.
9275 * configure: Regenerated.
9276
9277 2004-03-01 Brian Booth <bbooth@redhat.com>
9278
9279 * MAINTAINERS: Add myself to write-after-approval.
9280
9281 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
9282
9283 * MAINTAINERS: Add myself to write-after-approval.
9284
9285 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9286
9287 PR bootstrap/7087
9288 * Makefile.tpl: Guard XFOO sed statements better.
9289 * Makefile.tpl: Add dependency for configure-target-libada.
9290 * Makefile.in: Regenerate (incidentally fixes broken
9291 commit when libada-branch was merged).
9292
9293 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9294
9295 * MAINTAINERS: Add myself to write-after-approval.
9296
9297 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9298
9299 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9300 maintainers.
9301
9302 2004-02-20 Andrew Cagney <cagney@redhat.com>
9303
9304 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9305 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9306
9307 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9308
9309 PR bootstrap/11932
9310 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9311
9312 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
9313
9314 * MAINTAINERS: Added myself to write-after-approval.
9315
9316 2004-02-14 Michael Koch <konqueror@gmx.de>
9317
9318 * MAINTAINERS: Added myself to write-after-approval.
9319
9320 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9321
9322 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9323 some OS port maintainers to OS port maintainers section.
9324
9325 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
9326
9327 * MAINTAINERS: Add self.
9328
9329 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9330
9331 * MAINTAINERS: Alphabetize.
9332
9333 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
9334
9335 * MAINTAINERS: Remove myself.
9336
9337 2004-02-11 David Edelsohn <edelsohn@gnu.org>
9338
9339 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9340 (rs6000-*-aix*): Same.
9341 * configure: Regenerate.
9342
9343 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9344
9345 * configure.in (host): Add in missing $noconfigdirs to defines.
9346 * configure: Regenerate.
9347
9348 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9349 Nathanael Nerode <neroden@gcc.gnu.org>
9350
9351 PR ada/6637, PR ada/5911
9352 Merge with libada-branch:
9353 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9354 with appropriate dependencies. Add --enable-libada configure switch.
9355 * configure, Makefile.in: Regenerate.
9356
9357 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
9358
9359 * MAINTAINERS: Add myself to write-after-approval.
9360
9361 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9362
9363 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9364 * configure: Regenerate.
9365
9366 2004-02-04 Geoffrey Keating <geoffk@apple.com>
9367
9368 Merge from upstream:
9369
9370 * ltmain.in: When setting IFS to '~', be careful about user
9371 arguments that contain '~'.
9372
9373 2004-02-04 Peter O'Gorman <peter@pogma.com>
9374
9375 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9376 Also test $base_compile against $CC with escaped arguments. Bug
9377 reported by Geoff Keating <geoffk@apple.com>.
9378
9379 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9380
9381 * MAINTAINERS: Remove i960 port.
9382
9383 2004-01-23 DJ Delorie <dj@redhat.com>
9384
9385 * Makefile.def (target_modules) [libiberty]: Don't stage.
9386 * Makefile.in: Rebuilt.
9387
9388 2004-01-20 Caroline Tice <ctice@apple.com>
9389
9390 * MAINTAINERS: Add myself to write-after-approval.
9391
9392 2004-01-19 Paolo Carlini <pcarlini@suse.de>
9393
9394 * MAINTAINERS: Update my email address.
9395
9396 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9397
9398 * MAINTAINERS: Add myself to write-after-approval.
9399
9400 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9401
9402 * MAINTAINERS: Remove entries without email address.
9403
9404 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
9405
9406 * MAINTAINERS: Add myself to write-after-approval.
9407
9408 2004-01-15 Steven Bosscher <stevenb@suse.de>
9409
9410 * MAINTAINERS: Update my email address.
9411
9412 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
9413
9414 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9415 * Makefile.tpl (configure-target-[+module+]): Support stage.
9416 * Makefile.in: Rebuilt.
9417
9418 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9419
9420 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9421
9422 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
9423
9424 * MAINTAINERS: Add myself as a MIPS maintainer.
9425
9426 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9427
9428 * configure.in: Use ./config.cache, not config.cache.
9429 * configure: Regenerate.
9430 * Makefile.tpl: Special-casing not needed for GCC any more.
9431 * Makefile.in: Regenerate.
9432
9433 * configure.in: Don't share a cache file for host dirs.
9434 * configure: Regenerate.
9435
9436 * config-ml.in: Don't mess with the cache file.
9437
9438 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9439
9440 * MAINTAINERS: Move myself from 'Write After Approval' to
9441 'CPU Port Maintainers' section as SPARC maintainer.
9442
9443 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9444
9445 * Makefile.tpl: Make GCC use a separate config.cache.
9446 * Makefile.in: Regenerate.
9447
9448 PR bootstrap/11932, PR bootstrap/11933
9449 (I don't know if it will fix either of them, but it relates
9450 to them.)
9451 * configure.in: Don't use shared config.cache for target
9452 directories.
9453 * configure: Regenerate.
9454
9455 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9456
9457 * MAINTAINERS: Add myself to 'Write After Approval' section.
9458
9459 2003-12-31 Roger Sayle <roger@eyesopen.com>
9460
9461 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9462 * configure: Regenerated.
9463
9464 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9465
9466 * MAINTAINERS: Remove the mn10200 maintainer.
9467
9468 2003-12-21 Bernardo Innocenti <bernie@develer.com>
9469
9470 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9471 * configure: Regenerated.
9472
9473 2003-12-16 Jan Hubicka <jh@suse.cz>
9474
9475 * MAINTAINERS: Add myself as callgraph maintainer.
9476
9477 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9478
9479 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9480 * configure: Regenerate.
9481
9482 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9483
9484 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9485 'Write After Approval' section. Update email.
9486
9487 2003-12-01 James Lemke <jim@wasabisystems.com>
9488
9489 * MAINTAINERS (Write After Approval): Add myself.
9490
9491 2003-11-20 Matt Thomas <matt@3am-software.com>
9492
9493 * MAINTAINERS: Add myself as a vax port maintainer.
9494
9495 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9496
9497 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9498 (configure-build-[+module+], configure-[+module+]): Likewise.
9499 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9500 * Makefile.in: Regenerate.
9501
9502 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9503
9504 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9505 shared/dylibed libraries.
9506 * ltmain.sh: Likewise.
9507 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9508 * ltcf-cxx.sh: Likewise.
9509 * ltcf-gcj.sh: Likewise.
9510 * ltconfig: Likewise.
9511
9512 2003-11-17 Stan Cox <scox@redhat.com>
9513
9514 * MAINTAINERS: Add myself as iq2000 port maintainer.
9515
9516 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9517
9518 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9519 * Makefile.in: Regenerate.
9520
9521 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9522
9523 * config.sub: Update to 2003-11-03 version.
9524
9525 2003-10-20 Phil Edwards <phil@codesourcery.com>
9526
9527 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9528 * configure: Regenerate.
9529
9530 2003-10-20 Nicolas Pitre <nico@cam.org>
9531
9532 * MAINTAINERS: Add myself to 'Write After Approval' section.
9533
9534 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9535
9536 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9537
9538 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9539
9540 * MAINTAINERS: Update my email address.
9541
9542 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9543
9544 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9545
9546 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
9547
9548 * MAINTAINERS: Add myself to 'Write After Approval' section.
9549
9550 2003-10-16 Bernardo Innocenti <bernie@develer.com>
9551
9552 * config.guess: Update to 2003-10-16 version.
9553 * config.sub: Update to 2003-10-16 version.
9554
9555 2003-10-15 David Daney <ddaney@avtrex.com>
9556
9557 * MAINTAINERS: Added myself to 'Write After Approval' section.
9558
9559 2003-10-15 Falk Hueffner <falk@debian.org>
9560
9561 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9562 'Write After Approval' section. Update email.
9563
9564 2003-10-14 Roger Sayle <roger@eyesopen.com>
9565
9566 * MAINTAINERS: Move myself from 'Write After Approval' to
9567 'Various Maintainers' section as middle-end maintainer.
9568
9569 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9570
9571 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9572 HOST_FLAGS_TO_PASS.
9573 * Makefile.in: Regenerate.
9574
9575 2003-10-11 Bernardo Innocenti <bernie@develer.com>
9576
9577 * config.guess: Update to 2003-10-07 version.
9578 * config.sub: Update to 2003-10-07 version.
9579
9580 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9581
9582 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9583 * ltconfig (irix5*, irix6*): Don't override version_type.
9584
9585 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9586
9587 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9588 * configure: Rebuilt
9589 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9590 * Makefile.in: Rebuilt
9591
9592 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9593
9594 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9595
9596 2003-09-30 Carlo Wood <carlo@alinoe.com>
9597
9598 * MAINTAINERS (Write After Approval): Add myself.
9599
9600 2003-09-29 Paul Koning <ni1d@arrl.net>
9601
9602 * MAINTAINERS: Move myself from "Write After Approval"
9603 to CPU platform maintainers for pdp11 platform.
9604
9605 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9606
9607 * MAINTAINERS: Move myself from 'Write After Approval' to
9608 'Various Maintainers' section as libffi testsuite maintainer.
9609
9610 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
9611
9612 * configure.in: Pass a computed --program-transform-name
9613 to subconfigures.
9614 * configure: Regenerated.
9615
9616 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9617
9618 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9619 * Makefile.in: Regenerate.
9620
9621 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9622 * Makefile.in: Regenerate.
9623
9624 2003-09-19 Ziemowit Laski <zlaski@apple.com>
9625
9626 * MAINTAINERS: Move myself from 'Write After Approval'
9627 to 'Various Maintainers' (objective-c) section.
9628
9629 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
9630
9631 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9632 quoting.
9633 * configure: Regenerated.
9634
9635 2003-09-16 Joel Brobecker <brobecker@gnat.com>
9636
9637 * MAINTAINERS (Write After Approval): Add myself to write after
9638 approval list.
9639
9640 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9641
9642 * MAINTAINERS (Write After Approval): Add myself.
9643
9644 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9645
9646 * MAINTAINERS: Update my e-mail address.
9647
9648 2003-09-09 Alan Modra <amodra@bigpond.net.au>
9649
9650 * libtool.m4 (LD): Correct powerpc64 host match.
9651
9652 2003-09-06 James E Wilson <wilson@tuliptree.org>
9653
9654 * MAINTAINTERS: Update my affiliation and email address.
9655
9656 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9657
9658 * MAINTAINERS (Write After Approval): Add myself.
9659
9660 2003-09-04 DJ Delorie <dj@redhat.com>
9661
9662 * configure: Regenerate.
9663
9664 2003-09-04 Robert Millan <robertmh@gnu.org>
9665
9666 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9667
9668 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9669
9670 * configure.in: Ensure arguments to sed are properly spaced.
9671 * configure: Regenerate.
9672
9673 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9674
9675 * MAINTAINERS: Update my e-mail address.
9676
9677 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9678
9679 * MAINTAINERS (Write After Approval): Add myself.
9680
9681 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
9682
9683 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9684 * configure: Regenerated.
9685
9686 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9687
9688 * MAINTAINERS: Update my email address.
9689
9690 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
9691
9692 * configure.in: Use newline instead of semicolon when assuming
9693 shell arguments in a for loop.
9694 * configure: Regenerated.
9695
9696 2003-08-22 Jason Eckhardt <jle@rice.edu>
9697
9698 * MAINTAINERS: Resurrect the i860 maintainer.
9699
9700 2003-08-20 Geoffrey Keating <geoffk@apple.com>
9701
9702 PR 8180
9703 * configure.in: When testing with_libs and with_headers, treat
9704 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9705 * configure: Regenerate.
9706
9707 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9708 make, shell, etc.
9709 (baseargs): Likewise.
9710 * configure: Regenerate.
9711
9712 2003-08-20 Bernardo Innocenti <bernie@develer.com>
9713
9714 * MAINTAINERS (Write After Approval): Add myself.
9715
9716 2003-08-19 Geoffrey Keating <geoffk@apple.com>
9717
9718 * configure.in: Disable libgcj for darwin not on powerpc.
9719 * configure: Rebuild.
9720
9721 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9722
9723 * config-ml.in, symlink-tree: Add license.
9724
9725 2003-08-03 Richard Stallman <rms@gnu.org>
9726 Eben Moglen <moglen@columbia.edu>
9727
9728 * README.SCO: New file.
9729
9730 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9731
9732 * Makefile.tpl (check, check-c++): Express dependencies using
9733 dependencies rather than commands.
9734 * Makefile.in: Regenerate.
9735
9736 2003-08-01 Andrew Cagney <cagney@redhat.com>
9737
9738 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9739 * configure: Ditto.
9740
9741 2003-07-31 Geoffrey Keating <geoffk@apple.com>
9742
9743 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9744 * Makefile.in: Update.
9745
9746 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9747
9748 * configure.in: Enable libgcj for darwin.
9749 * configure: Rebuild.
9750
9751 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
9752
9753 * config-ml.in: Use ac_configure_args directly instead of
9754 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9755 actually seen.
9756
9757 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9758
9759 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9760 creating target and build subdirs to build all parent dirs as needed.
9761 * Makefile.in: Rebuild.
9762 * configure.in: Don't build dirs explicitly here.
9763 * configure: Rebuild.
9764
9765 2003-07-26 Paul Brook <paul@nowt.org>
9766
9767 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9768
9769 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
9770
9771 * Makefile.tpl (all-make): Depend on intl.
9772 * Makefile.in: Rebuilt.
9773
9774 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
9775
9776 * install-sh: Update to newer upstream versions (associated with
9777 aclocal 1.7).
9778 * mkinstalldirs: Likewise.
9779 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9780
9781 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9782
9783 * MAINTAINERS: Move self from Bug database only accounts
9784 to write-after-approval.
9785
9786 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9787
9788 * config.if: Remove unused libc_interface determination.
9789
9790 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9791
9792 * MAINTAINERS: Move self from write-after-approval to
9793 build machinery (*.in).
9794
9795 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9796
9797 PR bootstrap/11273
9798 PR bootstrap/11408
9799 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9800 unused INSTALL_PROGRAM_ARGS.
9801 * configure.in: Use AC_PROG_INSTALL.
9802 * Makefile.in: Regenerate.
9803 * configure: Regenerate.
9804
9805 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9806
9807 * MAINTAINERS: Alphabetize.
9808
9809 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
9810
9811 * configure: Rebuilt.
9812 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9813 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9814 newlib nor libgloss.
9815 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9816 * configure.in (am33_2.0-*-linux*): Added.
9817
9818 2003-07-09 Bob Wilson <bob.wilson@acm.org>
9819
9820 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9821 * configure: Regenerate.
9822
9823 2003-07-07 Zack Weinberg <zack@codesourcery.com>
9824
9825 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9826 * Makefile.in: Regenerate.
9827
9828 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9829
9830 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9831 * Makefile.in: Regenerate.
9832
9833 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
9834
9835 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9836 * Makefile.in: Regenerated.
9837
9838 * config-ml.in: Replace PWD with PWD_COMMAND.
9839
9840 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9841
9842 * intl: New directory; see intl/ChangeLog for details.
9843 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9844 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9845 * Makefile.in: Regenerate.
9846
9847 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9848
9849 * configure.in: Clean up config-lang.in handling. Delete
9850 useless assignment to "subdirs".
9851 * configure: Regenerate.
9852
9853 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9854
9855 * configure.in: Rename 'target_libs' to 'target_libraries'.
9856 Remove useless reference to 'target_libs'.
9857 * configure: Regenerate.
9858
9859 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9860
9861 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9862 * Makefile.in: Regenerate.
9863
9864 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9865
9866 * Makefile.def: Introduce flags_to_pass.
9867 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9868 * Makefile.in: Regenerate.
9869
9870 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9871
9872 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9873 and target-libgloss.
9874 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9875 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9876 * configure: Regenerate.
9877
9878 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9879
9880 * configure.in: Update testsuite_flags to new location.
9881 * configure. Regenerate.
9882
9883 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9884
9885 * Makefile.tpl: Remove BUILD_CC stuff.
9886 * Makefile.in: Regenerate.
9887
9888 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9889
9890 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9891
9892 2003-06-16 Graeme Peterson <gp@qnx.com>
9893
9894 * MAINTAINERS (Write After Approval): Add myself.
9895
9896 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
9897
9898 * config.guess: Update to 2003-06-12 version.
9899 * config.sub: Update to 2003-06-13 version.
9900
9901 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
9902
9903 * config.guess: Update to 2003-06-06 version.
9904 * config.sub: Update to 2003-06-06 version.
9905
9906 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9907
9908 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9909 * configure. Regenerate.
9910
9911 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9912
9913 * configure.in: Disable serial configure by default.
9914 * configure: Regenerate.
9915 * Makefile.tpl: Abolish .NOTPARALLEL.
9916 * Makefile.in: Regenerate.
9917
9918 * Makefile.tpl: Replace {build,host,target}_canonical by
9919 {build,host,target}.
9920 * Makefile.in: Regenerate.
9921
9922 * Makefile.tpl: Fix stupid pasto.
9923 * Makefile.in: Regenerate.
9924
9925 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9926
9927 * Makefile.tpl: Remove bogus conditional.
9928 * Makefile.in: Regenerate.
9929
9930 2003-06-05 Jan Hubicka <jh@suse.cz>
9931
9932 * Makefile.tpl (profiledbootstrap): New target.
9933 * Makefile.in (profiledbootstrap): New target.
9934
9935 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9936
9937 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9938 Pinski. Remove user names from other bugzilla-only maintainers.
9939
9940 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9941
9942 * Makefile.tpl: Make 'recursive targets' using autogen rather
9943 than shell loop. Remove duplicate 'clean' targets and false
9944 comments.
9945 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9946 Add systematic method of specifying missing targets in subdirs.
9947 Add copyright boilerplate.
9948 * Makefile.in: Regenerate.
9949 * configure.in: Add 'recursive targets' to maybe list.
9950 * configure: Regenerate.
9951
9952 * MAINTAINERS: "GNATS only" -> "Bug database only".
9953
9954 * Makefile.tpl: Rename [+target+] to [+make_target+].
9955 * Makefile.def: Rename 'target' to 'make_target'.
9956
9957 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
9958
9959 * MAINTAINERS: Add self as options handling maintainer.
9960
9961 2003-05-28 Michael Meissner <gnu@the-meissners.org>
9962
9963 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9964 been too long since I touched those ports.
9965
9966 2003-05-28 DJ Delorie <dj@redhat.com>
9967
9968 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9969 * Makefile.in: Regenerate.
9970
9971 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9972
9973 * configure.in: Use curly braces in the definition of tooldir.
9974 * configure: Regenerate.
9975
9976 2003-05-21 DJ Delorie <dj@redhat.com>
9977
9978 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9979 newlib or libgloss.
9980 * Makefile.in: Regenerate.
9981
9982 2003-05-21 DJ Delorie <dj@redhat.com>
9983
9984 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9985 * Makefile.in: Regenerate.
9986
9987 2003-05-20 Ian Lance Taylor <ian@airs.com>
9988
9989 * MAINTAINERS: Update my e-mail address.
9990
9991 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9992
9993 * configure.in: Switch more things to use maybe dependencies.
9994 * Makefile.tpl: Switch more things to use maybe dependencies.
9995 Factor out common code from autogen IF statements.
9996 * configure: Regenerate.
9997 * Makefile.in: Regenerate.
9998
9999 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
10000
10001 * configure.in: Accept i[3456789]86 for machine type.
10002 * configure: Regenerate.
10003
10004 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10005
10006 * configure.in: Switch more things to use maybe dependencies.
10007 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10008 * configure: Regenerate.
10009 * Makefile.tpl: Switch more things to use maybe dependencies.
10010 * Makefile.in: Regenerate.
10011
10012 2003-05-16 Andreas Schwab <schwab@suse.de>
10013
10014 * Makefile.tpl (install-opcodes): Define.
10015 * Makefile.in: Rebuild.
10016
10017 2003-05-13 Andreas Jaeger <aj@suse.de>
10018
10019 * config.guess: Update to 2003-05-09 version.
10020 * config.sub: Update to 2003-05-09 version.
10021
10022 2003-05-13 Michael Eager <eager@mvista.com>
10023
10024 * configure.in: Correct sed script so that options in quotes are not
10025 deleted.
10026 * configure: Rebuild.
10027
10028 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
10029
10030 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10031 and $$s/newlib/libc/sys/cygwin32 include paths.
10032 * configure: Ditto.
10033
10034 2003-05-12 Michael Meissner <gnu@the-meissners.org>
10035
10036 * MAINTAINERS: Update my email addresses.
10037
10038 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10039
10040 * config-ml.in: Propagate INSTALL variables.
10041
10042 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10043
10044 * MAINTAINERS: Remove duplicate entries in Write After Approval.
10045
10046 2003-05-02 Chris Demetriou <cgd@broadcom.com>
10047
10048 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10049 * Makefile.in: Regenerate.
10050
10051 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10052
10053 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10054
10055 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10056
10057 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10058
10059 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
10060
10061 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10062 * Makefile.in: Regenerated.
10063
10064 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10065
10066 * MAINTAINERS (Write After Approval): Upgrade myself from
10067 GNATS only to write-after-approval. Update my mail address.
10068
10069 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
10070
10071 (OS Port Maintainers: freebsd): Add myself.
10072
10073 2003-04-22 Mark Mitchell <mark@codesourcery.com>
10074
10075 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10076
10077 2003-04-22 Kean Johnston <jkj@sco.com>
10078
10079 * MAINTAINERS (SCO ports): Added myself.
10080
10081 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10082
10083 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10084
10085 2003-04-19 Kean Johnston <jkj@sco.com>
10086
10087 * MAINTAINERS (Write After Approval): Add myself.
10088
10089 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10090
10091 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10092 * Makefile.in: Regenerate.
10093
10094 2003-04-18 Jakub Jelinek <jakub@redhat.com>
10095
10096 * configure.in (powerpc64*-*-linux*): Remove.
10097 * configure: Rebuilt.
10098
10099 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
10100
10101 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10102 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10103 and restrap.
10104 * Makefile.in: Regenerate.
10105
10106 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
10107
10108 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10109 * configure: Regenerated.
10110
10111 2003-04-15 DJ Delorie <dj@redhat.com>
10112
10113 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10114
10115 2003-04-13 Nick Clifton <nickc@redhat.com>
10116
10117 * config-ml.in: Remove support for --disable-aix removing
10118 call-aix multilibs.
10119
10120 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
10121
10122 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10123 * */configure: Rebuilt.
10124
10125 2003-04-08 Joel Sherrill <joel@oarcorp.com>
10126
10127 * MAINTAINERS: Add my email address.
10128
10129 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
10130
10131 * MAINTAINERS (Write After Approval): Add myself.
10132
10133 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10134
10135 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10136 * Makefile.in: Regenerate.
10137
10138 2003-03-14 Michael Chastain <mec@shout.net>
10139
10140 * Makefile.in: Regenerate with correct Makefile.def.
10141
10142 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10143
10144 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10145 Make macro.
10146 * Makefile.in: Regenerate.
10147 * configure.in: Clean up gxx_include_dir logic.
10148 * configure: Regenerate.
10149
10150 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10151
10152 * MAINTAINERS (Write After Approval): Add myself.
10153
10154 2003-03-10 Ben Elliston <bje@wasabisystems.com>
10155
10156 * MAINTAINERS: Update my mail address.
10157
10158 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10159
10160 * configure.in (gxx_include_dir): Fix typo.
10161 * configure: Regenerated.
10162
10163 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10164
10165 * Makefile.tpl: Reindent.
10166 * Makefile.in: Regenerate.
10167 * configure.in: Reindent. Don't set unused variables.
10168 * configure: Regenerate.
10169
10170 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
10171
10172 * configure.in: Include $(build_tooldir)/sys-include in
10173 FLAGS_FOR_TARGET.
10174 * configure: Regenerated.
10175
10176 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10177
10178 * Makefile.tpl: Always pass down RANLIB.
10179 * Makefile.in: Regenerate.
10180
10181 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10182 * Makefile.in: Regenerate.
10183 * configure.in: Remove unused logic relating to --enable-shared
10184 and --enable-threads. Remove bogus comments. Remove redundant
10185 noconfigdirs.
10186 * configure: Regenerate.
10187
10188 * configure.in: Replace ${libstdcxx_version} by its value.
10189 Remove reference to mh-dgux.
10190 * configure: Regenerate.
10191
10192 2003-03-03 Kevin Buettner <kevinb@redhat.com>
10193
10194 * MAINTAINERS (Write After Approval): Add myself.
10195
10196 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10197
10198 * Makefile.tpl: Rearrange.
10199 * Makefile.in: Regenerate.
10200
10201 2003-02-25 Uwe Stieber <uwe@wwws.de>
10202
10203 * configure.in: Add support for kaOS as cross build target system.
10204 * configure: Regenerated.
10205
10206 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
10207
10208 * MAINTAINERS (Write after approval): Add myself.
10209
10210 2003-02-21 James E Wilson <wilson@tuliptree.org>
10211
10212 * MAINTAINERS: Update my email address.
10213
10214 2003-02-21 Zack Weinberg <zack@codesourcery.com>
10215
10216 * MAINTAINERS: Add self to blanket write privs. section.
10217
10218 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
10219
10220 * Makefile.tpl: Add definition of CPPFLAGS to pass into
10221 configure-target-* as some target builds may require additional
10222 flags for preprocessor tests.
10223 * Makefile.in: Regenerated.
10224
10225 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
10226
10227 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10228 * ltconfig: Handle it.
10229 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10230 auto-detecting it.
10231
10232 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10233 it is used as argument to $CC.
10234 * ltcf-gcj.sh: Likewise.
10235
10236 * configure.in: Introduce --enable-maintainer-mode.
10237 * configure: Rebuilt.
10238 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10239 for maintainer mode.
10240 * Makefile.in: Rebuilt.
10241
10242 2003-02-18 Jason Merrill <jason@redhat.com>
10243
10244 * Makefile.tpl (check-c++): Allow parallelism.
10245
10246 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10247
10248 * MAINTAINERS: Remove John Carr (who never actually had access to
10249 gcc.gnu.org).
10250
10251 2003-02-15 Geoffrey Keating <geoffk@apple.com>
10252
10253 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10254 don't configure target-libobjc.
10255 * configure: Regenerate.
10256
10257 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10258
10259 * Makefile.tpl (RANLIB): Define.
10260 * Makefile.in: Regenerate.
10261
10262 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
10263
10264 * MAINTAINERS: Update my email.
10265
10266 2003-02-06 Keith R Seitz <keiths@redhat.com>
10267
10268 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10269 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10270 * Makefile.in: Regenerated.
10271 * configure.in: Remove all traces of snavigator, db, and grep.
10272 * configure: Regenerated.
10273
10274 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10275
10276 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10277 After Approval.
10278
10279 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10280
10281 * MAINTAINERS (Write after approval): Add myself.
10282
10283 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
10284
10285 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10286 * Makefile.in: Regenerated.
10287
10288 2003-01-30 Roger Sayle <roger@eyesopen.com>
10289
10290 * config.guess: Updated to 2003-01-30's version.
10291 * config.sub: Updated to 2003-01-28's version.
10292
10293 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
10294
10295 * config.if: If gcc_version is already set, just use it. Don't set
10296 gcc_version_trigger if it's already set, otherwise set it to
10297 gcc/version.c, but only if the file exists. If it is not set and
10298 gcc/version.c does not exist, try to extract the version number from
10299 $CC.
10300
10301 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10302
10303 * MAINTAINERS: Add myself to write-after-approval list.
10304
10305 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
10306
10307 * configure.in: Revert 24Jan change.
10308 * configure: Regenerate.
10309
10310 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10311
10312 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10313 entry of HJ Lu.
10314
10315 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10316
10317 * configure.in: Revert previous change.
10318 * configure: Regenerate.
10319
10320 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10321
10322 * configure.in: Make rda native-only.
10323 * configure: Regenerate.
10324
10325 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10326
10327 * MAINTAINERS: Move myself from GNATS-only-accounts to
10328 write-after-approval.
10329
10330 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10331
10332 * configure.in: Add missing \.
10333 * configure: Rebuilt.
10334
10335 2003-01-17 Jakub Jelinek <jakub@redhat.com>
10336
10337 * configure.in (baseargs): Avoid using \| in sed regular
10338 expressions.
10339 * configure: Rebuilt.
10340
10341 2003-01-16 Jakub Jelinek <jakub@redhat.com>
10342
10343 * configure.in (baseargs): Remove all supported forms of
10344 --cache-file, --srcdir, --host, --build and --target options
10345 from argument lists.
10346 * configure: Rebuilt.
10347
10348 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
10349
10350 * MAINTAINERS: Add myself to write-after-approval list.
10351
10352 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
10353
10354 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10355 * configure: Rebuilt.
10356
10357 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10358
10359 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10360 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10361 * Makefile.in: Regenerate.
10362 * configure: Regenerate.
10363
10364 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
10365
10366 * configure.in: Remove Makefile in build, host and target modules
10367 unless configure was run with --no-recursion.
10368 * configure: Rebuilt.
10369
10370 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10371
10372 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10373 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10374 * Makefile.in: Regenerate.
10375
10376 2003-01-08 Chris Demetriou <cgd@broadcom.com>
10377
10378 * config.guess: Update to 2003-01-03 version.
10379 * config.sub: Update to 2003-01-03 version.
10380
10381 2003-01-07 Christopher Faylor <cgf@redhat.com>
10382
10383 * configure: Regenerate with proper autoconf 2.13.
10384
10385 2003-01-07 Christopher Faylor <cgf@redhat.com>
10386
10387 * configure.in: Add AC_PREREQ for consistency.
10388 * configure: Regenerate.
10389
10390 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10391
10392 * configure.in (GDB_TK): Add tcl directories conditional on
10393 gdb/gdbtk directory being present.
10394 * configure: Regenerate.
10395
10396 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
10397
10398 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10399 used by gcc if LD is not defined and we are not doing a Canadian Cross.
10400 * configure: Rebuilt.
10401
10402 2002-12-31 Tom Tromey <tromey@redhat.com>
10403
10404 * Makefile.in: Rebuilt.
10405 * Makefile.def (target_modules) [libffi]: Allow installation.
10406
10407 2002-12-31 Andreas Schwab <schwab@suse.de>
10408
10409 * configure.in: Fix use of $program_transform_name.
10410 * configure: Regenerated.
10411
10412 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
10413
10414 * configure.in (baseargs): Don't remove first configure argument.
10415 * configure: Regenerated.
10416
10417 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
10418
10419 * Makefile.tpl (local-distclean): Don't remove...
10420 (multilib.ts): ... this. Moved into...
10421 (multilib.out): ... this. Don't use sub-make.
10422 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10423 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10424 (configure-build-[+module+], configure-[+module+],
10425 configure-target-[+module+], configure-gcc): ... these. Test
10426 for Makefile existence. Drop config.status from dependencies.
10427 * Makefile.in: Rebuilt.
10428 * configure.in: Move gcc-version-trigger to the end of
10429 ac_configure_args. Add comments to maybedep.tmp and
10430 serdep.tmp. Introduce --disable-serial-configure. Remove
10431 nonopt from baseargs, matching and removing corresponding
10432 whitespace while at it.
10433 * configure: Rebuilt.
10434
10435 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
10436
10437 * configure.in (host_configargs): Replace reference to
10438 no-longer-defined buildopts with --build=${build_alias}.
10439 * configure: Rebuilt.
10440
10441 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10442 program_transform_name to standard idiom.
10443 (AUTOGEN, AUTOCONF): Define.
10444 (Makefile.in): Use $(AUTOGEN).
10445 (Makefile): Depend on config.status, and use autoconf-style rule to
10446 build it. Move original commands to...
10447 (config.status): ... this new target.
10448 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10449 $(AUTOCONF).
10450 * Makefile.in: Rebuilt.
10451
10452 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10453
10454 * Makefile.tpl: Fix dramatic bustage due to change in
10455 program_transform_name.
10456 * Makefile.in: Regenerate.
10457
10458 * configure.in: Remove unnecessary PATH setting.
10459 * configure: Regnerate.
10460
10461 * configure.in: Don't default to unprefixed tools unless
10462 the native tools will work.
10463 * configure: Regenerate.
10464
10465 * configure.in: Convert to autoconf script. Blow away lots
10466 of now-redundant Makefile fragments.
10467 * configure: Generate using Autoconf.
10468 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10469 * Makefile.in: Regenerate.
10470
10471 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10472
10473 * configure: Fix stupid bug where RANLIB was mistakenly included.
10474
10475 * configure.in: Rename (buildargs, hostargs, targargs) to
10476 (build_configargs, host_configargs, target_configargs).
10477
10478 * configure.in: Move logic out of sed statement.
10479
10480 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
10481 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10482
10483 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10484
10485 * config.sub: Import from master repository
10486 * config.guess: Ditto
10487
10488 2002-12-24 Andreas Schwab <schwab@suse.de>
10489
10490 * Makefile.tpl (multilib.out): Fix missing space.
10491 * Makefile.in: Regenerate.
10492
10493 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10494
10495 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10496 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10497 * Makefile.in: Regenerate.
10498 * configure.in: Remove unnecessary leftovers.
10499
10500 2002-12-21 Geoffrey Keating <geoffk@apple.com>
10501
10502 * configure.in (extra_ranlibflags_for_target): New variable.
10503 (*-*-darwin): Add -c to ranlib commands.
10504 * configure (tooldir): Handle extra_ranlibflags_for_target.
10505
10506 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
10507
10508 * Makefile.tpl: Revert HJL's change.
10509 * Makefile.in: Regenerated.
10510 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10511 always.
10512
10513 2002-12-19 Andreas Schwab <schwab@suse.de>
10514
10515 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10516 * Makefile.in: Regenerate.
10517
10518 2002-12-18 H.J. Lu <hjl@gnu.org>
10519
10520 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10521 * Makefile.in: Regenerated.
10522
10523 * configure.in (build_prefix): New. Substitute.
10524
10525 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10526
10527 * Makefile.tpl: Don't let real targets depend on phony targets.
10528 * Makefile.in: Regenerate.
10529
10530 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10531 * Makefile.in: Regenerate.
10532
10533 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10534
10535 * config.sub: Import from master repository
10536 * config.guess: Ditto
10537
10538 2002-12-16 Jason Merrill <jason@redhat.com>
10539
10540 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10541 previous 'make bootstrap'.
10542 * Makefile.in: Regenerate.
10543
10544 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10545
10546 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10547
10548 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10549
10550 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10551 * Makefile.in: Regenerate.
10552
10553 2002-12-13 Jason Merrill <jason@redhat.com>
10554
10555 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
10556 library tests.
10557 (check-c++): Just depend on it and check-target-libstdc++-v3.
10558 * Makefile.in: Regenerate.
10559
10560 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10561
10562 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10563 * Makefile.in: Rebuilt.
10564
10565 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10566
10567 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10568
10569 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10570
10571 * configure: Fix bug put in by gremlins.
10572
10573 * Makefile.tpl: Substitute more autoconfily.
10574 * configure: Substitute more autoconfily.
10575 * Makefile.in: Regenerate.
10576
10577 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10578
10579 * config.sub: Import from master repository
10580 * config.guess: Ditto
10581 * MAINTAINERS: Added Svein Seldal under write after approval
10582
10583 2002-12-08 Andrew Cagney <ac131313@redhat.com>
10584
10585 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10586 * Makefile.in (all-sim): Ditto.
10587
10588 2002-12-06 DJ Delorie <dj@redhat.com>
10589
10590 * Makefile.tpl: Change configure dependencies to not have real
10591 targets depend on phony targets.
10592
10593 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10594
10595 * configure.in: Revert unintentional change.
10596
10597 * Makefile.tpl: Change dependency for */multilib.out so that
10598 it works when gcc isn't in the tree.
10599
10600 * configure.in: Substitute more.
10601 * configure: Run subconfigures from the Makefile.
10602 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10603 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10604
10605 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10606
10607 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10608
10609 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10610
10611 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10612 and corresponding dependencies.
10613 * Makefile.in: Regenerate.
10614
10615 * configure.in (host_tools): Order binutils, gas and ld for
10616 convenience in running the testsuites.
10617
10618 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10619 * Makefile.in: Regenerate.
10620 * configure.in: Introduce rules to serialize subconfigure runs.
10621
10622 * configure.in: Introduce BASE_CC_FOR_TARGET.
10623 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10624 Realize configure-build-* targets. Realize configure-target-* targets.
10625 * Makefile.in: Regenerate.
10626
10627 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10628
10629 * configure: Move gcc_version_trigger stuff from here...
10630 * configure.in: ...to here.
10631
10632 * configure.in: Separate subconfigure options added by this file from
10633 options given by the user. Add machinery to put args for host
10634 subconfigures into the Makefile.
10635
10636 * Makefile.tpl: Remove 'vault' targets.
10637 * Makefile.tpl: Reorder and comment dependencies.
10638 * Makefile.in: Regenerate.
10639
10640 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10641 * configure.in: Fix my broken commit of previous patch. (sigh)
10642
10643 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10644
10645 * configure.in: Move host-specific darwin noconfigdirs into
10646 the host-specific section.
10647
10648 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10649
10650 * configure.in: Move host-specific darwin noconfigdirs into
10651 the host-specific section.
10652
10653 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10654
10655 * configure: Remove skip-this-dir support.
10656 * Makefile.tpl: Remove skip-this-dir support.
10657
10658 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10659 subdirectories.
10660 * Makefile.in: Regenerate.
10661
10662 * Makefile.tpl: Strip out useless setting of 'dir'.
10663 * Makefile.in: Regenerate.
10664
10665 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10666
10667 * configure.in: Fix deeply stupid bug.
10668
10669 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10670 shell code in CXX_FOR_TARGET
10671 * Makefile.def: Introduce raw_cxx.
10672 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10673 RAW_CXX_FOR_TARGET.
10674 * Makefile.in: Regenerate.
10675
10676 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10677
10678 * Makefile.tpl: Remove unnecessary ifs.
10679 * Makefile.in: Regenerate.
10680
10681 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10682 dependencies. Maybe-ize build-libiberty. Create dummy install
10683 targets for 'no_install' modules.
10684 * configure: Move GDB_TK substitution to configure.in. Move
10685 build_modules stuff to configure.in.
10686 * configure.in: Implement soft dependency machinery. Maybe-ize
10687 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10688 * Makefile.in: Regenerate.
10689
10690 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10691
10692 * Makefile.tpl: Make all-target, install-target behave similarly
10693 to all, install (only hitting configured targets). Eliminate
10694 unused macro defintions.
10695
10696 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10697 build != host.
10698
10699 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10700
10701 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10702
10703 * configure.in: Produce lists of subdir targets we're actually
10704 configuring. Remove references to "dosrel".
10705 * Makefile.tpl: Let configure set which subdir targets are hit.
10706 Remove install-cross; clean up install; remove ALL. Remove
10707 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10708 Autogenerate host module targets. Remove empty dependency lines
10709 and redundant dependency; rearrange slightly.
10710 * Makefile.def: Add host-side libtermcap, utils.
10711
10712 * Makefile.in: Regenerate.
10713
10714 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10715
10716 * ltconfig (osf[345]): Append $major to soname_spec.
10717 Reflect this in library_names_spec.
10718 * ltmain.sh (osf): Prefix $major with . for use as extension.
10719
10720 2002-11-19 Andreas Jaeger <aj@suse.de>
10721
10722 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10723 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10724 and sparc64 GNU/Linux systems.
10725
10726 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10727
10728 * MAINTAINERS: Update email.
10729
10730 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10731
10732 * MAINTAINERS: Complete James Dennett's entry.
10733
10734 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10735
10736 * MAINTAINERS (Write After Approval): Add myself.
10737
10738 2002-11-13 Bruce Korb <bkorb@gnu.org>
10739
10740 * Makefile.tpl: syntactic cleanup
10741
10742 2002-11-13 Stuart Hastings <stuart@apple.com>
10743
10744 * MAINTAINERS: Add myself to write-after-approval list.
10745
10746 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10747
10748 * Makefile.def: Add list of recursive targets to autogenerate.
10749 Add build_modules.
10750 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10751 targets. Autogenerate *-build-* targets.
10752 * Makefile.in: Regenerate.
10753
10754 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10755
10756 * configure: More autoconf-style substitutions.
10757 * Makefile.tpl: More autoconf-style substitutions.
10758 * Makefile.in: Regenerate.
10759
10760 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10761
10762 * configure: Substitute more variables in a more autoconf-friendly
10763 way. Simplify slightly.
10764 * Makefile.tpl: Make more variables substitutable in an
10765 autoconf-friendly way.
10766 * Makefile.in: Regenerate.
10767
10768 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10769
10770 * MAINTAINERS (Write After Approval): Add myself.
10771
10772 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10773
10774 * configure.in (v810*): Remove special setting of tools.
10775
10776 * configure: Add support for extra required flags for ar or nm.
10777 * configure.in (aix4.3+): Use above support for target-specific
10778 issues, rather than using config/mt-aix43.
10779
10780 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10781
10782 * configure: Remove 'removing', which doesn't work. Replace $subdir
10783 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10784 with $srcdir. Reformat indentation. Substitute some variables
10785 formerly hard-coded in the Makefile for build=host.
10786 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10787 * Makefile.def: Autogenerate more.
10788 * Makefile.in: Regenerate.
10789
10790 2002-11-04 Adam Nemet <anemet@lnxw.com>
10791
10792 * MAINTAINERS (Write After Approval): Add myself.
10793
10794 2002-11-04 Kevin Buettner <kevinb@redhat.com>
10795
10796 * Makefile.def (host_modules): Add rda.
10797 * Makefile.in: Regenerate.
10798 * configure.in (target_tool): Add target-rda to list.
10799
10800 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10801
10802 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10803
10804 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
10805
10806 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10807 and restrap targets to this rule.
10808 * Makefile.in: Regenerate.
10809
10810 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10811
10812 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10813 GNATS only accounts.
10814
10815 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10816
10817 * configure.in (i[3456]86-*-linux*): Add check to disable
10818 ${libgcj} for glibc1.
10819
10820 2002-10-24 Denis Chertykov <denisc@overta.ru>
10821
10822 * MAINTAINERS: Add myself as ip2k port maintainer.
10823
10824 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10825
10826 * configure.in: Add tic4x target.
10827
10828 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10829
10830 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10831 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10832 * Makefile.in: Regenerate.
10833
10834 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10835 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10836 * Makefile.in: Regenerate.
10837
10838 2002-10-02 Janis Johnson <janis187@us.ibm.com>
10839
10840 * MAINTAINERS: Add myself as web pages co-maintainer.
10841
10842 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10843
10844 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10845 * Makefile.in: Regenerate.
10846
10847 2002-10-02 Zack Weinberg <zack@codesourcery.com>
10848
10849 * MAINTAINERS: Add myself and Nathan Sidwell
10850 <nathan@codesourcery.com> as VxWorks maintainers.
10851
10852 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10853
10854 * Makefile.def: Remove order dependency comments.
10855 * Makefile.tpl: Add explicit install-install dependencies.
10856 * Makefile.in: Regenerate.
10857
10858 * Makefile.tpl: Remove material now in src-release. (Finally!)
10859 * Makefile.in: Regenerate.
10860
10861 * Makefile.tpl: Add configure-target (for src-release in src)
10862 * Makefile.in: Regenerate.
10863
10864 2002-09-30 Nick Clifton <nickc@redhat.com>
10865
10866 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10867
10868 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10869
10870 * configure.in (s390*-*-linux*): Enable libgcj.
10871
10872 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10873
10874 * configure: Revert accidentally applied changes.
10875
10876 * Makefile.tpl: Make more autoconf-friendly.
10877 * Makefile.in: Regenerate.
10878 * configure: Make substitution more autoconf-like.
10879
10880 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
10881
10882 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10883 single entry to handle all these.
10884 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10885 libjava on arm-*-elf.
10886
10887 2002-09-27 Geoffrey Keating <geoffk@apple.com>
10888
10889 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10890 things that depend on them.
10891
10892 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10893
10894 * Makefile.tpl: Make subsituted variables more autoconfy.
10895 * Makefile.in: Regenerate.
10896 * configure: Make seds more autoconfy.
10897
10898 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10899
10900 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10901 * Makefile.in: Regenerate.
10902 * configure.in: Rewrite sed statements to look autoconfy.
10903
10904 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10905 all-target-foo on configure-target-foo.
10906 * Makefile.def: Ditto.
10907 * Makefile.in: Rebuild.
10908
10909 2002-09-25 Andrew Haley <aph@redhat.com>
10910
10911 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10912
10913 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10914
10915 * Makefile.def: New file.
10916 * Makefile.tpl: New file.
10917 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10918 * contrib/gcc_update: Note that Makefile.in is a generated file.
10919
10920 * configure.in: Minor rearrangement. Simplify tests.
10921
10922 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10923
10924 * configure.in (with_headers): Skip copy if value is "yes".
10925 (with_libs): Likewise.
10926
10927 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10928
10929 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10930 * configure.in (sh*-*-pe*): Ditto.
10931 * configure.in (mips*-*-pe*): Ditto.
10932 * configure.in (*arm-wince-pe): Ditto.
10933
10934 * configure.in: Rearrange.
10935
10936 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10937
10938 * MAINTAINERS: Update my email address.
10939
10940 2002-08-30 Paul Koning <pkoning@equallogic.com>
10941
10942 * MAINTAINERS: (Write After Approval): Add myself.
10943
10944 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
10945
10946 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10947
10948 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
10949
10950 * MAINTAINERS: Change my mailing address.
10951
10952 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
10953
10954 * MAINTAINERS (Write After Approval): Remove myself.
10955 (Various Maintainers: c++ runtime libs): Add myself.
10956
10957 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
10958
10959 * MAINTAINERS (Write After Approval): Remove myself.
10960 (Various Maintainers: c++ runtime libs): Add myself.
10961
10962 2002-08-15 Eric Christopher <echristo@redhat.com>
10963
10964 * config.sub: Import from master repository.
10965 * config.guess: Ditto.
10966
10967 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
10968
10969 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10970 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10971 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10972
10973 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
10974
10975 * MAINTAINERS: Add self to rs6000 vector extensions.
10976
10977 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
10978
10979 * libiberty/configure: Reverted unintended yesterday's check in.
10980
10981 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
10982
10983 * boehm-gc/configure, libf2c/configure: Rebuilt.
10984 * libffi/configure, libiberty/configure: Ditto.
10985 * libjava/configure, libobjc/configure: Ditto.
10986 * libstdc++-v3/configure, zlib/configure: Ditto.
10987 Merged from binutils:
10988 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10989 From Steve Ellcey <sje@cup.hp.com>:
10990 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10991 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10992 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10993 IA64.
10994 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10995 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10996 soname_spec, sys_lib_search_path_spec): Ditto.
10997
10998 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
10999
11000 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11001
11002 2002-08-04 H.J. Lu (hjl@gnu.org)
11003
11004 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11005
11006 2002-08-02 Krister Walfridsson <cato@df.lth.se>
11007
11008 * MAINTAINERS (Write After Approval): Add myself.
11009
11010 2002-07-31 Alan Modra <amodra@bigpond.net.au>
11011
11012 * configure.in: Move generic linux case to end. Copy generic
11013 linux noconfigdirs to mips*-*-linux* entry and new
11014 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11015
11016 2002-07-19 Michael Matz <matz@suse.de>
11017
11018 * MAINTAINERS: Add myself as ra* maintainer.
11019
11020 2002-07-16 Chris Demetriou <cgd@broadcom.com>
11021
11022 * config.guess: Update to 2002-07-09 version.
11023 * config.sub: Update to 2002-07-03 version.
11024
11025 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
11026
11027 * MAINTAINERS: Fix typo in a maintainer email address.
11028
11029 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
11030
11031 * configure.in: Remove two redundant tests.
11032
11033 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11034
11035 * configure.in (mips*-*-irix6*o32): Enable stabs.
11036
11037 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
11038
11039 * configure.in: Don't build grez.
11040 * Makefile.in: Ditto.
11041
11042 * Makefile.in: Remove references to bsp, cygmon, libstub.
11043 * configure.in: Ditto.
11044
11045 * configure.in: Remove leftover reference to gdbtest.
11046
11047 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
11048
11049 * configure.in (gxx_include_dir): Change to match versioned
11050 C++ headers if --enable-version-specific-runtime-libs is used.
11051
11052 2002-07-04 Steve Ellcey <sje@cup.hp.com>
11053
11054 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11055
11056 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11057
11058 * configure.in: Make --without-x work.
11059
11060 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11061
11062 * configure.in: Rearrange target Makefile fragment collection.
11063
11064 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11065 cvs[src].
11066 * configure.in: Ditto.
11067
11068 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11069
11070 * MAINTAINERS (Write After Approval): Update my e-mail address.
11071
11072 2002-06-24 Ben Elliston <bje@redhat.com>
11073
11074 * configure.in (host_tools): Remove cgen.
11075
11076 * Makefile.in (all-cgen): Remove; runs from its source directory.
11077 (check-cgen, install-cgen, clean-cgen): Likewise.
11078 (all-opcodes): Do not depend on all-cgen.
11079 (all-sim): Likewise.
11080
11081 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
11082
11083 * Makefile.in: Eliminate 'apache' targets.
11084 * configure.in: Eliminate 'apache' targets.
11085
11086 * configure.in: Eliminate redundant tests. Reorganize.
11087
11088 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11089
11090 * config-ml.in: Eliminate references to Cygnus configure.
11091
11092 * Makefile.in: Eliminate references to building emacs.
11093
11094 2002-06-28 Graham Stott <graham.stott@btinternet.com>
11095
11096 * MAINTAINERS: Update my email address.
11097
11098 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11099
11100 * config.if (libstdcxx_incdir): Version C++ headers.
11101 (cxx_incdir): Remove.
11102
11103 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11104
11105 * MAINTAINERS (Write After Approval): Add self.
11106
11107 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11108
11109 * configure.in: Add support for ip2k.
11110
11111 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11112
11113 * configure.in: Fix AIX configury bug.
11114
11115 2002-06-20 Steve Ellcey <sje@cup.hp.com>
11116
11117 * MAINTAINERS (Write After Approval): Add self.
11118
11119 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11120
11121 * configure.in: replace ${topsrcdir} with ${srcdir}
11122
11123 * configure.in: Move definition of libstdcxx_flags
11124 right above usage, rather than waaay earlier.
11125
11126 * configure.in: Pull definition of is_cross_compiler earlier.
11127
11128 * configure.in: Rearrange a little.
11129
11130 * configure.in: Remove references to librx.
11131 * Makefile.in: Remove references to librx.
11132
11133 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11134
11135 * config.sub: Add support for avr target.
11136 Import from master sources, rev 1.255
11137
11138 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
11139
11140 * configure, .cvsignore: Revert previous change...
11141 * Makefile: ...delete.
11142
11143 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11144
11145 * configure.in: Eliminate ${gasdir} variable.
11146
11147 2002-06-18 Dave Brolley <brolley@redhat.com>
11148
11149 * configure.in: Add support for frv.
11150 * config.sub: Add support for frv.
11151
11152 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
11153
11154 * configure: Remove garbage from previous commit.
11155
11156 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
11157
11158 * configure: For in-source builds, make a subdir and re-exec there.
11159 * Makefile: New file. Pass targets through to build directory.
11160 * .cvsignore: No longer ignore "Makefile".
11161
11162 2002-06-16 Douglas Rupp <rupp@gnat.com>
11163
11164 * MAINTAINERS (Write After Approval): Add self.
11165
11166 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11167
11168 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11169
11170 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11171
11172 * configure.in (vax-*-netbsd*): Re-enable gas.
11173
11174 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11175
11176 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11177 BUILD_PREFIX_1, to correct nomenclature.
11178 * configure: Likewise.
11179
11180 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11181 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11182
11183 2002-05-31 Olaf Hering <olh@suse.de>
11184
11185 * config-ml.in: Propogate DESTDIR also.
11186
11187 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11188
11189 * configure.in (vax-*-netbsd*): Don't build gas for this
11190 platform.
11191
11192 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11193
11194 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11195 and libgcj for AVR.
11196
11197 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
11198
11199 * MAINTAINERS (Write After Approval): Add myself.
11200
11201 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
11202
11203 * config.guess: Update to 2002-05-22 version.
11204 * config.sub: Likewise.
11205
11206 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11207
11208 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11209 * config-ml.in: Likewise.
11210 * configure: Likewise.
11211 * configure.in: Likewise.
11212
11213 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
11214
11215 * MAINTAINERS: Update my email address.
11216
11217 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
11218
11219 * configure.in: Simplify makefile fragment collection.
11220
11221 * configure.in: Remove code to build emacs.
11222
11223 * configure.in : Remove --srcdir argument from targargs and buildargs
11224 (it's always overridden in the Makefile anyway). Rearrange a bit.
11225
11226 * configure: Move some logic to configure.in.
11227 * configure.in: Move some logic from configure.
11228
11229 2002-05-11 Tom Tromey <tromey@redhat.com>
11230
11231 * MAINTAINERS: Reflect libgcj reality.
11232
11233 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
11234
11235 * Makefile.in: Honour DESTDIR.
11236
11237 2002-05-08 Mark Mitchell <mark@codesourcery.com>
11238
11239 * config.guess: Import 2002-03-20 version.
11240 * config.sub: Import 2002-04-26 version.
11241
11242 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11243
11244 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11245
11246 2002-05-07 Tim Josling <tej@melbpc.org.au>
11247
11248 * MAINTAINERS: Add self.
11249
11250 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
11251
11252 * ltmain.sh: Detect and handle object name conflicts
11253 while piecewise linking a static library.
11254
11255 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
11256
11257 * configure.in (noconfigdirs): Don't disable libgcj on
11258 sparc64-*-solaris* and sparcv9-*-solaris*.
11259
11260 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
11261
11262 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11263
11264 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
11265
11266 * configure.in (FLAGS_FOR_TARGET): Do not add
11267 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11268 on i[3456]86-*-linux*.
11269
11270 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
11271
11272 * configure.in (noconfigdirs): Replace [ ] with test.
11273
11274 * configure.in (noconfigdirs): Do not add target-newlib if
11275 target == i[3456]86-*-linux*, and host == target.
11276
11277 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
11278
11279 * configure.in: delete reference to absent file
11280
11281 * configure.in: replace '[' with 'test'
11282
11283 * configure.in: Eliminate references to gash.
11284 * Makefile.in: Eliminate references to gash.
11285
11286 * configure.in: remove useless references to 'pic' makefile fragments.
11287
11288 * configure.in: (*-*-windows*) Finish removing.
11289
11290 * configure.in: Eliminate redundant test for libgui.
11291
11292 2002-04-29 Roger Sayle <roger@eyesopen.com>
11293
11294 * MAINTAINERS: Add self and realphabetize. Update entries
11295 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11296 entry for a29k port maintainer.
11297
11298 2002-04-26 Joel Sherrill <joel@OARcorp.com>
11299
11300 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11301 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11302
11303 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11304
11305 * configure.in: remove references to dead files
11306
11307 2002-04-19 Mark Mitchell <mark@codesourcery.com>
11308
11309 * MAINTAINERS: Add information about purpose of this file.
11310
11311 2002-04-18 Tom Tromey <tromey@redhat.com>
11312
11313 * configure.in: Disallow configuring libgcj when it is already
11314 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11315 Solaris 2.8 by default. For PR libgcj/6158.
11316
11317 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11318
11319 * configure.in: Move default CC setting out of config/mh-* fragments
11320 directly into here.
11321
11322 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11323
11324 * configure.in: don't even try to configure or make a subdirectory
11325 if there's no configure script for it.
11326
11327 2002-04-15 Mark Mitchell <mark@codesourcery.com>
11328
11329 * MAINTAINERS: Remove chill maintainers.
11330 * Makefile.in (CHILLFLAGS): Remove.
11331 (CHILL_LIB): Remove.
11332 (TARGET_CONFIGDIRS): Remove libchill.
11333 (CHILL_FOR_TARGET): Remove.
11334 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11335 CHILL_LIB.
11336 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11337 (CHECK_TARGET_MODULES): Likewise.
11338 (INSTALL_TARGET_MODULES): Likewise.
11339 (CLEAN_TARGET_MODULES): Likewise.
11340 (configure-target-libchill): Remove.
11341 (all-target-libchill): Remove.
11342 * configure.in (target_libs): Remove target-libchill.
11343 Do not compute CHILL_FOR_TARGET.
11344 * libchill: Remove directory.
11345
11346 2002-04-11 DJ Delorie <dj@redhat.com>
11347
11348 * Makefile.in, configure.in: Sync with binutils, entries
11349 follow...
11350
11351 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11352
11353 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11354 (do-tar, do-bz2): New rules.
11355 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11356 (gdb-tar): New rule.
11357 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11358 (insight_dejagnu.tar): New rule.
11359 (insight.tar): New rule.
11360 (gdb+dejagnu.tar): New rule.
11361 (gdb.tar): New rule.
11362
11363 2002-02-01 Mo DeJong <supermo@bayarea.net>
11364
11365 * Makefile.in: Add all-tix to deps for all-snavigator
11366 so that tix is built when building snavigator.
11367
11368 2002-01-11 Steve Ellcey <sje@cup.hp.com>
11369
11370 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11371 ld and gdb are not supported.
11372
11373 2002-01-07 Mark Salter <msalter@redhat.com>
11374
11375 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11376 Allow target-libgloss to be built for arm, strongarm, and xscale.
11377
11378 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11379
11380 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11381 options for i[3456]86-pc-linux* native builds.
11382
11383 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11384
11385 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11386 files from .po files for a distribution.
11387
11388 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
11389
11390 * configure.in: Enable libstdc++-v3 for h8300 targets.
11391
11392 2001-06-19 Alan Modra <amodra@bigpond.net.au>
11393
11394 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11395 version from bfd/.
11396
11397 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11398
11399 * Makefile.in (VER): When present, extract the version number from
11400 the file version.in.
11401
11402 2001-05-24 Tom Rix <trix@redhat.com>
11403
11404 * configure.in : enable ld for aix
11405
11406 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11407
11408 * config.guess: Add linux target for S/390.
11409
11410 2000-11-07 Philip Blundell <pb@futuretv.com>
11411
11412 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11413
11414 2000-11-03 Philip Blundell <pb@futuretv.com>
11415
11416 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11417 files.
11418
11419 2001-01-15 Ben Elliston <bje@redhat.com>
11420
11421 * configure.in (host_tools): Add sid.
11422 Always configure cgen.
11423
11424 2000-11-24 Nick Clifton <nickc@redhat.com>
11425
11426 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11427
11428 2000-08-20 Doug Evans <dje@casey.transmeta.com>
11429
11430 * Makefile.in (ALL_MODULES): Add all-cgen.
11431 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11432 (all-cgen): New target.
11433 (all-opcodes,all-sim): Depend on all-cgen.
11434 * configure.in (host_tools): Add cgen.
11435 Only configure cgen if --enable-cgen-maint.
11436
11437 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
11438
11439 * configure.in: Add *-*-freebsd* configurations.
11440
11441 2002-04-08 Tom Tromey <tromey@redhat.com>
11442
11443 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11444 Fixes PR libgcj/6068.
11445
11446 2002-03-30 Krister Walfridsson <cato@df.lth.se>
11447
11448 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11449
11450 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11451
11452 * configure.in (alpha*-dec-osf*): Enable libgcj.
11453
11454 2003-03-27 Matthew Gingell <gingell@gnat.com>
11455
11456 * MAINTAINERS (Write After Approval): Add myself.
11457
11458 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11459
11460 Fix for: PR bootstrap/3591, target/5676
11461 * configure.in (mcore-pe): Disable the configuration of
11462 libstdc++-v3 since exceptions are not supported.
11463
11464 2002-03-20 Anthony Green <green@redhat.com>
11465
11466 * configure.in: Enable libgcj for xscale-elf target.
11467
11468 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
11469
11470 * MAINTAINERS: Update my email address.
11471
11472 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
11473
11474 * ltmain.sh (relink_command): Fix typo in previous change.
11475
11476 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
11477
11478 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11479 (relink_command): Added --tag flags.
11480 (mode=install): If relinking fails; error out.
11481
11482 2002-03-12 Richard Henderson <rth@redhat.com>
11483
11484 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11485 .NOTPARALLEL tag.
11486 (do-check): Rename from check.
11487 (check): Allow parallel check.
11488
11489 2002-03-12 Bob Wilson <bob.wilson@acm.org>
11490
11491 * MAINTAINERS: Add myself as maintainer for xtensa port.
11492 Fix alphabetical order in CPU port maintainer list.
11493 Remove myself from Write After Approval list.
11494
11495 2002-03-11 Richard Henderson <rth@redhat.com>
11496
11497 * Makefile.in (.NOTPARALLEL): Add fake tag.
11498
11499 2002-03-07 H.J. Lu (hjl@gnu.org)
11500
11501 * configure.in: Enable gprof for mips*-*-linux*.
11502
11503 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11504
11505 * MAINTAINERS (Write After Approval): Add myself.
11506
11507 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
11508
11509 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11510 libjava.
11511 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11512
11513 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
11514
11515 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11516 because its Makefile is there; test for the executable instead.
11517
11518 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
11519
11520 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11521 libstdc++-v3 and libjava.
11522
11523 2002-02-11 Adam Megacz <adam@xwt.org>
11524
11525 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11526 boehm-gc
11527
11528 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
11529
11530 * config.guess: Updated to 2002-01-30's version.
11531 * config.sub: Updated to 2002-02-01's version.
11532 Contribute sh64-elf.
11533 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11534 * configure.in: Added sh64-*-*.
11535
11536 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11537
11538 * MAINTAINERS: Belatedly add myself to write after approval list.
11539
11540 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11541
11542 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11543 Remove self as Write After Approval.
11544
11545 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
11546
11547 * MAINTAINERS: Put self in as maintainer for contrib/regression
11548 directory.
11549
11550 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
11551
11552 * MAINTAINERS: Update my email address.
11553
11554 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11555
11556 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11557 target-libiberty, and target-libgloss. Skip Java-related
11558 libraries if not supported for NetBSD on target CPU.
11559
11560 2002-01-25 Douglas B Rupp <rupp@gnat.com>
11561
11562 * install-sh: Use _inst.$$_ for temp file name.
11563
11564 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11565
11566 * MAINTAINERS (Write After Approval): Move my contact info
11567 from here...
11568 (OS Port Maintainers): ...to here (netbsd).
11569
11570 2002-01-22 Bob Wilson <bob.wilson@acm.org>
11571
11572 * MAINTAINERS (Write After Approval): Add myself.
11573
11574 2002-01-17 H.J. Lu <hjl@gnu.org>
11575
11576 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11577 (all-target-fastjar): Also depend on all-target-libiberty.
11578
11579 2002-01-16 H.J. Lu (hjl@gnu.org)
11580
11581 * config.guess: Import from master sources, rev 1.225.
11582 * config.sub: Import from master sources, rev 1.238.
11583
11584 2002-01-16 Kazu Hirata <kazu@hxi.com>
11585
11586 * MAINTAINERS (Write After Approval): Remove myself.
11587
11588 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
11589
11590 * MAINTAINERS (Write After Approval): Add myself.
11591
11592 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11593
11594 * MAINTAINERS: Add self as docs co-maintainer.
11595
11596 2001-12-11 Matthias Klose <doko@debian.org>
11597
11598 * MAINTAINERS (Write After Approval): Add myself.
11599
11600 2001-12-09 Zack Weinberg <zack@codesourcery.com>
11601
11602 * MAINTAINERS: Update my email address.
11603
11604 2001-12-07 Turly O'Connor <turly@apple.com>
11605 * MAINTAINERS (Write After Approval): Add myself.
11606 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11607 (rs6000_initialize_trampoline): Call __trampoline_setup for
11608 ABI_DARWIN too.
11609 * darwin-tramp.asm: New file, implements __trampoline_setup.
11610 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11611
11612 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
11613
11614 * MAINTAINERS (Write After Approval): Add myself.
11615
11616 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11617
11618 * configure, configure.in: Use temp file for long sed commands.
11619
11620 2001-12-03 Laurent Guerby <guerby@acm.org>
11621
11622 * config.sub: Update to version 1.232 on subversion.
11623
11624 2001-12-03 Ben Elliston <bje@redhat.com>
11625
11626 * MAINTAINERS: Update mail address for config.* patches.
11627
11628 2001-11-27 DJ Delorie <dj@redhat.com>
11629 Zack Weinberg <zack@codesourcery.com>
11630
11631 When build != host, create libiberty for the build machine.
11632
11633 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11634 CONFIG_ARGUMENTS.
11635 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11636 New variables.
11637 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11638 and rules.
11639 (all.normal): Depend on ALL_BUILD_MODULES.
11640 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11641 (all-build-libiberty): Depend on configure-build-libiberty.
11642
11643 * configure: Calculate and substitute proper value for
11644 ALL_BUILD_MODULES.
11645 * configure.in: Create the build subdirectory.
11646 Calculate and substitute TARGET_CONFIGARGS (formerly
11647 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11648
11649 2001-11-26 Ziemowit Laski <zlaski@apple.com>
11650
11651 * MAINTAINERS (write-after-approval): Add self.
11652
11653 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11654
11655 * MAINTAINERS (GNATS only accounts): Remove self.
11656
11657 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11658
11659 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11660 libf2c.
11661
11662 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11663
11664 * MAINTAINERS (Write After Approval): Add self.
11665
11666 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11667
11668 * MAINTAINERS: mips and s390 are also CPU ports.
11669
11670 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11671
11672 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11673
11674 2001-11-11 David O'Brien <obrien@FreeBSD.org>
11675
11676 * MAINTAINERS: Alphabetize.
11677
11678 2001-11-09 Kazu Hirata <kazu@hxi.com>
11679
11680 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11681
11682 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11683
11684 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11685
11686 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11687
11688 * configure.in (--enable-languages): Be more permissive about
11689 syntax. Check for empty lists better. Warn about $LANGUAGES.
11690
11691 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
11692
11693 * config.sub: Import from master sources, rev. 1.230.
11694 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11695
11696 2001-11-07 Laurent Guerby <guerby@acm.org>
11697
11698 * MAINTAINERS (Write After Approval): Add self.
11699
11700 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11701
11702 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11703
11704 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11705
11706 * config.sub: Import from master sources, rev 1.226.
11707 * config.guess: Import from master sources, rev 1.216.
11708
11709 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11710
11711 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11712 * MAINTAINERS: Add self as maintainer of MMIX port.
11713 Remove old after-approval entry.
11714
11715 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11716
11717 * ChangeLog, configure: Fix spelling errors.
11718
11719 2001-10-20 Brendan Kehoe <brendan@zen.org>
11720
11721 * MAINTAINERS: Tweak my address.
11722
11723 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
11724
11725 * MAINTAINERS: Update my email address.
11726
11727 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
11728
11729 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11730 * MAINTAINERS: Add self as maintainer of CRIS port.
11731
11732 2001-10-10 Geert Bosch <bosch@gnat.com>
11733
11734 * MAINTAINERS (Various maintainers: Ada front end):
11735 Added Robert Dewar.
11736
11737 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
11738
11739 * MAINTAINERS (Write After Approval): Added self
11740
11741 2001-10-02 Geert Bosch <bosch@gnat.com>
11742
11743 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11744
11745 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11746
11747 * configure: Handle temporary files securely using mkdir.
11748
11749 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
11750
11751 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11752
11753 2001-09-26 Will Cohen <wcohen@redhat.com>
11754
11755 * configure.in (*-*-linux*): Disable configuration of target-newlib
11756 and target-libgloss.
11757
11758 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11759
11760 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11761 RANLIB.
11762
11763 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
11764
11765 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11766 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11767 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11768 avoid quotes nesting problems.
11769 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11770 (DO_X): Export only variables that are set.
11771
11772 2001-09-19 Ben Elliston <bje@redhat.com>
11773
11774 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11775 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11776 semantics. Use the shell built-in "type" command instead.
11777
11778 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
11779
11780 Merged from gcc-3_0-branch:
11781 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11782 * ltcf-c.sh: Use $objext, not $ac_objext.
11783 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11784 * ltcf-cxx.sh: Add support for GNU.
11785 2001-07-22 Timothy Wall <twall@redhat.com>
11786 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11787 default settings if using GNU tools with that configuration.
11788 * ltcf-cxx.sh: Ditto.
11789 * ltcf-gcj.sh: Ditto.
11790 2001-07-21 Michael Chastain <chastain@redhat.com>
11791 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11792 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11793 * ltmain.sh: Mark as gcc-local.
11794
11795 2001-08-30 Eric Christopher <echristo@redhat.com>
11796 Jason Eckhardt <jle@redhat.com>
11797
11798 * config.guess: Merge from master sources.
11799 * config.sub: Merge from master sources, add support for mipsisa32.
11800
11801 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
11802 * config.sub: Merge from master sources, rev 1.219.
11803 * MAINTAINERS: Add self as contact for stormy16 port.
11804
11805 2001-08-14 Zack Weinberg <zackw@panix.com>
11806
11807 * config.sub: Merge from master sources, rev 1.218.
11808 * config.guess: Merge from master sources, rev 1.209.
11809
11810 2001-08-11 Graham Stott <grahams@redhat.com>
11811
11812 * Makefile.in (check-c++): Add missing semicolon.
11813
11814 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11815
11816 * MAINTAINERS (Various maitainers: predict.def): Added myself.
11817
11818 2001-07-30 Eric Christopher <echristo@redhat.com>
11819
11820 * MAINTAINERS (Various maintainers: mips port): Added myself.
11821
11822 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11823
11824 * configure.in (sh-*-linux*): New.
11825
11826 2001-07-27 Richard Henderson <rth@redhat.com>
11827
11828 * .cvsignore: Add LAST_UPDATED.
11829
11830 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11831
11832 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11833
11834 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
11835
11836 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11837
11838 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11839
11840 * MAINTAINERS (Write After Approval): Added myself.
11841
11842 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11843
11844 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11845 and libgcj on m68hc11/m68hc12.
11846
11847 2001-06-27 H.J. Lu (hjl@gnu.org)
11848
11849 * Makefile (CFLAGS_FOR_BUILD): New.
11850 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11851
11852 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11853
11854 * README: Remove version number.
11855
11856 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11857
11858 * INSTALL/README: Update wrt. to the installation instructions now
11859 residing in gcc/doc/install.texi.
11860
11861 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11862
11863 * README: Replace with a cut-down and updated version of gcc/README.
11864
11865 2001-06-12 David Edelsohn <edelsohn@gnu.org>
11866
11867 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11868 multilibs to be disabled.
11869
11870 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
11871
11872 * MAINTAINERS (Write After Approval): Add myself.
11873
11874 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
11875
11876 * config.guess: Import CVS version 1.195.
11877 * config.sub: Import CVS version 1.212.
11878
11879 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11880
11881 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11882 gcc/xgcc is built, use -print-prog-name to find out the program
11883 name to use.
11884
11885 2001-06-04 Phil Edwards <pme@sources.redhat.com>
11886
11887 * config.guess: Import CVS version 1.194. All gcc-local changes
11888 appear to also be in the master copy.
11889 * config.sub: Import CVS version 1.211.
11890
11891 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11892
11893 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11894 with_gcc]: Use `gcc -shared' to build a shared library.
11895
11896 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11897
11898 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11899 archives.
11900
11901 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11902
11903 * MAINTAINERS (Write After Approval): Add myself.
11904
11905 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
11906
11907 * configure.in (libstdcxx_flags): Do not try to execute
11908 libstdc++-v3/testsuite_flags until it exists.
11909
11910 2001-06-01 Alan Modra <amodra@bigpond.net.au>
11911
11912 * MAINTAINERS: Update my email address.
11913
11914 2001-05-31 Graham Stott <grahams@redhat.com>
11915
11916 * MAINTAINERS (Write After Approval): Add myself.
11917
11918 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
11919
11920 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11921 libraries when using g++ with native linker.
11922
11923 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
11924
11925 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11926
11927 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
11928
11929 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11930 [aix4*|aix5*]: Prepend blank.
11931
11932 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
11933
11934 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11935 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11936 of subdir/configure scripts to use the new libtool.m4.
11937
11938 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11939
11940 * MAINTAINERS (Write After Approval): Add myself.
11941
11942 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11943
11944 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11945
11946 2001-05-11 Ben Elliston <bje@redhat.com>
11947
11948 * Makefile.in (all-sid): New target.
11949 (check-sid, clean-sid, install-sid): Likewise.
11950
11951 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11952
11953 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11954
11955 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11956
11957 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11958 libgcj.
11959
11960 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11961
11962 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11963 gcc/xgcc is built, use -print-prog-name to find out the program
11964 name to use.
11965
11966 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
11967
11968 * configure.in (noconfigdirs): Don't reset it from scratch in the
11969 target case; only append to it.
11970
11971 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11972 sparc-*-solaris2.8]: Disable ${libgcj}.
11973
11974 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
11975
11976 * configure.in (libgcj_saved): Copy from $libgcj.
11977 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11978 --disable-libgcj.
11979
11980 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11981
11982 * MAINTAINERS: Remove self as MIPS maintainer and
11983 C front end maintainer.
11984
11985 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11986
11987 * configure.in: Move *-chorusos target case to the proper switch.
11988 Disable libgcj.
11989
11990 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11991
11992 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11993 1.641.2.228.
11994
11995 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11996
11997 * Makefile.in (STAGE1_CFLAGS): Pass down.
11998
11999 2001-04-13 Alan Modra <amodra@one.net.au>
12000
12001 * config.guess: Add hppa64-linux support. Note for next import that
12002 this is already in the master file.
12003 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
12004
12005 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12006
12007 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12008 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12009
12010 2001-04-11 Stan Shebs <shebs@apple.com>
12011
12012 * MAINTAINERS: Add self as Darwin port maintainer.
12013
12014 2001-04-11 Alan Modra <amodra@one.net.au>
12015
12016 * MAINTAINERS: Update my email address.
12017
12018 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
12019
12020 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12021 recent versions of FreeBSD (release 3 or later).
12022 * ltconfig: On FreeBSD, -lc must not be provided when building
12023 a shared library or else the standard -pthread gcc option is
12024 rendered worthless to later users of the built library.
12025
12026 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
12027
12028 * MAINTAINERS: Add self and RTH as C front end maintainers.
12029
12030 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
12031
12032 * config.sub: Make sure to match an already-canonicalized
12033 machine name (eg. mn10300-unknown-elf).
12034
12035 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
12036
12037 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12038 New macros.
12039 (bootstrap, cross): Use RECURSE_FLAGS.
12040 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12041
12042 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
12043
12044 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12045
12046 2001-03-22 Colin Howell <chowell@redhat.com>
12047
12048 * Makefile.in (DO_X): Do not backslash single-quotes in
12049 backquotes (two places).
12050
12051 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
12052
12053 Re-installed:
12054 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12055 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12056 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12057 * ltcf-cxx.sh: Likewise.
12058 * ltcf-gcj.sh: Likewise.
12059
12060 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12061
12062 * MAINTAINERS: Add myself as "documentation co-maintainer".
12063
12064 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
12065
12066 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12067 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12068
12069 2001-03-19 Tom Tromey <tromey@redhat.com>
12070
12071 * config-ml.in: Handle GCJ and GCJFLAGS.
12072
12073 2001-03-21 Michael Chastain <chastain@redhat.com>
12074
12075 * Makefile.in: all-m4 depends on all-texinfo.
12076
12077 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
12078
12079 * MAINTAINERS: Add myself to write after approval list.
12080
12081 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
12082
12083 * Makefile.in (DO_X): Quote nested quotes.
12084
12085 2001-03-18 Alan Modra <alan@linuxcare.com.au>
12086
12087 * MAINTAINERS: Add myself to write after approval list.
12088
12089 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
12090
12091 * Makefile.in (DO_X): Use double quotes for quoting
12092 "RANLIB=$${RANLIB}".
12093
12094 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12095
12096 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12097
12098 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
12099
12100 * configure.in: Only use `lang_requires' for languages athat are
12101 actually enabled.
12102
12103 2001-03-08 Phil Edwards <pme@sources.redhat.com>
12104
12105 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12106
12107 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
12108
12109 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12110
12111 2001-03-07 Tom Tromey <tromey@redhat.com>
12112
12113 * configure.in: Allow config-lang.in to set `lang_requires' to list
12114 of other required languages.
12115
12116 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
12117
12118 * Makefile.in: Remove RANLIB definition. Use RANLIB
12119 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12120 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12121
12122 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
12123 Alexandre Oliva <aoliva@redhat.com>
12124
12125 * Makefile.in (check-c++): Use tabs, not spaces.
12126
12127 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
12128
12129 * MAINTAINERS: add myself to Write After Approval list.
12130
12131 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
12132
12133 * Makefile.in (check-c++): New rule.
12134
12135 * configure.in (target_libs): Remove libg++.
12136 (noconfigdirs): Remove libg++.
12137 (noconfigdirs): Same.
12138 (noconfigdirs): Same.
12139 (noconfigdirs): Same.
12140
12141 * config-ml.in: Remove libg++ references.
12142
12143 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12144 (ALL_TARGET_MODULES): Same.
12145 (configure-target-libg++): Remove.
12146 (all-target-libg++): Remove.
12147 (configure-target-libio): Remove.
12148 (all-target-libio): Remove.
12149 (check-target-libio): Remove.
12150 (.PHONY): Remove.
12151 (libg++.tar.bz2): Remove.
12152 (all-target-cygmon): Remove libio.
12153 (all-target-libstdc++): Remove.
12154 (configure-target-libstdc++): Remove.
12155 (TARGET_LIB_PATH): Remove libstdc++.
12156 (ALL_GCC_CXX): Remove libstdc++.
12157 (all-target-gperf): Correct.
12158
12159 2001-02-16 Nick Clifton <nickc@redhat.com>
12160
12161 * configure.in (noconfigdirs): Allow configuration of texinfo
12162 for Cygwin hosts.
12163
12164 2001-02-15 Anthony Green <green@redhat.com>
12165
12166 * configure: Introduce GCJ_FOR_TARGET.
12167 * configure.in: Ditto.
12168 * Makefile.in: Ditto.
12169
12170 2001-02-13 Andreas Schwab <schwab@suse.de>
12171
12172 * MAINTAINERS: Update mail address.
12173
12174 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12175
12176 * config.guess: Add linux target for S/390.
12177 * config.sub: Likewise.
12178
12179 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
12180
12181 * configure.in: for *-chorusos, don't config target-newlib and
12182 target-libgloss.
12183
12184 2001-02-06 Ben Elliston <bje@redhat.com>
12185
12186 * configure: Output host type to stdout, not stderr.
12187
12188 2001-02-05 Mark Mitchell <mark@codesourcery.com>
12189
12190 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12191 * ltcf-cxx.sh: Likewise.
12192
12193 * config.if: Assume enable_libstdcxx_v3 is defined.
12194
12195 2001-02-04 Mark Mitchell <mark@codesourcery.com>
12196
12197 Remove V2 C++ library.
12198 * configure.in: Remove --enable-libstdcxx_v3 support.
12199
12200 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
12201
12202 * include/demangle.h: Add prototype for java_demangle_v3.
12203
12204 2001-01-29 Phil Edwards <pme@sources.redhat.com>
12205
12206 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
12207
12208 2001-01-27 Richard Henderson <rth@redhat.com>
12209
12210 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12211
12212 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12213
12214 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12215 Don't unset, it's non-portable and no longer necessary, set to empty
12216 instead.
12217
12218 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12219
12220 * ltconfig: Shell portability fix for the tagname validity check.
12221
12222 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
12223
12224 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12225 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12226
12227 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12228
12229 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12230
12231 2001-01-26 Tom Tromey <tromey@redhat.com>
12232
12233 * configure.in: Allow libgcj to be built on Sparc Solaris.
12234
12235 2001-01-25 David Edelsohn <edelsohn@gnu.org>
12236
12237 * ltcf-c.sh: Add aix5 case.
12238 * ltcf-cxx.sh: Likewise.
12239 * ltconfig: Likewise.
12240
12241 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
12242
12243 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12244 keep at least one of build_libtool_libs or build_old_libs set to
12245 yes.
12246
12247 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12248 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12249
12250 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
12251
12252 * configure.in: Enable libgcj on several additional platforms.
12253
12254 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
12255
12256 * configure.in: Enable libgcj for linux targets.
12257
12258 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12259
12260 * MAINTAINERS (Write After Approval): Add myself.
12261
12262 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
12263
12264 * MAINTAINERS: Add myself as vax port maintainer.
12265
12266 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
12267
12268 * MAINTAINERS: Add myself as Mercury front-end maintainer.
12269
12270 2001-01-09 Mike Stump <mrs@wrs.com>
12271
12272 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12273 failures of subdirectories.
12274
12275 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12276
12277 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12278 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12279 * ltcf-cxx.sh: Likewise.
12280 * ltcf-gcj.sh: Likewise.
12281 * ltconfig.sh: Fix typo.
12282
12283 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12284
12285 * configure: handle DOS-style absolute paths.
12286
12287 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12288
12289 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12290
12291 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12292
12293 * MAINTAINERS: Add myself as avr port co-maintainer.
12294
12295 2000-12-28 Ben Elliston <bje@redhat.com>
12296
12297 * MAINTAINERS: Add myself under ``Write After Approval''.
12298
12299 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12300
12301 * texinfo: Remove directory from GCC.
12302
12303 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12304
12305 * COPYING: Update to current
12306 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12307 to 19yy as example year in copyright notice).
12308
12309 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12310
12311 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12312 (libstdcxx_incdir): Pass down.
12313 * config.if: Remove expired bits for cxx_interface, add stub.
12314 (libstdcxx_incdir): Add variable for g++ include directory.
12315 * configure.in (gxx_include_dir): Use it.
12316
12317 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
12318
12319 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12320 with old-email address from ``Write After Approval''.
12321
12322 2000-12-15 Andreas Jaeger <aj@suse.de>
12323
12324 * configure.in: Handle lang_dirs.
12325
12326 2000-12-14 Tom Tromey <tromey@redhat.com>
12327
12328 * MAINTAINERS: Removed brads.
12329
12330 * MAINTAINERS: Added gcj developers.
12331
12332 2000-12-13 Anthony Green <green@redhat.com>
12333
12334 * configure.in: Disable libgcj for any target not specifically
12335 listed. Disable libgcj for x86 and Alpha Linux until compatible
12336 with g++ abi.
12337
12338 2000-12-13 Mike Stump <mrs@wrs.com>
12339
12340 * Makefile.in (local-distclean): Also remove fastjar.
12341
12342 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12343
12344 * contrib/gcc_update: Add fastjar --touch entries.
12345
12346 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
12347
12348 * configure.in: Disable language-specific target libraries for
12349 languages that aren't enabled.
12350
12351 2000-12-10 Anthony Green <green@redhat.com>
12352
12353 * configure.in: Define libgcj. Disable libgcj target libraries for
12354 most targets.
12355
12356 2000-12-10 Neil Booth <neilb@earthling.net>
12357
12358 * MAINTAINERS: Update mail address, remove from WAA list.
12359
12360 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12361
12362 * libjava: Imported from /cvs/java.
12363 * libffi: Likewise.
12364 * Boehm-gc: Likewise.
12365
12366 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12367
12368 * configure.in (target_libs): Revert 2000-12-08 patch.
12369 (noconfigdirs): Added target-libjava.
12370
12371 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12372
12373 * djunpack.bat: removed.
12374
12375 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12376
12377 * Makefile.in: handle DOS-style absolute paths.
12378 * config-ml.in: likewise.
12379 * symlink-tree: likewise.
12380
12381 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12382
12383 * fastjar: Imported.
12384
12385 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12386
12387 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12388 libjava.
12389 * configure.in (target_libs): Removed `target-libjava'.
12390
12391 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12392
12393 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12394 (ALL_MODULES): Added fastjar.
12395 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12396 (all-target-libjava): all-fastjar replaces all-zip.
12397 (all-fastjar): Added.
12398 (configure-target-fastjar, all-target-fastjar): Likewise.
12399 * configure.in (host_tools): Added fastjar.
12400
12401 2000-12-07 Mike Stump <mrs@wrs.com>
12402
12403 * Makefile.in (local-distclean): Remove leftover built files.
12404
12405 2000-11-24 Nick Clifton <nickc@redhat.com>
12406
12407 * configure.in (xscale-elf): Add target.
12408 (xscale-coff): Add target.
12409
12410 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
12411
12412 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12413 recent versions of FreeBSD (release 3 or later).
12414 * ltconfig: On FreeBSD, -lc must not be provided when building
12415 a shared library or else the standard -pthread gcc option is
12416 rendered worthless to later users of the built library.
12417
12418 2000-11-16 Fred Fish <fnf@be.com>
12419
12420 * configure.in (enable_libstdcxx_v3): Fix typo,
12421 libstd++ -> libstdc++.
12422
12423 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12424
12425 * MAINTAINERS: Add self to Write After Approval list.
12426
12427 2000-11-21 Bernd Schmidt <bernds@redhat.com>
12428
12429 * MAINTAINERS: Update my email address. Add myself to global write
12430 privs list.
12431
12432 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
12433
12434 * Makefile.in: Merge with src and libgcj.
12435 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12436 configure-target-<library> when their configure scripts need the C
12437 or C++ library to have already been built to work properly.
12438 (do_proto_toplev): Set them to an empty string.
12439
12440 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12441 (REALLY_SET_LIB_PATH): Use them.
12442
12443 2000-11-17 Stan Shebs <shebs@apple.com>
12444
12445 * MAINTAINERS: Add self to Write After Approval list.
12446
12447 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12448
12449 * configure: Provide the original toplevel configure arguments
12450 (including $0) to subprocesses in the environment rather than
12451 through gcc/configargs.h.
12452
12453 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12454
12455 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12456 C99. Alphabetise "Write After Approval" list.
12457
12458 2000-11-12 Mark Mitchell <mark@codesourcery.com>
12459
12460 * configure: Turn on libstdc++ V3 by default.
12461
12462 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12463 if we've got GCC.
12464
12465 2000-11-11 Philip Blundell <philb@gnu.org>
12466
12467 * MAINTAINERS: Add self to Write After Approval list.
12468
12469 2000-11-09 David Edelsohn <edelsohn@gnu.org>
12470
12471 * ltcf-c.sh (aix4): Improve shared library configuration; require
12472 exporting symbols.
12473 * ltcf-cxx.sh (aix4): Define.
12474 * ltconfig (aix4): Define library and soname specs appropriate for
12475 AIX. Define command to create export symbols list.
12476
12477 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
12478
12479 * config.sub: Add support for Sun Chorus
12480
12481 2000-10-31 Nick Clifton <nickc@redhat.com>
12482
12483 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12484 <name>@redhat.com. Also installed new email address for Clint
12485 Popetz.
12486
12487 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12488
12489 * etc: Remove directory from GCC.
12490
12491 2000-10-16 Michael Meissner <meissner@redhat.com>
12492
12493 * configure (gcc/configargs.h): Only create if there is a build GCC
12494 directory created.
12495
12496 2000-10-16 Matthias Klose <doko@debian.org>
12497
12498 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12499 when configured for libstdc++-v3.
12500
12501 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
12502
12503 * configure: Save configure arguments to gcc/configargs.h.
12504
12505 2000-10-04 Philipp Thomas <pthomas@suse.de>
12506
12507 * config.guess: Import CVS version 1.157.
12508 * config.sub: Import CVS version 1.181.
12509
12510 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
12511
12512 * Makefile.in (bootstrap): avoid recursion if subdir missing
12513 (cross): ditto
12514 (do-proto-toplev): ditto
12515
12516 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
12517
12518 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12519 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12520
12521 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12522 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12523 all affected `configure' scripts.
12524
12525 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12526
12527 * MAINTAINERS: Add self as cpplib co-maintainer.
12528
12529 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
12530
12531 * MAINTAINERS: Add self to Write After Approval list.
12532
12533 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12534
12535 * INSTALL/README: egcs -> GCC update.
12536
12537 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
12538
12539 * MAINTAINERS: Add myself to Write After Approval list.
12540
12541 2000-09-15 Kazu Hirata <kazu@hxi.com>
12542
12543 * MAINTAINERS: Add myself to Write After Approval list.
12544
12545 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12546
12547 * configure.in: Do not build byacc for hppa64. Provide paths to the
12548 X11 libraries for hppa64.
12549
12550 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12551
12552 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12553
12554 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
12555
12556 * Makefile.in (all-zlib): Added dummy target.
12557
12558 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12559 ltcf-gcj.sh: Updated from libtool multi-language branch.
12560
12561 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
12562
12563 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12564 (bootstrap*): Depend on all-bootstrap.
12565
12566 2000-09-05 Philipp Thomas <pthomas@suse.de>
12567
12568 * config.guess: Import CVS version 1.156.
12569 * config.sub: Import CVS version 1.179.
12570
12571 2000-09-02 Anthony Green <green@cygnus.com>
12572
12573 * Makefile.in (all-gcc): Depend on all-zlib.
12574 (CLEAN_MODULES): Add clean-zlib.
12575 (ALL_MODULES): Add all-zlib.
12576 * configure.in (host_libs): Add zlib.
12577
12578 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
12579
12580 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12581 crosses, but add gcc/include to the header search path for them.
12582
12583 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12584
12585 * MAINTAINERS: Add self to Write After Approval list.
12586
12587 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12588
12589 * config.guess: Import CVS version 1.152.
12590 * config.sub: Import CVS version 1.177.
12591
12592 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
12593
12594 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12595 $targargs to tell whether newlib is going to be built.
12596
12597 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12598 $$r/TARGET_SUBDIR/libio for _G_config.h.
12599
12600 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
12601
12602 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12603
12604 2000-08-22 DJ Delorie <dj@redhat.com>
12605
12606 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12607
12608 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
12609
12610 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12611 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12612 sub-configures.
12613
12614 2000-08-21 DJ Delorie <dj@redhat.com>
12615
12616 * MAINTAINERS: Add self as a libiberty maintainer
12617
12618 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
12619
12620 * configure.in (libstdcxx_flags): Use
12621 libstdc++-v3/src/libstdc++.INC.
12622
12623 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
12624
12625 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12626
12627 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12628
12629 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12630
12631 * configure: Make enable_threads and enable_shared defaults
12632 explicit. Substitute enable_threads into generated Makefiles.
12633 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12634 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12635
12636 2000-08-13 Geoff Keating <geoffk@cygnus.com>
12637
12638 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12639
12640 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
12641
12642 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12643 previous delta.
12644
12645 2000-08-11 Jason Merrill <jason@redhat.com>
12646
12647 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12648 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12649 (FLAGS_FOR_TARGET): Not here.
12650 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12651
12652 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
12653
12654 * config-ml.in (CC, CXX): Don't introduce a leading space.
12655
12656 2000-08-07 DJ Delorie <dj@delorie.com>
12657
12658 * MAINTAINERS: Add self as a DJGPP maintainer
12659
12660 2000-08-07 DJ Delorie <dj@redhat.com>
12661
12662 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12663 "if we're also building gcc, and it's a gcc that will run on the
12664 build machine, we want to use its includes instead of the system's
12665 default includes".
12666
12667 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12668
12669 * MAINTAINERS: Add self to Write After Approval list.
12670
12671 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
12672
12673 * configure.in (libstdcxx_flags): Don't use `"'.
12674
12675 * config-ml.in: Adjust multilib search paths to the
12676 appropriate multilib tree.
12677
12678 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
12679
12680 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12681 commas in $LANGUAGES.
12682
12683 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
12684
12685 * configure.in: Re-enable all references to libg++ and librx.
12686
12687 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
12688
12689 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12690 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12691 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12692 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12693
12694 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12695
12696 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
12697
12698 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12699 CXX_FOR_TARGET for sed.
12700
12701 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
12702
12703 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12704 Do not override if already set in the environment or in configure.
12705 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12706 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12707
12708 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
12709
12710 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12711 the libtool CVS tree multi-language branch.
12712 * ltconfig, ltmain.sh: Updated.
12713
12714 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
12715
12716 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12717 (clean-target): Depend on it.
12718
12719 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12720 (GCC_FOR_TARGET): Use it.
12721 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12722 * configure.in: ... here.
12723 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12724 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12725
12726 2000-07-24 Eric Christopher <echristo@cygnus.com>
12727
12728 * MAINTAINERS: Add self to Write After Approval list.
12729
12730 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
12731
12732 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12733 (configure-target-libchill, configure-target-libobjc): Likewise.
12734
12735 * configure.in: Use the same cache file for all target libs.
12736 * config-ml.in: But different cache files per multilib variant.
12737
12738 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12739
12740 * configure (topsrcdir): Don't use dirname.
12741
12742 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12743
12744 * MAINTAINERS: Add self to Write After Approval list.
12745
12746 2000-07-20 Jason Merrill <jason@redhat.com>
12747
12748 * configure.in: Remove all references to libg++ and librx.
12749
12750 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12751
12752 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
12753
12754 * config.sub: Update to subversions version 2000-07-06.
12755
12756 2000-07-12 Andrew Haley <aph@cygnus.com>
12757
12758 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12759 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12760
12761 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12762
12763 * symlink-tree: Check number of arguments.
12764
12765 2000-07-05 Jim Wilson <wilson@cygnus.com>
12766
12767 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12768 search path for a g++ extracted from the build tree. This
12769 will allow link tests run by configure scripts in
12770 subdirectories to succeed.
12771
12772 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
12773
12774 * ltconfig: Add support for mips-dde-sysv4.2MP
12775
12776 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12777
12778 * MAINTAINERS: Add myself as loop discovery maintainer.
12779
12780 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12781
12782 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12783 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12784
12785 2000-06-19 Timothy Wall <twall@cygnus.com>
12786
12787 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12788 * config.sub: Add tic54x target.
12789
12790 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12791
12792 * MAINTAINERS: Add self as Fortran maintainer,
12793 remove Craig Burley.
12794
12795 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
12796
12797 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12798 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12799
12800 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12801
12802 * MAINTAINERS: Add self as i18n maintainer
12803
12804 20000-05-21 H.J. Lu (hjl@gnu.org)
12805
12806 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12807 directory are used if they exist. Make sure
12808 $(build_tooldir)/include is searched for header files,
12809 $(build_tooldir)/lib/ for library files.
12810 (GCC_FOR_TARGET): Likewise.
12811 (CXX_FOR_TARGET): Likewise.
12812
12813 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12814
12815 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12816
12817 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
12818
12819 * Makefile.in (configure-target-libiberty): Depend on
12820 configure-target-newlib.
12821
12822 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12823
12824 * configure.in, Makefile.in: Merge all libffi-related
12825 configury stuff from the libgcj tree.
12826
12827 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12828
12829 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12830 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12831
12832 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12833
12834 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12835 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12836 current version information. Add to proto-toplev directory.
12837 (gdb-taz): Build do-djunpack.
12838
12839 2000-05-15 David Edelsohn <edelsohn@gnu.org>
12840
12841 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12842
12843 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12844
12845 * MAINTAINERS: Add self to Write After Approval list.
12846
12847 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12848
12849 * ltmain.sh: Preserve in relink_command any environment
12850 variables that may affect the linker behavior.
12851
12852 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12853
12854 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12855
12856 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12857
12858 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12859
12860 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12861
12862 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12863 with the version name.
12864
12865 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12866
12867 * MAINTAINERS: Add self as bb-reorder maintainer.
12868
12869 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12870
12871 * config.if: Tweak.
12872
12873 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12874
12875 * djunpack.bat: New file.
12876
12877 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12878
12879 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12880 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12881 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12882 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12883
12884 2000-04-16 Dave Pitts <dpitts@cozx.com>
12885
12886 * config.sub (case $basic_machine): Change default for "ibm-*"
12887 to "openedition".
12888
12889 2000-04-13 Andreas Jaeger <aj@suse.de>
12890
12891 * MAINTAINERS: Added myself.
12892
12893 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12894
12895 * Makefile.in (gdb-taz): New target. GDB specific archive.
12896 (do-md5sum): New target.
12897 (MD5PROG): Define.
12898 (PACKAGE): Default to TOOL.
12899 (VER): Default to a shell script.
12900 (taz): Rewrite target. Move real work to do-proto-toplev. Include
12901 md5 checksum generation.
12902 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12903 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12904 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12905 insight.tar.bz2): Use gdb-taz to create archive.
12906
12907 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12908
12909 * configure (warn_cflags): Delete.
12910
12911 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12912
12913 * MAINTAINERS: Added myself.
12914
12915 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
12916 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
12917
12918 * configure.in (enable_libstdcxx_v3): Add.
12919 (target_libs): Add bits here to switch between libstdc++-v2 and
12920 libstdc++-v3.
12921 * config.if: And this file too.
12922 * Makefile.in: Add libstdc++-v3 targets.
12923
12924 2000-04-05 Michael Meissner <meissner@redhat.com>
12925
12926 * config.sub (d30v): Add d30v as a basic machine type.
12927
12928 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
12929
12930 * configure.in: -linux-gnu*, not -linux-gnu.
12931
12932 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12933
12934 * MAINTAINERS: Add self in write-after-approval section.
12935
12936 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12937
12938 * MAINTAINERS: Add self as ia64 port maintainer.
12939
12940 2000-03-08 Neil Booth <NeilB@earthling.net>
12941
12942 * MAINTAINERS: Add self in write-after-approval section.
12943
12944 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
12945
12946 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12947 (do-tar-bz2): Replace TOOL with PACKAGE.
12948 (gdb.tar.bz2): Remove GDBTK from GDB package.
12949 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12950 dejagnu.tar.bz2): New packages.
12951
12952 2000-02-27 Andreas Jaeger <aj@suse.de>
12953
12954 * configure.in: Add entry for mips*-*-linux*, move catch all
12955 *-*-*linux* entry below this one.
12956
12957 2000-02-27 Ian Lance Taylor <ian@zembu.com>
12958
12959 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12960
12961 2000-02-24 Nick Clifton <nickc@cygnus.com>
12962
12963 * config.sub: Support an OS of "wince".
12964
12965 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12966
12967 * config.guess, config.sub: Updated to match config's 2000-02-15
12968 version.
12969
12970 2000-02-23 Linas Vepstas <linas@linas.org>
12971
12972 * config.sub: Add support for Linux/IBM 370.
12973 * configure.in: Likewise.
12974
12975 2000-02-22 Nick Clifton <nickc@cygnus.com>
12976
12977 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12978
12979 2000-02-20 Christopher Faylor <cgf@cygnus.com>
12980
12981 * config.guess: Guess "cygwin" rather than "cygwin32".
12982
12983 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12984
12985 * configure (gcc_version): When setting, narrow search to
12986 lines containing `version_string'.
12987
12988 2000-02-15 Denis Chertykov <denisc@overta.ru>
12989
12990 * config.sub: Add support for avr target.
12991
12992 2000-02-14 Nick Clifton <nickc@cygnus.com>
12993
12994 * MAINTAINERS: Add maintainers for MCore port.
12995
12996 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12997
12998 * config.sub: Add mmix-knuth-mmixware.
12999
13000 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13001
13002 * MAINTAINERS: Pair cccp with cpplib maintainership.
13003
13004 2000-01-27 Christopher Faylor <cgf@redhat.com>
13005
13006 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13007 structure stuff to -L library search.
13008 (CXX_FOR_TARGET): Ditto.
13009 (CROSS_CHECK_MODULES): Fix spelling mistake.
13010
13011 2000-01-24 Mark Mitchell <mark@codesourcery.com>
13012
13013 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13014 the C++ compiler.
13015
13016 2000-01-12 Richard Henderson <rth@cygnus.com>
13017
13018 * configure.in: Don't build some bits for beos.
13019
13020 2000-01-12 Joel Sherrill (joel@OARcorp.com)
13021
13022 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13023 as include files.
13024
13025 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
13026
13027 * Add self as cpplib maintainer, as requested by Jason
13028 Merrill. Correct my e-mail address.
13029
13030 2000-01-06 Geoff Keating <geoffk@cygnus.com>
13031
13032 * configure.in: Use mt-aix43 to handle *_TARGET defs,
13033 not mh-aix43.
13034
13035 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
13036
13037 * MAINTAINERS: Add myself to "write after approval" list.
13038
13039 1999-12-14 Richard Henderson <rth@cygnus.com>
13040
13041 * config.guess (alpha-osf, alpha-linux): Detect ev67.
13042 * config.sub: Accept alphaev[78], alphaev8.
13043
13044 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13045
13046 * config.guess, config.sub: Update from autoconf.
13047
13048 1999-11-29 Bruce Korb <autogen@linuxbox.com>
13049
13050 * MAINTAINERS: update my playtime e-address.
13051
13052 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13053
13054 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13055 necessary libraries are missing.
13056
13057 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
13058
13059 * MAINTAINERS: Add new 'write after approval' maintainer.
13060
13061 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13062
13063 * MAINTAINERS: Add new Java maintainer.
13064
13065 1999-10-25 Andreas Schwab <schwab@suse.de>
13066
13067 * configure: Fix quoting inside arguments of eval.
13068
13069 1999-10-21 Nick Clifton <nickc@cygnus.com>
13070
13071 * config-ml.in: Allow suppression of some ARM multilibs.
13072
13073 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13074
13075 * config.guess: Add OS/390 match pattern.
13076 * config.sub: Add mvs, openedition targets.
13077 * configure.in (i370-ibm-opened*): New.
13078
13079 1999-09-04 Steve Chamberlain <sac@pobox.com>
13080
13081 * config.sub: Add support for configuring for pj.
13082
13083 1999-08-31 Nick Clifton <nickc@cygnus.com>
13084
13085 * config.sub (maybe_os): Add support for configuring for fr30.
13086
13087 1999-08-25 Nick Clifton <nickc@cygnus.com>
13088
13089 * configure.in: Do not configure or build ld for AIX
13090 platforms. ld is known to be broken on these platforms.
13091
13092 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13093
13094 * config-ml.in: Pass compiler flag corresponding to multidirs to
13095 subdir configures.
13096
13097 1999-08-09 Ian Lance Taylor <ian@zembu.com>
13098
13099 * Makefile.in (LDFLAGS): Define.
13100
13101 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13102
13103 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13104 noconfigdirs.
13105 (*-*-cygwin*): Likewise.
13106
13107 1999-08-08 Ian Lance Taylor <ian@zembu.com>
13108
13109 * mkdep: New file.
13110 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13111 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13112
13113 From Eli Zaretskii <eliz@is.elta.co.il>:
13114 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13115 long file name when using DJGPP on MS-DOS.
13116
13117 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13118
13119 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13120
13121 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13122
13123 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13124 dependency as this causes "make check" to globally "make all"
13125
13126 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13127
13128 * configure.in (target_libs): Added target-zlib.
13129 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13130 (CONFIGURE_TARGET_MODULES): Likewise.
13131 (CHECK_TARGET_MODULES): Likewise.
13132 (INSTALL_TARGET_MODULES): Likewise.
13133 (CLEAN_TARGET_MODULES): Likewise.
13134 (configure-target-zlib): New target.
13135 (all-target-zlib): Likewise.
13136 (all-target-libjava): Depend on all-target-zlib.
13137 (configure-target-libjava): Depend on configure-target-zlib.
13138
13139 * Makefile.in (configure-target-libjava): Depend on
13140 configure-target-newlib.
13141 (configure-target-boehm-gc): New target.
13142 (configure-target-qthreads): New target.
13143
13144 * configure.in (target_libs): Added target-qthreads.
13145 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13146 (CONFIGURE_TARGET_MODULES): Likewise.
13147 (CHECK_TARGET_MODULES): Likewise.
13148 (INSTALL_TARGET_MODULES): Likewise.
13149 (CLEAN_TARGET_MODULES): Likewise.
13150 (all-target-qthreads): New target.
13151 (configure-target-libjava): Depend on configure-target-qthreads.
13152 (all-target-libjava): Depend on all-target-qthreads.
13153
13154 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13155 (CONFIGURE_TARGET_MODULES): Likewise.
13156 (CHECK_TARGET_MODULES): Likewise.
13157 (INSTALL_TARGET_MODULES): Likewise.
13158 (CLEAN_TARGET_MODULES): Likewise.
13159 (all-target-libjava): New target.
13160 (all-target-boehm-gc): Likewise.
13161 * configure.in (target_libs): Added libjava, boehm-gc.
13162
13163 1999-07-22 Ian Lance Taylor <ian@zembu.com>
13164
13165 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13166 configure.bat in SUPPORT_FILES.
13167 (gas+binutils.tar.bz2): Likewise.
13168
13169 * makeall.bat: Remove; obsolete.
13170
13171 1999-07-21 Ian Lance Taylor <ian@zembu.com>
13172
13173 From Mark Elbrecht:
13174 * configure.bat: Remove; obsolete.
13175
13176 1999-07-11 Ian Lance Taylor <ian@zembu.com>
13177
13178 * configure: Add -W -Wall to the default CFLAGS when compiling with
13179 gcc.
13180
13181 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13182
13183 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13184
13185 1999-06-30 Mark Mitchell <mark@codesourcery.com>
13186
13187 * configure.in: Build ld on IRIX6.
13188
13189 1999-06-12 Ian Lance Taylor <ian@zembu.com>
13190
13191 * Makefile.in: Change distribution targets to use bzip2 instead of
13192 gzip.
13193 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13194 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13195
13196 1999-06-04 Nick Clifton <nickc@cygnus.com>
13197
13198 * config.sub: Add mcore target.
13199
13200 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
13201
13202 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13203
13204 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
13205
13206 * config.guess (dummy): Changed to $dummy.
13207
13208 1999-05-24 Nick Clifton <nickc@cygnus.com>
13209
13210 * config.sub: Tidied up case statements.
13211
13212 1999-05-22 Ben Elliston <bje@cygnus.com>
13213
13214 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13215 <jiro@din.or.jp>.
13216
13217 * config.guess: Merge with FSF version. Future changes will be
13218 more accurately recorded in this ChangeLog.
13219 * config.sub: Likewise.
13220
13221 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
13222
13223 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13224
13225 1999-04-30 Tom Tromey <tromey@cygnus.com>
13226
13227 * ltmain.sh: [mode link] Always use CC given by ltconfig.
13228
13229 1999-04-23 Tom Tromey <tromey@cygnus.com>
13230
13231 * ltconfig, ltmain.sh: Update to libtool 1.2f.
13232
13233 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
13234
13235 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13236 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13237 Bad merge removed these two changes.
13238
13239 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
13240 Martin Heller (Ing.-Buero_Heller@t-online.de)
13241
13242 * config.guess (interix Alpha): Add.
13243
13244 1999-04-11 Richard Henderson <rth@cygnus.com>
13245
13246 * configure.in (i?86-*-beos*): Do config gperf; don't config
13247 gdb, newlib, or libgloss.
13248
13249 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
13250
13251 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13252 link a trivial program with -mabi=64. If it fails, remove mabi=64
13253 from multidirs.
13254
13255 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
13256
13257 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13258
13259 1999-04-08 Nick Clifton <nickc@cygnus.com>
13260
13261 * config.sub: Add support for mcore targets.
13262
13263 1999-04-07 Michael Meissner <meissner@cygnus.com>
13264
13265 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13266 not mt-ospace, in order to shut up assembler warning about using
13267 symbols that are named the same as registers.
13268
13269 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
13270
13271 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13272 dependency list for all-target-cygmon.
13273
13274 1999-04-05 Doug Evans <devans@casey.cygnus.com>
13275
13276 * config-ml.in: Check $host, not $target, for selective multilibs.
13277 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13278 thumb interworking, and underscore prefix multilibs.
13279
13280 1999-04-04 Ian Lance Taylor <ian@zembu.com>
13281
13282 * missing: Update to version from current automake.
13283
13284 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
13285
13286 * configure (gxx_include_dir): Removed.
13287
13288 * configure.in (gxx_include_dir): Handle it.
13289 * Makefile.in: Likewise.
13290
13291 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13292
13293 * config.sub (mips64vr4111,mips64vr4111el) Add.
13294
13295 1999-03-21 Ben Elliston <bje@cygnus.com>
13296
13297 * config.guess: Correct typo for detecting ELF on FreeBSD.
13298
13299 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13300
13301 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13302 config/mh-djgpp.
13303
13304 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13305
13306 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13307 all-target-newlib to dependency list for all-target-bsp.
13308
13309 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13310
13311 * config.sub: Add i386-uwin support.
13312 * config.guess: Likewise.
13313
13314 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13315
13316 * configure.in: cleanup, add mh-*pic handling for arm, special
13317 case powerpc*-*-aix*
13318
13319 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13320
13321 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13322 can be built.
13323
13324 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13325
13326 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13327 targets.
13328
13329 1999-03-02 Nick Clifton <nickc@cygnus.com>
13330
13331 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13332
13333 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13334
13335 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13336
13337 1999-02-24 Nick Clifton <nickc@cygnus.com>
13338
13339 * config.sub: Fix typo in arm recognition.
13340
13341 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13342
13343 * configure.in (noconfigdirs): Changed target_configdirs to
13344 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13345 rather than m68k-*-* since it is not known to work on
13346 m68k-aout. Ditto for arm-*-*oabi.
13347
13348 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13349
13350 * configure.in (*-*-windows*): Remove, no longer used.
13351
13352 1999-02-19 Ben Elliston <bje@cygnus.com>
13353
13354 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13355 Smart and improved by Andrew Cagney.
13356
13357 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13358
13359 * config.guess: Recognize openbsd-*-hppa.
13360
13361 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13362
13363 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13364 only if it is not empty.
13365
13366 1999-02-17 Nick Clifton <nickc@cygnus.com>
13367
13368 Patch from: Scott Bambrough <scottb@corelcomputer.com>
13369
13370 * config.guess: Modified to recognize uname's armv* syntax.
13371
13372 * config.sub: Modified to recognize uname's armv* syntax.
13373
13374 1999-02-17 Mark Salter <msalter@cygnus.com>
13375
13376 * configure.in: Added target-bsp for sparclite.
13377
13378 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13379
13380 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13381
13382 1999-02-08 Nick Clifton <nickc@cygnus.com>
13383
13384 * configure.in: Add support for strongarm port.
13385 * config.sub: Add support for strongarm target.
13386
13387 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
13388
13389 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13390 the old name config/mh-cygwin32.
13391 Enable texinfo.
13392
13393 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13394
13395 * configure.in: Do build ld for ix86 Solaris.
13396
13397 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13398
13399 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13400 $AR_FOR_TARGET. Likewise for RANLIB.
13401
13402 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
13403
13404 * config.sub (oabi): Recognize.
13405 * configure.in (arm-*-oabi): Handle.
13406
13407 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13408
13409 * config.guess: Improve detection of i686 on UnixWare 7.
13410
13411 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13412
13413 * config.guess: Add support for i386-pc-interix.
13414 * config.sub: Likewise.
13415 * configure.in: Likewise.
13416
13417 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13418
13419 * Makefile.in: Remove unneeded all-target-libio from
13420 from all-target-winsup target since it is now unneeded.
13421 Add all-target-libtermcap in its place since it is now
13422 needed.
13423
13424 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13425
13426 * configure.in: makefile stub for cygwin target is probably
13427 unnecessary. Remove it for now.
13428
13429 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13430
13431 * configure.in: libtermcap.a should be built when cygwin is the
13432 target as well as the host.
13433 * config.guess: Allow mixed case in cygwin uname output.
13434 * Makefile.in: Add libtermcap target.
13435
13436 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13437
13438 * config.sub: Clean up handling of hppa2.0.
13439
13440 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13441
13442 * config.guess: Use C code to identify more HP machines.
13443
13444 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13445
13446 * config.sub: Handle hppa2.0.
13447
13448 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13449
13450 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13451 cygmon for all sparclite targets, regardless of object format.
13452
13453 1998-12-15 Mark Salter <msalter@cygnus.com>
13454
13455 * configure.in: Added target-bsp for several target architectures.
13456
13457 * Makefile.in: Added rules for bsp.
13458
13459 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13460
13461 * config.guess: Improve detection of hppa2.0 processors.
13462
13463 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13464
13465 * config.guess: Recognize FreeBSD using ELF automatically.
13466
13467 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13468
13469 * configure (skip-this-dir): Add handling for new shell script, which
13470 might be created by a sub-directory's configure to indicate, this particular
13471 directory is "unwanted".
13472 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13473
13474 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13475
13476 * ltconfig: import from libtool, after changing libtool to
13477 account for the cygwin name change.
13478
13479 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13480
13481 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13482 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13483
13484 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13485
13486 * configure.in: Add libtermcap to list of cygwin dependencies.
13487
13488 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13489
13490 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13491 they include winsup/include when it's a cygwin target.
13492
13493 1998-11-12 Tom Tromey <tromey@cygnus.com>
13494
13495 * configure.in (host_tools): Added zip.
13496 * Makefile.in (all-target-libjava): Depend on all-zip.
13497 (all-zip): New target.
13498 (ALL_MODULES): Added all-zip.
13499 (NATIVE_CHECK_MODULES): Added check-zip.
13500 (INSTALL_MODULES): Added install-zip.
13501 (CLEAN_MODULES): Added clean-zip.
13502
13503 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13504
13505 * Makefile.in: lose "32" from comment about cygwin.
13506
13507 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13508
13509 * configure.in: Use -Os to build target libraries for the fr30.
13510
13511 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13512
13513 * config.sub: Add fr30.
13514
13515 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13516
13517 * configure.in: drop "32" from config/mh-cygwin32. Check
13518 cygwin* instead of cygwin32*.
13519 * config.sub: Check cygwin* instead of cygwin32*.
13520
13521 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13522
13523 * config.guess: Match any version of Unixware7.
13524
13525 1998-10-20 Syd Polk <spolk@cygnus.com>
13526
13527 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13528 if desired.
13529
13530 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13531
13532 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13533 these if the appropriate directories and files to not exist.
13534
13535 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13536
13537 * Makefile.in (DEVO_SUPPORT): Add config.if.
13538
13539 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13540
13541 * configure: Add pattern to replace "build_tooldir"'s
13542 definition in the generated Makefile with "tooldir"'s
13543 actual value.
13544
13545 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13546
13547 * config.sub: Bring back lost sparcv9.
13548
13549 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13550
13551 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13552
13553 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13554 CC_FOR_TARGET and friends.
13555
13556 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13557
13558 * Makefile.in (build_tooldir): New variable, same as tooldir.
13559 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13560 -B$(build_tooldir)/bin/.
13561 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13562
13563 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13564
13565 * README: Remove installation instructions and refer to the
13566 INSTALL directory instead.
13567
13568 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
13569
13570 * config.sub: Add support for i[34567]86-pc-udk.
13571 * configure.in: Likewise.
13572
13573 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13574
13575 * Makefile.in: add bzip2 package building bits for user
13576 tools module
13577 * configure.in: ditto
13578
13579 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13580
13581 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13582 (ALL_TARGET_MODULES): Add all-target-libobjc.
13583 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13584 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13585 (all-target-libchill): Add dependencies.
13586 * configure.in (target_libs): Add libchill.
13587
13588 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13589
13590 * configure.in (target_subdir): Remove duplicate line.
13591
13592 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13593
13594 * Makefile.in (all-automake): fix dependencies.
13595
13596 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13597
13598 * configure.in: Minor cleanups for building in the $(target_alias)
13599 subdir.
13600
13601 1998-09-22 Jim Wilson <wilson@cygnus.com>
13602
13603 * Makefile.in (bootstrap): Set r and s before make all. Use
13604 BASE_FLAGS_TO_PASS in make all.
13605 (cross): Likewise.
13606
13607 1998-09-20 Mark Mitchell <mark@markmitchell.com>
13608
13609 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13610
13611 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13612
13613 * config.sub: Fix typo in last change.
13614
13615 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13616
13617 * config.sub: Add support for C4x target.
13618 * configure.in: Likewise.
13619
13620 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13621
13622 * config.sub: Recognize sparcv9 just like sparc64.
13623
13624 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13625
13626 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13627
13628 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13629
13630 * config.guess: Correctly identify Pentium II sco boxes.
13631
13632 * config.guess: Fix "tr" code. From Weiwen Liu.
13633
13634 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13635
13636 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13637 stabs.
13638
13639 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13640
13641 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13642 (ALL_TARGET_MODULES): Add all-target-libchill.
13643 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13644 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13645 (all-target-libchill): Add dependencies.
13646 * configure.in (target_libs): Add libchill.
13647
13648 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13649
13650 * config.guess: Avoid assumptions about "tr" behaves when
13651 LANG is set to something other than English.
13652
13653 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13654
13655 * configure (gxx_include_dir): Changed to
13656 '${prefix}/include/g++'-${libstdcxx_interface}.
13657
13658 * config.if: New to determine the interfaces.
13659
13660 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13661
13662 * config.guess: Detect and handle MPE/IX.
13663 * config.sub: Deal with MPE/IX.
13664
13665 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13666
13667 * configure.in: Use mh-aix43.
13668
13669 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13670
13671 * configure: Fix --without/--disable cases for gxx-include-dir.
13672
13673 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13674
13675 * mdata-sh: Imported. Needed for automake support.
13676
13677 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13678
13679 * Makefile.in (taz): Try "chmod -R og=u ." before
13680 "chmod og=u `find . -print`".
13681
13682 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13683
13684 * configure.in: Add arm-elf and thumb-elf support.
13685
13686 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13687
13688 * Makefile.in: Undo previous patch.
13689
13690 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13691
13692 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13693 to here ...
13694 (install-no-fixedincludes): and here
13695 (INSTALL_MODULES): ... from here.
13696
13697 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13698
13699 * config.sub: Merge with FSF.
13700
13701 * config.guess: Merge with FSF.
13702
13703 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13704
13705 * configure (extraconfigdirs): New variable.
13706 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13707 * Makefile.in (all): Move higher in file.
13708 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13709 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13710 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13711 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13712 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13713
13714 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
13715
13716 * Makefile.in (all-target-libjava): Depend on all-gcc and
13717 all-target-newlib.
13718 (configure-target-libjava): Depend on $(ALL_GCC).
13719
13720 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13721
13722 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13723 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13724
13725 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13726
13727 * INSTALL/README: Fix typo.
13728
13729 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13730
13731 * ylwrap: Change absolute path checks to check for DOS style path
13732 names.
13733
13734 * ylwrap: Don't use a full path name if the source file is in the
13735 same directory. From hjl@lucon.org (H.J. Lu).
13736
13737 * config-ml.in: Default to being verbose, to match Feb 18 change to
13738 configure.
13739
13740 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13741
13742 Brought over from egcs:
13743
13744 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13745
13746 * configure.in (target_subdir): Set to ${target_alias} instead
13747 of "libraries".
13748
13749 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13750
13751 * configure.in (target_subdir): Set to libraries if enable_multilib.
13752
13753 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13754
13755 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13756 multilibs, force reconfiguration the first time we create
13757 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13758
13759 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13760
13761 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13762 avoid confusion with --no-recursion.
13763
13764 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13765
13766 * configure.in: Win32 hosts shouldn't use install -x
13767 * install-sh: remove -x option, and special .exe-handling
13768 hack.
13769
13770 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13771
13772 * config.guess: Recognize i586-pc-beos.
13773 * configure.in: Don't build some bits for beos.
13774
13775 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13776
13777 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13778 CFLAGS default to -O2.
13779
13780 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13781 when using GNU ld.
13782
13783 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13784
13785 * ltmain.sh: Correct install when using a different shell.
13786
13787 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13788
13789 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13790
13791 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13792
13793 * makefile.vms: Update to build binutils/makefile.vms. Add install
13794 target.
13795
13796 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13797
13798 * ltconfig: Update to correct AIX handling.
13799
13800 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13801
13802 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13803
13804 * configure.in (target_subdir): Set to ${target_alias} instead
13805 of "libraries".
13806
13807 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13808
13809 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13810 (Makefile): Depend on $(gcc_version_trigger).
13811
13812 * configure (gcc_version): Change default initializer to empty
13813 string.
13814 (gcc_version_trigger): New variable; pass this variable down
13815 to subdir configures to enable them checking gcc's version
13816 themselves. Emit make macros for both gcc_version vars.
13817 (topsrcdir): Initialize reliably.
13818 (recursion line): Remove --with-gcc-version=${gcc_version}.
13819
13820 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13821
13822 * configure (enable_version_specific_runtime_libs): Implement new flag
13823 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13824 in $(libsubdir); emit definition in each generated Makefile.
13825 (gxx_include_dir): Initialize depending on
13826 $enable_version_specific_runtime_libs.
13827
13828 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13829
13830 * configure (gcc_version): Initialize properly depending on
13831 how and where configure is started.
13832 (recursion line): Pass a --with-gcc-version=${gcc_version}
13833 to configures in subdirs.
13834
13835 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13836
13837 * configure.in (noconfigdirs): Add configure pattern for mips tx39
13838 cygmon
13839
13840 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13841
13842 * configure.in: Add cygmon and libstub support for mn10200.
13843
13844 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13845
13846 * configure (gcc_version): Add new variable describing the
13847 particular gcc version we're building.
13848 * Makefile.in (libsubdir): Add new macro for the directory
13849 in which the compiler finds executables, libraries, etc.
13850 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13851 and libsubdir.
13852
13853 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13854
13855 * Makefile.in (local-clean): Remove *.log.
13856 (warning.log): Built with warn_summary from build.log.
13857 (mail-report.log): Run test_summary.
13858 (mail-report-with-warnings.log): Run test_summary including
13859 warning.log in the report.
13860
13861 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13862
13863 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13864
13865 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13866
13867 * Makefile.in (grep): Grep no longer depends on libiberty.
13868
13869 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13870
13871 * Makefile.in: all-snavigator needs all-libgui.
13872
13873 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13874
13875 * configure.in: Add cygmon and libstub support for mn10300.
13876
13877 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13878
13879 * missing: Update to version from automake 1.3.
13880
13881 * ltmain.sh: On installation, don't get confused if the same name
13882 appears more than once in the list of library names.
13883
13884 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13885
13886 * config.sub: Accept m68060 and m5200 as CPU names.
13887
13888 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13889
13890 * configure: Use && rather than using -a in test, because odd
13891 strings can confuse test.
13892 * configure.in: Likewise.
13893
13894 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13895
13896 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13897
13898 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13899
13900 * Makefile.in (boostrap2-lean, bootstrap3-lean,
13901 bootstrap4-lean): New targets.
13902
13903 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13904
13905 * mpw-* Delete. Not used.
13906
13907 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13908
13909 * COPYING.LIB: Update FSF address.
13910
13911 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13912
13913 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13914
13915 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13916 GAS_SUPPORT_DIRS.
13917
13918 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13919
13920 * ltconfig, ltmain.sh: Avoid producing a version number if
13921 -version-info was not used.
13922
13923 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13924
13925 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13926 building with newlib.
13927
13928 1998-04-30 Paul Eggert <eggert@twinsun.com>
13929
13930 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13931 Solaris `make' causes it to continue to next definition.
13932
13933 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13934
13935 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13936 the right GUI libraries and files are installed along with GDB.
13937
13938 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13939
13940 * configure.in: Change alpha to alpha* in several places.
13941
13942 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13943
13944 * config.sub: Recognize sparc86x.
13945
13946 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13947
13948 * configure.in (--enable-target-optspace): Remove debug echo.
13949
13950 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13951
13952 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13953
13954 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13955
13956 * ltconfig: Update cygwin32 support.
13957
13958 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13959 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13960 (GDB_SUPPORT_DIRS): Likewise.
13961
13962 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13963
13964 * configure.in (target_makefile_frag): If --enable-target-optspace,
13965 use -Os to compile target libraries rather than -O2. Default to
13966 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13967 not used.
13968 * configure.in (target_cflags): Ditto for d30v.
13969
13970 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13971
13972 * Makefile.in (all-bfd): Depend on all-intl.
13973 (all-binutils): Likewise.
13974 (all-gas): Likewise.
13975 (all-gprof): Likewise.
13976 (all-ld): Likewise.
13977
13978 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
13979
13980 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13981
13982 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13983
13984 * Makefile.in (all-bfd): Depend upon all-libiberty.
13985
13986 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13987
13988 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13989
13990 * Makefile.in: Add libstub.
13991
13992 * configure.in: Ditto. Build libstub for targets that have cygmon
13993 support.
13994
13995 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13996
13997 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13998
13999 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
14000
14001 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14002 use mh-sysv5 if specified. Support gprof on SCO Open Server.
14003
14004 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14005
14006 * configure: Define DEFAULT_M4 by searching PATH.
14007 * Makfile.in: Use DEFAULT_M4.
14008
14009 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14010
14011 * ltconfig: Add cygwin32 support.
14012
14013 * Makefile.in, configure.in: Add libtool as a native only directory
14014 to configure and build.
14015
14016 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14017
14018 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14019
14020 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
14021
14022 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14023
14024 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
14025
14026 * Makefile.in: add ash make rules
14027 * configure.in: add ash to native_only and host_tools lists
14028
14029 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
14030
14031 * Makefile.in (all-gettext, all-intl): New targets.
14032 (ALL_MODULES): Added all-gettext, all-intl.
14033 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14034 (INSTALL_MODULES): Added install-gettext, install-intl.
14035 (CLEAN_MODULES): Added clean-gettext, clean-intl.
14036
14037 * configure.in (host_tools): Added gettext.
14038 (native_only): Likewise.
14039 (noconfigdirs) [various cases]: Likewise.
14040 (host_libs): Added intl.
14041
14042 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
14043
14044 * configure: Do not disable building gdbtk for cygwin32 hosts.
14045
14046 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
14047
14048 * configure.in: Add thumb-coff target.
14049 * config.sub: Add thumb-coff target.
14050
14051 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14052
14053 * Makefile.in: Revert yesterday's change.
14054 (all-target-winsup): all-target-librx stays out of here.
14055
14056 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14057
14058 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14059 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14060 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14061 Remove references to librx and libg++.
14062
14063 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14064
14065 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14066 recursive makes
14067
14068 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14069
14070 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14071 for newlib directory.
14072 (CXX_FOR_TARGET): Likewise.
14073
14074 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14075
14076 * ltconfig: Update after libtool/ltconfig.in change for
14077 hpux11.
14078
14079 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14080
14081 * ltconfig, ltmain.sh: Update to libtool 1.2.
14082
14083 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14084
14085 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14086 (install-gcc-cross): Instead, override LANGUAGES here.
14087
14088 1998-03-18 Dave Love <d.love@dl.ac.uk>
14089
14090 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14091 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14092
14093 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14094
14095 * configure.in: Add Thumb-pe target.
14096
14097 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
14098
14099 * Makefile.in - changed sn targets to snavigator
14100 * configure.in - changed sn targets to snavigator
14101
14102 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14103
14104 * config-ml.in: After building symlink tree call make distclean
14105 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14106 to be the case for libiberty.
14107
14108 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14109
14110 * configure: When making link, also check the current
14111 directory. The configure scripts may create one.
14112
14113 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14114
14115 * config.sub: Accept alphapca56 and alphaev6 properly.
14116
14117 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14118
14119 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14120
14121 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14122
14123 * config.sub (sco5): Fix typo.
14124
14125 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14126
14127 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14128 install-itcl.
14129 (install-itcl): Remove dependency on install-tcl.
14130
14131 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14132
14133 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14134
14135 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14136
14137 * configure.in: Don't build libgui for a cygwin32 target when not on
14138 a cygwin32 host.
14139
14140 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14141
14142 * configure (redirect): Set to null, so default behavior of
14143 configure is now --verbose.
14144
14145 1998-02-16 Dave Love <d.love@dl.ac.uk>
14146
14147 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14148 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14149
14150 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14151
14152 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14153 this change to sync Makefile.in with its ChangeLog entries.
14154
14155 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14156
14157 * ltmain.sh (mkdir): Check that the directory doesn't exist
14158 before we exit with error, so that we don't get races during
14159 parallel builds.
14160
14161 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14162
14163 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14164
14165 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14166
14167 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14168 PICFLAG_FOR_TARGET.
14169 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14170
14171 * configure: Emit a definition for the new macro enable_shared
14172 into each Makefile.
14173
14174 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14175
14176 * configure.in (host_tools, native_only): Add libtool.
14177
14178 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14179
14180 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14181 Fix typo in ming config comment.
14182
14183 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14184
14185 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14186
14187 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14188
14189 * config.sub: Add tic30 cases, and map c30 to tic30.
14190
14191 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14192
14193 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14194 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14195 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14196 (CLEAN_TARGET_MODULES): Similarly
14197 (all-target-libf2c): Add dependences.
14198 * configure.in (target_libs): Add libf2c.
14199
14200 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
14201
14202 * configure.in: Remove expect from noconfigdirs when target
14203 is cygwin32. OK to build expect and dejagnu with Canadian
14204 Cross.
14205
14206 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
14207
14208 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14209 host.
14210
14211 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14212 and mingw32.
14213
14214 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
14215
14216 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14217 here as it is not defined in the toplevel Makefile.
14218
14219 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
14220
14221 * configure (package_makefile_rules_frag): New variable, which names
14222 a file with generic rules, ...
14223 Change comment to mention we now have FIVE parts.
14224 * configure: Undo last change.
14225
14226 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
14227
14228 * config.guess: More accurate determination of HP processor types.
14229 * config.sub: More accurate determination of HP processor types.
14230
14231 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
14232
14233 * configure (package_makefile_frag): Move inserting the
14234 ${package_makefile_frag} to where it should be according
14235 to the comment.
14236
14237 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
14238
14239 * config.guess: Add support for Linux/ARM.
14240
14241 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
14242
14243 * .cvsignore: Remove *-info and *-install since they match
14244 release-info and mpw-install, which we don't want to just ignore.
14245
14246 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
14247
14248 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14249
14250 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
14251
14252 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14253 local_prefix to sub-make invocations.
14254
14255 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
14256
14257 * configure.in: Check makefile fragments in the source
14258 directory.
14259
14260 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14261
14262 * configure.in: Check whether host and target makefile
14263 fragments exist before adding them to *_makefile_frag.
14264
14265 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
14266
14267 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14268
14269 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
14270
14271 * configure.in: Make sure we only replace RPATH_ENVVAR on
14272 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14273 regexp to sed.
14274
14275 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14276 to sub-makes.
14277
14278 1998-01-13 Lee Iverson (leei@ai.sri.com)
14279
14280 * config-ml.in (multi-do): LDFLAGS must include multilib
14281 designator.
14282
14283 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
14284
14285 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14286
14287 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
14288
14289 * config.sub: Add mingw32 support.
14290 * configure.in: Likewise.
14291
14292 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14293
14294 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14295
14296 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14297
14298 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14299 * configure (gxx_include_dir): Provide a definition for subdirs
14300 which do not use autoconf.
14301
14302 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14303
14304 * config.guess: Sync with egcs. Picks up new alpha support,
14305 BeOS & some additional linux support.
14306
14307 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14308
14309 * config.guess: HP 9000/803 is a PA1.1 machine.
14310
14311 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14312
14313 * configure.in: It's alpha*-...
14314
14315 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14316
14317 * configure.in (host_makefile_frag, target_makefile_frag):
14318 Handle multiple config files.
14319 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14320 alpha-*-*.
14321
14322 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14323
14324 * mkdep: New file.
14325
14326 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14327
14328 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14329
14330 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14331
14332 * Makefile.in: Add libgui directory.
14333 (GDB_TK): Add all-libgui.
14334 * configure.in: Add libgui directory.
14335 * configure: Add all-libgui to GDB_TK.
14336
14337 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14338
14339 * config-ml.in (multidirs): Add m32r to multilib list.
14340
14341 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14342
14343 * Makefile.in (all-target-gperf): Change dependency to
14344 all-target-libstdc++.
14345
14346 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14347
14348 * config.guess: Add BeOS support.
14349
14350 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14351
14352 Source directory cvs renamed to cvssrc:
14353 * configure.in (host_tools): Change cvs to cvssrc.
14354 (native_only): Likewise.
14355 (noconfigdirs) [various cases]: Likewise.
14356 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14357 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14358 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14359 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14360 (all-cvssrc): Rename target from all-cvs.
14361
14362 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14363
14364 * configure (gxx_include_dir): Fix thinko.
14365
14366 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14367
14368 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14369 (install-cross, install-gcc-cross): New targets.
14370
14371 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14372
14373 * configure.in (noconfigdirs): Add support for Thumb target.
14374
14375 * config.sub (maybe_os): Add support for Thumb target.
14376
14377 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14378
14379 * Makefile.in: Add rules for cygmon.
14380
14381 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14382
14383 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14384
14385 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14386 * configure (gxx_include_dir): Provide a definition for subdirs
14387 which do not use autoconf.
14388
14389 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14390
14391 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14392 11/18/97 build
14393
14394 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14395
14396 * From Franz Sirl.
14397 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14398 found on RedHat Linux systems.
14399
14400 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14401
14402 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14403 guesses.
14404
14405 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14406
14407 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14408
14409 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14410
14411 * ltmain.sh: If mkdir fails, check whether the directory was created
14412 anyhow by some other process.
14413
14414 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14415
14416 * configure.in (d30v-*-*): Configure all directories.
14417
14418 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14419
14420 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14421 for the D30V.
14422
14423 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14424
14425 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14426
14427 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14428
14429 * include/libiberty.h: Add extern "C" { so it can be used with C++
14430 progrms.
14431 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14432 programs.
14433
14434 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14435
14436 * configure.in (d30v-*-*): Configure GCC now.
14437
14438 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14439
14440 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14441 is no longer needed.
14442
14443 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14444
14445 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14446
14447 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14448
14449 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14450 targets using "$@" to provide support for similar but not identical
14451 targets without having to duplicate code.
14452
14453 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14454
14455 * makefile.vms: Fix to work with DEC C.
14456
14457 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14458
14459 * config.sub: Add mips-tx39-elf to marketing names.
14460
14461 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14462
14463 * ltmain.sh: Handle symlinks in generated script.
14464
14465 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14466
14467 * configure: Handle autoconf style directory options: --bindir,
14468 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14469 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14470 --sysconfdir.
14471 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14472 (sharedstatedir, localstatedir, oldincludedir): New variables.
14473 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14474 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14475 sbindir, sharedstatedir, and sysconfdir.
14476
14477 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14478
14479 * Makefile.in (bootstrap-lean): New target.
14480
14481 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14482
14483 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
14484 sn, and gnuserv from noconfigdirs.
14485
14486 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14487
14488 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14489
14490 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14491
14492 * Makefile.in (cross): New target.
14493
14494 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14495 Jeff Law <law@cygnus.com>
14496
14497 * Makefile.in (bootstrap2, bootstrap3): New targets.
14498 (all-bootstrap): Remove outdated and confusing target.
14499 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14500
14501 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14502
14503 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14504 windows. Consistent with gdb/configure.
14505
14506 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14507
14508 * configure.in: Name Linux target fragment.
14509
14510 * configure: Rewrite so that project Makefile fragment is inserted
14511 first and appears last in the resulting Makefile.
14512
14513 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14514
14515 * Makefile.in (install-itcl): Install tcl first.
14516
14517 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14518
14519 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14520
14521 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14522
14523 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14524
14525 * configure.in (skipdirs): Add target-librx for Linux.
14526 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14527
14528 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14529
14530 * Makefile.in (bootstrap): New target.
14531
14532 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14533
14534 * config.sub: Accept 'amigados' for backward compatibility.
14535
14536 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14537
14538 * config.guess: Merge with FSF.
14539
14540 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14541
14542 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14543
14544 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14545
14546 * config.sub: Add "marketing-names" patch.
14547
14548 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14549
14550 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14551
14552 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14553
14554 * config.sub: Handle v850-elf.
14555
14556 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
14557
14558 * .cvsignore (*-install): Remove.
14559
14560 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14561
14562 * ltconfig: Set CONFIG_SHELL in libtool.
14563 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14564
14565 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14566
14567 * configure.in (target_subdir): Set to libraries if enable_multilib.
14568
14569 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14570
14571 * config.guess: Update from gcc directory.
14572
14573 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14574
14575 * Makefile.in (all-sim): Depends on all-readline.
14576
14577 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14578
14579 * Makefile.in (BISON, YACC): Use $$s.
14580 (all-bison): Depend on all-texinfo.
14581
14582 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14583
14584 * Makefile.in (BISON): Add -L flag.
14585 (YACC): Likewise.
14586
14587 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14588
14589 * configure.in (noconfigdirs): Add support for v850e target.
14590
14591 * config.sub (maybe_os): Add support for v850e target.
14592
14593 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14594
14595 * configure.in (noconfigdirs): Add support for v850ea target.
14596
14597 * config.sub (maybe_os): Add support for v850ea target.
14598
14599 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14600
14601 * config.sub: Add mipstx39. Delete r3900.
14602
14603 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14604
14605 * Makefile.in (all-autoconf): Depends on all-texinfo.
14606
14607 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14608
14609 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14610 eabi targets.
14611
14612 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14613
14614 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14615
14616 * configure: When handling a Canadian Cross, handle YACC as well as
14617 BISON. Just set BISON to bison. When setting YACC, prefer bison.
14618 * Makefile.in (all-bison): Depend upon all-texinfo.
14619
14620 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14621
14622 * Makefile.in (BISON): bison, not byacc or bison -y.
14623 (YACC): bison -y or byacc or yacc.
14624 (various): Add *-bison as appropriate.
14625 (taz): No need to mess with BISON anymore.
14626
14627 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14628
14629 * configure: If OSTYPE matches *win32*, try to find a good value for
14630 CONFIG_SHELL.
14631
14632 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14633
14634 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14635 configure.in if it is present.
14636
14637 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14638
14639 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14640
14641 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14642
14643 * config.sub: Recognize `arc' cpu.
14644 * configure.in: Likewise.
14645 * config-ml.in: Likewise.
14646
14647 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14648
14649 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14650
14651 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14652
14653 * configure: Changed sed delimiter from ':' to '|' when
14654 attempting to substitute ${config_shell} for SHELL. On
14655 NT ${config_shell} may contain a ':' in it.
14656
14657 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14658
14659 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14660
14661 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14662
14663 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14664
14665 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14666
14667 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14668
14669 * ylwrap: If the program is a relative path, force it to be
14670 absolute.
14671
14672 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14673
14674 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14675
14676 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14677
14678 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14679 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14680 for libraries.
14681
14682 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14683
14684 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14685 separated by spaces.
14686
14687 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14688
14689 * ylwrap: New file.
14690 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14691
14692 * ltmain.sh: Handle /bin/sh at start of install program.
14693
14694 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14695
14696 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14697 * missing: New file, from automake 1.2.
14698
14699 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14700
14701 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14702 check-tk to CHECK_X11_MODULES.
14703
14704 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14705
14706 * config.sub: Merge with FSF.
14707
14708 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14709
14710 * config.guess: Merge with FSF.
14711
14712 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14713
14714 * configure: Treat msdosdjgpp like go32.
14715 * configure.in: Likewise. Don't remove gprof for go32.
14716
14717 * configure: Change Makefile.tem2 to Makefile.tm2.
14718
14719 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14720
14721 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14722
14723 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14724
14725 * install-sh (chmodcmd): Set to null if the DST directory already
14726 exists. Same as Nov 11th change.
14727
14728 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14729
14730 * configure (GDB_TK): Needs itcl and tix.
14731
14732 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14733
14734 * config.guess: Update from FSF.
14735
14736 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14737
14738 * Makefile.in (GDB_TK): Depend on itcl and tix.
14739
14740 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14741
14742 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14743 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14744 (INSTALL_SCRIPT): New variable.
14745 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14746 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14747 to -x.
14748 * install-sh: Add support for -x option.
14749
14750 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14751
14752 * configure.in, Makefile.in: Treat tix like itcl.
14753
14754 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14755
14756 * Makefile.in (WINDRES): New variable.
14757 (WINDRES_FOR_TARGET): New variable.
14758 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14759 (EXTRA_HOST_FLAGS): Add WINDRES.
14760 (EXTRA_TARGET_FLAGS): Add WINDRES.
14761 (EXTRA_GCC_FLAGS): Add WINDRES.
14762 ($(DO_X)): Pass down WINDRES.
14763 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14764 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14765 DLLTOOL_FOR_TARGET.
14766
14767 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14768
14769 * configure.in: configure sim before gdb for win32-x-ppc
14770
14771 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14772
14773 Move gperf into the toplevel, from libg++.
14774 * configure.in (target_tools): Add target-gperf.
14775 (native_only): Add target-gperf.
14776 * Makefile.in (all-target-gperf): New target, depend on
14777 all-target-libg++.
14778 (configure-target-gperf): Empty rule.
14779 (ALL_TARGET_MODULES): Add all-target-gperf.
14780 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14781 (CHECK_TARGET_MODULES): Add check-target-gperf.
14782 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14783 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14784
14785 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
14786
14787 * config.sub (mn10200): Recognize new basic machine.
14788
14789 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14790
14791 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14792 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14793
14794 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14795
14796 * configure.in: If we're building mips-sgi-irix6* native, turn on
14797 ENABLE_MULTILIB and set TARGET_SUBDIR.
14798
14799 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14800
14801 * Makefile.in (all-sn): Depend on all-grep.
14802
14803 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14804
14805 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14806
14807 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14808 Makefile. From Jeff Makey <jeff@cts.com>.
14809 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14810
14811 * Makefile.in (DISTBISONFILES): Remove.
14812 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14813 $(DEFAULT_YACC).
14814
14815 * configure.in: Build itl, db, sn, etc., when building for native
14816 cygwin32.
14817
14818 * Makefile.in (LD): New variable.
14819 (EXTRA_HOST_FLAGS): Pass down LD.
14820 ($(DO_X)): Likewise.
14821
14822 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14823
14824 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14825
14826 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14827
14828 * configure.in (targargs): Strip out any supplied --build argument
14829 before adding our own. Always add --build.
14830
14831 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14832
14833 * configure.in (targargs): Pass --build if we're doing
14834 a cross-compile.
14835
14836 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14837
14838 * configure: Use '|' instead of ":" as the separator in
14839 sed. Otherwise sed chokes on NT path names with drive
14840 designators. Also look for "?:*" as the leading characters in an
14841 absolute pathname.
14842
14843 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14844
14845 * config.sub: Support for r3900.
14846
14847 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14848
14849 * configure.in: Use install-sh, not install.sh.
14850
14851 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14852
14853 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14854 apply it twice.
14855
14856 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14857
14858 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14859 install-binutils.
14860
14861 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14862
14863 * Makefile.in: Add automake targets.
14864 * configure.in (host_tools): Add automake.
14865
14866 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14867
14868 * configure: Default CXX to c++, not gcc.
14869 * Makefile.in (CXX): Set to c++, not gcc.
14870 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14871
14872 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14873
14874 * install-sh: try appending a .exe if source file doesn't
14875 exist
14876
14877 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14878
14879 * configure.in: Turn on multilib by default.
14880 (cross_only): Remove target-libiberty.
14881
14882 * Makefile.in (all-gcc): Don't depend on libiberty.
14883
14884 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14885
14886 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14887
14888 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14889
14890 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14891 (DISTBISONFILES): Add ld/Makefile.in
14892
14893 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14894
14895 * configure.in: if target is cygwin32 but host isn't cygwin32,
14896 don't configure gdb tcl tk expect, not just gdb.
14897
14898 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14899
14900 * configure.in: Added gnuserv everywhere sn appears.
14901
14902 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14903 (CROSS_CHECK_MODULES): Added check-gnuserv.
14904 (INSTALL_MODULES): Added install-gnuserv.
14905 (CLEAN_MODULES): Added clean-gnuserv.
14906 (all-gnuserv): New target.
14907
14908 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14909
14910 * config.guess: Fixes for MIPS OpenBSD systems.
14911
14912 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14913
14914 * Makefile.in (INSTALL_XFORM): Remove.
14915 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14916
14917 * mkinstalldirs: New file, copied from automake.
14918 * Makefile.in (installdirs): Rename from install-dirs. Use
14919 mkinstalldirs. Change all users.
14920 (DEVO_SUPPORT): Add mkinstalldirs.
14921
14922 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14923
14924 * install-sh: Rename from install.sh.
14925 * Makefile.in (INSTALL): Change install.sh to install-sh.
14926 (DEVO_SUPPORT): Likewise.
14927
14928 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14929 Graichen <graichen@rzpd.de>.
14930
14931 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14932
14933 * config.guess: Recognize OpenBSD systems correctly.
14934
14935 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14936
14937 * README, Makefile.in (ETC_SUPPORT): Remove references to
14938 cfg-paper*, configure.{texi,man,info*}._
14939
14940 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14941
14942 * Makefile.in (all.normal): Ensure that gcc is built after all
14943 the x11 - ie gdb - targets.
14944
14945 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14946
14947 * makefile.vms: Don't run conf-a-gas.
14948
14949 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14950
14951 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14952
14953 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14954
14955 * configure.in: Remove noconfigdirs case since gdb also
14956 configures and builds for tic80-coff.
14957
14958 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14959
14960 * configure: Set cache_file to config.cache.
14961 * Makefile.in (local-distclean): Remove config.cache.
14962
14963 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14964
14965 * COPYING: Update FSF address.
14966
14967 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14968
14969 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14970 noconfigdirs.
14971
14972 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14973
14974 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14975 MAKEDIRS, is empty.
14976
14977 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14978
14979 * config.sub: Tweak mn10300 entry.
14980
14981 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14982
14983 * configure.in (host_tools): Put sim before gdb, so gdb's
14984 configure.tgt can determine if the simulator was configured.
14985
14986 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14987
14988 * config.sub: Move BeOS $os case to be with other Cygnus
14989 local cases.
14990
14991 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14992
14993 * config.sub: Remove misplaced comment that broke Linux.
14994
14995 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14996
14997 * config.sub: Add BeOS support.
14998
14999 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
15000
15001 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15002
15003 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
15004
15005 * configure.in (noconfigdirs): Remove tcl and tk from
15006 noconfigdirs for cygwin32 builds.
15007
15008 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15009
15010 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15011
15012 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15013
15014 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15015 make-all.com, use makefile.vms instead.
15016
15017 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15018
15019 * config.sub: Accept -lnews*.
15020
15021 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
15022
15023 * configure.in (noconfigdirs): Disable target-newlib,
15024 target-examples and target-libiberty for d30v.
15025
15026 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15027
15028 * configure.in (noconfigdirs): Enable ld for d30v.
15029
15030 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
15031
15032 * configure.in (tic80-*-*): Build compiler.
15033
15034 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
15035
15036 * configure.in (d30v-*): Remove sim directory from list of
15037 unsupported d30v directories
15038
15039 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15040
15041 * config.sub, configure.in: Add d30v target cpu.
15042
15043 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
15044
15045 * makefile.vms: New file.
15046 * make-all.com: Remove.
15047
15048 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
15049
15050 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15051
15052 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15053
15054 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15055
15056 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15057
15058 * Makefile.in (ALL_MODULES): Added all-db.
15059 (CROSS_CHECK_MODULES): Addec check-db.
15060 (INSTALL_MODULES): Added install-db.
15061 (CLEAN_MODULES): Added clean-db.
15062
15063 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15064
15065 * config.guess: Merge with latest FSF sources.
15066
15067 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15068
15069 * Makefile.in (ALL_MODULES): Added all-itcl.
15070 (CROSS_CHECK_MODULES): Added check-itcl.
15071 (INSTALL_MODULES): Added install-itcl.
15072 (CLEAN_MODULES): Added clean-itcl.
15073
15074 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15075
15076 * configure.in: build gdb for mn10200
15077
15078 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15079
15080 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15081
15082 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15083
15084 * configure.in (tic80-*-*): Turn off most targets right now.
15085
15086 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15087
15088 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15089 rather than the makeinfo program.
15090 (do-info): Depend upon all-texinfo.
15091
15092 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15093
15094 * configure.in: Remove uses of config/mh-linux.
15095
15096 * config.sub, config.guess: Merge with latest FSF sources.
15097
15098 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15099
15100 * config.sub (case $basic_machine): Add tic80 entries.
15101
15102 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15103
15104 * config.sub, config.guess: Merge with latest FSF sources.
15105
15106 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15107
15108 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15109 * mpw-config.in: Test for NewFolderRecursive.
15110 * mpw-install: Use symbolic name for startup filename.
15111 * mpw-README: Add various additional details.
15112
15113 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15114
15115 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15116
15117 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15118
15119 * configure.in: Do build gcc and the target libraries for
15120 the mn10200.
15121
15122 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15123
15124 * configure.in: don't avoid building gdb for mn10300 any more
15125 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15126 instead of single-quoting it.
15127
15128 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15129
15130 * configure.in: Don't use --with-stabs on IRIX 6.
15131
15132 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15133
15134 * configure.in (m32r): Build gdb, libg++ now.
15135
15136 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15137
15138 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15139 directories from noconfigdirs.
15140
15141 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15142
15143 * config.sub (basic_machine): added mips16 configuration
15144
15145 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15146
15147 * config.sub: Handle d10v-unknown.
15148
15149 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15150
15151 * config.sub: Handle v850-unknown.
15152
15153 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15154
15155 * Makefile.in: add findutils
15156 * configure.in: add findutils to list of host_tools
15157
15158 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15159
15160 * config.sub: Handle mn10200 and mn10300.
15161
15162 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15163
15164 * configure.in (d10v-*): Do not build librx.
15165
15166 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15167
15168 * configure.in (mn10300): Build everything except gdb & libgloss.
15169
15170 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15171
15172 * config.guess: Patch for Dansk Data Elektronik servers,
15173 from Niels Skou Olsen <nso@dde.dk>.
15174
15175 For ncr, use /bin/uname rather than uname, since GNU uname does not
15176 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15177
15178 Patch for MIPS R4000 running System V,
15179 from Eric S. Raymond <esr@snark.thyrsus.com>.
15180
15181 Fix thinko for nextstep.
15182
15183 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15184
15185 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15186 * config.guess: Guess mips-dec-mach_bsd4.3.
15187
15188 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15189 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15190 release numbers.
15191 * config.guess (mips-mips-riscos*): Emit just enough of the
15192 release number.
15193
15194 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15195 * config.guess (sparc-auspex-sunos*): Added.
15196 (f300-fujitsu-*): Added.
15197
15198 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
15199 * config.guess: Recognize a Tadpole as a sparc.
15200
15201 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15202
15203 * config.guess: Don't assume that NextStep version is either 2 or
15204 3. NextStep 4 (aka OpenStep 4) has come out now.
15205
15206 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15207
15208 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15209 From Rik Faith <faith@cs.unc.edu>.
15210
15211 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
15212
15213 * config.sub: Contributions from bug-gnu-utils to:
15214 Support plain "hppa" (no version given) architecture, reported by
15215 OpenStep.
15216 OpenBSD like NetBSD.
15217 LynxOs is not a hardware supplier.
15218
15219 * config.guess: Contributions from bug-gnu-utils to add support for:
15220 OpenBSD like NetBSD.
15221 Stratus systems.
15222 More Pyramid systems.
15223 i[n>4]86 Intel chips.
15224 M680[n>4]0 Motorola chips.
15225 Use unknown instead of lynx for hardware manufacturer.
15226
15227 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15228
15229 * install.sh (chmodcmd): Set to null if the DST directory already
15230 exists.
15231
15232 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15233
15234 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15235 not use mt-ppc target Makefile fragment any more.
15236
15237 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15238
15239 * configure.in (*-*-windows): Exclude everything but those dirs
15240 needed to build windows.
15241
15242 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
15243
15244 * Makefile.in (all-target-winsup): Depend on all-target-librx.
15245
15246 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15247
15248 * configure.in: Exclude mmalloc from i386-windows.
15249
15250 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15251
15252 * Undo my previous change.
15253
15254 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
15255
15256 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15257 unconditionally.
15258 (MAKEOVERRIDES): Define (revert this part of October 18 change).
15259
15260 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15261
15262 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
15263 host to add it's own flags.
15264
15265 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
15266
15267 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15268
15269 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
15270
15271 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15272 (CXX_FOR_TARGET): Likewise.
15273 (GCC_FOR_TARGET): Define.
15274 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15275 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15276 CC_FOR_TARGET was specified on the command line.
15277 (MAKEOVERRIDES): Don't define.
15278
15279 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
15280
15281 * configure.in (m32r): Fix spelling of libg++ libs.
15282
15283 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
15284
15285 * config.sub (-apple*): Remove, now redundant.
15286
15287 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
15288
15289 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15290
15291 * configure: Rework yesterday's sed script patch.
15292
15293 * config.sub: Merge with FSF.
15294
15295 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15296
15297 * config.guess: Merge from FSF.
15298
15299 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
15300 * config.guess: Use pc instead of unknown, for pc clone systems.
15301 Change linux to linux-gnu.
15302
15303 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15304 * config.guess: Avoid non-portable tr syntax.
15305
15306 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15307
15308 * test-build.mk (HOLES): Add "xargs" for gdb.
15309
15310 * configure: Avoid hpux10.20 sed bug.
15311
15312 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15313
15314 * configure.in: Add support for windows host
15315 (that is a build done under the Microsoft build environment).
15316
15317 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15318
15319 * Makefile.in: Replace all uses of srcroot with s, to shrink
15320 command line lengths.
15321
15322 Patches from Geoffrey Noer <noer@cygnus.com>:
15323 * configure.in: If configuring for newlib, pass --with-newlib to
15324 subdirectories.
15325 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15326 -Bnewlib/ and -Lwinsup to gcc.
15327 (CXX_FOR_TARGET): Likewise.
15328
15329 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15330
15331 * Makefile.in (ETC_SUPPORT): Add configure.
15332
15333 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15334
15335 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15336 host configuration file.
15337
15338 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15339
15340 * configure.in: Break mn10x00 support into separate
15341 mn10200 and mn10300 configurations.
15342 * config.sub: Likewise.
15343
15344 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15345
15346 * configure.in: Add lots of stuff to noconfigdirs for
15347 the mn10x00 targets.
15348
15349 * config.sub, configure.in: Add mn10x00 support.
15350
15351 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15352
15353 * make-all.com: Call conf-a-gas, not config-a-gas.
15354
15355 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15356
15357 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15358 targets.
15359
15360 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15361
15362 * mpw-README: Add much more detail for native PowerMac.
15363 * mpw-install: New file.
15364 * mpw-configure: Add --norecursion and --help options.
15365 * mpw-config.in: Translate readme and install files when
15366 copying to objdir.
15367 * mpw-build.in: Don't always depend on byacc and flex.
15368 (install-only-top): New action.
15369
15370 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15371
15372 * configure.in: You can now configure GDB for the v850.
15373
15374 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15375
15376 * configure.in (noconfigdirs): Don't configure any C++ dirs
15377 if targeting D10V.
15378
15379 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15380
15381 * config.sub: Recognize mips64vr5000.
15382
15383 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15384
15385 * configure.in: Use a single line for host_tools and native_only.
15386
15387 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15388
15389 * config.sub, configure.in: Add entries for m32r.
15390
15391 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15392
15393 * Makefile.in (inet-install): Don't run install-gzip.
15394
15395 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15396
15397 * configure.in: Don't config lots of things for *-*-windows*.
15398
15399 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15400
15401 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15402 (host_libs, host_tools): Copy from configure.in.
15403 * mpw-configure: Don't complain about directories not found.
15404
15405 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15406
15407 * configure.in (i[345]86): Recognize i686 for pentium pro.
15408 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15409 file.
15410
15411 * config.guess (i[345]86): Ditto.
15412
15413 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15414
15415 * configure.in (noconfigdirs): Removed gdb for D10V.
15416
15417 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
15418
15419 * configure.in: Remove ld, target-libio, target-libg++, and
15420 target-libstdc++ from noconfigdirs.
15421
15422 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15423
15424 * configure: Fix three locations where shell scripts were
15425 being run directly rather than with config_shell.
15426
15427 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15428
15429 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15430 * config.sub (basic_machine): Recognize v850.
15431
15432 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15433
15434 * mpw-configure: Handle multiple enable/disable options and
15435 pass them down recursively, handle -c and -s flags appropriately
15436 depending on choice of compiler, add escape mechanism for
15437 quoted arguments to gC.
15438
15439 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15440
15441 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15442 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15443 so that -mrelocatable-lib and -mno-eabi are used.
15444
15445 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15446 not support --print-multi-lib, don't abort.
15447
15448 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15449
15450 * make-all.com: Run config-a-gas.
15451 * setup.com: Don't copy subdirectory files around.
15452
15453 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15454
15455 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15456 target, it now compiles correctly.
15457
15458 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15459
15460 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15461
15462 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15463
15464 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15465
15466 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15467
15468 * configure.in (native_only): Add prms.
15469
15470 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15471
15472 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15473 (BINUTILS_SUPPORT_DIRS): Likewise.
15474
15475 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15476
15477 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15478 d10v support is added.
15479
15480 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15481
15482 * configure.in (d10v-*-*): New target.
15483
15484 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15485
15486 * config.guess (HP 9000/811): Recognize this as a PA1.1
15487 machine.
15488
15489 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15490
15491 * Makefile.in (do-tar-gz): New target, split out from tail end of
15492 taz target. Run each command separately, don't use pipes.
15493 (taz): Use it.
15494
15495 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15496
15497 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15498 * mpw-build.in: No builds should depend on building byacc or flex,
15499 they are assumed to be installed already.
15500
15501 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15502
15503 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15504 variable that CC_FOR_TARGET needs.
15505
15506 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15507
15508 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15509 options have changed since the last time the subdirectory was
15510 configured, and if it has, reconfigure.
15511 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15512 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15513
15514 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15515
15516 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15517 CLEAN_MODULES): Add bash.
15518 (all-bash): New target.
15519
15520 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15521
15522 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15523
15524 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15525
15526 * config.sub (basic_machine): Recognize d10v as a valid processor.
15527
15528 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15529
15530 * mpw-configure: Add support for --bindir.
15531 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15532
15533 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15534
15535 * configure.in: add bash, time, gawk to list of hosttools and things
15536 to only build for native toolchains
15537
15538 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15539
15540 * Makefile.in (docdir): Remove.
15541
15542 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15543
15544 * Makefile.in (datadir): Set to $(prefix)/share.
15545
15546 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15547
15548 * configure.in: build diff and patch for cygwin32-hosted
15549 toolchains.
15550
15551 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15552
15553 * config.sub: Accept -rtems*.
15554
15555 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15556
15557 * configure.in: enable dosrel for cygwin32-hosted builds,
15558 remove diff from the list of things not buildable
15559 via Canadian Cross
15560
15561 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15562
15563 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15564 don't get ". ".
15565
15566 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15567
15568 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15569
15570 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15571
15572 * Makefile.in (taz): Handle case where tex3patch didn't even get
15573 checked out. Also, if it was found, put the symlink in a new util
15574 subdirectory.
15575
15576 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15577
15578 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15579
15580 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15581
15582 * config.sub: Recognize -openvms.
15583 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15584 * make-all.com, setup.com: New files.
15585
15586 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15587
15588 * Makefile.in (taz): tex3patch moved to texinfo/util.
15589
15590 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15591
15592 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15593 * configure.in: remove make from disable-if-Can-Cross list
15594 enable gdb if ${host} and ${target} are cygwin32
15595
15596 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15597
15598 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15599 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15600
15601 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15602
15603 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15604 distinguish sysv/svr4/bsd variants.
15605 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15606
15607 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15608
15609 * configure.in: Added copyright notice.
15610 * move-if-change: Added copyright notice.
15611
15612 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15613
15614 * configure.in (powerpcle-*-solaris*): Until we get shared
15615 libraries working, don't build gdb, sim, make, tcl, tk, or
15616 expect.
15617
15618 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15619
15620 * config.guess: Merge with FSF:
15621
15622 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15623 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15624
15625 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15626 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15627
15628 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15629 * config.guess: Combine two OSF1 rules.
15630 Also recognize field test versions. From mjr@zk3.dec.com.
15631 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15632 because GNU uname does not support -p. From pmr@pajato.com.
15633
15634 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15635
15636 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15637
15638 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15639
15640 * mpw-README: Document GCCIncludes.
15641
15642 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15643
15644 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15645
15646 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15647
15648 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15649
15650 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15651
15652 * configure.in (*-*-cygwin32): Configure make.
15653
15654 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15655
15656 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15657
15658 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15659
15660 * Makefile.in (all-inet): Depend on all-perl.
15661
15662 * Makefile.in (inet-install): New target.
15663
15664 * Makefile.in (all-inet): Depend on all-tcl.
15665 (all-inet): Depend on all-send-pr.
15666
15667 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15668
15669 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15670 temporarily.
15671
15672 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15673
15674 * configure.in: Don't configure --with-gnu-ld on AIX.
15675
15676 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15677
15678 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15679
15680 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15681
15682 * Makefile.in (ALL_MODULES): Added all-inet.
15683 (CROSS_CHECK_MODULES): Added check-inet.
15684 (INSTALL_MODULES): Added install-inet.
15685 (CLEAN_MODULES): Added clean-inet.
15686 (all-indent): New target.
15687
15688 * configure.in (host_tools): Added inet.
15689 (native_only): Added inet.
15690 (noconfigdirs): Added inet.
15691
15692 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15693
15694 * configure.in: Don't configure libgloss if we are not configuring
15695 newlib.
15696
15697 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15698
15699 * configure.in: Don't configure libgloss for unsupported
15700 architectures.
15701
15702 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15703
15704 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15705
15706 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15707
15708 * Makefile.in (ALL_MODULES): Include all-apache.
15709 (CROSS_CHECK_MODULES): Include check-apache.
15710 (INSTALL_MODULES): Include install-apache.
15711 (all-apache): New target.
15712
15713 * configure.in: Added apache everywhere perl is seen.
15714
15715 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15716
15717 * Makefile.in: Add support for clean-{module} and
15718 clean-target-{module} rules.
15719
15720 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15721
15722 * configure.in (*-*-ose) do not build libgloss.
15723
15724 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15725
15726 * config.guess (prep*:SunOS:5.*:*): Turn into
15727 powerpele-unknown-solaris2.
15728
15729 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15730
15731 * configure.in: Permit --enable-shared to specify a list of
15732 directories.
15733
15734 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15735
15736 * configure.in (host==solaris): Pass only the first word of $CC
15737 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15738
15739 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15740
15741 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15742
15743 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15744
15745 * Makefile.in (ALL_MODULES): Include all-perl.
15746 (CROSS_CHECK_MODULES): Include check-perl.
15747 (INSTALL_MODULES): Include install-perl.
15748 (ALL_X11_MODULES): Include all-guile.
15749 (CHECK_X11_MODULES): Include check-guile.
15750 (INSTALL_X11_MODULES): Include install-guile.
15751 (all-perl): New target.
15752 (all-guile): New target.
15753
15754 * configure.in (host_tools): Include perl and guile.
15755 (native_only): Include perl and guile.
15756 (noconfigdirs): Don't build guile and perl; no ports have been
15757 done.
15758
15759 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15760
15761 * configure (--enable-*): Handle quoted option lists such as
15762 --enable-sim-cflags='-g0 -O' better.
15763
15764 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15765
15766 * Makefile.in ({,inst}all-target): New rule so we can make and
15767 install all of the target directories easily.
15768
15769 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15770
15771 * configure.in: Add missing global flag in sed substitution when
15772 deleting `target-' from ${configdirs}.
15773
15774 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15775
15776 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15777 option.
15778
15779 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15780 config/mh-necv4.
15781
15782 * install.sh: Correct misspelling of transformbasename.
15783
15784 * config.guess: Recognize mips-*-sysv*.
15785
15786 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15787
15788 * config.sub: Recognize mon960.
15789
15790 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15791
15792 * configure: Restore Canadian Cross handling of BISON and LEX,
15793 removed in Feb 20 change.
15794
15795 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15796
15797 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15798 Mention make install. Remove the old copyright date as well the
15799 clumsy and rather pointless copyright on the README file.
15800
15801 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15802
15803 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15804 Makefile after running symlink-tree, then run `make distclean' to
15805 avoid clobbering any generated files in srcdir.
15806
15807 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15808
15809 * configure.in (m68k-*-netbsd*): Build everything now.
15810
15811 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15812
15813 * Makefile.in (taz): Fix quoting.
15814
15815 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15816
15817 * configure.in (sparclet-*-*): Build everything now.
15818
15819 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15820
15821 * configure.in (m68k-*-linux*): New host.
15822
15823 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15824
15825 * configure: Check for bison before byacc.
15826
15827 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15828
15829 * Makefile.in configure: Change the way LEX and BISON/YACC are
15830 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15831 searching PATH. These are used as fallbacks by Makefile.in if
15832 flex/bison/byacc aren't in objdir.
15833
15834 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15835
15836 * Makefile.in: Make everything which depends upon all-bfd also
15837 depend upon all-opcodes, in case --with-commonbfdlib is used.
15838
15839 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15840
15841 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15842 building NT native compilers on Unix.
15843
15844 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15845
15846 * configure.in: Don't get CC from the host Makefile fragment if we
15847 can find gcc in PATH, or if this is a Canadian Cross. Move the
15848 Solaris test for /usr/ucb/cc to the post target script, just after
15849 the compiler sanity test.
15850
15851 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15852
15853 * config.sub: Merge with FSF.
15854
15855 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15856
15857 * Makefile.in (RPATH_ENVVAR): New variable.
15858 (REALLY_SET_LIB_PATH): Use it.
15859 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15860
15861 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15862
15863 * config.sub, configure.in: Recognize sparclet cpu.
15864
15865 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15866
15867 * config.guess: Support m68k-cbm-sysv4.
15868
15869 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15870
15871 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15872 m68k-unknown-linuxaout from linker help string. Put quotes around
15873 $ld_help_string.
15874
15875 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15876
15877 * config.guess (powerpc-harris-powerunix): Add guess for port
15878 to new target.
15879
15880 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15881
15882 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15883
15884 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15885
15886 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15887 $(REALLY_SET_LIB_PATH) in Makefile.
15888 * Makefile.in (SET_LIB_PATH): New variable.
15889 (REALLY_SET_LIB_PATH): New variable.
15890 ($(DO_X)): Use $(SET_LIB_PATH).
15891 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15892 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15893 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15894 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15895 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15896 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15897 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15898 (install-dosrel): Likewise.
15899 (all-opcodes): Depend upon all-libiberty.
15900
15901 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15902
15903 * config.guess (*:CYGWIN*): New
15904
15905 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15906
15907 * Makefile.in (all-target-winsup): All all-target-libiberty.
15908
15909 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15910
15911 * configure.in (noconfigdirs): Add missing # in front of comment.
15912
15913 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15914
15915 * configure.in: add second pass to things added to noconfigdirs
15916 so *-gm-magic can exclude libgloss properly.
15917
15918 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15919
15920 * mpw-configure (extralibs_name, rez_name): Set correctly
15921 for MWC68K compiler.
15922
15923 * mpw-README: Add more info on the necessary build tools.
15924
15925 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15926
15927 * configure.in, config.sub: Recognize cygwin32.
15928
15929 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15930
15931 * config.guess, config.sub: Recognize A/UX.
15932
15933 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15934
15935 * config.sub: Merge with gcc/config.sub.
15936
15937 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15938
15939 * mpw-build.in (do-binutils): Add build of stamps.
15940
15941 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15942
15943 * config.sub: Add recognition for mips64vr4100*-* targets.
15944
15945 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15946
15947 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15948 Add creation of gconfigargs with `--enable-shared' turned on.
15949 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15950 ($(host)-stamp-stage3-configured): Likewise.
15951 (HOLES): Add chatr and ldd.
15952 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15953
15954 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15955
15956 * configure: Pass --nfp to recursive configures.
15957
15958 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15959
15960 * Makefile.in (DLLTOOL): New.
15961 (DLLTOOL_FOR_TARGET): New.
15962 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15963 (EXTRA_TARGET_FLAGS): Ditto.
15964 (EXTRA_GCC_FLAGS): Ditto.
15965 (CONFIGURE_TARGET_MODULES): Ditto.
15966 (DO_X): Ditto.
15967 * configure: Add DLLTOOL.
15968
15969 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15970
15971 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15972 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15973 mh-sco, since old workarounds no longer needed, and don't
15974 build ld, since libraries have weak symbols in COFF.
15975
15976 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15977
15978 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15979
15980 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15981
15982 * configure.in: Make sure that ${CC} can be used to compile an
15983 executable.
15984
15985 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15986
15987 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15988 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15989 nothing depending on whether gdbtk is being built.
15990
15991 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15992
15993 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15994
15995 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15996
15997 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15998 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15999
16000 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
16001
16002 * config-ml.in: Add support for
16003 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16004 Simplify setting of multidirs from --disable-foo.
16005
16006 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16007
16008 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16009 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16010 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16011 non-empty, pass them on to the GCC make.
16012 (all-bootstrap): New rule that is like all-gcc, except it executes
16013 the GCC bootstrap rule instead of the GCC all rule.
16014
16015 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16016
16017 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16018
16019 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16020
16021 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16022 DG/UX support.
16023
16024 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
16025
16026 * config.sub (i*86*) Change [345] to [3456]
16027
16028 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16029
16030 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16031 --with-gnu-ld=no.
16032
16033 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16034
16035 * config-ml.in (rs6000*, powerpc*): Add switches to control which
16036 AIX multilibs get built.
16037
16038 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16039
16040 * configure.in (i386-win32): Don't build expect if we're not
16041 building the tcl subdir.
16042
16043 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
16044
16045 * Makefile.in: (configure-target-examples, all-target-examples):
16046 New targets, configure and build example programs.
16047
16048 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16049
16050 * mpw-configure: If an mpw-config.in generated a file mk.sed,
16051 use it as input to sedit the generated MPW makefile.
16052 * mpw-README: Add a suggestion about Gestalt.h.
16053
16054 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16055
16056 * config.sub: Accept *-*-ieee*.
16057
16058 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16059
16060 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16061 Ronald F. Guilmette <rfg@monkeys.com>.
16062
16063 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16064
16065 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16066 for powerpc-pe native.
16067 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16068 (target==powerpc-pe): duplicate i386-win32 entry.
16069
16070 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16071
16072 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16073 of vxworks, not just vxworks5.1.
16074
16075 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16076
16077 * mpw-configure: Add support for exec-prefix.
16078
16079 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16080
16081 * config.guess: Recognize HP model 816 machines as having
16082 a PA1.1 processor.
16083
16084 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16085
16086 * configure: Ignore new autoconf configure options.
16087
16088 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16089
16090 * config.guess: Recognize Pentium under SCO.
16091 From Robert Lipe <robertl@arnet.com>.
16092
16093 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16094
16095 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16096
16097 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16098
16099 * configure.in: Don't configure gas for alpha-dec-osf*.
16100
16101 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16102
16103 * configure.in: Default to --with-stabs for some targets for which
16104 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16105 i[345]86*-*-unixware*.
16106
16107 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16108
16109 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16110 rather than basing it on the target. Simplify handling of options
16111 controlling which directories to configure. Remove extraneous
16112 slash in multi-clean target.
16113
16114 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16115
16116 * config-ml.in: Prefix more variables with ml_ so they don't collide
16117 with configure's.
16118
16119 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16120
16121 * configure: Don't turn -v into --v.
16122
16123 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16124
16125 * configure.in (targargs): Fix typo.
16126
16127 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16128
16129 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16130
16131 * configure.in: Strip --host and --target options from
16132 CONFIG_ARGUMENTS, and always configure for --host only. Add
16133 --with-cross-host option when building with a cross-compiler.
16134 * configure: Canonicalize the arguments put into config.status by
16135 always using `=' for an option with an argument. Pass a presumed
16136 --host or --target explicitly.
16137
16138 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16139
16140 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16141 into general OS recognition case.
16142
16143 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16144
16145 * configure.in (target_configdirs): add target-winsup only
16146 for win32 target systems.
16147
16148 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16149
16150 * Makefile.in (all-target-libgloss): Depend upon
16151 configure-target-newlib, since when libgloss is built it looks to
16152 see if the newlib directory exists.
16153
16154 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16155
16156 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16157 cfg-ml-*.in.
16158
16159 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16160
16161 * configure: Handle LD and LD_FOR_TARGET when configuring a
16162 Canadian Cross.
16163
16164 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16165
16166 * configure.in (target_libs): add target-winsup.
16167 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16168 (target==ppcle-pe): remove ld from $noconfigdirs.
16169
16170 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16171
16172 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16173 Preserve relative path names in $srcdir. Build symlink tree if
16174 configuring cross target dir and srcdir=. (= no VPATH support).
16175 (configure-target-libg++): Depend on configure-target-librx.
16176 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16177 * config-ml.in: New file.
16178 * symlink-tree: New file.
16179 * configure: Ensure srcdir="." if that's what it is.
16180
16181 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16182
16183 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16184 includes and FLEX_SKELETON setting.
16185 * mpw-configure (--with-gnu-ld): New option, controls whether
16186 to use PPCLink or ld with PowerMac GCC.
16187 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16188 * mpw-config.in: Configure grez if targeting Mac.
16189
16190 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16191 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16192 just macos.
16193 * configure.in: Configure grez resource compiler if targeting Mac.
16194 * Makefile.in (all-grez, install-grez): New targets.
16195
16196 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
16197
16198 * configure: CXX defaults to gcc, not g++. If we find
16199 gcc in the path, set CC to gcc -O2.
16200
16201 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
16202
16203 * configure: Default ${build} correctly. Avoid picking up extra
16204 spaces when reading CC and CXX from Makefile. When doing a
16205 Canadian Cross, use plausible default values for numerous
16206 variables.
16207 * configure.in: When doing a Canadian Cross, don't try to
16208 configure tools whose configure script can't handle it.
16209
16210 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16211
16212 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16213
16214 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
16215
16216 * configure: Remove dubious bug reporting address.
16217
16218 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
16219
16220 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
16221 configure script, run that instead of this directory's configure.
16222 In either case, print a message that we're configuring the sub-dir.
16223
16224 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
16225
16226 * configure.in: Before checking for the existence of various files,
16227 use sed to filter out "target-".
16228
16229 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
16230
16231 * Makefile.in (DO_X): Split rule to decrease command line length
16232 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
16233 (Philippe De Muyter).
16234
16235 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16236
16237 * Makefile.in (all-patch): depend on all-libiberty.
16238
16239 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
16240
16241 * configure.in: If the only directory in target_configdirs which
16242 actually exists is libiberty, then set target_configdirs to empty,
16243 to avoid trying to build a target libiberty in a gas or gdb
16244 distribution.
16245
16246 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
16247
16248 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16249 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16250 systems.
16251
16252 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16253
16254 * configure.in (copy_dirs): Use sys-include instead of include
16255 for --with-headers option.
16256
16257 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
16258
16259 * Makefile.in, configure.in: Make winsup builds work with
16260 new scheme.
16261
16262 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
16263
16264 * configure.in: Build the linker on AIX.
16265
16266 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
16267
16268 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
16269 where needed.
16270
16271 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
16272
16273 * Makefile.in (all-gcc): Fix typo.
16274
16275 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
16276
16277 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
16278
16279 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
16280
16281 * configure.in: Rename libFOO to target-libFOO, and xiberty
16282 to target-xiberty, to provide more flexibility.
16283 (target_subdir): Define. Create if cross.
16284 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16285 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
16286 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16287 check-libFOO -> check-target-libFOO, etc.
16288 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16289 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16290 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16291 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16292 allow ALL_GCC="" to only configure.
16293 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16294 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16295 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16296
16297 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16298
16299 * Makefile.in (taz): Build "info" in etc explicitly.
16300
16301 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16302
16303 * configure.in: Make sure that CC is undefined (as opposed to
16304 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16305 problem with autoconf trying to configure on a host without GCC.
16306
16307 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16308
16309 * mpw-configure: Set host alias from choice of host compiler,
16310 only use generic MPW Makefile sed if present, edit a file
16311 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16312 * mpw-README: Add problem notes about CW6 and CW7.
16313
16314 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16315
16316 * Makefile.in (taz): Use ";" instead of ";;".
16317
16318 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16319
16320 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16321 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16322 DISTDOCDIRS.
16323 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16324 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16325
16326 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16327
16328 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16329 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16330 Move bfd to DISTSTUFFDIRS.
16331
16332 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16333
16334 * Makefile.in (X11_LIB): Removed.
16335 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16336
16337 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16338
16339 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16340
16341 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16342 names.
16343
16344 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16345
16346 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16347
16348 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16349
16350 * configure.in (i[345]86-*-win32): Always build newlib.
16351 Don't configure cvs, autoconf or texinfo.
16352 * Makefile.in (LD_FOR_TARGET): New.
16353 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16354 Pass down LD_FOR_TARGET.
16355
16356 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16357
16358 * winsup: New directory.
16359 * Makefile.in: Build winsup.
16360 * configure.in: Winsup is configured when target is win32.
16361 Can only build win32 target GDB when native.
16362
16363 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16364
16365 * config.guess: Recognize HP model 819 machines as having
16366 a PA 1.1 processor.
16367
16368 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16369
16370 * configure: Fix sed loop which substitutes for CC and CXX to
16371 avoid bug found in various sed implementations.
16372
16373 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16374
16375 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16376 simulator. Use standard powerpc-*-eabi*.
16377
16378 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16379
16380 * configure.in: Stop putting gas and binutils in noconfigdirs for
16381 powerpc-*-aix* and rs6000-*-*.
16382
16383 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16384
16385 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16386 -mcall-aixdesc libraries.
16387
16388 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16389
16390 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16391
16392 * config.sub (arm | armel | armeb): Fix shell syntax.
16393
16394 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16395
16396 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16397 -msoft-float and -mcpu=common support.
16398 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16399 libraries.
16400
16401 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16402
16403 * configure.in: Allow configuration and build of emacs19 for the alpha.
16404
16405 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16406
16407 * configure.in (CC): Get ^CC, not just any old CC, from
16408 ${host_makefile_frag}.
16409
16410 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16411
16412 * configure.in (CC): Try to get CC from
16413 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16414
16415 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16416
16417 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16418 only if it exists in $(srcdir).
16419
16420 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16421
16422 * configure: If CC and CXX are not set in the environment, set
16423 them, based on either an existing Makefile or on searching for gcc
16424 in PATH. Substitute for CC and CXX in Makefile.
16425 * configure.in: Remove libm from target_libs. Separate
16426 target_configdirs from configdirs. If CC is not set in
16427 environment, try to get it from a host Makefile fragment. Rewrite
16428 changes of configdirs to use skipdirs instead. A few minor
16429 tweaks. Take directories out of target_configdirs as they are
16430 taken out of configdirs. Remove existing Makefile files from
16431 subdirectories. Substitute for TARGET_CONFIGDIRS and
16432 CONFIG_ARGUMENTS in Makefile.
16433 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16434 by configure.in.
16435 (CONFIG_ARGUMENTS): Likewise.
16436 (CONFIGURE_TARGET_MODULES): New variable.
16437 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16438 ($(CONFIGURE_TARGET_MODULES)): New target.
16439 (configure-libg++, configure-libio): New targets.
16440 (all-libg++): Depend upon configure-libg++.
16441 (all-libio): Depend upon configure-libio.
16442 (configure-libgloss, all-libgloss): New targets.
16443 (configure-libstdc++): New target.
16444 (all-libstdc++): Depend upon configure-libstdc++.
16445 (configure-librx, all-librx): New targets.
16446 (configure-newlib): New target.
16447 (all-newlib): Depend upon configure-newlib
16448 (configure-xiberty): New target.
16449 (all-xiberty): Depend upon configure-xiberty.
16450
16451 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16452
16453 * configure.in (host i[345]86-*-win32): Expand the
16454 noconfigdirs again.
16455
16456 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16457
16458 * mpw-configure: Fix sed command file name.
16459
16460 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16461
16462 * configure.in (host i[345]86-*-win32): Reduce the
16463 noconfigdirs again.
16464
16465 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16466
16467 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16468 or powerpc*-*-pe*, since they are not yet supported.
16469
16470 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16471
16472 Add PowerMac support and many other enhancements.
16473 * mpw-configure: New option --cc to select compiler to use,
16474 paste options set according to --cc into the generated
16475 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16476 if mpw-make.sed is present.
16477 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16478 add forward includes for PowerPC include files.
16479 * mpw-build.in: Build using Makefile.PPC if present.
16480 (do-byacc, etc): Remove separate version resource builds.
16481 (do-gas): Build "stamps" before "all".
16482 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16483 * mpw-README: Update to reflect --cc option, PowerMac support,
16484 and recently-reported compatibility problems.
16485
16486 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16487
16488 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16489 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16490 (--with-multilib-top): Pass to recursive invocations.
16491
16492 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16493
16494 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16495 v810-*-*.
16496
16497 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16498
16499 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16500 gdb, ld and opcodes on v810-*-*.
16501
16502 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16503
16504 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16505 (local-maintainer-clean): New target.
16506 (maintainer-clean): New target.
16507 (realclean): Just depend upon maintainer-clean.
16508
16509 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16510
16511 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16512
16513 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16514
16515 * configure.in: Build ld in mips*-*-bsd* case.
16516
16517 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16518
16519 * config.sub: Accept -lites* OS. From Ian Dall.
16520
16521 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16522
16523 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16524 targets.
16525
16526 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16527
16528 * configure.in: treat i386-win32 canadian cross the same as
16529 i386-go32 canadian cross.
16530
16531 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16532
16533 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16534 running under the simulator to build a reduced set of libraries.
16535 (powerpc-*-eabiaix): Add fine grained multilib support added to
16536 other powerpc targets yesterday.
16537
16538 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16539
16540 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16541 -disable-softfloat, -disable-relocatable, -disable-aix, and
16542 -disable-sysv to control which multilib libraries get built.
16543
16544 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16545
16546 * configure: Add Makefile.tem to list of files to remove in trap
16547 handler.
16548
16549 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16550
16551 * config.guess (*Linux*): Add missing "exit"s.
16552 Also, need specific check for alpha-unknown-linux (uses COFF).
16553
16554 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16555
16556 * config.guess: Merge with FSF:
16557
16558 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16559 * config.guess (AIX4): More robust release numbering discovery.
16560
16561 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16562 * config.guess (i386-sequent-ptx): Properly get version number.
16563
16564 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16565 * config.guess (mips:*:4*:UMIPS): New case.
16566
16567 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16568
16569 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16570 (i386-win32 host): Likewise. Don't build readline.
16571
16572 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16573
16574 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16575 SUPPORT_FILES to submakes.
16576
16577 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16578
16579 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16580 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16581 mpw-configure.
16582
16583 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16584
16585 * configure.in (appdirs): Use =, not ==, in test expression when
16586 trying to build the text to print in the warning message for
16587 Solaris users.
16588
16589 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16590
16591 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16592
16593 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16594
16595 * config.guess: Recognize lynx-2.3.
16596
16597 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16598
16599 * config.sub (z8ksim): Deleted
16600 (z8k-*-coff): New, this is the one true name of the target.
16601
16602 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16603
16604 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16605
16606 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16607
16608 * config.guess (*:Linux:*:*): First try asking the linker what the
16609 default object file format is (elf, aout, or coff). Then if this
16610 fails, try previous methods.
16611
16612 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16613
16614 * configure.in: Don't build newlib for *-*-vxworks5.1.
16615
16616 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16617
16618 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16619 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16620
16621 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16622
16623 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16624
16625 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16626
16627 * cfg-ml-com.in: New file.
16628 * cfg-ml-pos.in: New file.
16629
16630 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16631
16632 * COPYING.NEWLIB: Add HP free copyright to list.
16633
16634 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16635
16636 * config.sub: Recognize -eabi* for the system, not just -eabi.
16637
16638 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16639
16640 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16641 * config.sub, configure.in (win32): New target and host.
16642
16643 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16644
16645 * configure.in: Add i386-pe configuration.
16646
16647 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16648
16649 * mpw-build.in (install): Install GDB after LD.
16650
16651 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16652
16653 * mpw-config.in (elf/mips.h): Always forward-include, needed
16654 for GDB to build.
16655
16656 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16657
16658 * testsuite: New directory for customer acceptance and whole tool
16659 chain tests.
16660
16661 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16662
16663 * configure: If per-host line isn't found, but AC_OUTPUT is found
16664 and a configure script exists, run it instead.
16665
16666 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16667
16668 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16669
16670 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16671
16672 * configure: Set build_{cpu,vendor,os,alias} to host values when
16673 --build isn't specified.
16674
16675 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16676
16677 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16678 (FLAGS_TO_PASS): Pass them.
16679 (EXTRA_TARGET_FLAGS): Ditto.
16680
16681 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16682
16683 * Makefile.in (all-libg++): Depend on all-libstdc++.
16684
16685 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16686
16687 * configure.in (noconfigdirs): Enable all packages for
16688 i386-unknown-netbsd.
16689
16690 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16691
16692 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16693 hosted builds (DOS builds)
16694
16695 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16696
16697 Changes for ARM based on patches from Richard Earnshaw:
16698 * config.sub: Handle armeb and armel.
16699 * configure.in: Omit arm linker only for riscix.
16700
16701 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16702
16703 * config.guess: Update from FSF.
16704
16705 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16706
16707 * config.sub: Recognize powerpcle as the little endian variant of
16708 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16709 powerpcle variant. Convert pentium into i586, not i486. Add p5
16710 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16711 temporarily.
16712
16713 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16714
16715 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16716
16717 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16718
16719 * config.sub: Accept -lites* as a basic system type.
16720
16721 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16722
16723 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16724 installed, and if so return linuxoldld as the system name.
16725
16726 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16727
16728 * config.guess: Add hppa1.1-hp-lites support.
16729
16730 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16731
16732 * configure.in: Don't build newlib for m68k-vxworks5.1.
16733
16734 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16735
16736 * configure.in (mips-sgi-irix6): Use mh-irix5.
16737
16738 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16739
16740 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16741
16742 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16743
16744 * test-build.mk: Enable building of shared libraries on IRIX 5 and
16745 OSF/1. Fix compiler flags.
16746 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16747
16748 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16749
16750 * configure.in: Recognize --with-newlib.
16751 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16752
16753 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16754
16755 * Makefile.in: move {all,check,install}-gdb from *_MODULES
16756 to *_X11_MODULES due to gdbtk needing X include files et al.
16757
16758 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16759
16760 Merge in support for Mac MPW as a host.
16761 (Old change descriptions retained for informational value.)
16762
16763 * mpw-config.in: Add generic include forwards for cpu-specific
16764 include files in aout and elf directories.
16765
16766 * mpw-configure: Added copyright.
16767 * mpw-config.in: Check for presence of required build tools.
16768 (target_libs): Add newlib.
16769 (target_tools): Add examples.
16770 (Read Me): Generate as "Read Me for MPW" instead.
16771 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16772 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16773 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16774
16775 * mpw-configure: Remove subdir-specific makefile hackery,
16776 delete mk.tmp after using it.
16777
16778 * mpw-build.in (all): Display start and end times.
16779
16780 * mpw-configure (host_canonical): Set.
16781 (target_cpu): Always add to makefiles.
16782 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16783 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16784 (mpw-mh-mpw): Look for in srcdir and srcroot.
16785 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16786
16787 * mpw-build.in: (install-only): New target.
16788
16789 * mpw-configure (host_alias, target_alias): Rename from hostalias
16790 and targetalias, add into generated Makefile.
16791 (mk.tmp): If present, add into generated Makefile.
16792 * mpw-build.in (all-gas): Build config.h first before gas proper.
16793
16794 * mpw-configure (config.status): Write only if changed.
16795 * mpw-config.in (readline): Configure it (not built, just used for
16796 definitions).
16797
16798 * mpw-config.in (elf/mips.h): Add a forward include.
16799
16800 * mpw-config.in: Forward-include most .h files in include into
16801 extra-include.
16802 (readline): Don't build.
16803 mpw-build.in (install): Install GDB.
16804
16805 * mpw-configure (prefix, mpw_prefix): Handle it.
16806 * mpw-config.in (mmalloc, readline): Don't configure.
16807 * mpw-build.in (thisscript): Rename to ThisScript.
16808 Use mpw-build instead of BuildProgram everywhere.
16809 (mmalloc, readline): Don't build.
16810 * mpw-README: New file, basic documentation about the MPW port.
16811
16812 * mpw-config.in: Use forward-include to create include files.
16813
16814 * mpw-configure: Add more things to the top of each configured
16815 Makefile, including contents of config/mpw-mh-mpw.
16816 * mpw-config.in (extra-include): Create this directory and fill it
16817 with Posix-like include files when configuring.
16818
16819 * config.sub (apple, mac, mpw): Add various aliases.
16820
16821 * mpw-build.in: New file, top-level build script fragment for MPW.
16822 * mpw-configure: New file, configure script for MPW.
16823 * mpw-config.in: New file, config fragment for MPW.
16824
16825 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16826
16827 * configure.in (host_libs): Remove glob, since it is gone from the
16828 sources.
16829
16830 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16831
16832 * Makefile.in: define empty GDB_NLM_DEPS var.
16833
16834 * configure.in(target_makefile_frag): use config/mt-netware
16835 for netware targets.
16836
16837 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16838
16839 * config.sub: Merge in recent FSF changes. Remove linux special
16840 cases.
16841
16842 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16843
16844 Revert this change:
16845
16846 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16847
16848 * build-all.mk: Use CC=cc -Xs on Solaris.
16849
16850 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16851
16852 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16853 stop using it.
16854 * Makefile.in: Nuke all references to glob subdirectory.
16855
16856 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16857
16858 * configure.in: Fix --enable-shared logic in per-host.
16859
16860 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16861
16862 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16863
16864 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16865
16866 * configure.in (noconfigdirs): Don't build gas on AIX, for
16867 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16868
16869 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16870
16871 * configure: Fix --cache-file to work if the file argument is a
16872 relative path.
16873
16874 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16875
16876 * configure: If the --cache-file is used, pass it down to
16877 configure in subdirectories.
16878
16879 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16880
16881 * config.sub: add vxworks29k configuration.
16882
16883 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16884
16885 * Makefile.in (taz): Do "diststuff" part quietly.
16886
16887 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16888
16889 * config.sub: Mini-merge with gcc/config.sub.
16890
16891 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16892
16893 * config.guess (IRIX): Sed - to _.
16894
16895 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16896
16897 * Makefile.in (source-vault, binary-vault): New targets.
16898
16899 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16900
16901 * config.sub: Recognize -eabi as a basic system type.
16902
16903 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16904
16905 * configure.in (enable_shared stuff): Fix typo.
16906
16907 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16908
16909 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16910
16911 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16912
16913 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16914
16915 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16916
16917 * configure.in (rs6000-*-*): Don't build gas.
16918
16919 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16920
16921 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16922 reduce command line length.
16923 (AS_FOR_TARGET): Check for as.new, not Makefile.
16924 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16925
16926 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16927
16928 * config.guess: Merge from FSF.
16929
16930 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16931
16932 * configure: Don't use $ when handling program_suffix.
16933
16934 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16935
16936 * configure.in: Configure tk for hppa/hpux.
16937
16938 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16939
16940 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16941
16942 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16943
16944 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16945 to LIBCXXFLAGS. Tests are better run without it.
16946
16947 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16948
16949 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16950
16951 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16952
16953 * configure.in (*-*-netware*): Don't configure xiberty.
16954
16955 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16956
16957 * configure.in: Remove tk from native_only list.
16958
16959 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16960
16961 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16962 for special NCD build.
16963
16964 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16965
16966 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16967 makeall.bat, they're only useful for binutils snapshots.
16968 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16969 makeall.bat to specified SUPPORT_FILES.
16970
16971 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16972
16973 * build-all.mk: Add Ericsson targets to sun4 and solaris
16974 hosts. Add BNR's sun4 target to solaris host, so their
16975 build-from-source will be tested in-house first.
16976
16977 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16978
16979 * Makefile.in (LIBCFLAGS): New variable.
16980 (CFLAGS_FOR_TARGET): Ditto.
16981 (LIBCFLAGS_FOR_TARGET): Ditto.
16982 (LIBCXXFLAGS): Ditto.
16983 (CXXFLAGS_FOR_TARGET): Ditto.
16984 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16985 (BASE_FLAGS_TO_PASS): Pass them.
16986 (EXTRA_TARGET_FLAGS): Ditto.
16987
16988 * configure.in: Support --enable-shared.
16989
16990 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16991
16992 * configure.in (target_libs): Include libstdc++ again.
16993 * config.guess: Update from FSF (for FreeBSD).
16994
16995 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16996
16997 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16998 makeall.bat.
16999 (DISTDOCDIRS): Add `etc'.
17000 (ETC_SUPPORT_PFX): New variable.
17001 (taz): Include anything from etc starting with a word in
17002 ETC_SUPPORT_PFX.
17003
17004 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17005
17006 * config.sub: Update for recent FSF changes. Remove obsolete
17007 h8300hds entry. Add -windows* and -osx as basic os. Minor
17008 spacing changes.
17009
17010 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17011
17012 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17013
17014 * config.guess: Merge with FSF.
17015 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17016
17017 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17018
17019 * configure: Since the "trap 0" handler will override the exit
17020 status on many systems, only use it for "exit 1", and make it set
17021 a non-zero exit status; reset it before "exit 0". Also, check
17022 exit status of config.sub, and error out if it failed.
17023
17024 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
17025
17026 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17027 and install libgloss.
17028
17029 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17030
17031 * Makefile.in (all-binutils): Depend upon all-byacc.
17032
17033 * configure.in: Don't build emacs on Irix 5.
17034
17035 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17036
17037 * configure.in (*-*-netware*): Add libio.
17038
17039 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17040
17041 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17042 (CHECK_TARGET_MODULES): Ditto.
17043 (INSTALL_TARGET_MODULES): Ditto.
17044 (TARGET_LIBS): Ditto.
17045 (all-libstdc++): Note dependencies.
17046
17047 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17048
17049 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17050
17051 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17052
17053 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17054 -fexternal-templates.
17055
17056 * configure.in (target_libs): Add libstdc++.
17057 (noconfigdirs): Add libstdc++ as appropriate.
17058
17059 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17060
17061 * config.guess: Update from FSF.
17062
17063 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17064
17065 * configure: Use ${config_shell} when running ${configsub}.
17066
17067 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17068
17069 * config.sub: No longer recognize h8300h.
17070
17071 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17072
17073 * config.sub: Remove extraneous differences between config.sub and
17074 gcc/config.sub.
17075
17076 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17077
17078 * Makefile.in (DISTSTUFFDIRS): Add gas.
17079
17080 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17081
17082 * COPYING.NEWLIB: New file.
17083
17084 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17085
17086 * config.guess (HP-UX): Patch from Harlan Stenn
17087 <harlan@landmark.com> to also emit release level.
17088
17089 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17090
17091 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17092
17093 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17094
17095 * config.sub: Merge nextstep cleanup from FSF.
17096
17097 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17098
17099 * configure.in (arm-*-*): Don't configure ld for this target.
17100
17101 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17102
17103 * configure.in (*-*-netware): don't configure libg++, libio,
17104 librx, or newlib.
17105
17106 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17107
17108 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17109 configure ld--it works, but it doesn't support shared libraries.
17110
17111 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17112
17113 * config.guess (*-unknown-freebsd*): Get rid of possible
17114 trailing "(Release)" in version string.
17115 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17116
17117 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17118
17119 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17120 Fix type: *-next-neststep -> *-next-nextstep.
17121
17122 * config.guess: Merge from FSF:
17123
17124 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17125
17126 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17127
17128 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17129
17130 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17131 instead of UNIX_SV for UnixWare 1.0).
17132
17133 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17134
17135 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17136 to make gdb/nlm/* build after the compiler and linker.
17137
17138 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17139
17140 * config.guess (netbsd, freebsd, linux): Accept any machine,
17141 not just i[34]86.
17142 (m68k-atari-sysv4): Relocate to match FSF version.
17143
17144 * config.guess: More merges from the FSF:
17145
17146 Add a space before function call or macro invocation.
17147
17148 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17149
17150 * config.guess: Add trap cmd to remove dummy.c and dummy when
17151 interrupted.
17152
17153 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17154
17155 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17156 (dummy): Redirect stderr from compilation of dummy.c.
17157
17158 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17159
17160 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17161
17162 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17163
17164 * configure: Accept and ignore --cache*, for compatibility with
17165 new autoconf.
17166
17167 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17168
17169 * config.guess: Merge from FSF:
17170
17171 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17172
17173 * config.guess (Pyramid*:OSx*:*:*): New case.
17174 (PATH): Add /.attbin at end for finding uname.
17175 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
17176
17177 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17178
17179 * config.guess (M88*:DolphinOS:*:*): New case.
17180
17181 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17182
17183 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17184 to select whether to use ELF or COFF.
17185
17186 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17187
17188 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17189
17190 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17191
17192 * config.guess: Guess the OS version for HPUX.
17193
17194 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17195
17196 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17197
17198 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17199
17200 * configure.in: Recognize --with-headers, --with-libs, and
17201 --without-newlib.
17202 * Makefile.in (all-xiberty): Depend upon all-ld.
17203
17204 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17205
17206 * configure.in: Change i[34]86 to i[345]86.
17207
17208 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17209
17210 * configure (version): A few more tweaks to help message.
17211
17212 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
17213
17214 * Makefile.in: Remove (for now) librx as a host library,
17215 now that we're building it for target.
17216
17217 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17218
17219 * configure: Fix up help message; from karl@owl.hq.ileaf.com
17220 (Karl Berry).
17221
17222 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
17223
17224 * configure.in: Also configure librx.
17225
17226 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17227
17228 * Makefile.in: Update various rules to reflect that librx
17229 is now needed for libg++.
17230
17231 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17232
17233 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17234
17235 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17236
17237 * configure.in: Configure the examples directory.
17238
17239 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17240
17241 * configure: Simplify Jun 2 1994 change.
17242
17243 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17244
17245 * change CC to /usr/latest/bin/gcc for lynx host builds, since
17246 /bin/gcc isn't good enough to build gcc.
17247
17248 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
17249
17250 * Makefile.in (GDB_SUPPORT_FILES): Remove
17251 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
17252 (gdb.tar.gz): Add new rule to use standard distribution building
17253 mechanism.
17254
17255 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17256
17257 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
17258 Bill Cox <bill@cygnus.com>.
17259
17260 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
17261
17262 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
17263
17264 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
17265
17266 * configure: Search current dir first in .gdbinit.
17267
17268 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
17269
17270 * config.sub: Recognize freebsd (merged from gcc config.sub).
17271
17272 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
17273
17274 * config.sub: Refer to NeXT's operating system as nextstep.
17275
17276 * config.sub (case $basic_machine): Re-order the cases, to match
17277 the order in the FSF version (which is mostly alphabethical).
17278 Merge in some additions and changes from the FSF.
17279
17280 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
17281
17282 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17283 * config.sub: Recognize cxux7.
17284 * configure.in: Use mh-cxux for m88k-harris-cxux*.
17285
17286 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17287
17288 * config.sub: Fix typo powerpc -> powerpc-*.
17289
17290 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17291
17292 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17293
17294 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17295 parallel with all-emacs and install-emacs). Top-level command
17296 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17297
17298 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17299
17300 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17301 $(relbindir)/make before doing ``make install'', and use
17302 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17303 installing over running make binary.
17304 ($(host)-stamp-stage3-installed): Likewise.
17305
17306 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17307
17308 * config.guess: Recognize Mach.
17309
17310 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17311
17312 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17313 see whether --exec-prefix was used.
17314
17315 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17316
17317 * README: Explicitly mention libg++/README. (Zoo's idea.)
17318
17319 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17320
17321 * Makefile.in: Add all-librx target similar to all-libproc.
17322
17323 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17324
17325 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17326 with post 1.2 uname bogosity.
17327
17328 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17329
17330 * configure: Remove temporary files on receipt of a signal.
17331
17332 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17333
17334 * configure: If there is a package_makefile_frag, remove
17335 ${subdir}/Makefile.tem after copying it in.
17336
17337 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17338
17339 * build_all.mk: support rs6000 lynx identifies itself as
17340 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17341 since /bin/gcc is too feeble to compile a modern gcc.
17342
17343 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17344
17345 * brought devo/test-build.mk update-to-date with progressive/
17346 test-build.mk. Add lynx targets and hppa flag info.
17347
17348 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17349
17350 * configure.in: Use mh-ncrsvr43. Patch from
17351 Tom McConnell <tmcconne@sedona.intel.com>.
17352
17353 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17354
17355 * config.guess (i386-unknown-bsdi): No longer need to
17356 check #if defined(__bsdi__) && defined(__i386__).
17357
17358 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17359
17360 * configure: Set program_transform_nameoption correctly.
17361
17362 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17363
17364 * brought build-all.mk update-to-date with progressive build-all.mk,
17365 added new targets and hppa info.
17366
17367 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17368
17369 * configure: If config.guess result is a prefix of the user
17370 specified target, assume a native build and use the user specified
17371 target as the host alias. Remove SunOS patch suffix removal hack.
17372 * configure.in: Remove SunOS patch suffix removal hack.
17373
17374 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17375 in NATIVE_CHECK_MODULES.
17376
17377 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17378
17379 * Makefile.in: Rename HOST_ONLY to NATIVE.
17380 * configure: Delete SunOs patch suffix from host_canonical
17381 and build_canonical variables that are prepended to Makefiles.
17382 * configure.in: Add comments for easier maintenance.
17383
17384 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17385
17386 * Makefile.in: Add all-libproc target similar to all-gui.
17387
17388 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17389
17390 * Makefile.in (CHECK_MODULES): split into
17391 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17392
17393 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17394
17395 * config.guess (i386-unknown-bsdi): New system to guess.
17396
17397 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17398
17399 * Makefile.in: Add all-gui target (but not yet build by "all").
17400
17401 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17402
17403 * config.sub: Move deletion of patch suffix from here...
17404 * configure.in: To here, at Ian's suggestion. The top-
17405 level scripts might need to know of a patch level.
17406
17407 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17408
17409 * config.sub: Strip off patch suffix so rtl is recognized
17410 as a sunos4.1.3 machine, even though it's been patched.
17411
17412 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17413
17414 * Makefile.in (INSTALL_LAST): Delete.
17415 (INSTALL_DOSREL): New.
17416
17417 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17418
17419 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17420 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17421 whether we pass down --with-gnu-ld anyhow.
17422
17423 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17424
17425 * Makefile.in (INSTALL_LAST): Change operation so it works
17426 on more flavors of make.
17427 * configure.in (go32): Don't build libg++ or libio.
17428
17429 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17430
17431 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17432 they can be overriden by templates.
17433
17434 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17435
17436 * configure.in (target==go32): Don't build gdb.
17437 * dosrel: New directory.
17438
17439 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17440
17441 * configure.in (host==go32): Configure dosrel too.
17442 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17443 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17444 be set by incoming names or templates.
17445 (INSTALL_LAST): New rule.
17446
17447 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17448
17449 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17450
17451 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17452
17453 * configure.in (appdirs): New variable. Currently empty, but will
17454 be used in gas distribution. If nonempty, lists a set of
17455 directories at least one of which must get configured, or top
17456 level configuration is considered to have failed.
17457 (rs6000-*-lynxos*): Use new file name.
17458
17459 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17460
17461 Eliminate XTRAFLAGS.
17462 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17463 newlib include files using -idirafter, and also use -nostdinc.
17464 (CXX_FOR_TARGET): Likewise.
17465 (XTRAFLAGS): Removed.
17466 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17467 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17468 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17469 ($(DO_X)): Don't pass down XTRAFLAGS.
17470
17471 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17472
17473 * configure.in (mips*-dec-bsd*): New target; do build linker.
17474 (mips*-*-bsd*): New target; don't build linker.
17475
17476 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17477
17478 * configure.in: support rs6000-*-lynxos* configuration.
17479 support sunos4 as a cross target.
17480
17481 * config.sub: look for lynx*, not lynx since the OS version may
17482 legitimately be part of the name.
17483
17484 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17485
17486 * configure.in (i[34]86-*-sco*): Move to be with other i386
17487 targets.
17488 (romp-*-*): New target. Skip various binary utilities.
17489 (vax-*-*): New target. Don't build newlib.
17490 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17491
17492 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17493
17494 * configure.in: Only set host_makefile_frag if config
17495 directory exists.
17496
17497 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17498
17499 * install.sh: If $dstdir exists, don't check whether each
17500 component does.
17501
17502 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17503
17504 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17505
17506 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17507
17508 * configure.in (*-*-lynxos*): Don't configure newlib for either
17509 native or cross Lynx.
17510
17511 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17512
17513 * config.sub (sparc64-elf): Fix os.
17514 (z8k): Remove duplicate.
17515
17516 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17517
17518 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17519 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17520
17521 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17522
17523 * configure: Make file links cleanly even if Lynx fails on
17524 an NFS symlink (at least fail cleanly).
17525
17526 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17527
17528 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17529 -XNh2000.
17530
17531 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17532
17533 * configure: Unknown options are fatal again.
17534
17535 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17536
17537 * configure: Ignore --x-includes and --x-libraries, for Autoconf
17538 compatibility.
17539
17540 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17541
17542 * build-all.mk: Add `clean' target.
17543
17544 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17545
17546 * config.guess: Add SINIX support.
17547 * configure.in: Add mips-*-sysv4* support.
17548
17549 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17550
17551 * build-all.mk: Document all useful targets.
17552 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17553 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17554
17555 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17556
17557 * configure: Support --silent, --quiet.
17558
17559 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17560
17561 * configure: Support --disable-FEATURE.
17562
17563 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17564
17565 * config.guess: Recognize NCR running SVR4.3.
17566
17567 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17568
17569 * config.guess: Make BSDI generate i386-unknown-bsd386.
17570 Patch from Paul Eggert <eggert@twinsun.com>.
17571
17572 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17573
17574 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17575
17576 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17577
17578 * configure: Make unrecognized options give nonfatal warnings
17579 instead of fatal errors, and pass them to any subdirectory
17580 configures in case they recognize them.
17581 Make --x equivalent to --with-x.
17582
17583 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17584
17585 * configure: Add --enable-* options. Clean up usage message and
17586 some comments.
17587
17588 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17589
17590 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17591
17592 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17593
17594 * configure.in (hppa*-*-*): Enable binutils.
17595
17596 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17597
17598 * config.sub: Recognize cisco.
17599
17600 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17601
17602 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17603
17604 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17605
17606 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17607 than one configuration name. Add comment.
17608
17609 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17610
17611 * config.guess: about target *-hitachi-hiuxwe2, fixed
17612 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17613 macro is incorrect.]
17614
17615 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17616
17617 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17618 than the "make ls" stuff which used to be here.
17619
17620 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17621
17622 * config.guess: Recognize i[34]86-unknown-freebsd.
17623 From Shawn M Carey <smcarey@rodan.syr.edu>.
17624
17625 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17626
17627 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17628
17629 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17630
17631 * config.guess: Check for ptx.
17632
17633 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17634
17635 * config.sub: Add os9k checking.
17636
17637 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17638
17639 * config.guess: Handle OSF1 running on HPPA processors
17640
17641 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17642
17643 * configure: If subdir configure fails, print out a message with
17644 subdirectory name, in case subdir's configure code didn't identify
17645 itself.
17646
17647 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17648
17649 * configure.in: Remove embedded newlines from configdirs.
17650 Avoid mismatches of substrings. Fix matching strings at end
17651 of configdirs.
17652
17653 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17654
17655 * config.guess: Add Lynx/rs6000 config support.
17656
17657 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17658
17659 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17660
17661 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17662
17663 * configure.in (hppa*-*-osf*): Treat this just like most other
17664 PA configurations (eg no binutils or ld).
17665 (hppa*-*-*elf*): These configurations have binutils and ld.
17666
17667 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17668
17669 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17670
17671 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17672
17673 * configure.in (rs6000-*-*): Build gas.
17674
17675 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17676
17677 * Makefile.in: Avoid bug in losing hpux sed.
17678
17679 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17680
17681 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17682 for GDB and GDB has been fixed to not need it.
17683
17684 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17685
17686 * config.guess: Recognize vax hosts.
17687
17688 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17689
17690 * configure (while loop): Don't use "break 2" inside case
17691 statement -- the case statement isn't an enclosing loop.
17692
17693 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17694
17695 * config.guess: Clean up NeXT support, to allow nextstep
17696 on Intel machines. Make OS be nextstep.
17697
17698 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17699
17700 * config.guess: Add alternate forms for Convex.
17701
17702 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17703
17704 * configure: Completely rewrite option processing. Take
17705 advantage of pattern-matching to avoid invoking test frequently.
17706 Also clean up host and target defaulting logic.
17707
17708 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17709
17710 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17711 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17712 commands (plus user environment) will fit SCO limits.
17713
17714 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17715
17716 * configure.in: Don't issue warnings about directories which are
17717 not being configured if -norecursion is set. Correct test for
17718 --with-gnu-as and --with-gnu-ld to not get confused by substring
17719 matches.
17720
17721 * configure.in: Don't build gas for alpha-dec-osf1*.
17722
17723 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17724
17725 * configure: Back out Per's change of 12/19/1993. It changes the
17726 behavior of configure in unexpected and confusing ways.
17727
17728 Also, use different delim char when calculating
17729 program_transform_name so that the name can contain slashes.
17730
17731 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17732
17733 * configure.in, config.sub: Add support for VSTa micro-kernel.
17734
17735 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17736
17737 * configure.in: Nuke hacks which were used to get a special
17738 version of GAS for HPPA configurations.
17739
17740 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17741
17742 * configure: If only ${target_alias} is given, use that
17743 as the default for ${host_alias}.
17744 * configure: Add missing back-slashes before nested quotes.
17745
17746 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17747
17748 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17749
17750 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17751
17752 * config.guess: Recognize some Tektronix configurations.
17753 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17754
17755 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17756
17757 * config.sub: Match any flavor of SH.
17758
17759 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17760
17761 * configure.in: Don't try to configure newlib for Alpha.
17762
17763 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17764
17765 * configure.in: Don't build ld for Irix 5. Don't build gas,
17766 libg++ or libio for any Alpha target.
17767
17768 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17769
17770 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17771
17772 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17773 default arguments -- so it tried to compress itself.
17774
17775 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17776
17777 * configure.in (notsupp): ensure that a space is always at the end
17778 of the configdirs list, since the grep checks for an explicit space
17779
17780 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17781
17782 * configure.in (target i386-sysv4.2): don't build ld, since static
17783 versions of many libraries are not available.
17784
17785 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17786
17787 * config.guess: Recognize Apollos (using environment variables).
17788 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17789
17790 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17791
17792 * config.guess: Recognize Sony news mips running newsos.
17793
17794 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17795
17796 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17797 "fi ; else" for bash.
17798
17799 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17800
17801 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17802
17803 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17804
17805 * config.sub: accept unixware as an alias for svr4.2.
17806 Fix some inconsistancies with the gcc version.
17807
17808 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17809
17810 * Makefile.in (DISTDOCDIRS): Add gdb.
17811
17812 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17813
17814 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17815
17816 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17817
17818 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17819 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17820 this now.
17821
17822 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17823
17824 * config.sub: Accept hiux* as an OS name.
17825
17826 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17827 etc/make-stds.texi. The underscore came from gcc, and dje now
17828 agrees that RUNTESTFLAGS is the correct name.
17829
17830 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17831
17832 * install.sh: Remove 'set -e'. It makes any conditionals
17833 in the script useless.
17834
17835 * config.guess: Automatically recognize arm-acorn-riscix
17836 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17837
17838 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17839
17840 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17841
17842 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17843
17844 * Makefile.in (DISTDOCDIRS): New variable.
17845 (taz): Edit local Makefile.in sooner, instead of proto-toplev
17846 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
17847
17848 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17849
17850 * configure.in (hppa target): check the source directory for the
17851 pagas sub-directory
17852
17853 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17854
17855 * config.sub: Allow -aout* and -elf*.
17856
17857 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17858
17859 * configure.in: Don't build ld on i386-solaris2, same as for
17860 sparc-solaris2.
17861
17862 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17863
17864 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17865
17866 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17867
17868 * configure.in: Configure gdb for alpha.
17869
17870 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17871
17872 * Makefile.in (CXXFLAGS): Add -O.
17873
17874 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17875
17876 * config.guess: added support for DG Aviion
17877
17878 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17879
17880 * configure.in: Produce warning message for subdirectories not
17881 configurable for this host/target combination. Don't try to
17882 configure gdb for vms.
17883
17884 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17885
17886 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17887 appropriate files before making "diststuff".
17888 (DISTBISONFILES): New var: list of files to be edited.
17889 (DISTSTUFFDIRS): Add binutils.
17890
17891 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17892
17893 * config.sub: also handle mipsel and mips64el (for little endian mips)
17894
17895 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17896
17897 * configure.in: Add * to end of all OS names.
17898
17899 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17900
17901 * configure.in: Build newlib for LynxOS native.
17902
17903 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17904
17905 * config.guess: Add support for delta 88k running SVR3.
17906
17907 * configure.in: Add comment about HP compiler vs. emacs.
17908
17909 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17910
17911 * configure.in: don't build ld on solaris2 (not a viable option
17912 due to bugs in getpwnam & getpwuid)
17913
17914 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17915
17916 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17917 config.guess will produce a full version number.
17918
17919 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17920
17921 * configure.in: Build linker and binutils for alpha-dec-osf1.
17922
17923 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17924
17925 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17926 and gdb/testsuite/Makefile.in.
17927
17928 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17929
17930 * configure.in: recognize mips*- instead of mips-
17931
17932 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17933
17934 * config.sub: Accept linux*coff and linux*elf as operating
17935 systems.
17936
17937 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17938
17939 * config.sub: Recognize mips64, and mips3 as an alias for it.
17940
17941 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17942
17943 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17944 gdb knows how to handle OSF/1 shared libraries.
17945
17946 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17947
17948 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17949 * config.guess: Recognize Hitachi's HIUX.
17950 * config.sub: Recognize h3050r* and hppahitachi.
17951 Remove redundant cases for hp9k[23]*.
17952
17953 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17954
17955 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17956 if gas and ld are in the source tree and are in ${configdirs}.
17957 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17958 --with options (but still pass them down on the command line,
17959 if they were explicitly specified).
17960
17961 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17962
17963 * configure: substitute SHELL value in Makefile.in with
17964 ${CONFIG_SHELL}
17965
17966 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17967
17968 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17969 *-*-solaris2* targets.
17970
17971 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17972
17973 * Makefile.in: define M4, and pass it down to sub-makes;
17974 all-autoconf now depends on all-m4
17975
17976 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17977
17978 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17979 presence of {ar,ranlib} instead of a configured directory
17980
17981 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17982
17983 * config.guess: Accept 34?? as well as 33?? for NCR.
17984
17985 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17986
17987 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17988 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17989
17990 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17991
17992 * configure: grab values for $(CC) and $(CXX) from the
17993 environment, so that someone can do "CC=gcc configure; make" and
17994 have it work right (matching the way that autoconf works now)
17995
17996 * configure.in, Makefile.in: add support for gash, the tcl
17997 interface to Galaxy
17998
17999 * config.guess: add NetBSD variants (hp300, x86)
18000
18001 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
18002
18003 * install.sh: Support -d option (in the manner of SunOS 4 install,
18004 as it is more deterministic than that of GNU install)
18005 (chmodcmd): Set file to mode 755 by default (should also do default
18006 chgrp and chown, but I don't feel like dealing with that now)
18007
18008 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18009
18010 * config.sub: Remove h8300hhms alias.
18011
18012 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18013
18014 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18015
18016 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18017
18018 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18019 as stmp-fixinc
18020
18021 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18022
18023 * config.sub: recognize m88110-bug-coff.
18024
18025 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18026
18027 * Makefile.in (all-libio): all dependencies on the toolchain used
18028 to build this (gcc, gas, ld, etc)
18029
18030 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18031
18032 * config.guess: Deal with OSF/1 1.3 on alpha.
18033
18034 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18035
18036 * install.sh: add some 'else true' clauses for portability
18037
18038 * configure.in: don't build libio for h8[35]00-*-* targets
18039
18040 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
18041
18042 * Makefile.in: Add support for new libio.
18043
18044 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18045
18046 * install.sh: If one command fails, don't try the rest. Don't try
18047 to remove $dsttmp (via trap) unless we have already created it.
18048 If $src doesn't exist, detect it and exit with an error.
18049
18050 * config.guess: Recognize BSD on hp300.
18051
18052 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18053
18054 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18055 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18056
18057 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18058
18059 * Makefile.in (all-send-pr): depends on all-prms
18060
18061 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18062
18063 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18064
18065 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18066
18067 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18068 Added test for mips-mips-riscos5.
18069
18070 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18071
18072 * configure.in: use mh-hp300 for 68k HP hosts
18073
18074 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18075
18076 * configure: add support for CONFIG_SHELL, so that you can use
18077 some alternate shell for evaluating configure scripts
18078
18079 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18080
18081 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18082 in configure script to bug-gdb@prep.ai.mit.edu when building
18083 distribution archive.
18084 * Makefile.in (COMPRESS): Remove def.
18085 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18086 gdb.tar.Z and make-gdb.tar.Z respectively.
18087 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18088 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18089 to convergence with 'taz' target in Makefile.in.
18090
18091 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18092
18093 * install.sh (dsttmp): use trap to ensure that tmp files go
18094 away on error conditions
18095
18096 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18097
18098 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18099
18100 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18101
18102 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18103 its parent is '/' not ''.
18104
18105 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18106
18107 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18108
18109 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18110 that ${newsrcdir}/configure.in does.
18111
18112 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18113
18114 * test-build.mk: support for CONFIG_SHELL
18115
18116 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18117
18118 * config.sub (netware): Add as a basic system type.
18119
18120 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18121
18122 * Makefile.in (Makefile): depend on configure.in. Also drop the
18123 $(srcdir)/ from the dependency on Makefile.in.
18124
18125 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18126
18127 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18128 (h8300hhms is temporary until multi-libraries are implemented).
18129 * configure.in: Handle h8300h too.
18130
18131 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18132
18133 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18134
18135 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18136
18137 * configure: Remove extraneous output when guessing host type.
18138 * config.guess: Remove extraneous output when guessing using C
18139 compiler rather than uname, or when guessing fails.
18140
18141 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18142
18143 * Makefile.in: remove all.cross and install.cross targets
18144
18145 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18146 definitions
18147
18148 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18149
18150 * configure.in (target sh): Build gprof.
18151
18152 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18153
18154 * config.sub: change -solaris to -solaris2
18155
18156 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18157
18158 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18159
18160 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18161
18162 * configure: Correct error message for missing Makefile.in to
18163 print correct directory.
18164
18165 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18166
18167 * install.sh: kludge around 386BSD shell bug
18168
18169 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18170
18171 * config.guess: Recognize NeXT.
18172 * config.guess: Recognize i486-ncr-sysv4.
18173 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18174
18175 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18176
18177 * Makefile.in (MAKEINFOFLAGS): New variable.
18178 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18179 * build-all.mk, test-build.mk: Pass down --no-split as
18180 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18181
18182 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18183
18184 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18185
18186 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18187
18188 * Makefile.in (libg++.tar.z): New rule.
18189 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18190 * Makefile.in (taz): Only do a single chmod.
18191
18192 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18193
18194 * install.sh: don't use dirname anymore (replaced with sed usage)
18195
18196 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
18197
18198 * Makefile.in: Change extension for gzip'd files from '.z' to
18199 '.gz' per new FSF standard usage.
18200
18201 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18202
18203 * configure: put quotes around the final value of program_transform_name
18204
18205 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18206
18207 * Makefile.in: new install.sh support; update install-info rules
18208
18209 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
18210
18211 * configure.in: Build diff for crosses, but not for go32 host.
18212
18213 * configure.in: Build gprof only for native, and don't build it
18214 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18215
18216 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
18217
18218 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18219
18220 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18221
18222 * configure.in (host_tools): Add prms.
18223
18224 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18225
18226 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18227 with $(FLAGS_TO_PASS) on the command line
18228
18229 * config.sub: Recognize lynx and lynxos
18230
18231 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
18232
18233 * config.sub: Accept -ecoff*, not just -ecoff.
18234
18235 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18236
18237 * Makefile.in (taz): Use .gz suffix instead of .z.
18238 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18239 names.
18240
18241 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18242
18243 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18244
18245 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18246
18247 * Makefile.in (install-no-fixedincludes): install gcc last, so
18248 that rebuilds that might happen during 'make install' don't get
18249 bogus gcc include files
18250
18251 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18252
18253 Change from Utah for HPPA support:
18254 * config.guess: Recognize hppa1.x-hp-bsd.
18255
18256 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
18257
18258 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
18259 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18260
18261 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
18262
18263 * config.sub: Add support for rom68k and bug boot monitors.
18264
18265 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
18266
18267 * Makefile.in: Make all-opcodes depend on all-bfd.
18268
18269 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
18270
18271 * config.guess: Added special check for i[34]86-univel-sysv4*.
18272
18273 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
18274
18275 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18276 the processor rather than assuming i486.
18277
18278 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18279
18280 * config.guess: Recognize SunOS6 as Solaris3.
18281
18282 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
18283
18284 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
18285 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18286
18287 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
18288
18289 * build-all.mk (all-cross): New target for Canadian Cross.
18290 Added Q2 go32 targets.
18291 * test-build.mk: Configure go32 cross sparclite-aout and
18292 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18293 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18294
18295 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18296
18297 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18298 GO32 hosted toolchains
18299
18300 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18301
18302 * configure: change so "-exec-prefix" gets passed down rather
18303 than "-exec_prefix" so autoconf generated Makefiles get the
18304 exec_prefix set right.
18305
18306 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18307
18308 * config.guess: get the Solaris2 minor version number
18309
18310 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18311
18312 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18313
18314 * config.guess: Recognize some Sequent platforms.
18315
18316 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18317
18318 * Makefile.in: added the vault-install target
18319
18320 * configure.in: actually use the Sun3 makefile fragment that's in
18321 config, also added the release dir to configdirs
18322
18323 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18324
18325 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18326
18327 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18328
18329 * configure.in: remove some program from Alpha targetted toolchains
18330
18331 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18332
18333 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18334 gprof.
18335 (taz): Run "make diststuff" in those directories instead of "make
18336 proto-dir". Look for "VERSION=" only at start of line in subdir
18337 Makefile. Use "gzip -9" for compression.
18338 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18339 (binutils.tar.z): New target.
18340
18341 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18342
18343 * Makefile.in (taz): Include gpl.texinfo.
18344
18345 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18346
18347 * Makefile.in (setup-dirs): Merged into "taz" target.
18348 (taz): Only do `proto-dir' stuff if a directory is actually needed
18349 for this target.
18350
18351 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18352
18353 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18354 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18355 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18356 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18357 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18358
18359 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18360
18361 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18362 config.sub, and move-if-change to gdb testsuite distribution
18363 archive, so the testsuite can be extracted, configured, and
18364 run separately from the gdb distribution. Blow away the Chill
18365 tests that require a Chill compiled executable, since GNU Chill
18366 is not yet publically available.
18367
18368 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18369
18370 * test-build.mk: set environment variables in a single command,
18371 instead of a list of assignments and exports
18372
18373 * config.guess: recognize Alpha/OSF1 systems
18374
18375 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18376
18377 * configure: Change help message to prefer --options rather than
18378 -options.
18379
18380 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18381
18382 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18383 zippy@ecst.csuchico.edu.
18384 * config.guess: Recognize miniframe.
18385
18386 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18387
18388 * Makefile.in: Use srcroot to find runtest rather than rootme.
18389 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18390
18391 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18392
18393 * test-build.mk: Extensive additions to support building on a
18394 machine other than the host.
18395
18396 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18397
18398 * configure (tooldir): Fix for i386-aix again.
18399
18400 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18401
18402 * configure, Makefile.in: Change definition of $(tooldir)
18403 to match the FSF.
18404
18405 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18406
18407 * config.guess: Recognize i[34]86/SVR4.
18408
18409 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18410
18411 * Makefile.in (all-gdb): gdb depends on sim.
18412
18413 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18414
18415 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18416 at the same time we make the prototype gdb directory.
18417 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18418 files at the same time as the gdb base release distribution.
18419
18420 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18421
18422 * Makefile.in (check): Use individual check targets rather than
18423 DO_X rule.
18424 (check-gcc): Added.
18425
18426 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18427
18428 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18429 for System V release 3.2.
18430
18431 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18432
18433 * config.sub: Recognize hppaosf.
18434 * configure.in: Do configure ld/binutils/gas for it.
18435
18436 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18437
18438 * configure (tooldir): Alter syntax used to set this, for systems
18439 where "\$" isn't handled right, like i386-aix.
18440
18441 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18442
18443 * configure: Pass program-transform-name, not
18444 program_transform_name, to recursive configures.
18445
18446 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18447
18448 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18449 of gas+ld+binutils.
18450
18451 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18452
18453 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18454
18455 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18456
18457 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18458
18459 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18460
18461 * Makefile.in (PRMS): Set back to all-prms.
18462
18463 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18464
18465 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18466 targets, rather than for MIPS hosts.
18467
18468 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18469
18470 * configure.in: add comment for --with-x default values
18471
18472 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18473
18474 * Makefile.in: add check-* targets for each of the directories in
18475 the tree. Add a definition of RUNTEST that will use the one we
18476 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18477
18478 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18479
18480 * configure.in: Removed obsolete references to bfd_target and
18481 target_makefile_frag.
18482
18483 * build-all.mk: Set assorted targets for Q2.
18484 * config.sub: Recognize z8k-sim and h8300-hms.
18485 * test-build.mk: Really don't pass host to configure.
18486 (HOLES): Added uname.
18487
18488 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18489
18490 * configure: Handle an empty program-prefix, program-suffix or
18491 program-transform-name correctly.
18492
18493 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18494
18495 * build-all.mk: -G 8 no longer required for MIPS targets.
18496 * test-build.mk: Don't pass host argument to configure; make it
18497 guess.
18498
18499 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18500
18501 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18502 * Makefile.in (COMPRESS): New macro, like GZIP.
18503
18504 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18505
18506 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18507
18508 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18509 with gas currently defaults to -G 0.
18510
18511 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18512
18513 * Makefile.in (all-flex): flex depends on byacc.
18514
18515 * build-all.mk: If host not specified, use config.guess. Pass TAG
18516 to test-build.mk as RELEASE_TAG.
18517 * test-build.mk (configargs): New variable containing arguments to
18518 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18519 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18520
18521 * config.guess: Use /bin/uname when checking -X argument on SCO,
18522 to avoid invoking GNU uname which doesn't understand -X.
18523
18524 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18525
18526 * configure.in: Build gas for mips-*-*.
18527
18528 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18529
18530 * Makefile.in (all.normal): insert missing backslash.
18531
18532 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18533
18534 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18535
18536 * Makefile.in: Complete overhaul to merge many almost identical
18537 targets.
18538
18539 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18540
18541 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18542 (gdb.tar.Z): Adjusted.
18543
18544 * Makefile.in (setup-dirs, taz): New targets; should be general
18545 enough to adapt for gdb sometime. Build only .z file.
18546 (gas.tar.z): New target.
18547
18548 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18549
18550 * build-all.mk: Use CC=cc -Xs on Solaris.
18551
18552 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18553
18554 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18555 for handling BISON for FSF releases.
18556
18557 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18558
18559 * configure: Actually implement the change zoo just documented.
18560
18561 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18562
18563 * configure: when using config.guess, only set target_alias when
18564 it's not already been set (ie, on the command line)
18565
18566 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18567
18568 * Makefile.in: add installcheck target, set PRMS to install-prms
18569
18570 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18571
18572 * configure: add support for package_makefile_fragment, handle the
18573 case where a directory has a configure.in file but no Makefile.in
18574 more gracefully (with an actual understandable error message, even);
18575 add support for --without (and add this to the usage message); also
18576 explicitly add a --host=${host_alias} to the command line when
18577 config.guess is used
18578
18579 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18580
18581 * configure: Must use both --host and --target in recursive calls.
18582
18583 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18584
18585 * Makefile.in: Change deja-gnu to dejagnu.
18586
18587 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18588
18589 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18590
18591 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18592
18593 * configure.in: canonicalize all instances to *-*-solaris2*,
18594 also strip out a number of tools to not build for go32 host
18595
18596 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18597
18598 * config.guess: add GPL.
18599
18600 * Makefile.in, config.guess, config.sub, configure: bump
18601 copyrights to 93.
18602
18603 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18604
18605 * Makefile.in (do-info): Removed obsolete check for existence of
18606 localenv file.
18607
18608 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18609
18610 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18611
18612 * Makefile.in: a couple of 'else true' for decstation,
18613 support for TclX
18614
18615 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18616
18617 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18618
18619 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18620
18621 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18622
18623 * config.guess: Recognize i386-ibm-aix (PS/2).
18624 * configure.in: Use config/mh-aix386 file for it.
18625
18626 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18627
18628 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18629 CC_FOR_TARGET instead.
18630 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18631
18632 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18633
18634 * Makefile.in: Add sim to list of directories sent with gdb
18635
18636 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18637
18638 * configure.in: Put back mips-dec-bsd* case.
18639
18640 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18641
18642 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18643 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18644 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18645
18646 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18647
18648 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18649
18650 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18651 (install-info): install dir.info only if it exists,
18652 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18653
18654 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18655
18656 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18657 gas for mips-dec-bsd.
18658
18659 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18660
18661 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18662 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18663
18664 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18665
18666 * configure.in: Added "dejagnu" to hosttools list.
18667
18668 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18669
18670 * config.sub, configure.in, config.guess: Add support
18671 for Bosx, an AIX variant from Bull.
18672 Patches from F.Pierresteguy@frcl.bull.fr.
18673
18674 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18675
18676 * devo/dejagnu: Initial creation of devo/dejagnu.
18677 Migrated dejagnu testcases and support files for testing software
18678 tools to reside as subdirectories, currently called "testsuite",
18679 within the directory of the software tool. Migrated all programs,
18680 support libraries, etc. beloging to dejagnu proper from
18681 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18682 with no modifications. The changes to these files which will
18683 allow them to configure, build, and execute properly will be made
18684 in a future update.
18685
18686 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18687
18688 * Makefile.in: Change send_pr to send-pr.
18689 * configure.in: Likewise.
18690 * send_pr: Renamed directory to send-pr.
18691
18692 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18693
18694 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18695
18696 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18697
18698 * README: Update for gdb-4.8 release.
18699 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18700 gdb-xxx.tar.z (gzip'd) file also.
18701
18702 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18703
18704 * Makefile.in: make all-diff depend on all-libiberty
18705
18706 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18707
18708 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18709
18710 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18711
18712 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18713
18714 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18715
18716 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18717 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18718 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18719
18720 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18721
18722 * Makefile.in: makeinfo binary is in a new location
18723
18724 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18725
18726 * config.sub: Accept -ecoff as an OS.
18727
18728 * Makefile.in: Various changes to eliminate a level of make
18729 recursion and reduce the required command line length.
18730 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18731 sub-makes.
18732 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18733 variables holding settings for specific sub-makes.
18734 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18735 in terms of BASE_FLAGS_TO_PASS.
18736 (TARGET_LIBS): New variable listing directories which use
18737 TARGET_FLAGS_TO_PASS.
18738 (subdir_do): Eliminated.
18739 (do-*): New set of targets to replace subdir_do.
18740 (various): All targets which used subdir_do now depend on do-*.
18741 (local-clean): Renamed from do_clean.
18742 (local-distclean): New target, dependency of distclean and
18743 realclean.
18744 (install-info): Don't create directories. Depend on dir.info
18745 rather than calling make recursively.
18746 (install-dir.info): Eliminated.
18747 (install-info-dirs): Create all info directories here.
18748 (dir.info): Depend upon do-install-info.
18749
18750 * test-build.mk (HOLES): Added false.
18751
18752 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18753
18754 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18755
18756 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18757
18758 * Makefile.in (info): remove dependency on all-texinfo. The
18759 problem was really in texinfo/C, not at this level.
18760
18761 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18762
18763 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18764
18765 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18766
18767 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18768 GDB releases.
18769
18770 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18771
18772 * configure: Include srcdir in message about target of link not
18773 being found. Don't convert `-' to `_' in `with' options being
18774 passed to subdirs.
18775
18776 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18777
18778 * configure.in: add uudecode to host_tools
18779
18780 * Makefile.in: added {all,install}-uudecode targets, added them to
18781 the appropriate lists
18782
18783 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18784
18785 * Makefile.in (all-gcc): Added dependency on all-gas.
18786
18787 * configure.in (mips-*-*): Build ld and binutils.
18788
18789 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18790
18791 * configure: check return code from mkdir, print error message and
18792 exit on failure.
18793
18794 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18795
18796 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18797
18798 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18799
18800 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18801
18802 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18803
18804 * config.sub (h8500): Recognize this as a cpu type.
18805
18806 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18807
18808 * configure: source directory missing is no longer a warning
18809
18810 * configure.in: recognize irix[34]* instead of irix[34]
18811
18812 * Makefile.in: define and pass down X11_LIB
18813
18814 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18815
18816 * guess-systype: Renamed to ...
18817 * config.guess: ... by popular request.
18818 * configure.in, Makefile.in: Update accordingly.
18819
18820 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18821
18822 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18823 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18824 + Execute ./dummy instead of assuming . is in PATH.
18825
18826 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18827
18828 * guess-systype: New shell script. Attempts to guess the
18829 canonical host name of the executing host.
18830 Only a few hosts are supported so far.
18831 * configure: Call guess-systype if no host is specified.
18832
18833 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18834
18835 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18836 gcc Makefile.
18837
18838 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18839
18840 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18841 (all-gcc, install-gcc, subdir_do): Use it.
18842
18843 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18844
18845 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18846
18847 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18848
18849 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18850 set exclusively by configure, using configure.in .
18851
18852 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18853
18854 * test-build.mk: set $PATH for all builds
18855
18856 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18857
18858 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18859
18860 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18861 the one used in gcc/Makefile.in, so that a null expansion doesn't
18862 override the one needed to build gcc with a native cc.
18863
18864 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18865
18866 * configure: Accept -with arguments.
18867
18868 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18869
18870 * Makefile.in: added h8300sim
18871
18872 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18873
18874 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18875 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18876 (all-cygnus, native, build-cygnus): Make
18877 $(canonhost)-stamp-3stage-done, not $(host)....
18878 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18879 i386-sco3.2v4. Added else true to if command.
18880
18881 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18882
18883 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18884
18885 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18886
18887 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18888
18889 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18890
18891 * configure.in: don't remove binutils from Solaris builds
18892
18893 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18894
18895 * Makefile.in: get rid of earlier definitions for *clean,
18896 also handle the recursive info rule better
18897
18898 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18899
18900 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18901 do more-or-less the right thing.
18902
18903 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18904
18905 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18906 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18907
18908 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18909
18910 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18911 $(host_canonical).
18912
18913 * configure.in: split the configdirs list into 4 categories (native
18914 v. cross, library v. tool) and handle the cross-only and native-
18915 only in more reasonable (and correct!) way.
18916
18917 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18918
18919 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18920 configdirs anymore.
18921
18922 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18923
18924 * Makefile.in: extensive cleanup:: removed all of the explicit
18925 clean-* targets, collapsed many wrappers around subdir_do into
18926 one, added additional targets to satisfy standards.texi, deleted
18927 some old targets, some changes for consistency
18928
18929 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18930
18931 * configure.in: handle some programs as cross-only, and others as
18932 native only
18933
18934 * test-build.mk: handle partial holes in a more generic manner
18935
18936 * Makefile.in: m4 depends on libiberty
18937
18938 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18939
18940 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18941 time, wdiff, and find to configdirs
18942
18943 * Makefile.in: all, clean, and install rules for the new programs
18944 added to configure.in
18945
18946 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18947
18948 * configure.in: use mh-sun for all *-sun-* hosts
18949
18950 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18951
18952 * Makefile.in: define flags for X11 include files and library file
18953 locations, pass them down to the programs that need this info
18954
18955 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18956
18957 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18958
18959 * configure.in: start building libg++ for HP-UX targets
18960
18961 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18962
18963 * README: Update references to files moved into etc/.
18964
18965 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18966
18967 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18968 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18969
18970 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18971
18972 * configure: accept dash as well as underscore in long option
18973 names for FSF compatibility.
18974
18975 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18976
18977 * config.sub: added -sco3.2v4 support from FSF.
18978
18979 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18980
18981 * configure.in: expand the section that adds or removes
18982 directories from the list of programs to build, to handle native
18983 vs. cross in addition to host v. native
18984
18985 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18986
18987 * Makefile.in: Replace C++ in macro names with CXX.
18988 This is less likely to break ...
18989
18990 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18991
18992 * test-build.mk: add -w to GNU_MAKE
18993
18994 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18995
18996 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18997 add 'sparc' to list of recognized cpus. This needed to make
18998 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18999 Delete some redundant ose68 variants. Recognize -wrs as an os,
19000 then changes that into $CPU-wrs-vxworks.
19001
19002 * configure.in: remove most references to gdbtest, regularize
19003 target based program removal
19004
19005 * test-build.mk: import from p3 tree (many fixes and changes)
19006
19007 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19008
19009 * Makefile.in: added rules to handle tcl, tk, and expect
19010
19011 * configure.in: handle those directories if they exist
19012
19013 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19014
19015 * config.sub: removed bogus hppabsd and hppahpux names, since
19016 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19017
19018 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19019
19020 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
19021 depends upon all-xiberty
19022
19023 * Makefile.in: changes from p3, including:
19024
19025 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
19026
19027 * Makefile.in (XTRAFLAGS): include newlib directories if
19028 newlib/Makefile exists, rather than if host != target.
19029
19030 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
19031
19032 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19033 from the same source tree and not building a cross-compiler. This
19034 matters for the libg++ configuration if reconfiguring a tree that
19035 has already been installed.
19036
19037 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
19038
19039 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19040 pick up the machine and system specific header files.
19041
19042 * Makefile.in: added AS_FOR_TARGET, passed down in
19043 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19044 the C compiler to use to create programs which are run in the
19045 build environment, set it to default to $(CC), and passed it down
19046 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19047
19048 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
19049
19050 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19051 We need them for unusual native builds, like systems without
19052 ranlib.
19053
19054 * configure: also define $(host_canonical) and
19055 $(target_canonical), which are the full, canonical names for the
19056 given host and target
19057
19058 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19059
19060 * Makefile.in: Added separate definitions for C++.
19061
19062 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19063
19064 * configure.in (configdirs): Add deja-gnu.
19065
19066 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19067
19068 * README: Update for configure.texi and gdb-4.7 release.
19069
19070 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19071
19072 * Makefile.in: Move "all" target to top of file.
19073 Previously, first target was ".PHONY" which caused BSD4.4 make
19074 to build .PHONY when make was run without arguments.
19075
19076 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19077
19078 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19079 Library-copylefted code in libiberty.
19080
19081 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19082
19083 * config.sub: Replace m68kmote with plain old m68k.
19084
19085 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19086
19087 * Makefile.in: Remove space from blank line, avoid Make complaints.
19088
19089 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19090
19091 * config.sub: Complain if no argument is given. Added support for
19092 386bsd as OS and target alias.
19093
19094 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19095
19096 * Makefile.in (XTRAFLAGS): include newlib directories if
19097 newlib/Makefile exists, rather than if host != target.
19098
19099 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19100
19101 * config.sub: recognize sparclite-wrs-vxworks.
19102
19103 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19104 p3.) Added clean-xiberty to clean.
19105
19106 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19107
19108 * configure.in: use *-*-* instead of nested cases for host and target
19109
19110 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19111
19112 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19113 from the same source tree and not building a cross-compiler. This
19114 matters for the libg++ configuration if reconfiguring a tree that
19115 has already been installed.
19116
19117 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19118
19119 * config.sub (i486v/i486v4): Merge in from FSF version.
19120
19121 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19122
19123 * configure: only set PWD if it is already set.
19124
19125 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19126
19127 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19128 doesn't have unset and all success paths (and most error paths)
19129 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19130 to just ${PWD} to avoid confusion.)
19131
19132 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19133
19134 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19135 even for a native compilation.
19136
19137 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19138
19139 Changes to make the gdb.tar.Z rule work better.
19140
19141 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19142 (DEVO_SUPPORT): Add configure.texi.
19143 (bfd-ilrt.tar.Z): Remove ancient rule.
19144
19145 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19146
19147 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19148 pick up the machine and system specific header files.
19149
19150 * configure.in, config.sub: added new target m68010-adobe-scout,
19151 with alias of adobe68k. Changed configure.in to check for
19152 -scout before -sco* to avoid a false match.
19153
19154 * Makefile.in: added AS_FOR_TARGET, passed down in
19155 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19156 the C compiler to use to create programs which are run in the
19157 build environment, set it to default to $(CC), and passed it down
19158 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19159
19160 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19161
19162 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19163 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19164 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19165 FOR_TARGET variants, to newlib and libg++.
19166
19167 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19168
19169 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19170 first.
19171
19172 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19173
19174 * config.sub: Accept `elf' as an environment.
19175
19176 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19177
19178 * Makefile.in (all-opcodes): cd into the right directory
19179
19180 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19181
19182 * configure: added -program_transform_name option, used as
19183 argument to sed when installing programs.
19184 configure.texi: added documentation for -program_prefix,
19185 -program_suffix and -program_transform_name.
19186
19187 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19188
19189 * config.sub: Accept i486 where i386 ok.
19190
19191 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19192
19193 * config.sub: accept we32k
19194
19195 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19196
19197 * config.sub, configure.in: accept OSE68000 and OSE68k.
19198
19199 * Makefile.in: don't create all directories for ``make install'';
19200 let the subdirectories create the ones they need.
19201
19202 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19203
19204 * COPYING: new file, GPL v2
19205
19206 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19207
19208 * Makefile.in: use the new gen-info-dir, which needs a template
19209 argument (which also lives in texinfo)
19210
19211 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19212
19213 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
19214
19215 * config.sub (ncr3000): Change i386 to i486.
19216
19217 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19218
19219 * Makefile.in: add install-rcs, install-grep to
19220 install-no-fixedincludes, removed install-bison and install-libgcc
19221
19222 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
19223
19224 * configure.in: grab the HPUX makefile fragment if on HPUX
19225
19226 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19227
19228 * Makefile.in: eradicate bison spoor (ditto libgcc).
19229 configure.in: recognise m68{k,000}-ericsson-OSE.
19230 es1800 is alias for m68k-ericsson-OSE
19231
19232 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19233
19234 * configure.in: rearrange the parts that remove programs from
19235 configdirs, based now on HOST==TARGET or by canonical triple.
19236
19237 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19238
19239 * test-build.mk: recurse explicitly with -f test-build.mk when
19240 appropriate. predicate stage3 and comparison on the existence
19241 of gcc. That is, if gcc isn't around, we aren't three-staging.
19242 On very clean, also remove ...stamp-co. Build in-place before
19243 doing other builds.
19244
19245 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19246
19247 * Makefile.in, configure.in: add tgas
19248
19249 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19250
19251 * Makefile.in: a number of changes merged in from progressive.
19252
19253 * configure.in: add libm.
19254
19255 * .cvsignore: ignore some stuff that comes from test-build.mk.
19256
19257 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
19258
19259 * config.sub: Add es1800 (m68k-ericsson-es1800).
19260
19261 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19262
19263 * configure: Add program_suffix (parallel to program_prefix)
19264 * Makefile.in: adjust directory-creating script for losing decstation
19265
19266 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
19267
19268 * configure: Minor $subdir-related fixes.
19269
19270 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19271
19272 * configure: fix various problems with propogating
19273 makefile_target_frag in subdirs.
19274 * configure.in: config libgcc if its there
19275
19276 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
19277
19278 * config.sub: HPPA merge.
19279
19280 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
19281
19282 * Makefile.in: Replace all-bison with all-byacc in all
19283 dependency lines for other tools (which now use byacc).
19284
19285 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
19286
19287 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
19288
19289 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19290
19291 * Makefile.in: make gprof rules similar to byacc rules (instead of
19292 vestigal $(unsubdir) that didn't work...)
19293
19294 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19295
19296 * config.sub: Add support for Linux.
19297 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19298 (at least for libg++).
19299
19300 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19301
19302 * configure.texi: fix doc for the -nfp option to configure
19303
19304 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19305
19306 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19307
19308 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19309
19310 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19311 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19312 * configure.in: added solaris* host_makefile_frag hook.
19313
19314 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19315
19316 * config.sub: changed recognition of m68000 so that various
19317 m68k types can be specified via m680[01234]0
19318
19319 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19320
19321 * config.sub (basic_machine): fix sed so that '-foo' isn't
19322 completely substituted out while .+'-foo' loses the '-foo'
19323
19324 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19325
19326 * config.sub ($os): Add -aout.
19327
19328 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19329
19330 * configure: If host_makefile_frag is absolute, don't
19331 prefix ${invsubdir} (relevant to libg++ auto-configure).
19332
19333 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19334
19335 * Makefile.in (tooldir): Define it.
19336 (all-ld): Depend on all-flex.
19337
19338 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19339
19340 * Makefile.in (check): Fix libg++ special case.
19341
19342 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19343
19344 * configure: do not bury `pwd` into config.status, thus do fewer
19345 pwd's.
19346
19347 * configure: print the "Building in" message only when building in
19348 other than "." AND verbose.
19349
19350 * configure: remove -s, rework -v to better accommodate guested
19351 configures.
19352
19353 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19354
19355 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19356
19357 * Makefile.in: macroize flags passed on recursion. remove
19358 fileutils.
19359
19360 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19361
19362 * configure: get makesrcdir right for subdirs deeper than 1.
19363
19364 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19365 install.
19366
19367 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19368
19369 * Makefile.in: don't print subdir_do or recursion lines.
19370
19371 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19372
19373 * standards.texi: added menu item.
19374
19375 * Makefile.in: build and install standards.info.
19376
19377 * standards.texi: new file.
19378
19379 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19380
19381 * configure: test for and move config.status pieces from
19382 ${subdir}/.
19383
19384 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19385
19386 * configure: Test for existance of files before trying to mv
19387 them, to avoid numerous non-existance messages.
19388
19389 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19390
19391 * configure: correct final line of config.status.
19392
19393 * configure: patch from eggert. Avoids a protection problem if
19394 the original Makefile.in is read only.
19395
19396 * configure: use move-if-change from gcc to create config.status.
19397 Some makefiles depend on config.status to tell if a directory
19398 has been reconfigured for a different host. This change
19399 prevents those directories from remaking everything in the case
19400 where the reconfig was only intended to rebuild a Makefile.
19401
19402 * configure: test for config.sub with "config.sub sun4" rather
19403 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19404 host alias from a missing config.sub.
19405
19406 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19407
19408 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19409 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19410
19411 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19412
19413 * configure: mkdir ${subdir} as needed.
19414
19415 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19416
19417 * Makefile.in,configure.in: added autoconf.
19418
19419 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19420
19421 * Makefile.in: no longer pass against on recursion.
19422
19423 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19424 definitions are not inherited.
19425
19426 * configure: correct makesrcdir when subdir is .
19427
19428 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19429
19430 * configure: Add support for 'subdirs' variable, which is
19431 like 'configdirs', except that configure doesn't re-invoke
19432 itself for subdirs, it just creates a Makefile for each subdir.
19433 * configure.texi: Document subdirs.
19434
19435 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19436
19437 * configure.in: added flex to configdirs
19438
19439 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19440
19441 * Makefile.in: remove clean-stamps from clean.
19442
19443 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19444
19445 * configure.in: Add gdbtest to configdirs.
19446
19447 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19448
19449 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19450 to recursive makes.
19451 * configure.in: Recognize new ncr3000 config.
19452
19453 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19454
19455 * Makefile.in, configure.in: removed references to gdbm.
19456
19457 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19458
19459 * config.sub: Don't canonicalize os value
19460 newsos* to bsd (readline needs to check for newsos).
19461 (This fix was earlier made Jan 31, but got re-broken.)
19462
19463 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19464
19465 * configure.in: sco is an os, not a vendor!
19466
19467 * configure: Quote $( better. Keep various shells happy.
19468
19469 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19470
19471 * Makefile.in: eliminate stamp-files.
19472
19473 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19474
19475 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19476 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19477
19478 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19479
19480 * config.sub: fix iris/iris3.
19481
19482 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19483
19484 * configure: re-add -rm.
19485
19486 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19487
19488 * Maskefile.in: add .stmp-rcs to all.
19489
19490 * configure.in: remove gas from rs6000 build, use aix host fragment.
19491
19492 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19493
19494 * configure: pass down site_option during recursion.
19495
19496 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19497
19498 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19499
19500 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19501
19502 * configure: Change exec_prefix so that it really defaults to prefix.
19503
19504 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19505
19506 * Makefile.in, configure.in: Add support for mmalloc library.
19507
19508 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19509
19510 * Makefile.in: add stmp dependencies for a few more things.
19511
19512 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19513
19514 * configure: adjusted error message on objdir/srcdir configure
19515 collision, per john's suggestion.
19516
19517 * Makefile.in: add libiberty stmp to all and all.cross.
19518
19519 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19520
19521 * Makefile.in: remove force dependencies, add grep to all.
19522
19523 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19524
19525 * Makefile.in: drop flex. make stamp files work.
19526
19527 * configure: added test for conflicting configuration in srcdir,
19528 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19529 gets cranky. use relative paths for configure and srcdir
19530 whenever possible. Send some error messages to stderr that were
19531 going to stdout.
19532
19533 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19534
19535 * Makefile.in: Fix libg++ rule to check for gcc directory
19536 before using gcc/gcc. Also pass XTRAFLAGS.
19537
19538 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19539
19540 * Makefile.in: added stmp-files so that directories aren't polled
19541 when they are already built.
19542
19543 * configure.texi: fixed a node pointer problem.
19544
19545 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19546
19547 * config.sub configure.in gdb/configure.in
19548 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19549 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19550 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19551
19552 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19553
19554 * configure: -recurring becomes -silent. corrected help message
19555 for -site= option.
19556
19557 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19558
19559 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19560
19561 * configure: when building Makefile for crosses, replace
19562 tooldir and program_prefix. default srcdir from location of
19563 config.sub. remove "for host in hosts" and "for target in
19564 targets" loops.
19565
19566 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19567
19568 * Makefile.in: Do not pass bindir or mandir to cvs.
19569
19570 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19571
19572 * Makefile.in, configure.in: removed traces of namesubdir,
19573 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19574 copyrights to '92, changed some from Cygnus to FSF.
19575
19576 * configure.texi: remove most references to multiple hosts,
19577 multiple targets, subdirs, etc.
19578
19579 * configure.man: removed rcsid. reference config.sub not
19580 config.subr.
19581
19582 * Makefile.in: mkdir $(infodir) on install-info.
19583
19584 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19585
19586 * configure.texi: Explain better about .gdbinit and about
19587 the environment that configure.in sections run in.
19588
19589 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19590
19591 * configure.in: Ultrix is only a decstation if it's a MIPS.
19592
19593 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19594
19595 * README: DOC.configure => cfg-paper.texi.
19596
19597 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19598
19599 * config.sub (near case $os): Don't convert newsos* to bsd!
19600
19601 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19602
19603 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19604 the number of copies of COPYING that go into the GDB tar file.
19605
19606 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19607
19608 * bfd/configure.in, gdb/config/mh-i386sco,
19609 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19610 Fix SCO configuration stuff.
19611
19612 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19613
19614 * Makefile.in: For libg++, make sure the -I pointing
19615 to the gcc directory goes *after* all the libg++-local -I flags.
19616 Also, move just-gcc dependency from just-libg++ to all-libg++.
19617
19618 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19619
19620 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19621
19622 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19623
19624 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19625
19626 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19627
19628 * config.sub: Add stratus configuration frags. Also
19629 submitted to FSF.
19630
19631 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19632
19633 * Makefile.in (DEV_SUPPORT): add configure.man.
19634
19635 * config.sub(Decode manufacturer-specific): add -none*.
19636
19637 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19638
19639 * Makefile.in: remove form feeds to make Sun's make happy.
19640 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19641
19642 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19643
19644 * Makefile.in (AR_FLAGS): Make quieter.
19645
19646 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19647
19648 * configure.in: Add libg++.
19649 * configure: When verbose, don't output the command line at each
19650 level; it will be unremarkably the same as the previous version,
19651 which will be the same as what the user typed.
19652
19653 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19654
19655 * configure.in, Makefile.in: fix clean-info, add flex. add
19656 fileutils.
19657
19658 * configure: be less sensitive to spaces in Makefile.in. Do not
19659 look for sources in "..". Doing so breaks subdirectories that
19660 might have their own configure. If a subdir has it's own
19661 configure script, use it.
19662
19663 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19664
19665 * cfg-paper.texi: some changes suggested by rms.
19666
19667 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19668
19669 * config.sub: Merge in some small additions from the FSF version,
19670 taken from the gcc distribution, to bring the Cygnus and FSF
19671 versions into closer sync.
19672
19673 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19674
19675 * configure.in: Changed svr4 references to sysv4.
19676
19677 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19678
19679 * configure: added -V for version number option.
19680
19681 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19682
19683 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19684 renamed from DOC.configure to cfg-paper.texi.
19685
19686 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19687
19688 * configure, config.subr, config.sub: config.subr is now
19689 config.sub again.
19690
19691 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19692
19693 * configure.texi: new file, in progress.
19694
19695 * Makefile.in: build info file and install the man page for
19696 configure.
19697
19698 * configure.man: new file, first cut.
19699
19700 * configure: find config.subr again now that configuration "none"
19701 has gone. removed all traces of the -ansi option. removed all
19702 traces of the -languages option.
19703
19704 * config.subr: resync from rms.
19705
19706 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19707
19708 * configure, config.sub, config.subr: merge config.sub into
19709 config.subr, call the result config.subr, remove config.sub, use
19710 config.subr.
19711
19712 * Makefile.in: revised install for dir.info.
19713
19714 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19715
19716 * configure.in: add decstation host makefile frag.
19717
19718 * Makefile.in: BISON now bison -y again. also install-gcc on
19719 install. clean-gdbm on clean. infodir belongs in datadir.
19720 Make directories for info install. Build dir.info here then
19721 install it.
19722
19723 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19724
19725 * Makefile.in: fix for bad directory tests.
19726
19727 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19728
19729 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19730 regexp. -srcdir relative was being handled incorrectly.
19731
19732 * Makefile.in: unwrapped some for loops so that parallel makes
19733 work again and so one can focus one's attention on a particular
19734 package.
19735
19736 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19737
19738 * configure: added PWD as a stand in for `pwd` (for speed). use
19739 elif wherever possible. make -srcdir work without -objdir.
19740 -objdir= commented out.
19741
19742 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19743
19744 * configure: +options become --options. -subdirs commented out.
19745 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19746 Makefile now at top of generated Makefile. Removed cvs log
19747 entries. added -srcdir. create .gdbinit only if there is one
19748 in ${srcdir}.
19749
19750 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19751 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19752 and mandir now keyed off datadir by default.
19753
19754 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19755
19756 * Freshly created ChangeLog.
19757
19758 \f
19759 Local Variables:
19760 mode: change-log
19761 left-margin: 8
19762 fill-column: 76
19763 version-control: never
19764 End: