]> git.ipfire.org Git - thirdparty/gcc.git/blob - ChangeLog
[arm] Move some generated files out of the source tree
[thirdparty/gcc.git] / ChangeLog
1 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
2
3 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
4 arm-specific auto-generated header files.
5
6 2017-07-03 Nathan Sidwell <nathan@acm.org>
7
8 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
9 * configure: Rebuilt.
10
11 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
12
13 * MAINTAINERS: Readd myself for c6x.
14
15 2017-06-28 Martin Liska <mliska@suse.cz>
16
17 PR bootstrap/81217
18 * Makefile.def: Remove superfluous bootstrap_target from
19 bootstrap_stage.
20 * Makefile.in: Re-generate the file.
21
22 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
23
24 * MAINTAINERS: Add myself to Write After Approval
25
26 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
27
28 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
29
30 2017-06-19 Martin Liska <mliska@suse.cz>
31
32 * Makefile.def: Define 4 stages PGO bootstrap.
33 * Makefile.tpl: Define FLAGS.
34 * Makefile.in: Regenerate.
35
36 2017-06-14 Ian Lance Taylor <iant@golang.org>
37
38 * Makefile.def: Add check-gotools to go check targets.
39 * Makefile.in: Rebuild.
40
41 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
42
43 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
44
45 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
46
47 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
48 * configure: Regenerate.
49
50 2017-05-31 Martin Liska <mliska@suse.cz>
51
52 * configure.ac: Add handling of stage2_werror_flags to
53 action-if-given and to action-if-not-given.
54 * configure: Regenerate.
55
56 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
57
58 * MAINTAINERS: Add self to Write After Approval
59
60 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
61
62 * MAINTAINERS: Update my email address, and remove myself as
63 maintainer in some areas.
64
65 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
66
67 * MAINTAINERS: Add self to Write After Approval
68
69 2017-05-25 Nathan Sidwell <nathan@acm.org>
70
71 * configure.ac: Add --enable-languages=default to mean default and
72 make --enable-languages=all mean all supported languages.
73 * configure: Regenerated.
74
75 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
76
77 * config.gcc (powerpc*-*-*spe*): New.
78 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
79 (powerpc-*-rtems*spe*): New.
80 (powerpc*-*-linux*spe*): New.
81 (powerpc-wrs-vxworksspe): New.
82 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
83 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
84 * config.host (powerpc*-*-*spe*): New.
85
86 2017-05-19 Martin Liska <mliska@suse.cz>
87
88 * configure.ac: Add --enable-werror-always just for
89 bootstrap-debug (or none build config) and do not add it
90 when we are on a release branch.
91 * configure: Regenerated.
92
93 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
94
95 * MAINTAINERS: Add self to Write After Approval
96
97 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
98
99 * MAINTAINERS: Move myself to Write After Approval section.
100
101 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
102
103 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
104 ACCH registers.
105 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
106 available.
107 (umulsidi3): Likewise.
108 (mulsidi3_700): Disable this pattern when we have advanced mpy
109 instructions.
110 (umulsidi3_700): Likewise.
111 (maddsidi4): New pattern.
112 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
113 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
114 (mpydu_imm_arcv2hs): Likewise.
115 * config/arc/predicates.md (accl_operand): New predicate.
116
117 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
118 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
121 case.
122 (ARC_AUTOFP_IRQ_P): Likewise.
123 (ARC_AUTO_IRQ_P): Likewise.
124 (rgf_banked_register_count): New variable.
125 (parse_mrgf_banked_regs_option): New function.
126 (arc_override_options): Handle rgf_banked_regs option.
127 (arc_handle_interrupt_attribute): Add firq option.
128 (arc_compute_function_type): Return fast irq type when required.
129 (arc_must_save_register): Handle fast interrupts.
130 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
131 (arc_return_address_regs): Update.
132 * config/arc/arc.h (arc_return_address_regs): Update.
133 (arc_function_type): Add fast interrupt type.
134 (ARC_INTERRUPT_P): Update.
135 (RC_FAST_INTERRUPT_P): Define.
136 * config/arc/arc.md (simple_return): Update for fast interrupts.
137 (p_return_i): Likewise.
138 * config/arc/arc.opt (mrgf-banked-regs): New option.
139 * doc/invoke.texi (mrgf-banked-regs): Document.
140
141 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
142
143 * config/arc/arc.c (irq_ctrl_saved): New variable.
144 (ARC_AUTOBLINK_IRQ_P): Define.
145 (ARC_AUTOFP_IRQ_P): Likewise.
146 (ARC_AUTO_IRQ_P): Likewise.
147 (irq_range): New function.
148 (arc_must_save_register): Likewise.
149 (arc_must_save_return_addr): Likewise.
150 (arc_dwarf_emit_irq_save_regs): Likewise.
151 (arc_override_options): Handle deferred options.
152 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
153 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
154 arc_must_save_return_addr.
155 (arc_compute_frame_size): Handle automated save and restore of
156 registers.
157 (arc_expand_prologue): Likewise.
158 (arc_expand_epilogue): Likewise.
159 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
160 * config/arc/arc.opt (mirq-ctrl-saved): New option.
161 * doc/invoke.texi (mirq-ctrl-saved): Document option.
162
163 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
164 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
165
166 PR bootstrap/77661
167 * Makefile.def: Don't pass --enable-maintainer-mode on to an
168 in-tree build MPC.
169 * Makefile.in: Regenerate.
170
171 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
172
173 * configure.ac: Enable LTO by default on darwin >= 9.
174 * configure: Regenerate.
175
176 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
177
178 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
179 and Andrew Waterman as the RISC-V maintainers.
180
181 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
182
183 * MAINTAINERS: Add self to Write After Approval
184
185 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
186
187 * config.guess: Import latest from upstream.
188
189 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
190
191 * MAINTAINERS (Write After Approval): Remove entries that are
192 already covered under Reviewers.
193
194 2017-03-08 Mark Wielaard <mark@klomp.org>
195
196 PR demangler/70909
197 PR demangler/67264
198 * include/demangle.h: Add d_printing to struct demangle_component
199 and pass struct demangle_component as non const.
200
201 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
202
203 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
204
205 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
206
207 * Makefile.tpl: Remove HOST_ISLVER.
208 (HOST_EXPORTS): Remove ISLVER.
209 * Makefile.in: Regenerate.
210
211 2017-02-13 Richard Biener <rguenther@suse.de>
212
213 * configure: Re-generate.
214
215 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
216
217 * MAINTAINERS: Adjust bug reporting URL.
218
219 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
220
221 * MAINTAINERS (Write After Approval): Remove redundant entry
222 for Andrew Burgess.
223
224 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
225
226 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
227 32-bit hppa*-*-hpux*.
228 * configure: Regenerate.
229
230 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
231
232 * configure.ac: Moved the white list of enabling BRIG FE to
233 libhsail-rt/configure.tgt.
234 * configure: Regenerated.
235 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
236
237 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
238 Martin Jambor <mjambor@suse.cz>
239
240 * Makefile.def (target_modules): Added libhsail-rt.
241 (languages): Added language brig.
242 * Makefile.in: Regenerated.
243 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
244 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
245 * configure: Regenerated.
246
247 2017-01-17 Jakub Jelinek <jakub@redhat.com>
248
249 PR other/79046
250 * configure: Regenerated.
251
252 2017-01-04 Alan Modra <amodra@gmail.com>
253
254 * configure: Regenerate.
255
256 2016-12-29 Ben Elliston <bje@gnu.org>
257
258 * config.sub: Import latest version.
259
260 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
261
262 * MAINTAINERS (Write After Approval): Add myself.
263
264 2016-12-21 Jakub Jelinek <jakub@redhat.com>
265
266 * configure.ac: Don't bootstrap libmpx unless --with-build-config
267 includes bootstrap-mpx.
268 * configure: Regenerated.
269
270 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
271
272 * MAINTAINERS (Write After Approval): Add myself.
273
274 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
275
276 * configure: Regenerate.
277
278 2016-12-01 Matthias Klose <doko@ubuntu.com>
279
280 * configure.ac: Don't use pkg-config to check for bdw-gc.
281 * configure: Regenerate.
282
283 2016-11-30 Matthias Klose <doko@ubuntu.com>
284
285 * Makefile.def: Remove reference to boehm-gc target module.
286 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
287 options and for the bdw-gc pkg-config module.
288 * configure: Regenerate.
289 * Makefile.in: Regenerate.
290
291 2016-11-28 Nathan Sidwell <nathan@acm.org>
292
293 * MAINTAINERS (nvptx): Remove self.
294
295 2016-11-25 Ben Elliston <bje@gnu.org>
296
297 * config.guess: Import latest version.
298 * config.sub: Likewise.
299
300 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
301
302 * MAINTAINERS (Write After Approval): Add myself.
303
304 2016-11-15 Matthias Klose <doko@ubuntu.com>
305
306 * Makefile.def: Remove references to GCJ.
307 * Makefile.tpl: Likewise.
308 * Makefile.in: Regenerate.
309
310 2016-11-15 Matthias Klose <doko@ubuntu.com>
311
312 * config-ml.in: Remove references to GCJ.
313 * configure.ac: Likewise.
314 * configure: Regenerate.
315
316 2016-11-01 Josh Conner <joshconner@google.com>
317
318 * MAINTAINERS (Write After Approval): Update email address,
319
320 2016-10-27 Carl Love <cel@us.ibm.com>
321
322 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
323 Approval list to make it alphabetical.
324
325 2016-10-27 Carl Love <cel@us.ibm.com>
326
327 * MAINTAINERS (Write After Approval): Add myself.
328
329 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 * MAINTAINERS (Reviewers): Add myself.
332 (Write After Approval): Add myself.
333
334 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
335 Ulrich Weigand <uweigand@de.ibm.com>
336
337 * MAINTAINERS: Update email address.
338
339 2016-10-10 Nathan Sidwell <nathan@acm.org>
340
341 * MAINTAINERS: Update email address.
342
343 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
344
345 * configure.ac: Add aarch64-*-freebsd*.
346 * configure: Regenerate.
347
348 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
349
350 * MAINTAINERS: Update email address after it got reverted.
351
352 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
353
354 * configure.ac (target_libraries): Readd target-boehm-gc.
355 Restore --enable-objc-gc handling.
356 * configure: Regenerate.
357
358 2015-10-03 Jeff Law <law@redhat.com>
359
360 * MAINTAINERS: Move several inactive maintainers to the
361 write-after-approval section.
362
363 2016-09-30 Jakub Jelinek <jakub@redhat.com>
364
365 * configure.ac: Add target-libffi to target_libraries.
366 Readd libgcj target disablings, modified to only target-libffi.
367 Readd target addition of go to unsupported languages.
368 * configure: Regenerated.
369
370 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
371
372 * MAINTAINERS: Update email address.
373
374 2016-09-30 Andrew Haley <aph@redhat.com>
375
376 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
377 write-after approval. Remove Tom Tromey and Bryce McKinlay from
378 libgcj.
379
380 2016-09-30 Andrew Haley <aph@redhat.com>
381
382 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
383 write-after approval after GCJ deletion.
384
385 2016-09-30 Andrew Haley <aph@redhat.com>
386
387 * Makefile.def: Remove libjava.
388 * Makefile.tpl: Likewise.
389 * Makefile.in: Regenerate.
390 * configure.ac: Likewise.
391 * configure: Likewise.
392 * gcc/java: Remove.
393 * libjava: Likewise.
394
395 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
396
397 * MAINTAINERS (Reviewers): Add myself.
398
399 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
400
401 * configure.ac: Disable "sim" directory for arc*-*-*.
402 * configure: Regenerated.
403
404 2016-09-23 Tamar Christina <tamar.christina@arm.com>
405
406 * MAINTAINERS (Write After Approval): Add myself.
407
408 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
409
410 * configure.ac: Check for the minimum in-tree MPFR version
411 handled.
412 * configure: Regenerate.
413
414 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
415
416 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
417 * configure: Regenerated.
418
419 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
420
421 * MAINTAINERS (Write After Approval): Add myself.
422
423 2016-06-23 Andi Kleen <ak@linux.intel.com>
424
425 * Makefile.def: Add autoprofiledbootstrap.
426 * Makefile.tpl: Dito.
427 * Makefile.in: Regenerate.
428
429 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
430
431 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
432 * configure: Regenerate.
433
434 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
435
436 * configure: Regenerate.
437 * configure.ac: Remove support for avr-rtems.
438
439 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
440
441 * MAINTAINERS (Write After Approval): Add myself.
442
443 2016-06-16 Michael Collison <michael.collison@arm.com>
444
445 * MAINTAINERS (Write After Approval): Add myself.
446
447 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
448
449 * MAINTAINERS (Write After Approval): Update e-mail address.
450
451 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
452
453 * MAINTAINERS (Write After Approval): Add myself.
454
455 2016-05-28 Alan Modra <amodra@gmail.com>
456
457 * Makefile.tpl (configure): Depend on m4 files included.
458 * Makefile.in: Regenerate.
459
460 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
461
462 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
463 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
464
465 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
466
467 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
468 special case builtin.
469 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
470 support for ALTIVEC_BUILTIN_VEC_ADDEC.
471 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
472 for __builtin_vec_addec.
473
474 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
475
476 * config.guess: Import version 2016-04-02 (newest).
477 * config.sub: Import version 2016-05-10 (newest).
478
479 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
480
481 * configure.ac: Add ARC support to libgloss.
482 * configure: Regenerate
483
484 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
485
486 * MAINTAINERS (Write After Approval): Add myself.
487
488 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
489
490 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
491 * configure: Regenerated.
492 * Makefile.def (gmp): Explicitly disable assembler.
493 (mpfr): Adjust lib_path.
494 (mpc): Likewise.
495 * Makefile.in: Regenerated.
496
497 2016-05-01 Jakub Jelinek <jakub@redhat.com>
498
499 PR bootstrap/70704
500 * configure.ac (--enable-stage1-checking): Add missing
501 --enable-checking=.
502 * configure: Regenerated.
503
504 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
505
506 * config.guess: Revert r235676.
507 * config.sub: Revert r235676.
508
509 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
510
511 * config.guess: Remove SH5 support.
512 * config.sub: Likewise.
513 * configure: Likewise.
514 * configure.ac: Likewise.
515
516 2016-04-26 Jakub Jelinek <jakub@redhat.com>
517
518 PR bootstrap/70704
519 * configure.ac (--enable-stage1-checking): For --disable-checking or
520 implicit --enable-checking, make sure extra flag matches in between
521 stage1 and later checking.
522 * configure: Regenerated.
523
524 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
525
526 * .gitattributes: New file.
527
528 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
529
530 * MAINTAINERS (rs6000/powerpc port): Add myself.
531
532 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
533
534 PR bootstrap/70173
535 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
536 and gotools directories. Delete the stage_final file.
537 * Makefile.in: Regenerate.
538
539 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
540
541 * MAINTAINERS (Write After Approval): Add myself.
542
543 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
544
545 * MAINTAINERS (Fortran maintainer): Remove myself.
546
547 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
548
549 * MAINTAINERS (Write After Approval): Add myself.
550
551 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
552
553 * MAINTAINERS (Write After Approval): Add myself.
554
555 2016-03-17 Cary Coutant <ccoutant@gmail.com>
556
557 Sync with binutils-gdb:
558
559 2016-03-17 Cary Coutant <ccoutant@gmail.com>
560
561 * configure.ac: Add mips and s390 to the gold target check.
562 * configure: Regenerate.
563
564 2016-03-01 DJ Delorie <dj@redhat.com>
565
566 * MAINTAINERS (mep): Remove myself as MeP maintainer.
567
568 2016-02-22 David Malcolm <dmalcolm@redhat.com>
569
570 * MAINTAINERS (libcpp): Add myself.
571 (diagnostic messages): Likewise.
572
573 2016-02-20 Tom de Vries <tom@codesourcery.com>
574
575 * MAINTAINERS: Fix whitespace.
576
577 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
578
579 * MAINTAINERS (Write After Approval): Add myself.
580
581 2016-01-29 Sebastian Pop <s.pop@samsung.com>
582
583 * config/isl.m4: Add comments about isl-0.16.
584 * configure: Regenerate.
585
586 2016-01-29 Martin Jambor <mjambor@suse.cz>
587
588 * MAINTAINERS (hsa maintainers): Add myself.
589
590 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
591
592 * MAINTAINERS: (Write After Approval): Add myself.
593
594 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
595 Sebastian Pop <s.pop@samsung.com>
596
597 * Makefile.in: Regenerate.
598 * Makefile.tpl: Export ISLVER.
599 * configure: Regenerate.
600 * config/isl.m4: Detect isl-0.15.
601
602 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
603
604 PR bootstrap/69329
605 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
606 * Makefile.in: Regenerate.
607
608 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
609
610 * configure.ac: Enable LTO for DJGPP
611 * configure: Regenerate
612
613 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
614
615 Sync with binutils-gdb:
616 2015-10-21 Nick Clifton <nickc@redhat.com>
617
618 PR gas/19109
619 * configure.ac: Note the 'none' is an acceptable argument to
620 --enable-compressed-debug-sections.
621 * configure: Regenerate.
622
623 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
624
625 PR bootstrap/69134
626 * Makefile.def (mpfr): Disable assembler.
627 * Makefile.in: Regenerate.
628
629 2016-01-01 Ben Elliston <bje@gnu.org>
630
631 * config.guess: Import version 2016-01-01.
632 * config.sub: Likewise.
633
634 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
635
636 * MAINTAINERS (Write After Approval): Add myself.
637
638 2015-12-17 Sebastian Pop <s.pop@samsung.com>
639
640 * Makefile.in: Replace ISL with isl.
641 * Makefile.tpl: Same.
642 * config/isl.m4: Same.
643 * configure.ac: Same.
644 * contrib/download_prerequisites: Same.
645 * configure: Regenerate.
646
647 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
648
649 * MAINTAINERS (Write After Approval): Add Myself.
650
651 2015-12-17 Nathan Sidwell <nathan@acm.org>
652
653 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
654 * configure: Regenerate.
655
656 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
657 Sebastian Pop <s.pop@samsung.com>
658
659 * config/isl.m4 (ISL_CHECK_VERSION): Check for
660 isl_ctx_get_max_operations.
661 * configure: Regenerate.
662
663 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
664
665 * MAINTAINERS (Write After Approval): Add myself.
666
667 2015-12-02 Ian Lance Taylor <iant@google.com>
668
669 PR go/66147
670 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
671 * Makefile.in: Regenerate.
672
673 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
674
675 PR libffi/65726
676 * Makefile.def (lang_env_dependencies): Make libffi depend
677 on cxx.
678 * Makefile.in: Regenerate.
679
680 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
681
682 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
683 symbols.
684
685 2015-11-20 Tristan Gingold <gingold@adacore.com>
686
687 Sync with binutils-gdb:
688 2015-11-20 Tristan Gingold <gingold@adacore.com>
689
690 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
691 * configure: Regenerate.
692
693 2015-11-19 Martin Liska <mliska@suse.cz>
694
695 * .gitignore: Add .clang-format to ignored files.
696 * Makefile.in: Add clang-format.
697 * Makefile.tpl: Likewise.
698
699 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
700
701 * configure.ac: Enable libmpx by default.
702 * configure: Regenerated.
703
704 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
705
706 * MAINTAINERS: Update email address.
707
708 2015-10-23 Paulo Matos <pmatos@linki.tools>
709
710 * MAINTAINERS: Update email address.
711
712 2015-10-23 Alan Hayward <alan.hayward@arm.com>
713
714 * MAINTAINERS (Write After Approval): Add myself.
715
716 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
717
718 Sync with binutils-gdb:
719 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
720
721 PR gas/19109
722 * configure.ac: Add
723 --enable-compressed-debug-sections={all,gas,gold,ld}.
724 * configure: Regenerated.
725
726 2015-10-16 Arnaud Charlet <charlet@adacore.com>
727
728 * MAINTAINERS: Update list of Ada maintainers and email addresses.
729
730 2015-10-09 Martin Liska <mliska@suse.cz>
731
732 * MAINTAINERS (Write After Approval): Add myself.
733
734 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
735
736 * MAINTAINERS (Write After Approval): Add myself.
737
738 2015-10-02 Florian Weimer <fweimer@redhat.com>
739
740 * MAINTAINERS: Update email address.
741
742 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
743
744 * MAINTAINERS (Write After Approval): Add myself.
745
746 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
747
748 * MAINTAINERS: Update email.
749
750 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
751
752 * MAINTAINERS: Update my email address.
753
754 2015-09-01 James Bowman <james.bowman@ftdichip.com>
755
756 * MAINTAINERS (ft32 port): Add myself.
757
758 2015-08-28 David Sherwood <david.sherwood@arm.com>
759
760 * MAINTAINERS: Add myself.
761
762 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
763
764 * MAINTAINERS (Write After Approval): Add myself.
765
766 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
767
768 PR libfortran/54572
769 * Makefile.def: Make libgfortran depend on libbacktrace.
770 * Makefile.in: Regenerate.
771
772 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
773
774 * MAINTAINERS (Write After Approval): Add myself.
775
776 2015-08-12 Tom de Vries <tom@codesourcery.com>
777
778 PR other/67092
779 * configure.ac: Remove --with_host_libstdcxx support.
780 * configure: Regenerate.
781
782 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
783 Jakub Jelinek <jakub@redhat.com>
784
785 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
786 nvptx*-*-*.
787 * configure: Regenerate.
788
789 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
790
791 * Makefile.def (libiconv): Define bootstrap=true.
792 Mark pdf/html/info as missing.
793 (configure-gcc): Depend on all-libiconv.
794 (all-gcc): Ditto.
795 (configure-libcpp): Ditto.
796 (all-libcpp): Ditto.
797 (configure-intl): Ditto.
798 (all-intl): Ditto.
799 * Makefile.in: Regenerate.
800
801 2015-08-03 Bin Cheng <bin.cheng@arm.com>
802
803 * MAINTAINERS (loop ivopts): Add the entry and myself.
804
805 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
806
807 * MAINTAINERS (nvptx): Add self.
808
809 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
810
811 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
812 128-bit vector modes.
813
814 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
815
816 * MAINTAINERS (Write After Approval): Add myself.
817
818 2015-07-28 Ben Elliston <bje@gnu.org>
819
820 * config.sub, config.guess: Import from upstream.
821
822 2015-07-24 Michael Darling <darlingm@gmail.com>
823
824 PR other/66259
825 * config-ml.in: Reflects renaming of configure.in to configure.ac
826 * configure: Likewise
827 * configure.ac: Likewise
828
829 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
830
831 * MAINTAINERS: Update my email address.
832
833 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
834
835 Sync with binutils-gdb:
836 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
837
838 * configure.ac (target_configdirs): Exclude target-zlib if
839 target-libjava isn't built.
840 * configure: Regenerated.
841
842 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
843
844 Sync with binutils-gdb:
845 2015-05-13 John David Anglin <dave.anglin@bell.net>
846
847 * configure.ac: Disable configuration of GDB for HPUX targets.
848 * configure: Regenerate.
849
850 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
851
852 * configure.ac: Add --with-system-zlib.
853 * configure: Regenerated.
854
855 2015-01-28 James Bowman <james.bowman@ftdichip.com>
856
857 * configure.ac: Add FT32 support.
858 * configure: Regenerate.
859
860 2015-01-12 Anthony Green <green@moxielogic.com>
861
862 * configure.ac: Don't disable gprof for moxie.
863 * configure: Rebuild.
864
865 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
866
867 Sync with binutils-gdb:
868 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
869
870 PR ld/18355
871 * Makefile.def: Add extra_configure_flags to host zlib.
872 * configure.ac (extra_host_zlib_configure_flags): New. Set
873 to --enable-host-shared When bfd is to be built as shared
874 library. AC_SUBST.
875 * Makefile.in: Regenerated.
876
877 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
878
879 Sync with src:
880 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
881 * Makefile.def (dependencies): Add all-zlib to all-bfd.
882 * Makefile.in: Regenerated.
883
884 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
885
886 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
887 target.
888 * configure: Regenerate.
889
890 2015-06-23 Ludovic Courtès <ludo@gnu.org>
891
892 * MAINTAINERS (Write After Approval): Add myself.
893
894 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
895
896 * MAINTAINERS (OS Port Maintainers): Add myself.
897 (Various Maintainers): Remove myself from libffi testsuite.
898
899 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
900
901 * MAINTAINERS (gen* on machine desc): Add self.
902
903 2015-06-02 Jason Merrill <jason@redhat.com>
904
905 PR bootstrap/66319
906 * configure.ac: Use -std=gnu++98.
907
908 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
909
910 * MAINTAINERS (Write After Approval): Add myself.
911
912 2015-05-28 Mike Frysinger <vapier@gentoo.org>
913
914 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
915 * configure: Regenerate.
916
917 2015-05-26 Jason Merrill <jason@redhat.com>
918
919 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
920 * configure: Regenerate.
921
922 2015-05-16 James Bowman <james.bowman@ftdichip.com>
923
924 * configure.ac: FT32 target added.
925 * configure: Regenerated.
926
927 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
928
929 * MAINTAINERS (Write After Approval): Add myself.
930
931 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
932
933 * MAINTAINERS (Write After Approval): Add myself.
934
935 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
936
937 * configure.ac: Fix typo.
938 * configure: Regenerate.
939
940 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
941
942 * MAINTAINERS (Write After Approval): Add myself.
943
944 2015-05-03 Matthias Klose <doko@ubuntu.com>
945
946 * configure.ac: Match $host configured with triplets.
947 * configure: Regenerate.
948
949 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
950
951 * Makefile.tpl: Remove surplus whitespace throughout.
952 * Makefile.in: Regenerate.
953
954 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
955
956 * MAINTAINERS (Various Maintainers): Add myself as instruction
957 combiner maintainer.
958
959 2015-04-17 Jakub Jelinek <jakub@redhat.com>
960
961 PR bootstrap/62077
962 * configure.ac (--enable-stage1-checking): Default to
963 release,misc,gimple,rtlflag,tree,types if --disable-checking
964 or --enable-checking is not specified and DEV-PHASE is not
965 experimental.
966 * configure: Regenerated.
967
968 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
969
970 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
971 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
972 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
973 * Makefile.in: Regenerate.
974
975 2015-04-08 Cary Coutant <ccoutant@gmail.com>
976
977 * MAINTAINERS: Update my email address.
978
979 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
980
981 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
982
983 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
984
985 * MAINTAINERS: Add myself as an arm port reviewer.
986
987 2015-03-25 Martin Liska <mliska@suse.cz>
988 Yury Gribov <y.gribov@samsung.com>
989
990 * Makefile.in: Fix ln source location for vimrc file.
991 * Makefile.tpl: Likewise.
992
993 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
994
995 PR bootstrap/25672
996 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
997 cross-compiling. Similarly for CXX_FOR_TARGET.
998 * configure: Regenerate.
999
1000 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
1001
1002 * Makefile.def: Add libmpx.
1003 * configure.ac: Add libmpx.
1004 * Makefile.in: Regenerate.
1005 * configure: Regenerate.
1006
1007 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
1008
1009 * MAINTAINERS (CPU Port Maintainers): Add myself
1010 i386 vector ISA extns mantainer.
1011
1012 2015-03-13 Jeff Law <law@redhat.com>
1013
1014 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1015 maintainer.
1016 Remove Richard Henderson as a maintainer for the x86 port.
1017
1018 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
1019
1020 * MAINTAINERS (CPU Port Maintainers): Update my email address.
1021
1022 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
1023
1024 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1025 pointer bounds checker and i386 MPX maintainer.
1026
1027 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
1028
1029 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1030
1031 2015-02-26 Martin Sebor <msebor@redhat.com>
1032
1033 * MAINTAINERS (Various Maintainers): Add self.
1034
1035 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
1036
1037 * configure.ac [--enable-as-accelerator-for] (enable_languages):
1038 Make sure it contains lto.
1039 * configure: Regenerate.
1040
1041 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
1042
1043 * configure: Regenerate.
1044
1045 2015-02-06 Diego Novillo <dnovillo@google.com>
1046 1
1047 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1048 middle-end, docstring): Remove myself.
1049 (Write After Approval): Add myself.
1050
1051 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1052
1053 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1054 (Write After Approval): Update address.
1055
1056 2015-01-29 David Malcolm <dmalcolm@redhat.com>
1057
1058 PR jit/64780
1059 * configure.ac: Require the user to explicitly specify
1060 --enable-host-shared if the jit is enabled.
1061 * configure: Regenerate.
1062
1063 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
1064
1065 * MAINTAINERS (Write After Approval): Add myself.
1066
1067 2015-01-25 Tom de Vries <tom@codesourcery.com>
1068
1069 * MAINTAINERS: Make whitespace consistent.
1070
1071 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
1072
1073 * MAINTAINERS (Write After Approval): Add myself.
1074
1075 2015-01-20 Andre Vehreschild <vehre@gmx.de>
1076
1077 * MAINTAINERS: (Write After Approval): Add myself.
1078
1079 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
1080
1081 * MAINTAINERS: (Write After Approval): Add myself.
1082
1083 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1084
1085 * MAINTAINERS: (Write After Approval): Add myself.
1086
1087 2015-01-13 Iain Sandoe <iain@codesourcery.com>
1088
1089 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1090 objective-c/c++ front end maintainer.
1091
1092 2015-01-13 Marek Polacek <polacek@redhat.com>
1093
1094 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1095
1096 2015-01-12 Jeff Law <law@redhat.com>
1097
1098 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1099 a very long time.
1100
1101 2015-01-09 Ian Lance Taylor <iant@google.com>
1102
1103 * configure.ac (host_tools): Add gotools.
1104 * Makefile.def (host_modules): Add gotools.
1105 (dependencies): Add dependency of all-gotools on all-target-libgo.
1106
1107 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1108
1109 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1110 * configure: Regenerate.
1111
1112 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1113
1114 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1115 all-target-libgomp.
1116 * Makefile.in: Regenerate.
1117
1118 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1119
1120 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1121
1122 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1123
1124 * configure.ac: Add Visium support.
1125 * configure: Regenerate.
1126
1127 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1128
1129 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1130 * configure: Regenerate.
1131
1132 2015-01-03 Andrew Pinski <apinski@cavium.com>
1133
1134 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1135 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1136 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1137 (OBJCOPY_FOR_TARGET): New variable.
1138 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1139 * Makefile.in: Regenerate.
1140 * configure.ac: Check for already installed target objcopy.
1141 Also GCC_TARGET_TOOL on objcopy.
1142 * configure: Regenerate.
1143
1144 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1145
1146 * config.sub: Update from upstream, to 2015-01-01 version.
1147 * config.guess: Ditto.
1148
1149 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1150
1151 * MAINTAINERS (RTEMS Ports): Add myself.
1152
1153 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1154
1155 * MAINTAINERS (Write After Approval): Add myself.
1156
1157 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1158
1159 * MAINTAINERS (Write After Approval): Add myself.
1160
1161 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1162
1163 * configure.ac (--enable-as-accelerator-for): Don't set
1164 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1165 * configure: Regenerate.
1166
1167 2014-12-13 Jakub Jelinek <jakub@redhat.com>
1168
1169 PR bootstrap/64023
1170 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1171 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1172 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1173 to CXX.
1174 * Makefile.in: Regenerated.
1175
1176 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1177 Yury Gribov <y.gribov@samsung.com>
1178
1179 * .gitignore: Added .local.vimrc and .lvimrc.
1180 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1181 * Makefile.in: Regenerate.
1182
1183 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1184
1185 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1186 * configure: Regenerated.
1187
1188 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1189
1190 * MAINTAINERS (nvptx port): New entry.
1191
1192 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1193
1194 * configure: Regenerate.
1195
1196 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1197
1198 * configure.ac: Merge with Binutils.
1199
1200 2014-11-26 Tobias Burnus <burnus@net-b.de>
1201
1202 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1203 * Makefile.in: Regenerate.
1204
1205 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1206
1207 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1208 missing flex.
1209 * Makefile.in: Regenerated.
1210
1211 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1212
1213 * Makefile.in: Regenerate.
1214
1215 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1216
1217 PR bootstrap/63784
1218 * libtool.m4: Add $pic_flag with -shared.
1219
1220 2014-11-21 Renlin Li <Renlin.Li@arm.com>
1221
1222 * MAINTAINERS (Write After Approval): Added myself.
1223
1224 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1225
1226 * MAINTAINERS (write-after-approval): Add myself.
1227
1228 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1229
1230 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1231 from 2 years ago.
1232
1233 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1234
1235 Revert:
1236 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1237
1238 * MAINTAINERS (Write After Approval): Added myself as line map
1239 maintainer.
1240
1241 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1242
1243 Revert:
1244 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1245
1246 * MAINTAINERS (Write After Approval): Added myself.
1247
1248 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1249
1250 * MAINTAINERS (Write After Approval): Added myself.
1251
1252 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1253
1254 * MAINTAINERS (Write After Approval): Added myself as line map
1255 maintainer.
1256
1257 2014-11-17 Dodji Seketeli <dodji@redhat.com>
1258
1259 * MAINTAINERS (Various Maintainers): Added myself as line map
1260 maintainer.
1261
1262 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1263
1264 * move-if-change: Sync from upstream gnulib.
1265
1266 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1267
1268 * compile: Sync with upstream Automake.
1269 * depcomp: Ditto.
1270 * install-sh: Ditto.
1271 * missing: Ditto.
1272 * mkinstalldirs: Ditto.
1273 * ylwrap: Ditto.
1274
1275 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1276
1277 * config.sub: Update from upstream config repo.
1278 * config.guess: Ditto.
1279
1280 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
1281
1282 * Makefile.def: Add liboffloadmic to target_modules. Make
1283 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1284 * Makefile.in: Regenerate.
1285 * configure: Regenerate.
1286 * configure.ac: Add liboffloadmic to target binaries.
1287 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1288 Add liboffloadmic to noconfig list when C++ is not supported.
1289
1290 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1291 Thomas Schwinge <thomas@codesourcery.com>
1292 Ilya Verbin <ilya.verbin@intel.com>
1293 Andrey Turetskiy <andrey.turetskiy@intel.com>
1294
1295 * configure: Regenerate.
1296 * configure.ac (--enable-as-accelerator-for)
1297 (--enable-offload-targets): New configure options.
1298
1299 2014-11-11 Tobias Burnus <burnus@net-b.de>
1300
1301 * Makefile.def: Make all-gcc depend on all-isl.
1302 * Makefile.in: Regenerate.
1303
1304 2014-11-11 David Malcolm <dmalcolm@redhat.com>
1305
1306 * ChangeLog.jit: New.
1307 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1308
1309 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1310
1311 PR target/63610
1312 * libtool.m4: Fix globbing of darwin versions.
1313 * configure: Regenerate.
1314
1315 2014-11-11 Tobias Burnus <burnus@net-b.de>
1316
1317 * Makefile.def: Remove CLooG.
1318 * Makefile.tpl: Ditto.
1319 * configure.ac: Ditto.
1320 * configure: Regenerate.
1321 * Makefile.in: Ditto.
1322
1323 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1324
1325 * configure.ac: Handle nvptx-*-*.
1326 * configure: Regenerate.
1327
1328 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
1329
1330 * MAINTAINERS (Write After Approval): Add myself.
1331
1332 2014-10-31 Jakub Jelinek <jakub@redhat.com>
1333
1334 * Makefile.def (libcc1): Remove bootstrap=true;.
1335 * Makefile.in: Regenerated.
1336
1337 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1338
1339 * configure.ac: Update comment.
1340 * configure: Regenerate.
1341
1342 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1343
1344 * MAINTAINERS (Write After Approval): Add myself.
1345
1346 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1347
1348 * configure.ac (extra_host_libiberty_configure_flags): Add
1349 --enable-shared also for libcc1's benefit.
1350 * configure: Regenerate.
1351
1352 2014-10-29 Tristan Gingold <gingold@adacore.com>
1353
1354 * MAINTAINERS: Change my email address.
1355
1356 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1357 Tom Tromey <tromey@redhat.com>
1358
1359 * Makefile.def: Add libcc1 to host_modules.
1360 * configure.ac (host_tools): Add libcc1.
1361 * Makefile.in, configure: Rebuild.
1362
1363 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
1364
1365 * configure.ac (build_configargs): Don't share config.cache between
1366 build subdirs.
1367 * configure: Regenerate.
1368
1369 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1370
1371 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1372 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1373 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1374 leon3v7 as leon3.
1375 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1376 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1377 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1378 * config/sparc/sparc.md (cpu): Add leon3v7.
1379 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1380
1381 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1382
1383 * MAINTAINERS (write-after-approval): Add myself.
1384
1385 2014-10-23 Ian Lance Taylor <iant@google.com>
1386
1387 * configure.ac: Disable the Go frontend on systems where it is known
1388 to not work.
1389 * configure: Regenerate.
1390
1391 2014-10-23 Richard Biener <rguenther@suse.de>
1392
1393 * Makefile.def: Add libcpp build module and dependencies.
1394 * configure.ac: Add libcpp build module.
1395 * Makefile.in: Regenerate.
1396 * configure: Likewise.
1397
1398 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1399
1400 * MAINTAINERS (write-after-approval): Add myself.
1401
1402 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1403
1404 * INSTALL/README: Do not mention CVS.
1405
1406 2014-10-03 Jing Yu <jingyu@google.com>
1407
1408 * configure.ac: Add aarch64 to list of targets that support gold.
1409 * configure: Regenerate.
1410
1411 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
1412
1413 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1414
1415 2014-09-29 Catherine Moore <clm@codesourcery.com>
1416
1417 * MAINTAINERS: Add myself as MIPS maintainer.
1418
1419 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1420
1421 * MAINTAINERS: Move myself to MIPS maintainers.
1422
1423 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1424
1425 * MAINTAINERS: Put all email addresses between '<' and '>'.
1426
1427 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1428
1429 * MAINTAINERS: Move myself to reviewers (Fortran).
1430
1431 2014-09-01 Andi Kleen <ak@linux.intel.com>
1432
1433 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1434 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1435 * Makefile.in: Regenerate.
1436
1437 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1438
1439 * rtx-classes-status.txt: Delete
1440
1441 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1442
1443 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1444
1445 2014-08-27 Sebastian Pop <s.pop@samsung.com>
1446
1447 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1448 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1449 of checking for version number.
1450 * configure: Regenerated.
1451 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1452
1453 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1454
1455 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1456 is done; begin phase 6 (use extra rtx_def subclasses).
1457
1458 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1459
1460 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1461 done; begin phase 5 (additional rtx_def subclasses).
1462
1463 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1464
1465 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1466
1467 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1468
1469 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1470 SET_BB_HEADER are done.
1471
1472 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1473
1474 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1475 done.
1476
1477 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1478
1479 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1480
1481 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1482
1483 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1484
1485 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1486
1487 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1488
1489 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1490
1491 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1492
1493 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1494
1495 * rtx-classes-status.txt: Phase 3 (per-file commits within
1496 "config" subdirs) is done; begin phase 4 (removal of
1497 "scaffolding").
1498
1499 2014-08-23 David Malcolm <dmalcolm@redhat.com>
1500
1501 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1502 dir) is done; begin phase 3 (per-file commits within "config"
1503 subdirs).
1504
1505 2014-08-21 David Malcolm <dmalcolm@redhat.com>
1506
1507 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1508 phase 2 (per-file commits in main source dir).
1509
1510 2014-08-21 Bin Cheng <bin.cheng@arm.com>
1511
1512 * configure: Regenerated.
1513
1514 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1515
1516 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1517
1518 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1519
1520 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1521
1522 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1523
1524 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1525
1526 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1527
1528 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1529
1530 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1531
1532 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1533
1534 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1535
1536 * MAINTAINERS (Write After Approval): Add myself.
1537
1538 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1539
1540 * MAINTAINERS: Remove myself
1541
1542 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1543
1544 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1545
1546 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1547
1548 * MAINTAINERS (Write After Approval): Add myself.
1549
1550 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1551
1552 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1553 SET_BB_HEADER, SET_BB_FOOTER
1554
1555 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1556
1557 * rtx-classes-status.txt: New file
1558
1559 2014-08-18 Roman Gareev <gareevroman@gmail.com>
1560
1561 * configure.ac: Eliminate ClooG installation dependency.
1562 * configure: Regenerate.
1563 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1564 * Makefile.in: Regenerate.
1565
1566 2014-08-15 Ilya Verbin <iverbin@gmail.com>
1567
1568 * MAINTAINERS (Write After Approval): Add myself.
1569
1570 2014-08-15 Ilya Tocar <tocarip@gmail.com>
1571
1572 * MAINTAINERS (Write After Approval): Add myself.
1573
1574 2014-08-01 Jiong Wang <jiong.wang@arm.com>
1575
1576 * MAINTAINERS (Write After Approval): Add myself.
1577
1578 2014-07-28 Anthony Green <green@moxielogic.com>
1579
1580 Import from savannah.gnu.org:
1581 * config.sub: Update to 2014-07-28 version.
1582
1583 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1584
1585 * MAINTAINERS: Remove my MIPS maintainer entry.
1586
1587 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
1588
1589 PR target/47230
1590 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1591 * configure: Regenerate.
1592
1593 2014-07-24 James Norris <jnorris@codesourcery.com>
1594
1595 * MAINTAINERS (Write After Approval): Add myself.
1596
1597 2014-07-20 Roman Gareev <gareevroman@gmail.com>
1598
1599 * configure.ac: Accept only CLooG 0.18.1.
1600 * configure: Regenerate.
1601
1602 2014-07-17 Roman Gareev <gareevroman@gmail.com>
1603
1604 * configure.ac: Don't accept isl 0.11.
1605 * configure: Regenerate.
1606
1607 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1608
1609 * MAINTAINERS (Write After Approval): Add myself.
1610
1611 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1612
1613 * configure.ac: Don't accept isl 0.10.
1614 * configure: Regenerate.
1615
1616 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
1617
1618 Fix include path for in-tree cloog.
1619 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1620 * configure: Regenerate.
1621
1622 2014-06-18 Richard Henderson <rth@redhat.com>
1623
1624 * .gitignore: Import gcc_update output.
1625
1626 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1627
1628 * config-ml.in: Robustify ac_configure_args parsing.
1629
1630 * configure.ac (--enable-linker-plugin-configure-flags)
1631 (--enable-linker-plugin-flags): New flags.
1632 (configdirs): Conditionally add libiberty-linker-plugin.
1633 * configure: Regenerate.
1634 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1635 (host_modules) <lto-plugin>: Pay attention to
1636 @extra_linker_plugin_flags@ and
1637 @extra_linker_plugin_configure_flags@.
1638 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1639 * Makefile.in: Regenerate.
1640
1641 * Makefile.tpl (configure-[+prefix+][+module+])
1642 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1643 "module_srcdir" instead of "module" for locating a module's srcdir.
1644 * Makefile.in: Regenerate.
1645
1646 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1647
1648 * MAINTAINERS (Write After Approval): Add myself.
1649
1650 2014-06-06 Sebastian Pop <sebpop@gmail.com>
1651
1652 * MAINTAINERS: Update my email address.
1653
1654 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1655
1656 * MAINTAINERS (Write After Approval): Add myself.
1657
1658 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1659
1660 * MAINTAINERS (Write After Approval): Add myself.
1661
1662 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
1663
1664 PR libstdc++/61011
1665 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1666 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1667 * configure: Regenerate.
1668
1669 2014-05-28 Pedro Alves <palves@redhat.com>
1670
1671 * MAINTAINERS (Write After Approval): Add myself.
1672
1673 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1674
1675 * MAINTAINERS: Update my affiliation/email.
1676
1677 2014-05-19 Mike Stump <mikestump@comcast.net>
1678
1679 * MAINTAINERS: Add wide-int reviewers.
1680
1681 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1682
1683 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1684 * configure: Regenerated.
1685
1686 2014-05-15 Torvald Riegel <triegel@redhat.com>
1687
1688 * MAINTAINERS (libitm): Add myself as maintainer.
1689
1690 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
1691
1692 * MAINTAINERS (Write After Approval): Add myself.
1693
1694 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1695
1696 * config.sub, config.guess: Import from upstream.
1697
1698 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1699
1700 * MAINTAINERS (Write After Approval): Put myself in correct order.
1701
1702 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1703
1704 * MAINTAINERS (Write After Approval): Add myself.
1705
1706 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1707
1708 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1709 section.
1710
1711 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1712
1713 * MAINTAINERS (Write After Approval): Delete myself.
1714
1715 2014-04-17 Jakub Jelinek <jakub@redhat.com>
1716
1717 PR sanitizer/56781
1718 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1719 and -B* options with -Xcompiler.
1720
1721 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1722
1723 PR bootstrap/60620
1724 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1725 * Makefile.in: Regenerate.
1726
1727 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1728
1729 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1730 for WINDRES_FOR_TARGET in default-manifest.o rule.
1731 * Makefile.in: Regenerate.
1732
1733 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1734
1735 * MAINTAINERS (Write After Approval): Add myself.
1736
1737 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1738
1739 PR sanitizer/56781
1740 * Makefile.def: Set bootstrap=true; for host fixincludes.
1741 * configure.ac: Don't bootstrap host fixincludes unless
1742 --with-build-config=bootstrap-{a,ub}san.
1743 * Makefile.in: Regenerated.
1744 * configure: Regenerated.
1745
1746 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1747
1748 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1749 --enable-vtable-verify option parsing. Don't add
1750 target-libsanitizer to bootstrap_target_libs unless
1751 --with-build-config=bootstrap-asan or
1752 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1753 to bootstrap_target_libs unless --enable-vtable-verify.
1754 * configure: Regenerated.
1755
1756 2014-03-10 Anatoly Sokolov <aesok@post.ru>
1757
1758 * MAINTAINERS (Write After Approval): Add myself.
1759
1760 2014-03-07 Denis Chertykov <chertykov@gmail.com>
1761
1762 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1763
1764 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1765
1766 PR bootstrap/58572
1767 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1768 -I for libstdc++-v3 includes if $(LEAN).
1769 * Makefile.in: Regenerated.
1770
1771 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
1772
1773 * MAINTAINERS: Update my email address.
1774
1775 2014-02-24 Walter Lee <walt@tilera.com>
1776
1777 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1778 (tilegx-*-*): Change to tilegx*-*-*.
1779 * configure: Regenerate.
1780
1781 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
1782
1783 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1784
1785 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1786
1787 * MAINTAINERS (Write After Approval): Add myself.
1788
1789 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1790
1791 PR target/59788
1792 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1793 *solaris2*.
1794
1795 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
1796
1797 * MAINTAINERS: Update my email address.
1798
1799 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1800
1801 * MAINTAINERS: Convert to UTF-8.
1802 Properly sort Xinliang David Li's entry.
1803
1804 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1805 Sandra Loosemore <sandra@codesourcery.com>
1806
1807 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1808 nios2 port maintainers.
1809
1810 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1811
1812 * MAINTAINERS (Write After Approval): Add myself.
1813
1814 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1815
1816 * configure.ac: Add user-friendly check for native x86_64-linux
1817 multilibs.
1818 * configure: Regenerate.
1819
1820 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1821
1822 * MAINTAINERS: Add myself as sh maintainer.
1823
1824 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1825
1826 * MAINTAINERS: Add self as SLSR maintainer.
1827
1828 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
1829
1830 * MAINTAINERS: Update my email address.
1831
1832 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
1833
1834 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1835
1836 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1837
1838 * Makefile.in: Regenerate.
1839
1840 * Makefile.tpl: Fix typo.
1841 * Makefile.in: Regenerate partially.
1842
1843 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1844
1845 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1846 supported.
1847 * configure: Regenerated.
1848
1849 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1850
1851 * MAINTAINERS (Write After Approval): Add myself.
1852
1853 2013-10-30 Jason Merrill <jason@redhat.com>
1854
1855 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1856 --disable-build-format-warnings.
1857
1858 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1859
1860 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1861 depend on libstdc++ and libgcc.
1862 * configure: Regenerate.
1863 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1864 libcilkrts for POSIX and i*86, and x86_64 architectures.
1865 * Makefile.in: Added libcilkrts related fields to support building it.
1866
1867 2013-10-26 Jeff Law <law@redhat.com>
1868
1869 * Makefile.def (target_modules): Remove libmudflap
1870 (languages): Remove check-target-libmudflap).
1871 * Makefile.in: Rebuilt.
1872 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1873 * configure.ac (target_libraries): Remove target-libmudflap.
1874 Remove checks which disabled libmudflap on some systems.
1875 * configure: Rebuilt.
1876 * libmudflap: Directory removed.
1877
1878 2013-10-21 Cong Hou <congh@google.com>
1879
1880 * MAINTAINERS (Write After Approval): Add myself.
1881
1882 2013-10-16 Mike Stump <mikestump@comcast.net>
1883
1884 * .dir-locals.el: Add.
1885
1886 2013-10-15 David Malcolm <dmalcolm@redhat.com>
1887
1888 * configure.ac: Add --enable-host-shared
1889 * configure: Regenerate.
1890
1891 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1892
1893 Import from savannah.gnu.org:
1894 * config.guess: Update to 2013-06-10 version.
1895 * config.sub: Update to 2013-10-01 version.
1896
1897 2013-10-01 Simon Cook <simon.cook@embecosm.com>
1898
1899 Changes to build configuration to allow big endian ARC ELF toolchain
1900 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1901 * configure: Regenerate.
1902
1903 2013-09-20 Alan Modra <amodra@gmail.com>
1904
1905 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1906 ppc host match. Support little-endian powerpc linux hosts.
1907
1908 2013-09-19 Dodji Seketeli <dodji@redhat.com>
1909
1910 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1911 maintainer.
1912
1913 2013-09-12 DJ Delorie <dj@redhat.com>
1914
1915 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1916 maintainers.
1917
1918 2013-09-03 Richard Biener <rguenther@suse.de>
1919
1920 * configure.ac: Also allow ISL 0.12.
1921 * configure: Regenerated.
1922
1923 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1924
1925 * MAINTAINERS (Write After Approval): Add myself.
1926
1927 2013-08-27 David Malcolm <dmalcolm@redhat.com>
1928
1929 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1930
1931 2013-08-26 Caroline Tice <cmtice@google.com>
1932
1933 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1934 "Various Reviewers" to libvtv "Various Maintainers".
1935
1936 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1937
1938 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1939
1940 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1941
1942 * MAINTAINERS: Update name, email.
1943
1944 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
1945
1946 * MAINTAINERS (Write After Approval): Add myself.
1947
1948 2013-08-12 Caroline Tice <cmtice@google.com>
1949
1950 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1951 address in the Write After Approval section.
1952
1953 2013-08-09 Carlos O'Donell <carlos@redhat.com>
1954
1955 * MAINTAINERS (Write After Approval): Update email.
1956
1957 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1958
1959 * configure.ac: Adjust to check VTV_SUPPORTED.
1960 * configure: Regenerated.
1961
1962 2013-08-02 Caroline Tice <cmtice@google.com>
1963
1964 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1965 on non-linux systems; add target-libvtv to noconfigdirs; add
1966 libsupc++/.libs to C++ library search paths.
1967 * configure: Regenerated.
1968 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1969 libstdc++ and libgcc.
1970 * Makefile.in: Regenerated.
1971
1972 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
1973
1974 * MAINTAINERS (Write After Approval): Add myself.
1975
1976 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1977 Shiva Chen <shiva0217@gmail.com>
1978
1979 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1980 nds32 port maintainers.
1981
1982 2013-07-17 Tim Shen <timshen91@gmail.com>
1983
1984 * MAINTAINERS (Write After Approval): Add myself.
1985
1986 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1987
1988 * configure.ac: Sync from binutils.
1989 * configure: Regenerate.
1990
1991 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1992
1993 * MAINTAINERS (Write After Approval): Add myself.
1994
1995 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1996
1997 * MAINTAINERS (Write After Approval): Add myself.
1998
1999 2013-05-17 David Malcolm <dmalcolm@redhat.com>
2000
2001 * MAINTAINERS (Write After Approval): Add myself.
2002
2003 2013-04-30 Brooks Moses <bmoses@google.com>
2004
2005 * MAINTAINERS: Update my email; move myself from Fortran
2006 reviewer to Write After Approval.
2007
2008 2013-04-16 Andreas Schwab <schwab@suse.de>
2009
2010 * configure.ac (aarch64-*-*): Don't disable java.
2011 * configure: Regenerate.
2012
2013 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
2014
2015 * MAINTAINERS (Write After Approval): Add myself.
2016
2017 2013-03-30 Matthias Klose <doko@ubuntu.com>
2018
2019 * Makefile.def (target_modules): Don't install libffi.
2020 * Makefile.in: Regenerate.
2021
2022 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
2023
2024 * MAINTAINERS (Write After Approval): Add myself.
2025
2026 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
2027
2028 * MAINTAINERS (Write After Approval): Add myself.
2029
2030 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
2031
2032 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2033 * configure: Regenerated.
2034
2035 2013-02-05 Ian Lance Taylor <iant@google.com>
2036
2037 PR go/55969
2038 * configure.ac: Disable libgo on some systems where it does not
2039 work.
2040
2041 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
2042
2043 * MAINTAINERS: Explicitly add myself as AIX maintainer.
2044 Remove Geoff Keating as rs6000 port maintainer, at his request.
2045
2046 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
2047
2048 * MAINTAINERS: Update my email.
2049
2050 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
2051
2052 * configure: Re-generate.
2053
2054 2013-01-15 Richard Biener <rguenther@suse.de>
2055
2056 PR other/55973
2057 * configure: Re-generate.
2058
2059 2013-01-14 Matthias Klose <doko@ubuntu.com>
2060
2061 * Makefile.def (install-target-libsanitizer): Depend on
2062 install-target-libstdc++-v3.
2063 * Makefile.in: Regenerate.
2064
2065 2013-01-14 Richard Biener <rguenther@suse.de>
2066
2067 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2068 * configure: Re-generate
2069
2070 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2071
2072 * config.sub: Update from config repo.
2073
2074 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2075
2076 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2077 * Makefile.in: Regenerate.
2078
2079 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2080
2081 * MAINTAINERS (arc): Add new port maintainership for myself.
2082
2083 2013-01-09 Jason Merrill <jason@redhat.com>
2084
2085 * .gitignore: Import from gdb repository.
2086
2087 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2088
2089 * Makefile.def (configure-gcc): Depend on all-gmp.
2090 (all-gcc): Remove dependency on all-gmp.
2091 * Makefile.in: Regenerated.
2092
2093 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2094
2095 * config.sub: Merge from config repo.
2096 * config.guess: Ditto.
2097
2098 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2099
2100 * Makefile.def: Merge from binutils.
2101 * Makefile.in: Ditto.
2102
2103 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2104
2105 * MAINTAINERS: Update my email.
2106
2107 2012-12-29 Ben Elliston <bje@gnu.org>
2108
2109 * config.guess: Update to 2012-12-29 version.
2110 * config.sub: Likewise.
2111
2112 2012-12-20 Matthias Klose <doko@ubuntu.com>
2113
2114 * Makefile.def (install-target-libgfortran): Depend on
2115 install-target-libquadmath, install-target-libgcc.
2116 (install-target-libsanitizer): Depend on install-target-libgcc.
2117 (install-target-libjava): Depend on install-target-libgcc.
2118 (install-target-libitm): Depend on install-target-libgcc.
2119 (install-target-libobjc): Depend on install-target-libgcc.
2120 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2121 * Makefile.in: Regenerate.
2122
2123 2012-12-19 Matthias Klose <doko@ubuntu.com>
2124
2125 * Makefile.def (install-target-libgo): Depend on
2126 install-target-libatomic.
2127 * Makefile.in: Regenerate.
2128
2129 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2130
2131 PR go/55201
2132 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2133 * Makefile.in: Regenerate.
2134
2135 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2136
2137 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2138 * configure: Regenerate.
2139
2140 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2141
2142 * config.sub: Merge from config repo.
2143
2144 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2145
2146 * Makefile.def (target_modules): Add bootstrap=true and
2147 raw_cxx=true to libsanitizer.
2148 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2149 * Makefile.in: Regenerated.
2150 * configure: Likewise.
2151
2152 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2153
2154 * MAINTAINERS: Remove self as RTL optimization maintainer.
2155
2156 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2157
2158 * MAINTAINERS (Write After Approval): Add myself.
2159
2160 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2161
2162 * Makefile.def (target_modules): Remove bootstrap=true and
2163 raw_cxx=true from libsanitizer.
2164 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2165 * Makefile.in: Regenerated.
2166 * configure: Likewise.
2167
2168 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2169
2170 * Makefile.def (target_modules): Add bootstrap=true and
2171 raw_cxx=true to libsanitizer.
2172 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2173 * Makefile.in: Regenerated.
2174 * configure: Likewise.
2175
2176 2012-11-28 Andrew Pinski <apinski@cavium.com>
2177
2178 PR bootstrap/54279
2179 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2180 * configure: Regenerate.
2181 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2182 * Makefile.in: Regenerate.
2183
2184 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2185
2186 * configure.ac: Disable libsanitizer if we're not building C++.
2187 * configure: Regenerate.
2188
2189 2012-11-15 Roland McGrath <roland@hack.frob.com>
2190
2191 * MAINTAINERS (Write After Approval): Add myself.
2192
2193 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
2194
2195 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2196 Kostya Serebryany (kcc@google.com) and
2197 Jakub Jelinek (jakub@redhat.com).
2198 Rename area for Dodji Seketeli (dodji@redhat.com).
2199
2200 2012-11-15 Dodji Seketeli <dodji@redhat.com>
2201
2202 * MAINTAINERS: (asan.c, related): Add myself.
2203
2204 2012-11-14 Roland McGrath <mcgrathr@google.com>
2205
2206 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2207 * configure: Regenerate.
2208
2209 2012-11-13 Richard Henderson <rth@redhat.com>
2210
2211 * configure.ac: Move libsanitizer logic to subdirectory.
2212 * configure: Regenerate.
2213
2214 2012-11-13 Dodji Seketeli <dodji@redhat.com>
2215
2216 * configure.ac: Enable libsanitizer just on x86 linux for now.
2217 * configure: Re-generate.
2218
2219 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
2220
2221 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2222 sections.
2223 * configure: Regenerate.
2224
2225 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
2226
2227 * configure.ac: Add section for configdirs for libsanitizer.
2228 Disable for cris-*-* and mmix-*-*.
2229 * configure: Regenerate.
2230
2231 2012-11-12 Wei Mi <wmi@google.com>
2232
2233 * configure.ac: Add libsanitizer to target_libraries.
2234 * Makefile.def: Ditto.
2235 * configure: Regenerate.
2236 * Makefile.in: Regenerate.
2237 * libsanitizer: New directory for asan runtime. Contains an empty
2238 tsan directory.
2239
2240 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
2241
2242 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2243 against Mingw64 w32api.
2244 * configure: Regenerate.
2245
2246 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
2247
2248 * configure: Regenerated.
2249
2250 2012-11-03 Robert Mason <rbmj@verizon.net>
2251
2252 * configure.ac: add --disable-libstdcxx configure option
2253 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2254
2255 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2256
2257 * MAINTAINERS (Write After Approval): Add myself.
2258
2259 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
2260
2261 * MAINTAINERS (Write After Approval): Add myself.
2262
2263 2012-10-24 Sharad Singhai <singhai@google.com>
2264
2265 * MAINTAINERS (Write After Approval): Add myself.
2266
2267 2012-10-24 Eric Christopher <echristo@gmail.com>
2268
2269 * MAINTAINERS: Update email address.
2270
2271 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
2272
2273 PR bootstrap/54820
2274 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2275 * configure: Regenerate.
2276
2277 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
2278
2279 * MAINTAINERS (aarch64): Add Marcus and myself.
2280
2281 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
2282
2283 PR bootstrap/54820
2284 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2285 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2286 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2287 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2288 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2289 * Makefile.in: Regenerate.
2290 * configure.ac (have_static_libs): New variable and associated check.
2291 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2292 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2293 * configure: Regenerate.
2294
2295 2012-10-10 Richard Biener <rguenther@suse.de>
2296
2297 * MAINTAINERS: Adjust for changed surname.
2298
2299 2012-10-04 Lawrence Crowl <crowl@google.com>
2300
2301 * MAINTAINERS (Write After Approval): Add myself.
2302
2303 2012-10-01 Cary Coutant <ccoutant@google.com>
2304
2305 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2306
2307 2012-09-28 Ian Lance Taylor <iant@google.com>
2308
2309 * Makefile.def: Make all-target-libgo depend on
2310 all-target-libbacktrace.
2311 * Makefile.in: Rebuild.
2312
2313 2012-09-26 Ian Lance Taylor <iant@google.com>
2314
2315 * Makefile.def: Make all-gcc depend on all-libbacktrace.
2316 * Makefile.in: Rebuild.
2317
2318 2012-09-20 Walter Lee <walt@tilera.com>
2319
2320 * configure.ac: Add tilegx to list of targets that support gold.
2321 * configure: Regenerate.
2322
2323 2012-09-20 Marek Polacek <polacek@redhat.com>
2324
2325 * MAINTAINERS (Write After Approval): Add myself.
2326
2327 2012-09-19 Steve Ellcey <sellcey@mips.com>
2328
2329 * configure.ac: Add mips*-mti-elf* target.
2330 * configure: Regenerate.
2331
2332 2012-09-17 Ian Lance Taylor <iant@google.com>
2333
2334 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2335 * configure.ac (host_libs): Add libbacktrace.
2336 (target_libraries): Add libbacktrace.
2337 * Makefile.def (host_modules): Add libbacktrace.
2338 (target_modules): Likewise.
2339 * configure, Makefile.in: Rebuild.
2340
2341 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
2342
2343 PR target/38607
2344 Merge upstream change.
2345 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2346
2347 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2348 Add libgomp*.o to compare_exclusions for AIX.
2349 * configure: Regenerate.
2350
2351 2012-09-06 Diego Novillo <dnovillo@google.com>
2352
2353 * configure.ac: Bump minimum GMP version to 4.2.3.
2354 * configure: Re-generate.
2355
2356 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
2357
2358 PR target/54461
2359 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2360 target-libgloss if not configured --with-avrlibc=no.
2361 * configure: Regenerate.
2362
2363 2012-09-04 Jason Merrill <jason@redhat.com>
2364
2365 * configure.ac: Fix --enable-languages=all.
2366
2367 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
2368
2369 * MAINTAINERS (Write After Approval): Add myself.
2370
2371 2012-09-03 Richard Guenther <rguenther@suse.de>
2372
2373 PR bootstrap/54138
2374 * configure.ac: Re-organize ISL / CLOOG checks to allow
2375 disabling with either --without-isl or --without-cloog.
2376 * configure: Regenerated.
2377
2378 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
2379
2380 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2381 * configure: Regenerate.
2382
2383 2012-08-27 Ulrich Drepper <drepper@gmail.com>
2384
2385 * MAINTAINERS: Fix my email address.
2386
2387 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2388
2389 PR binutils/4970
2390 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2391 and opcodes.
2392 * Makefile.in: Regenerated.
2393
2394 2012-08-26 Art Haas <ahaas@impactweather.com>
2395
2396 * configure: Regenerate.
2397
2398 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2399
2400 * INSTALL/README: Also refer to the online installation
2401 instructions.
2402
2403 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2404
2405 * MAINTAINERS (Write After Approval): Add myself.
2406 (Picochip port): Remove myself.
2407
2408 2012-08-14 Diego Novillo <dnovillo@google.com>
2409
2410 Merge from cxx-conversion branch.
2411
2412 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2413 POSTSTAGE1_CONFIGURE_FLAGS.
2414 * Makefile.in: Regenerate.
2415 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2416 Force C++ when bootstrapping.
2417 * configure: Regenerate.
2418
2419 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2420
2421 * MAINTAINERS (Write After Approval): Add myself.
2422
2423 2012-07-16 Joseph Myers <joseph@codesourcery.com>
2424
2425 * README: Document use of ranges of years in copyright notices.
2426
2427 2012-07-06 Richard Guenther <rguenther@suse.de>
2428
2429 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2430 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2431 --with-gmp=system.
2432 * Makefile.in: Regenerated.
2433 * configure: Likewise.
2434
2435 2012-07-06 Richard Guenther <rguenther@suse.de>
2436
2437 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2438 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2439 supply V=1 as extra_make_flags.
2440 * configure: Regenerated.
2441 * Makefile.in: Likewise.
2442
2443 2012-07-04 Tristan Gingold <gingold@adacore.com>
2444
2445 * configure: Regenerate.
2446
2447 2012-07-03 Richard Guenther <rguenther@suse.de>
2448
2449 * Makfile.def (isl): Remove not necessary extra_exports and
2450 extra_make_flags.
2451 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2452 * Makefile.in: Regenerated.
2453
2454 2012-07-03 Richard Guenther <rguenther@suse.de>
2455
2456 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2457 * configure.ac: If either the ISL or the CLooG check failed
2458 do not try to build in-tree versions.
2459 * Makefile.in: Regenerated.
2460 * configure: Regenerated.
2461
2462 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2463
2464 * configure: Regenerate.
2465
2466 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
2467
2468 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2469 maintainer.
2470
2471 2012-07-02 Richard Guenther <rguenther@suse.de>
2472
2473 * configure: Regenerated.
2474
2475 2012-07-02 Richard Guenther <rguenther@suse.de>
2476 Michael Matz <matz@suse.de>
2477 Tobias Grosser <tobias@grosser.es>
2478 Sebastian Pop <sebpop@gmail.com>
2479
2480 * Makefile.def: Add ISL host module, remove PPL host module.
2481 Adjust ClooG host module to use the proper ISL.
2482 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2483 * configure.ac: Include config/isl.m4. Add ISL host library,
2484 remove PPL. Remove PPL configury, add ISL configury, adjust
2485 ClooG configury.
2486 * Makefile.in: Regenerated.
2487 * configure: Likewise.
2488
2489 2012-07-02 Richard Guenther <rguenther@suse.de>
2490
2491 Merge from graphite branch
2492 2011-07-21 Tobias Grosser <tobias@grosser.es>
2493
2494 * configure: Regenerated.
2495 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2496 both cloog.org and legacy versions. The only supported version will
2497 be CLooG with the isl backend.
2498
2499 2011-07-21 Tobias Grosser <tobias@grosser.es>
2500
2501 * configure: Regenerated.
2502 * configure.ac: Require cloog isl 0.17.0
2503
2504 2011-07-21 Tobias Grosser <tobias@grosser.es>
2505
2506 * configure: Regenerated.
2507 * config/cloog.m4: Do not define CLOOG_ORG
2508
2509 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2510
2511 * configure.ac: Skip C if explicitly selected.
2512 * configure: Regenerate.
2513
2514 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
2515
2516 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2517 they contain -O2.
2518 * configure: Regenerate.
2519
2520 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2521
2522 PR debug/53740
2523 * df.h, df-problems.c, dce.c: Revert last patch.
2524
2525 2012-06-25 Iain Sandoe <iain@codesourcery.com>
2526
2527 * MAINTAINERS (Write After Approval): Update my email address.
2528
2529 2012-06-21 Meador Inge <meadori@codesourcery.com>
2530
2531 * MAINTAINERS (Write After Approval): Add myself.
2532
2533 2012-06-20 Jason Merrill <jason@redhat.com>
2534
2535 * Makefile.tpl (check-target-libgomp-c++): New.
2536 (check-target-libitm-c++): New.
2537 * Makefile.def (c++): Add them.
2538 * Makefile.in: Regenerate.
2539
2540 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
2541
2542 * MAINTAINERS (Write After Approval): Add myself.
2543
2544 2012-05-16 Olivier Hainque <hainque@adacore.com>
2545
2546 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2547 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2548 (install-no-fixedincludes): Adjust accordingly.
2549 * Makefile.in: Regenerate.
2550
2551 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2552
2553 Merge upstream change
2554 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2555
2556 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
2557
2558 * MAINTAINERS (Write After Approval): Add myself.
2559
2560 2012-05-09 Nick Clifton <nickc@redhat.com>
2561 Paul Smith <psmith@gnu.org>
2562
2563 PR bootstrap/50461
2564 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2565 allow for the fact that from release v3.1.0 of MPFR the source
2566 files were moved into a src sub-directory.
2567 * configure: Regenerate.
2568
2569 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2570
2571 * configure.ac: Bump minimum MPFR version to 2.4.0.
2572 * configure: Regenerated.
2573
2574 2012-05-01 Richard Henderson <rth@redhat.com>
2575
2576 * Makefile.def (libatomic): New target_module.
2577 * configure.ac (target_libraries): Add libatomic.
2578 (noconfigdirs): Check if libatomic is supported.
2579 * Makefile.in, configure: Rebuild.
2580
2581 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2582
2583 * MAINTAINERS (Write After Approval): Add myself.
2584
2585 2012-04-25 Joel Brobecker <brobecker@adacore.com>
2586
2587 * config.sub: Update to 2012-04-18 version from official repo.
2588
2589 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2590
2591 * MAINTAINERS (Write After Approval): Add myself.
2592
2593 2012-04-11 Steve Ellcey <sellcey@mips.com>
2594
2595 * MAINTAINERS: Changed email address.
2596
2597 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
2598
2599 PR target/52737
2600 * contrib/gcc_update (files_and_dependencies):
2601 Remove gcc/config/avr/t-multilib from touch data.
2602
2603 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2604
2605 * MAINTAINERS (OS Port Maintainers): Remove irix.
2606 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2607 (unsupported_languages): Remove mips-sgi-irix6.*.
2608 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2609 (with_stabs): Remove.
2610 * configure: Regenerate.
2611
2612 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2613
2614 * MAINTAINERS (OS Port Maintainers): Remove osf.
2615 * configure.ac (enable_libgomp): Remove *-*-osf*.
2616 (with_stabs): Remove alpha*-*-osf*.
2617 * configure: Regenerate.
2618
2619 2012-03-05 Tristan Gingold <gingold@adacore.com>
2620
2621 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2622 * configure: Regenerate.
2623
2624 2012-02-17 Walter Lee <walt@tilera.com>
2625
2626 * MAINTAINERS: (Write After Approval): Delete myself.
2627
2628 2012-02-14 Walter Lee <walt@tilera.com>
2629
2630 * MAINTAINERS (tilegx port): Add myself.
2631 (tilepro port): Add myself.
2632 (Write After Approval): Add myself.
2633
2634 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2635
2636 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2637 and Joseph Myers as docstring relicensing maintainers.
2638
2639 2012-02-09 Bin Cheng <bin.cheng@arm.com>
2640
2641 * MAINTAINERS (write-after-approval): Add myself.
2642
2643 2012-02-08 Ira Rosen <irar@il.ibm.com>
2644
2645 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2646 maintainer.
2647
2648 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2649
2650 * MAINTAINERS (Write After Approval): Move myself to
2651 maintain alphabetical order.
2652
2653 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2654
2655 * MAINTAINERS (Write After Approval): Add myself.
2656
2657 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2658
2659 * MAINTAINERS (Write After Approval): Add myself.
2660
2661 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2662 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2663
2664 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2665 * configure: Regenerate.
2666
2667 2012-01-23 Harshit Chopra <harshit@google.com>
2668
2669 * MAINTAINERS (Write After Approval): Add myself.
2670
2671 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
2672
2673 * configure.ac: Remove reference to mh-interix.
2674 * configure: Regenerate.
2675
2676 2012-01-05 Richard Henderson <rth@redhat.com>
2677
2678 PR bootstrap/51072
2679 * configure.ac: Disable libitm if c++ is not enabled.
2680 * configure: Rebuild.
2681
2682 * configure.ac: Fix regexp for same.
2683 * configure: Rebuild.
2684
2685 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2686
2687 * MAINTAINERS (Write After Approval): Add myself.
2688
2689 2012-01-02 Richard Guenther <rguenther@suse.de>
2690
2691 PR bootstrap/51686
2692 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2693 * Makefile.in: Regenerate.
2694
2695 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2696
2697 * MAINTAINERS (Write After Approval): Add myself.
2698
2699 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2700
2701 * configure: Regenerate.
2702
2703 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2704
2705 * MAINTAINERS (picochip): Changed email address.
2706
2707 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2708
2709 * MAINTAINERS (write-after-approval): Add self.
2710
2711 2011-11-29 DJ Delorie <dj@redhat.com>
2712
2713 * configure.ac (rl78-*-*) New case.
2714 * configure: Regenerate.
2715 * MAINTAINERS: Add myself as RL78 maintainer.
2716
2717 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2718
2719 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2720
2721 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
2722
2723 * libtool.m4: Additional FreeBSD 10 fixes.
2724
2725 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2726
2727 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2728 Maintainers section, as Epiphany maintainer.
2729
2730 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2731
2732 PR target/49992
2733 * configure.ac: Remove ranlib special-casing for Darwin.
2734 * configure: Regenerate.
2735
2736 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
2737
2738 * MAINTAINERS (Reviewers): Keep the list sorted.
2739
2740 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
2741
2742 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2743
2744 2011-11-09 Roland McGrath <mcgrathr@google.com>
2745
2746 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2747 * configure: Rebuild.
2748 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2749 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2750 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2751 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2752 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2753 Add READELF.
2754 * Makefile.in: Rebuild.
2755
2756 2011-11-09 Jason Merrill <jason@redhat.com>
2757
2758 * Makefile.def (language=c++): Remove check-c++0x.
2759 * Makefile.in (check-gcc-c++): Regenerate.
2760
2761 2011-11-08 Richard Henderson <rth@redhat.com>
2762
2763 * configure.ac: Test for libitm directory present first.
2764
2765 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2766
2767 * configure.ac: Test libitm/configure.tgt to disable libitm.
2768 * configure: Rebuild.
2769
2770 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
2771 Richard Henderson <rth@redhat.com>
2772
2773 Merged from transactional-memory.
2774
2775 * Makefile.def (lang_env_dependencies): libitm is c++.
2776 Add libitm target module.
2777 * configure.ac: Likewise.
2778 * config/mmap.m4: New file.
2779 * contrib/gcc_update: Add libitm to touch data.
2780 * Makefile.in, configure: Rebuild.
2781
2782 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2783
2784 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2785 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2786 * Makefile.in: Regenerate.
2787
2788 2011-11-01 DJ Delorie <dj@redhat.com>
2789
2790 * config.sub: Update to version 2011-10-29 (added rl78)
2791
2792 2011-10-27 Nick Clifton <nickc@redhat.com>
2793
2794 * config.sub: Import these changes from the config project:
2795
2796 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2797 Ben Elliston <bje@gnu.org>
2798
2799 * config.sub (epiphany): New.
2800
2801 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2802 Ben Elliston <bje@gnu.org>
2803
2804 * config.sub (hexagon, hexagon-*): New.
2805
2806 2011-08-23 Roland McGrath <mcgrathr@google.com>
2807
2808 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2809 64eb to be64.
2810
2811 2011-08-16 Roland McGrath <mcgrathr@google.com>
2812
2813 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2814 (nacl): Grok as alias for 32el-unknown-nacl.
2815
2816 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2817
2818 * MAINTAINERS (Write After Approval): Add myself.
2819
2820 2011-10-24 Teresa Johnson <tejohnson@google.com>
2821
2822 * MAINTAINERS (Write After Approval): Add myself.
2823
2824 2011-09-21 Jakub Jelinek <jakub@redhat.com>
2825
2826 * MAINTAINERS (sparc port): Remove myself.
2827
2828 2011-09-14 Tom de Vries <tom@codesourcery.com>
2829
2830 * MAINTAINERS (Write After Approval): Add myself.
2831
2832 2011-08-14 Yao Qi <yao@codesourcery.com>
2833
2834 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2835 * configure: Regenerate.
2836
2837 2011-07-26 Ian Lance Taylor <iant@google.com>
2838
2839 * configure.ac: Set have_compiler based on whether gcc directory
2840 exists, rather than on whether gcc is in configdirs.
2841 * configure: Rebuild.
2842
2843 2011-07-21 Joseph Myers <joseph@codesourcery.com>
2844
2845 * MAINTAINERS (Global Reviewers): Add self.
2846
2847 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2848
2849 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2850 link directories.
2851 * Makefile.in: Rebuild.
2852
2853 2011-07-20 Ian Lance Taylor <iant@google.com>
2854
2855 PR bootstrap/49787
2856 * configure.ac: Move --enable-bootstrap handling earlier in file.
2857 If --enable-bootstrap and either --enable-build-with-cxx or
2858 --enable-build-poststage1-with-cxx, enable C++ automatically.
2859 * configure: Rebuild.
2860
2861 2011-07-19 Ian Lance Taylor <iant@google.com>
2862
2863 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2864 make C++ a boot_language. Set and substitute
2865 POSTSTAGE1_CONFIGURE_FLAGS.
2866 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2867 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2868 * configure, Makefile.in: Rebuild.
2869
2870 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2871
2872 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2873 maintainers.
2874
2875 2011-07-18 Jakub Jelinek <jakub@redhat.com>
2876
2877 * MAINTAINERS (Global Reviewers): Add myself.
2878
2879 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2880
2881 * configure: Regenerate.
2882
2883 2011-07-16 Jason Merrill <jason@redhat.com>
2884
2885 * Makefile.def (language=c++): Add check-c++0x and
2886 check-target-libmudflap-c++.
2887 * Makefile.tpl (check-target-libmudflap-c++): New.
2888 * Makefile.in: Regenerate.
2889
2890 2011-07-16 Matthias Klose <doko@ubuntu.com>
2891
2892 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2893 * Makefile.def (target_modules/libjava): Pass
2894 $(EXTRA_CONFIGARGS_LIBJAVA).
2895 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2896 if not configured with --enable-static-libjava.
2897 * Makefile.in: Regenerate.
2898 * configure: Likewise.
2899
2900 2011-07-15 Jason Merrill <jason@redhat.com>
2901
2902 * Makefile.in (check-c++): Move check-gcc-c++0x after
2903 check-target-libstdc++-v3.
2904
2905 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2906
2907 * MAINTAINERS (c6x port): New entry.
2908
2909 2011-07-13 Jason Merrill <jason@redhat.com>
2910
2911 * Makefile.in (check-gcc-c++0x): New.
2912 (check-c++): Depend on it.
2913
2914 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2915
2916 PR target/39150
2917 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2918 x86_64-*-solaris2.1[0-9]*.
2919 * configure: Regenerate.
2920
2921 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2922
2923 * MAINTAINERS (RTL optimizers): Add self.
2924
2925 2011-06-27 Gabriel Charette <gchare@google.com>
2926
2927 * MAINTAINERS (Write After Approval): Add myself.
2928
2929 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2930
2931 PR regression/47836
2932 PR bootstrap/23656
2933 PR other/47733
2934 PR bootstrap/49247
2935 PR c/48825
2936 * configure.ac (target_libraries): Remove target-libiberty.
2937 Remove case-statement setting skipdirs=target-libiberty for
2938 multiple targets. Remove checking target_configdirs and
2939 removing target-libiberty but keeping target-libgcc if
2940 otherwise empty.
2941 * Makefile.def (target_modules): Don't add libiberty.
2942 (dependencies): Remove all traces of target-libiberty.
2943 * configure, Makefile.in: Regenerate.
2944
2945 2011-06-13 Walter Lee <walt@tilera.com>
2946
2947 * configure.ac (tilepro-*-*) New case.
2948 (tilegx-*-*): Likewise.
2949 * configure: Regenerate.
2950
2951 2011-06-06 Jing Yu <jingyu@google.com>
2952
2953 * configure.ac: Skip target-libiberty for
2954 arm*-*-linux-androideabi.
2955 * configure: Regenerated.
2956
2957 2011-06-06 Nick Clifton <nickc@redhat.com>
2958
2959 * config.sub: Sync from upstream.
2960
2961 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2962
2963 * MAINTAINERS (Write After Approval): Add myself.
2964
2965 2011-06-01 Daniel Jacobowitz <drow@false.org>
2966
2967 * MAINTAINERS: Update my email address.
2968
2969 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2970
2971 * MAINTAINERS (Write After Approval): Update my email address.
2972
2973 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2974
2975 * MAINTAINERS (Write After Approval): Add myself.
2976
2977 2011-05-08 Doug Kwan <dougkwan@google.com>
2978
2979 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2980 * configure: Regenerated.
2981 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2982 value from configure.
2983 * Makefile.in: Regenerated.
2984
2985 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2986
2987 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2988 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2989 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2990 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2991 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2992 *-*-vxworks*): Disable newlib and libgloss in separate case
2993 statement.
2994 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2995 to separate case statement.
2996 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2997 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2998 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2999 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3000 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3001 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3002 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3003 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3004 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3005 i[[3456789]]86-*-rdos*, m32r-*-*,
3006 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3007 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3008 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3009 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3010 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3011 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3012 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3013 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3014 and libgloss in main case over targets. Remove most empty cases
3015 in main case over targets.
3016 * configure: Regenerate.
3017
3018 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
3019
3020 * MAINTAINERS (Write After Approval): Add myself.
3021
3022 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3023
3024 * configure.ac: Remove code setting special library locations for
3025 hppa*64*-*-hpux11*. Remove code setting compiler for
3026 sparc-sun-solaris2*.
3027 * configure: Regenerate.
3028
3029 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3030
3031 * configure.ac: Separate libgloss_dir settings from general case
3032 over targets.
3033 * configure: Regenerate.
3034
3035 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3036
3037 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3038 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3039 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3040 cases in libgcj-disabling case statement.
3041 (hppa*64*-*-linux*): Set unsupported_languages instead of
3042 disabling target-zlib.
3043 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3044 to hppa*64*-*-hpux*.
3045 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3046 hppa*-*-hpux*.
3047 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3048 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3049 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3050 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3051 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3052 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3053 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3054 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3055 libgcj-disabling case statement.
3056 * configure: Regenerate.
3057
3058 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3059
3060 * configure.ac: Disable Java for targets not supporting libffi.
3061 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3062 Remove cases in Java-disabling statement.
3063 (*arm-wince-pe): Change to arm-wince-pe.
3064 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3065 cases in Java-disabling statement.
3066 (bfin-*-*): Don't disable Java again.
3067 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3068 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3069 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3070 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3071 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3072 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3073 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3074 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3075 Java-disabling statement.
3076 (mmix-*-*): Don't disable Java again.
3077 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3078 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3079 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3080 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3081 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3082 statement.
3083 * configure: Regenerate.
3084
3085 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3086
3087 * configure.ac: Separate cases disabling Java and Java libraries
3088 from general case over targets.
3089 * configure: Regenerate.
3090
3091 2011-04-21 Jie Zhang <jzhang918@gmail.com>
3092
3093 * MAINTAINERS: Update my email address.
3094
3095 2011-04-20 Easwaran Raman <eraman@google.com>
3096
3097 * MAINTAINERS (Write After Approval): Add myself.
3098
3099 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3100
3101 PR lto/48086
3102 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3103 * configure: Regenerate.
3104
3105 2011-04-16 Jim Meyering <meyering@redhat.com>
3106
3107 * MAINTAINERS (Write After Approval): Add myself.
3108
3109 2011-04-15 Dodji Seketeli <dodji@redhat.com>
3110
3111 * MAINTAINERS: Update my email address.
3112
3113 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
3114
3115 * MAINTAINERS (Write After Approval): Add myself.
3116
3117 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3118
3119 * MAINTAINERS (Write After Approval): Add myself.
3120
3121 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3122
3123 * MAINTAINERS (Write After Approval): Add myself.
3124
3125 2011-04-06 Joseph Myers <joseph@codesourcery.com>
3126
3127 * configure.ac (build_tools): Remove build-byacc.
3128 (host_libs): Remove mmalloc.
3129 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3130 autoconf automake libtool diff rcs fileutils shellutils time
3131 textutils wdiff find uudecode hello tar gzip indent recode release
3132 sed perl gawk findutils gettext zip.
3133 (libgcj): Remove target-qthreads.
3134 (target_tools): Remove target-examples target-gperf.
3135 (YACC): Don't handle building byacc.
3136 * configure: Regenerate.
3137 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3138 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3139 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3140 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3141 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3142 handle building components.
3143 * Makefile.in: Regenerate.
3144
3145 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3146
3147 * MAINTAINERS: Update my email address as Xtensa maintainer.
3148
3149 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3150
3151 * config.sub: Sync from upstream.
3152
3153 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3154
3155 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3156 (microblaze*): Don't disable libssp.
3157 * configure: Regenerate.
3158
3159 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3160
3161 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3162 moveifchange.
3163 * configure: Regenerate.
3164 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3165 * Makefile.in: Regenerate.
3166
3167 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3168
3169 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3170 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3171 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3172 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3173 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3174 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3175 md_exec_prefix cases.
3176 * configure: Regenerate.
3177
3178 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3179
3180 * configure.ac: Separate cases disabling target-libssp,
3181 target-libiberty, target-libstdc++-v3 and Fortran from general
3182 case over targets.
3183 * configure: Regenerate.
3184
3185 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3186
3187 * configure.ac (*-*-chorusos): Don't disable libgcj.
3188 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3189 Remove case.
3190 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3191 (arm-*-coff): Don't disable libgcj.
3192 (arm*-*-linux-gnueabi): Remove useless assignment.
3193 (arm-*-riscix*): Don't disable libgcj.
3194 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3195 configuration.
3196 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3197 (c54x*-*-*): Remove case.
3198 (tic54x-*-*): Don't disable GCC or GCC libraries.
3199 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3200 to *.
3201 (d10v-*-*): Don't disable GCC libraries.
3202 (d30v-*-*): Don't disable libgcj.
3203 (h8500-*-*): Don't disable GCC libraries.
3204 (i960-*-*): Don't disable libgcj.
3205 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3206 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3207 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3208 libgcj.
3209 (m68k-*-coff*): Remove case.
3210 (mmix-*-*): Don't disable libgloss on host.
3211 (mn10200-*-*, mn10300-*-*): Remove cases.
3212 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3213 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3214 Don't disable libgcj.
3215 (romp-*-*): Remove case.
3216 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3217 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3218 case.
3219 (v810-*-*): Don't disable GCC libraries.
3220 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3221 (ip2k-*-*): Don't disable GCC libraries.
3222 * configure: Regenerate.
3223
3224 2011-03-28 Joseph Myers <joseph@codesourcery.com>
3225
3226 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3227 libffi on host.
3228 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3229 on host.
3230 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3231 * configure: Regenerate.
3232
3233 2011-03-26 John Marino <binutils@marino.st>
3234
3235 * configure.ac: Add support for *-*-dragonfly*
3236 * configure: Regenerate.
3237
3238 2011-03-25 Joseph Myers <joseph@codesourcery.com>
3239
3240 * configure.ac (native_only): Remove.
3241 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3242 send-pr uudecode guile gnuserv on host.
3243 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3244 send-pr rcs guile perl texinfo libtool on host.
3245 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3246 automake send-pr rcs guile perl texinfo libtool on host.
3247 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3248 (*-*-kaos*): Don't disable target-examples target-gperf on target.
3249 (alpha*-dec-osf*): Don't disable fileutils on target.
3250 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3251 texinfo send-pr expect dejagnu on target.
3252 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3253 target-qthreads on target.
3254 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3255 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3256 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3257 x86_64-*-mingw*): Don't disable expect on target.
3258 (*-*-cygwin*): Don't disable target-gperf on target.
3259 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3260 gnuserv on target.
3261 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3262 target.
3263 * configure: Regenerate.
3264
3265 2011-03-25 Joseph Myers <joseph@codesourcery.com>
3266
3267 * configure.ac (target_tools): Remove target-groff.
3268 (native_only): Remove target-groff.
3269 (hppa*64*-*-*): Don't disable byacc.
3270 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3271 setting.
3272 (*-*-kaos*): Don't skip target-librx and target-groff.
3273 (*-*-netware*): Don't skip target-libmudflap.
3274 (*-*-tpf*): Don't skip target-libmudflap.
3275 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3276 directories on the host.
3277 (ia64*-*-*vms*): Don't skip tix.
3278 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3279 host.
3280 * configure: Regenerate.
3281
3282 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
3283
3284 * configure.ac: Remove references to mt-mep, mt-netware,
3285 mt-wince.
3286 * Makefile.def: Add all-utils soft dependencies.
3287 * Makefile.tpl: Remove GDB_NLM_DEPS.
3288 * configure: Regenerate.
3289 * Makefile.in: Regenerate.
3290
3291 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3292
3293 * configure.ac: Do not include mh-x86omitfp.
3294 * configure: Regenerate.
3295
3296 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3297
3298 * configure.ac: Remove empty cases.
3299 * configure: Regenerate.
3300
3301 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3302
3303 * Makefile.def: Add dependency from termcap to gdb.
3304 * Makefile.in: Regenerate.
3305
3306 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3307
3308 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3309 * configure: Regenerate.
3310 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3311 * Makefile.tpl: Likewise.
3312 * Makefile.in: Regenerate.
3313
3314 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3315
3316 * configure.ac: Remove all mentions of tentative_cc.
3317 * configure: Regenerate.
3318
3319 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3320
3321 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3322 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3323 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3324 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3325 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3326 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3327 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3328 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3329 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3330 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3331 *-*-rhapsody*): Remove host cases.
3332 * configure: Regenerate.
3333
3334 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3335
3336 * configure.ac (ppc*-*-pe): Remove host case.
3337 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3338 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3339 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3340 cases.
3341 * configure: Regenerate.
3342
3343 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3344
3345 * config.sub: Update to version 2011-03-23.
3346
3347 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3348
3349 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3350 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3351 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3352 * configure: Regenerate.
3353
3354 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3355
3356 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3357 to Write After Approval.
3358 * config-ml.in: Don't handle arc-*-elf*.
3359 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3360 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3361 handle GCC libraries.
3362 * configure: Regenerate.
3363
3364 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3365
3366 PR bootstrap/48120:
3367 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3368 Add -lstdc++ -lm to LIBS.
3369 * configure: Regenerate.
3370
3371 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
3372
3373 * config.guess: Update to version 2011-02-02
3374 * config.sub: Update to version 2011-02-24
3375
3376 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3377
3378 PR lto/48086
3379 * configure.ac: Re-enable LTO on *-apple-darwin9.
3380 * configure: Regenerate.
3381
3382 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3383
3384 PR lto/48086
3385 * configure.ac: Disable LTO on darwin due to an assembler change in
3386 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3387 under 256.
3388 * configure: Regenerate.
3389
3390 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3391
3392 * MAINTAINERS: Update myself as score backend maintainer,
3393 update my e-mail address.
3394
3395 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
3396
3397 * MAINTAINERS: Update my e-mail address.
3398
3399 2011-03-06 Joey Ye <joey.ye@arm.com>
3400
3401 * MAINTAINERS: Update my e-mail address.
3402
3403 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3404
3405 * configure.ac: Adjust test of with_ppl.
3406 * configure: Regenerated.
3407
3408 2011-03-02 Kai Tietz <ktietz@redhat.com>
3409
3410 * MAINTAINERS: Adjust my e-mail address.
3411
3412 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3413
3414 * configure.ac: Add -lpwl to ppllibs.
3415 * configure: Regenerated.
3416
3417 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3418
3419 * config/cloog.m4: Add -lisl to clooglibs.
3420 * configure: Regenerated.
3421
3422 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3423
3424 * MAINTAINERS (CPU Port maintainers): Add self.
3425
3426 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3427
3428 * MAINTAINERS: Add myself as testsuite maintainer.
3429
3430 2011-02-15 Mike Stump <mikestump@comcast.net>
3431
3432 * MAINTAINERS: Add myself as testsuite maintainer.
3433
3434 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3435
3436 Import from Libtool and gnulib:
3437
3438 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3439
3440 Prepare for supporting FreeBSD 10.
3441 * config.rpath: Remove handling of freebsd1* which soon would
3442 match FreeBSD 10.0.
3443
3444 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3445
3446 Remove support for FreeBSD 1.x.
3447 * libtool.m4 (_LT_LINKER_SHLIBS)
3448 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3449 soon would incorrectly match FreeBSD 10.0.
3450
3451 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3452
3453 PR binutils/12283
3454 * move-if-change: Import version from gnulib.
3455
3456 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
3457
3458 PR lto/47225
3459 * Makefile.def (lto-plugin): Double dash for enable-shared.
3460 (configure-gcc): Depend on all-lto-plugin.
3461 * Makefile.in: Rebuilt.
3462
3463 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3464
3465 * configure.ac: Remove extra bracket.
3466 * configure: Regenerate.
3467
3468 2011-02-08 Tobias Burnus <burnus@net-b.de>
3469
3470 * MAINTAINERS: Add myself as libquadmath maintainer.
3471
3472 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
3473
3474 * MAINTAINERS: Update my email address.
3475
3476 2011-02-07 Joseph Myers <joseph@codesourcery.com>
3477
3478 * MAINTAINERS (option handling): Add self.
3479
3480 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
3481
3482 PR lto/47225
3483 * Makefile.def: Add dependency for install-gcc
3484 on install-lto-plugin.
3485 * Makfile.in: Regenerated
3486
3487 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3488
3489 * MAINTAINERS (CPU Port Maintainers): Add myself.
3490
3491 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
3492
3493 PR libgcj/44341
3494 * configure.ac: Discard --with-* flags for host when configuring
3495 target libraries for cross build.
3496 * configure: Rebuilt.
3497
3498 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3499
3500 * MAINTAINERS (linear loop transforms): Removed.
3501
3502 2011-01-25 Jakub Jelinek <jakub@redhat.com>
3503
3504 * configure.ac: If with_ppl is no, move setting with_cloog=no
3505 after CLOOG_REQUESTED check.
3506 * configure: Regenerated.
3507
3508 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3509
3510 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3511 CLooG has been requested.
3512 * configure: Regenerated.
3513
3514 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3515
3516 * configure: Regenerated.
3517 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3518
3519 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3520
3521 * configure: Regenerated.
3522 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3523
3524 2011-01-21 Andreas Schwab <schwab@redhat.com>
3525
3526 * configure.ac: Use AS_HELP_STRING throughout.
3527 * configure: Regenerate.
3528
3529 2011-01-18 Jie Zhang <jie.zhang@analog.com>
3530
3531 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3532 * configure: Regenerate.
3533
3534 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3535
3536 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3537
3538 2011-01-13 Joel Brobecker <brobecker@adacore.com>
3539
3540 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3541 for ia64-hpux.
3542 * configure: Regenerate.
3543
3544 2011-01-07 Jan Hubicka <jh@suse.cz>
3545
3546 PR lto/47225
3547 * Makefile.in: Regenerate.
3548 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3549 configure.
3550
3551 2011-01-07 Jan Hubicka <jh@suse.cz>
3552
3553 * Makefile.in: Regenerate.
3554 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3555 and configure dependency on lto-plugin configure.
3556 (lto-plugin module): Remove dependency on GCC; add dependency on
3557 liniberty.
3558
3559 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3560
3561 * MAINTAINERS (Write After Approval): Add myself.
3562
3563 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3564
3565 * configure: Regenerate.
3566
3567 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3568
3569 * configure.ac: (picochip): Disable libiberty.
3570
3571 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3572
3573 * MAINTAINERS (Write After Approval): Add myself.
3574
3575 2010-12-10 Ian Lance Taylor <iant@google.com>
3576
3577 PR bootstrap/46819
3578 * configure.ac: For --disable-libgcj clear libgcj_saved.
3579 * configure: Rebuild.
3580
3581 2010-12-10 Tobias Burnus <burnus@net-b.de>
3582
3583 PR fortran/46540
3584 * configure.ac: Add --disable-libquadmath and
3585 --disable-libquadmath-support.
3586 * configure: Regenerate.
3587
3588 2010-12-03 Ian Lance Taylor <iant@google.com>
3589
3590 * MAINTAINERS: Add myself as libgo maintainer.
3591
3592 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
3593
3594 PR libffi/46792
3595 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3596 * configure: Regenerate.
3597
3598 2010-12-02 Ian Lance Taylor <iant@google.com>
3599
3600 * configure.ac: Always set default for poststage1_ldflags to
3601 -static-libstdc++ -static-libgcc.
3602
3603 2010-11-29 Andreas Schwab <schwab@redhat.com>
3604
3605 * configure.ac: Move comment to remove extra space in last argument
3606 of GCC_TARGET_TOOL.
3607
3608 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
3609
3610 PR other/46026
3611 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3612 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3613 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3614 (BASE_FLAGS_TO_PASS): Use it.
3615 * configure: Rebuilt.
3616 * Makefile.in: Rebuilt.
3617
3618 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3619
3620 PR binutils/12258
3621 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3622 Properly check default linker.
3623 * configure: Regnerated.
3624
3625 2010-11-23 Matthias Klose <doko@ubuntu.com>
3626
3627 * configure.ac: For --enable-gold, handle value `default' instead of
3628 `both*'. New configure option --{en,dis}able-ld.
3629 * configure: Regenerate.
3630
3631 2010-11-20 Ian Lance Taylor <iant@google.com>
3632
3633 * configure.ac: Only disable a language library if no language needs
3634 it. Don't let --disable-libgcj uncondtionally disable libffi.
3635 * configure: Rebuild.
3636
3637 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3638
3639 * Makefile.in: Regenerate.
3640
3641 PR other/46202
3642 * configure.ac: Fix just-built in-tree STRIP name to be
3643 binutils/strip-new.
3644 * configure: Regenerate.
3645 * Makefile.def (install-strip-gcc, install-strip-binutils)
3646 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3647 (install-strip-sid): Mirror dependencies on non-strip variants
3648 of these targets on the respective -strip prerequisites.
3649 * Makefile.tpl (install-strip, install-strip-host)
3650 (install-strip-target): New targets.
3651 (install-strip-[+module+], install-strip-target-[+module+]):
3652 New targets.
3653 * Makefile.in: Regenerate.
3654
3655 2010-11-19 Ian Lance Taylor <iant@google.com>
3656 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3657
3658 * configure.ac: Add target-libgo to target_libraries. Set
3659 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3660 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3661 (HOST_EXPORTS): Add GOC.
3662 (BASE_TARGET_EXPORTS): Add GOC.
3663 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3664 (GOCFLAGS_FOR_TARGET): New variable.
3665 (EXTRA_HOST_FLAGS): Add GOC.
3666 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3667 * Makefile.def (target_modules): Add libgo.
3668 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3669 (dependencies): Add dependency from configure-target-libgo to
3670 configure-target-libffi and all-target-libstdc++-v3. Add
3671 dependencies from all-target-libgo to all-target-libffi.
3672 (languages): Add go.
3673 * configure: Rebuild.
3674 * Makefile.in: Rebuild.
3675
3676 2010-11-19 Ian Lance Taylor <iant@google.com>
3677
3678 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3679 compiler/flag environment variables.
3680
3681 2010-11-18 Ian Lance Taylor <iant@google.com>
3682
3683 * configure.ac: Check for lang_requires_boot_languages in
3684 config-lang.in files.
3685 * configure: Rebuild.
3686
3687 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3688 Tobias Burnus <burnus@net-b.de>
3689
3690 PR fortran/32049
3691 * Makefile.def: Add libquadmath; build it with language=fortran.
3692 * configure.ac: Add libquadmath.
3693 * Makefile.tpl: Handle multiple libs in check-[+language+].
3694 * Makefile.in: Regenerate.
3695 * configure: Regenerate.
3696
3697 2010-11-16 Tom Tromey <tromey@redhat.com>
3698
3699 * MAINTAINERS: Moved myself to reviewers section.
3700
3701 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
3702
3703 * MAINTAINERS: Moved myself to reviewers section.
3704
3705 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3706
3707 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3708 (Write After Approval): Remove self.
3709
3710 2010-11-15 Andreas Schwab <schwab@redhat.com>
3711
3712 * configure.ac: Fix spelling in option names.
3713 * configure: Regenerated.
3714
3715 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
3716
3717 PR bootstrap/39622
3718 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3719 * configure: Regenerated.
3720
3721 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3722
3723 * MAINTAINERS: Update my email address.
3724
3725 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3726
3727 * configure: Regenerate.
3728
3729 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3730
3731 * configure: Regenerate.
3732
3733 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3734
3735 * configure: Regenerate.
3736
3737 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3738
3739 * configure: Regenerate.
3740
3741 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3742
3743 * configure.ac: Support official CLooG.org versions.
3744 * configure: Regenerate.
3745 * config/cloog.m4: New.
3746
3747 2010-11-10 François Dumont <francois.cppdevs@free.fr>
3748
3749 * MAINTAINERS (Write After Approval): Add myself.
3750
3751 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
3752
3753 * MAINTAINERS: Update my email address.
3754
3755 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3756
3757 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3758 * configure: Regenerate.
3759
3760 2010-11-03 Ian Lance Taylor <iant@google.com>
3761 Dave Korn <dave.korn.cygwin@gmail.com>
3762
3763 PR lto/46273
3764 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3765 and on other supported platforms whenever LTO is enabled.
3766 * configure: Rebuild.
3767
3768 2010-11-02 Alan Modra <amodra@gmail.com>
3769
3770 PR binutils/12110
3771 * configure.ac: Error when source path contains spaces.
3772 * configure: Regenerate.
3773
3774 2010-10-23 James E. Wilson <wilson@codesourcery.com>
3775
3776 * MAINTAINERS: Update my email address.
3777
3778 2010-10-20 Ian Lance Taylor <iant@google.com>
3779
3780 * Makefile.def (target_modules): Set lib_path to src/.libs for
3781 libstdc++-v3 module.
3782 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3783 * Makefile.in: Rebuild.
3784
3785 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3786
3787 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3788 (Write After Approval): Remove myself.
3789
3790 2010-10-15 Tristan Gingold <gingold@adacore.com>
3791
3792 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3793
3794 2010-10-14 Douglas Rupp <rupp@gnat.com>
3795
3796 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3797
3798 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3799
3800 * configure.ac (build_lto_plugin): New shell variable.
3801 (--enable-lto): Turn on by default for all non-ELF platforms that
3802 have had LTO support added so far. Set build_lto_plugin appropriately
3803 for both ELF and non-ELF.
3804 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3805 * configure: Regenerate.
3806
3807 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3808
3809 Sync from src:
3810 * configure.ac (v850 support): Remove target-libgloss from
3811 noconfigdirs.
3812 * configure: Regenerate.
3813
3814 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3815
3816 PR bootstrap/45326
3817 PR bootstrap/45174
3818 * configure.ac: Honor initial values of $build_configargs,
3819 $host_configargs, $target_configargs. Mark the precious, so
3820 environment settings get recorded.
3821 * configure: Regenerate.
3822
3823 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3824
3825 PR bootstrap/45796
3826 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3827 Depend on all-build-libiberty.
3828 * Makefile.in: Regenerate.
3829
3830 2010-09-30 Michael Eager <eager@eagercon.com>
3831
3832 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3833 * configure: Regenerate.
3834
3835 2010-09-28 Michael Eager <eager@eagercon.com>
3836
3837 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3838
3839 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3840
3841 PR bootstrap/44621
3842 * configure.ac: Fix unportable shell quoting.
3843 * configure: Regenerate.
3844
3845 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3846
3847 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3848 targets and amend comment.
3849 * configure: Regenerate.
3850
3851 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3852
3853 * MAINTAINERS (Write After Approval): Add myself.
3854
3855 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3856
3857 * configure.ac: Enable LTO by default on Darwin.
3858 * configure: Regenerate.
3859
3860 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3861
3862 * MAINTAINERS (Write After Approval): Add myself.
3863
3864 2010-09-01 Ian Bolton <ian.bolton@arm.com>
3865
3866 * MAINTAINERS (Write After Approval): Add myself.
3867
3868 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3869
3870 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3871 ports
3872
3873 2010-07-28 David Yuste <david.yuste@gmail.com>
3874
3875 * MAINTAINERS (Write After Approval): Add myself.
3876
3877 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3878
3879 * configure.ac: Support all v850 targets.
3880 * configure: Regenerate.
3881
3882 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3883
3884 PR bootstrap/44455
3885 * configure.ac (extra_mpfr_configure_flags): Copy from
3886 extra_mpc_gmp_configure_flags.
3887 * configure: Re-generated.
3888
3889 2010-07-22 Andi Kleen <ak@linux.intel.com>
3890
3891 * MAINTAINERS (Write After Approval): Add myself.
3892
3893 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3894
3895 * MAINTAINERS (Write After Approval): Add myself.
3896
3897 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3898
3899 * MAINTAINERS (Write After Approval): Add myself.
3900
3901 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3902
3903 PR target/44862
3904 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3905 Provide -B option to allow for link spec %s substitutions for
3906 libstdc++.a on darwin.
3907 * Makefile.in: Regenerate.
3908
3909 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3910
3911 * MAINTAINERS (Reviewers): Update my e-mail address
3912
3913 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
3914
3915 * Makefile.def (configure-gcc): Depend on all-libelf.
3916 * Makefile.in: Rebuild.
3917
3918 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3919
3920 * MAINTAINERS (Write After Approval): Add myself in the right place.
3921
3922 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
3923
3924 * MAINTAINERS (Write After Approval): Add myself.
3925
3926 2010-05-25 Sterling Augustine <sterling@tensilica.com>
3927
3928 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3929
3930 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
3931
3932 * config.sub: Update to version 2010-05-21.
3933 * config.guess: Update to version 2010-04-03.
3934
3935 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3936
3937 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3938 * configure: Regenerate.
3939
3940 2010-05-12 Sriraman Tallam <tmsriram@google.com>
3941
3942 * MAINTAINERS (Write After Approval): Add myself.
3943
3944 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3945
3946 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3947 a platform that supports LTO.
3948 * configure: Regenerate.
3949
3950 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3951
3952 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3953 * configure: Regenerated.
3954
3955 2010-04-27 Roland McGrath <roland@redhat.com>
3956 H.J. Lu <hongjiu.lu@intel.com>
3957
3958 * configure.ac (--enable-gold): Support both, both/gold and
3959 both/bfd to add gold to configdirs without removing ld.
3960 * configure: Regenerated.
3961
3962 * Makefile.def: Add install-gold dependency to install-ld.
3963 * Makefile.in: Regenerated.
3964
3965 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3966
3967 PR lto/42776
3968 * configure.ac (--enable-lto): Refactor handling so libelf tests
3969 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3970 and allow LTO to be explicitly enabled on non-ELF platforms that
3971 are known to support it inside else-clause.
3972 * configure: Regenerate.
3973
3974 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3975
3976 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3977 * configure: Regenerate.
3978
3979 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3980
3981 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3982 * configure: Regenerate.
3983
3984 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3985
3986 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3987 separately.
3988 * configure: Regenerate.
3989
3990 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
3991
3992 * MAINTAINERS (Write After Approval): Add myself.
3993
3994 2010-04-14 Tristan Gingold <gingold@adacore.com>
3995
3996 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3997 * configure: Regenerate.
3998
3999 2010-04-13 Steve Ellcey <sje@cup.hp.com>
4000
4001 * configure: Regenerate after change to elf.m4.
4002
4003 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
4004
4005 * MAINTAINERS (Write After Approval): Add myself.
4006
4007 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4008
4009 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4010 * configure: Regenerated.
4011
4012 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4013
4014 * configure.ac: Print "buggy but acceptable" when CLooG
4015 revision is less than 9.
4016 * configure: Regenerated.
4017
4018 2010-04-01 Diego Novillo <dnovillo@google.com>
4019
4020 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4021
4022 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4023
4024 PR bootstrap/43615
4025 PR bootstrap/43328
4026
4027 Revert:
4028
4029 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4030
4031 * configure.ac: Do not pass --enable-multilib nor
4032 --disable-multilib in baseargs. Accept explicitly passed
4033 --enable_multilib.
4034 * configure: Regenerate.
4035
4036 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
4037
4038 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4039
4040 2010-03-31 Janis Johnson <janis187@us.ibm.com>
4041
4042 * MAINTAINERS: Remove myself.
4043
4044 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4045
4046 PR bootstrap/43328
4047 * configure.ac: Do not pass --enable-multilib nor
4048 --disable-multilib in baseargs. Accept explicitly passed
4049 --enable_multilib.
4050 * configure: Regenerate.
4051
4052 2010-03-28 Andrew Pinski <pinskia@gmail.com>
4053
4054 * MAINTAINERS (spu port): Remove me.
4055
4056 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4057
4058 * configure.ac (tic6x-*-*): New case.
4059 * configure: Regenerate.
4060
4061 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4062
4063 * config.sub: Update to version 2010-03-22.
4064 * config.guess: Update to version 2009-12-30.
4065
4066 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
4067
4068 PR ada/42554
4069 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4070 * configure: Regenerate.
4071
4072 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4073
4074 * MAINTAINERS: Update my email address.
4075
4076 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
4077
4078 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4079 (ghassan.shobaki@amd.com): Removed.
4080
4081 2010-03-17 Alan Modra <amodra@gmail.com>
4082
4083 * MAINTAINERS: Update my email address.
4084
4085 2010-03-16 Diego Novillo <dnovillo@google.com>
4086
4087 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4088 Matthews.
4089
4090 2010-03-16 Joseph Myers <joseph@codesourcery.com>
4091
4092 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4093 Gutson, Jeffrey D. Oldham and Mark Shinwell.
4094
4095 2010-03-16 Joseph Myers <joseph@codesourcery.com>
4096
4097 * MAINTAINERS: Update my email address.
4098
4099 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4100
4101 * MAINTAINERS: Update my email address.
4102
4103 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4104
4105 * MAINTAINERS: Update my email address.
4106
4107 2010-03-09 Jie Zhang <jie@codesourcery.com>
4108
4109 * MAINTAINERS: Update my email address.
4110
4111 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4112
4113 PR libstdc++/32499
4114 * configure.ac (RANLIB): Default to true.
4115 (STRIP): Likewise.
4116 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4117 * configure: Regenerate.
4118
4119 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
4120
4121 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4122 (Write After Approval): Update my email address.
4123
4124 2010-02-17 Nick Clifton <nickc@redhat.com>
4125
4126 PR 11238
4127 * Makefile.tpl (local-distclean): Also remove config.cache files in
4128 sub-directories as there may not be Makefiles present in the
4129 sub-directories.
4130 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4131 the config.cache files found by the find command.
4132
4133 * Makefile.in: Regenerate.
4134 * configure.ac: Revert previous delta.
4135 * configure: Regenerate.
4136
4137 2010-02-15 Nick Clifton <nickc@redhat.com>
4138
4139 PR 11238
4140 * configure.ac: Delete config.cache files in sub-directories when
4141 deleting Makefiles.
4142 * configure: Regenerate.
4143
4144 2010-02-12 Ben Elliston <bje@gnu.org>
4145
4146 * MAINTAINERS: Update my email address.
4147
4148 2010-02-08 Andrew Pinski <pinskia@gmail.com>
4149
4150 * MAINTAINERS (spu port): Update my email address.
4151
4152 2010-02-08 Jie Zhang <jie.zhang@analog.com>
4153
4154 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4155
4156 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4157
4158 * configure.ac: Add "recommended" version checks for GMP/MPC.
4159 Update recommended GMP/MPFR/MPC versions.
4160 * configure: Regenerate.
4161
4162 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4163
4164 * MAINTAINERS: Move my Embecosm email address into the
4165 write-after-approval section.
4166
4167 2010-01-26 Ian Lance Taylor <iant@google.com>
4168
4169 * MAINTAINERS: Add myself as Go frontend maintainer.
4170
4171 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
4172
4173 PR libstdc++/36101, PR libstdc++/42813
4174 * configure.ac (bootstrap_target_libs): Make inclusion of
4175 target-libgomp conditional on libgomb being in target_configdirs.
4176 * configure: Regenerate.
4177
4178 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
4179
4180 PR libstdc++/36101, PR libstdc++/42813
4181 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4182 * configure: Regenerate.
4183
4184 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
4185
4186 PR libstdc++/36101, PR libstdc++/42813
4187 * configure.ac (target_configdirs): Substitute.
4188 * Makefile.def: Bootstrap target module libgomp.
4189 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4190 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4191 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4192 * configure, Makefile.in: Regenerate.
4193
4194 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4195
4196 * MAINTAINERS: Adjust my details.
4197
4198 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4199
4200 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4201
4202 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4203
4204 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4205
4206 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4207
4208 * MAINTAINERS (Write After Approval): Add myself.
4209
4210 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4211
4212 * MAINTAINERS (Write After Approval): Add myself.
4213
4214 2010-01-11 Richard Guenther <rguenther@suse.de>
4215
4216 PR lto/41569
4217 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4218 * Makefile.in: Regenerated.
4219
4220 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
4221
4222 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4223 * configure: Regenerate.
4224
4225 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4226 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4227
4228 PR bootstrap/42424
4229 * configure.ac: Include libtool m4 files.
4230 (_LT_CHECK_OBJDIR): Call it.
4231 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4232 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4233
4234 * configure: Regenerate.
4235
4236 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4237
4238 PR bootstrap/41818
4239 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4240 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
4241 * Makefile.in: Regenerate.
4242
4243 2010-01-02 Richard Guenther <rguenther@suse.de>
4244
4245 PR lto/41529
4246 * configure.ac: Include config/elf.m4. Disable LTO if not
4247 builting for an elf target.
4248 * configure: Regenerate.
4249
4250 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
4251
4252 * MAINTAINERS: Change my email address.
4253
4254 2009-12-18 Ben Elliston <bje@au.ibm.com>
4255
4256 * config.sub, config.guess: Update from upstream sources.
4257
4258 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
4259
4260 * MAINTAINERS (Write After Approval): Add myself.
4261
4262 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4263
4264 PR middle-end/30447
4265 PR middle-end/30789
4266 PR other/40302
4267
4268 * configure.ac: Require MPC.
4269 * configure: Regenerate.
4270
4271 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4272
4273 PR target/38384
4274 PR bootstrap/40972
4275 * libtool.m4: Sync from git Libtool.
4276 * ltoptions.m4: Likewise.
4277 * ltversion.m4: Likewise.
4278 * lt~obsolete.m4: Likewise.
4279 * ltmain.sh: Likewise.
4280
4281 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4282
4283 * configure.ac: Update minimum MPC version to 0.8.
4284 * configure: Regenerate.
4285
4286 2009-11-21 Sebastian Pop <sebpop@gmail.com>
4287
4288 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4289 * configure: Regenerated.
4290
4291 2009-11-21 Ian Lance Taylor <iant@google.com>
4292
4293 * configure.ac: Change default of poststage1_ldflags to be empty if
4294 poststage1_libs is set. When poststage1_libs is empty, and
4295 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4296 * configure: Rebuild.
4297
4298 2009-11-21 Adam Nemet <adambnmet@gmail.com>
4299
4300 * MAINTAINERS (Write After Approval): Update my email address.
4301
4302 2009-11-20 Ben Elliston <bje@au.ibm.com>
4303
4304 * config.guess: Update from upstream sources.
4305
4306 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
4307
4308 * Makefile.def: Restore host and target settings for gmp.
4309 * Makefile.in: Rebuild.
4310
4311 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
4312
4313 * configure.ac: Add libelf to host_libs. Enable in-tree configury
4314 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
4315 Fix portability of test of C++ as bootstrap language. Add
4316 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4317 * configure: Rebuild.
4318 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4319 and cloog. Fix in-tree ppl configuration. Introduce libelf
4320 in-tree building.
4321 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4322 (POSTSTAGE1_HOST_EXPORTS): Use it.
4323 (STAGE[+id+]_CXXFLAGS): New.
4324 (BASE_FLAGS_TO_PASS): Pass it down.
4325 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
4326 extra_exports.
4327 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4328 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4329 extra_exports.
4330 * Makefile.in: Rebuild.
4331
4332 2009-11-17 Ben Elliston <bje@au.ibm.com>
4333
4334 * config.sub, config.guess: Update from upstream sources.
4335
4336 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4337
4338 * MAINTAINERS (Write After Approval): Add myself.
4339
4340 2009-11-09 Jon Beniston <jon@beniston.com>
4341
4342 * MAINTAINERS (Write After Approval): Add myself.
4343
4344 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4345
4346 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4347 paths for *-w64-mingw* and x86_64-*mingw*.
4348 * configure: Regenerated.
4349
4350 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
4351
4352 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4353
4354 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4355
4356 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4357 Phil Edwards to Write-After Approval.
4358
4359 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
4360
4361 * configure.ac: Disable target-winsup & co for
4362 x86_64-*-mingw* and *-w64-mingw* targets.
4363 * configure: Regenerated.
4364
4365 2009-10-16 Nick Clifton <nickc@redhat.com>
4366
4367 * MAINTAINERS: Add myself as a maintainer for the RX port.
4368
4369 2009-10-26 Johannes Singler <singler@kit.edu>
4370
4371 * MAINTAINERS (Write After Approval): Update my e-mail address.
4372
4373 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4374
4375 * configure.ac (CLooG test): Use = with test.
4376 * configure: Regenerate.
4377
4378 2009-10-22 Richard Guenther <rguenther@suse.de>
4379
4380 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4381 cloog if the ppl version check failed. Move flags saving
4382 before setting in libelf check.
4383 * configure: Regenerate.
4384
4385 2009-10-21 Richard Guenther <rguenther@suse.de>
4386
4387 * configure.ac: Adjust the ppl and cloog configure to work as
4388 documented. Disable cloog if ppl was disabled. Omit the version
4389 checks if they were disabled.
4390 * configure: Re-generate.
4391
4392 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4393
4394 * configure.ac: Add 'lto' to enable_languages, not
4395 new_enable_languages, and only if not already present.
4396 * configure: Regenerate.
4397
4398 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4399
4400 * README: Refer to the various COPYING* files instead of just
4401 COPYING.
4402 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4403
4404 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
4405
4406 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4407
4408 2009-10-07 Richard Guenther <rguenther@suse.de>
4409
4410 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4411 and Richard Guenther as reviewers.
4412 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4413 as reviewers.
4414
4415 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
4416
4417 * config.sub: Update from upstream sources.
4418
4419 2009-10-06 Ian Lance Taylor <iant@google.com>
4420
4421 * Makefile.def: check-gold depends upon all-gas.
4422 * Makefile.in: Rebuild.
4423
4424 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4425
4426 * MAINTAINERS (Write After Approval): Add myself.
4427
4428 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4429
4430 * Makefile.def: all-lto-plugin depends on all-libiberty.
4431 set bootstrap=true for lto-plugin.
4432 Add lto-plugin.
4433 * Makefile.in: Regenerate.
4434 * configure.ac (host_libs): Add lto-plugin.
4435 * configure: Regenerate.
4436
4437 2009-10-03 Diego Novillo <dnovillo@google.com>
4438
4439 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4440 (HOST_LIBELFLIBS): Define.
4441 (HOST_LIBELFINC): Define.
4442 * Makefile.in: Regenerate.
4443 * configure.ac: Add --enable-lto.
4444 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4445 If --enable-lto is used, add 'lto' to new_enable_languages.
4446 If --enable-lto is used and gold is enabled, add
4447 lto-plugin to configdirs.
4448 * configure: Regenerate.
4449
4450 2009-10-03 Simon Baldwin <simonb@google.com>
4451
4452 * configure.ac: If --with-system-zlib, suppress local zlib and
4453 pass --with-system-zlib to subdir configure scripts.
4454 * configure: Regenerate.
4455
4456 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
4457 Paolo Bonzini <bonzini@gnu.org>
4458
4459 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4460 $(srcdir).
4461 * Makefile.in: Rebuilt.
4462
4463 2009-09-26 Gary Funck <gary@intrepid.com>
4464
4465 * MAINTAINERS (Write After Approval): Add myself.
4466
4467 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4468
4469 * configure.ac: Update minimum MPC version to 0.7.
4470 * configure: Regenerate.
4471
4472 2009-09-25 Nick Clifton <nickc@redhat.com>
4473
4474 * configure.ac: Pass any --cache-file=/dev/null option on to
4475 subconfigures.
4476 * configure: Regenerate.
4477
4478 2009-09-23 Nick Clifton <nickc@redhat.com>
4479
4480 * config.sub, config.guess: Update from upstream sources.
4481
4482 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
4483
4484 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4485 * Makefile.in: Rebuilt.
4486
4487 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4488
4489 PR bootstrap/32272
4490 * configure.ac: Error out if $srcdir isn't '.' but contains
4491 host-${host_noncanonical}.
4492 * configure: Regenerate.
4493
4494 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4495
4496 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4497 maintainer.
4498
4499 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4500
4501 * configure.ac: If bootstrapping a combined tree with
4502 --enable-gold, require c++ in stage1_languages.
4503 * configure: Regenerate.
4504
4505 * configure.ac: Also add target_libs of stage1_languages to
4506 bootstrap_target_libs.
4507 * configure: Regenerate.
4508
4509 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4510 with --enable-languages not containing c++.
4511 * configure: Regenerate.
4512
4513 2009-09-15 Jie Zhang <jie.zhang@analog.com>
4514
4515 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4516 * configure: Regenerate.
4517
4518 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
4519
4520 * MAINTAINERS (Write After Approval): Update my e-mail address,
4521 and move from from here...
4522 (Waiting for paperwork): To here.
4523
4524 2009-09-09 Joseph Myers <joseph@codesourcery.com>
4525
4526 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4527
4528 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4529
4530 * configure.ac: Do not use $extrasub for replacing @if/@endif
4531 parts in Makefile; instead, use additional arguments to
4532 AC_CONFIG_COMMANDS to do the replacement manually, with several
4533 sed invocations, to avoid HP-UX sed command limits.
4534 * configure: Regenerate.
4535
4536 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
4537
4538 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4539 blank before -L.
4540
4541 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
4542
4543 * configure.ac (with-build-config): Document. Handle without.
4544 Handle missing argument.
4545 * configure: Rebuilt.
4546
4547 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
4548
4549 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4550 Default to bootstrap-debug only if compare-debug works.
4551 * configure: Rebuilt.
4552 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4553 * Makefile.in: Rebuilt.
4554
4555 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4556
4557 * MAINTAINERS (OS Port Maintainers): Update my email address.
4558
4559 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
4560
4561 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4562 * Makefile.in: Rebuilt.
4563
4564 2009-09-01 Chris Demetriou <cgd@google.com>
4565
4566 * MAINTAINERS (Write After Approval): Add myself.
4567
4568 2009-08-31 Dodji Seketeli <dodji@redhat.com>
4569
4570 PR debug/30161
4571 * include/dwarf2.h (enum dwarf_tag): Added
4572 DW_TAG_GNU_template_template_param
4573 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4574
4575 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4576
4577 * Makefile.tpl (AWK): Fix typo.
4578 * Makefile.in: Regenerate.
4579
4580 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4581
4582 * configure.ac: Detect awk and sed.
4583 * Makefile.def (flags_to_pass): Add AWK and SED.
4584 * Makefile.tpl (AWK, SED): New.
4585 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4586 * configure: Regenerate.
4587 * Makefile.in: Regenerate.
4588
4589 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4590
4591 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4592 (collapseslashes): Likewise.
4593
4594 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4595
4596 * configure.ac (AC_PREREQ): Bump to 2.64.
4597
4598 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4599
4600 * configure.ac: Remove --with-datarootdir, --with-docdir,
4601 --with-pdfdir, --with-htmldir switches.
4602 * configure: Regenerate.
4603
4604 * configure: Regenerate.
4605
4606 * compile: Sync from Automake 1.11.
4607 * depcomp: Likewise.
4608 * install-sh: Likewise.
4609 * missing: Likewise.
4610 * mkinstalldirs: Likewise.
4611 * ylwrap: Likewise.
4612
4613 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4614
4615 * ltmain.sh (func_normal_abspath): New function.
4616 (func_relative_path): Likewise.
4617 (func_mode_help): Document new -bindir option for link mode.
4618 (func_mode_link): Add new -bindir option, and use it to place
4619 output DLL if specified.
4620
4621 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4622
4623 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4624 (baseargs): Add --disable-option-checking.
4625 * configure: Regenerate.
4626
4627 * Makefile.def (configure-target-libiberty): Depend on
4628 all-binutils and all-ld.
4629 (configure-target-newlib): Likewise.
4630 * Makefile.in: Regenerate.
4631
4632 2009-08-17 Ben Elliston <bje@au.ibm.com>
4633
4634 * config.sub, config.guess: Update from upstream sources.
4635
4636 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4637
4638 Sync from src, merge:
4639
4640 2009-07-02 Tristan Gingold <gingold@adacore.com>
4641
4642 * configure.ac: Do not exclude gas for i386-*-darwin.
4643 Add a case for x86_64-*-darwin.
4644 * configure: Regenerate.
4645
4646 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4647
4648 * MAINTAINERS: Add my name to Write After Approval list.
4649
4650 2009-08-06 Michael Eager <eager@eagercon.com>
4651
4652 * configure.ac: Add Microblaze target.
4653 * configure: Regenerate.
4654
4655 2009-07-31 Christian Bruel <christian.bruel@st.com>
4656
4657 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4658 * configure: Regenerate.
4659
4660 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
4661
4662 * MAINTAINERS (Write After Approval): Update my e-mail address.
4663
4664 2009-07-06 Ian Lance Taylor <iant@google.com>
4665
4666 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4667 * configure: Rebuild.
4668
4669 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4670
4671 * MAINTAINERS: Move myself to the Graphite Reviewers.
4672
4673 2009-06-30 Wei Guozhi <carrot@google.com>
4674
4675 * MAINTAINERS: Add my name to Write After Approval list.
4676
4677 2009-06-26 Steve Ellcey <sje@cup.hp.com>
4678
4679 PR bootstrap/40338
4680 * configure.ac (comparestring): Create new variable.
4681 * Makefile.tpl (comparestring): Use to skip some comparisions.
4682 * configure: Regenerate.
4683 * Makefile.in: Regenerate.
4684
4685 2009-06-26 Doug Evans <dje@sebabeach.org>
4686
4687 * Makefile.def (host_modules): Add cgen.
4688 * Makefile.in: Regenerate.
4689 * configure.ac (host_tools): Add cgen.
4690 * configure: Regenerate.
4691
4692 2009-06-23 DJ Delorie <dj@redhat.com>
4693
4694 * MAINTAINERS: Add myself as mep maintainer.
4695
4696 2009-06-23 Ian Lance Taylor <iant@google.com>
4697
4698 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4699 boot_languages. Only bootstrap target libraries listed in
4700 target_libs for some boot language. Add --with-stage1-ldflags,
4701 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4702 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4703 if not building with C++.
4704 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4705 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4706 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4707 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4708 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4709 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4710 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4711 * configure, Makefile.in: Rebuild.
4712
4713 2009-06-23 Li Feng <nemokingdom@gmail.com>
4714
4715 * MAINTAINERS: Added my name to write-after-approval list.
4716
4717 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4718
4719 * configure.ac: Define is_elf for QNX Neutrino targets.
4720 * configure: Regenerate.
4721
4722 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4723
4724 * MAINTAINERS: Added my name to the write-after-approval list
4725
4726 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4727
4728 * configure.ac: Detect MPC in default directory.
4729 * configure: Regenerate.
4730
4731 2009-06-03 Jerome Guitton <guitton@adacore.com>
4732 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4733
4734 * Makefile.tpl (all): Avoid a trailing backslash.
4735 * Makefile.in: Regenerate.
4736
4737 2009-06-03 Ben Elliston <bje@au.ibm.com>
4738
4739 * config.sub, config.guess: Update from upstream sources.
4740
4741 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4742
4743 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4744 to noconfdirs.
4745 * configure: Regenerate.
4746
4747 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
4748
4749 * Makefile.tpl ([+compare-target+]): Compare all stage
4750 directories, rather than just gcc.
4751 * Makefile.in: Rebuilt.
4752
4753 2009-06-01 Doug Kwan <dougkwan@google.com>
4754
4755 * configure.ac: Support gold for target arm*-*-*.
4756 * configure: Regenerate.
4757
4758 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4759
4760 * Makefile.def: Add MPC support and dependencies.
4761 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4762
4763 * Makefile.in, configure: Regenerate.
4764
4765 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
4766
4767 * Makefile.tpl (all): Avoid harmless warning in make all when
4768 gcc-bootstrap is enabled but stage_last does not exist.
4769 * Makefile.in: Rebuilt.
4770
4771 2009-05-24 Nicolas Roche <roche@adacore.com>
4772
4773 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4774 * Makefile.in: Regenerate.
4775
4776 2009-05-21 Denis Chertykov <chertykov@gmail.com>
4777
4778 * MAINTAINERS: Update my e-mail address.
4779
4780 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4781
4782 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4783 * configure: Regenerate.
4784
4785 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4786
4787 PR other/40159
4788 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4789 gcc-no-bootstrap are mutually exclusive.
4790 * Makefile.in: Rebuilt.
4791
4792 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4793
4794 PR other/40159
4795 * Makefile.tpl (all): Don't end with unconditional success.
4796 * Makefile.in: Rebuilt.
4797
4798 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
4799
4800 PR target/37137
4801 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4802 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4803 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4804 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4805 stage_configureflags, stage_cflags and stage_libcflags into
4806 explicit Makefile macros.
4807 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4808 GFORTRAN.
4809 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4810 CC. Set CC_FOR_BUILD from CC.
4811 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4812 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4813 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4814 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4815 and GFORTRAN.
4816 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4817 (_LIBCFLAGS): Renamed to _TFLAGS.
4818 (do-compare-debug, do-compare3-debug): Drop.
4819 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4820 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4821 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4822 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4823 (XGCC_FLAGS_FOR_TARGET): New.
4824 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4825 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4826 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4827 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4828 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4829 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4830 TFLAGS.
4831 (BUILD_CONFIG): Include if requested.
4832 (all): Set TFLAGS on bootstrap.
4833 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4834 (all-stageid-prefixmodule): Likewise.
4835 (do-clean, distclean-stageid): Set TFLAGS.
4836 (restrap): Fix whitespace.
4837 * Makefile.in: Rebuilt.
4838
4839 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
4840
4841 * config.guess: Sync with src.
4842
4843 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4844
4845 * configure.ac ($with_ppl): Default to no if not supplied.
4846 ($with_cloog): Likewise.
4847 configure: Regenerate.
4848
4849 2009-04-27 James E. Wilson <wilson@codesourcery.com>
4850
4851 * MAINTAINERS: Update my e-mail address.
4852
4853 2009-04-27 Nick Clifton <nickc@redhat.com>
4854
4855 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4856
4857 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4858
4859 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4860 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4861 * Makefile.in: Regenerate.
4862
4863 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4864
4865 PR bootstrap/39739
4866 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4867 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4868
4869 * configure, Makefile.in: Regenerate.
4870
4871 2009-04-21 Taras Glek <tglek@mozilla.com>
4872
4873 * include/hashtab.h: Update GTY annotations to new syntax
4874 * include/splay-tree.h: Likewise
4875
4876 2009-04-17 Ben Elliston <bje@au.ibm.com>
4877
4878 * config.sub, config.guess: Update from upstream sources.
4879
4880 2009-04-15 Anthony Green <green@moxielogic.com>
4881
4882 * configure.ac: Add moxie support.
4883 * configure: Rebuilt.
4884
4885 2009-04-14 Jakub Jelinek <jakub@redhat.com>
4886
4887 * configure.ac: Change copyright header to refer to version
4888 3 of the GNU General Public License and to point readers at the
4889 COPYING3 file and the FSF's license web page.
4890 * Makefile.def: Likewise.
4891 * Makefile.tpl: Likewise.
4892 * Makefile.in: Regenerate.
4893
4894 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4895
4896 * configure.ac: Restore match for darwin9 or later. Use double
4897 brackets since regeneration eats one pair.
4898 * configure: Regenerate.
4899
4900 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4901
4902 PR gas/10039
4903 * configure.ac: Require texinfo 4.7.
4904 * configure: Regenerated.
4905
4906 2009-04-09 Nick Clifton <nickc@redhat.com>
4907
4908 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4909 the GCC Runtime Library Exception.
4910
4911 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4912
4913 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4914 * configure: Regenerate.
4915
4916 2009-04-01 Steve Ellcey <sje@cup.hp.com>
4917
4918 * Makefil.def (languages): New entries.
4919 * Makefile.tpl (check-gcc-*): New generic target.
4920 * Makefile.in: Regenerate.
4921
4922 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
4923
4924 * MAINTAINERS: Update my email address.
4925
4926 2009-03-18 Tom Tromey <tromey@redhat.com>
4927
4928 * configure: Rebuild.
4929 * configure.ac (host_libs): Add libiconv.
4930 * Makefile.in: Rebuild.
4931 * Makefile.def (host_modules): Add libiconv.
4932 (configure-gdb, all-gdb): Depend on libiconv.
4933
4934 2009-03-16 Tristan Gingold <gingold@adacore.com>
4935
4936 * configure.ac: Treat gdb as supported on x86_64-darwin.
4937 * configure: Regenerate.
4938
4939 2009-03-16 Joseph Myers <joseph@codesourcery.com>
4940
4941 * configure.ac (--with-host-libstdcxx): New option.
4942 * configure: Regenerate.
4943
4944 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
4945
4946 * MAINTAINERS: Move myself into the write after approval list.
4947
4948 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4949
4950 * MAINTAINERS: Update e-mail address.
4951
4952 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4953
4954 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4955
4956 2009-03-10 Ira Rosen <irar@il.ibm.com>
4957
4958 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4959
4960 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4961
4962 Backport from git Libtool:
4963
4964 2009-01-19 Robert Millan <rmh@aybabtu.com>
4965 Support GNU/kOpenSolaris.
4966 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4967 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4968 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4969 GNU/kOpenSolaris.
4970
4971 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4972
4973 * MAINTAINERS: Update e-mail address.
4974
4975 2009-02-24 Michael Eager <eager@eagercon.com>
4976
4977 * MAINTAINERS (Write After Approval): Add self.
4978
4979 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
4980
4981 * MAINTAINERS (Write After Approval): Add myself.
4982
4983 2009-02-05 Andreas Schwab <schwab@suse.de>
4984
4985 * Makefile.tpl (stage_last): Define $r and $s before using
4986 $(RECURSE_FLAGS_TO_PASS).
4987 * Makefile.in: Regenerate
4988
4989 2009-01-30 Ian Lance Taylor <iant@google.com>
4990
4991 * MAINTAINERS: Move myself to the Global Reviewers list.
4992
4993 2009-01-29 Robert Millan <rmh@aybabtu.com>
4994
4995 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4996 * configure: Regenerate.
4997
4998 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4999
5000 * MAINTAINERS: Make whitespace consistent.
5001 Remove Robert Millan from Write After Approval.
5002
5003 2009-01-16 Alan Modra <amodra@bigpond.net.au>
5004
5005 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5006 (all-opcodes): Depend on all-libiberty.
5007 * Makefile.in: Regenerate.
5008
5009 2009-01-15 Douglas B Rupp <rupp@gnat.com>
5010
5011 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5012 * configure: Regenerate.
5013
5014 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
5015
5016 * MAINTAINERS (Write After Approval): Add myself.
5017
5018 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
5019
5020 * MAINTAINERS: Add myself to reviewers (Fortran).
5021
5022 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
5023
5024 PR tree-optimization/38515
5025 * configure.ac (cloog-polylib): Removed.
5026 (with_ppl, with_cloog): Test for "no".
5027 * configure: Regenerated.
5028
5029 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
5030
5031 * MAINTAINERS: Moved myself to reviewers (Fortran).
5032
5033 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
5034
5035 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5036 (Write After Approval): Remove myself.
5037
5038 2009-01-03 Diego Novillo <dnovillo@google.com>
5039
5040 * MAINTAINERS: Remove myself from alias maintainership.
5041
5042 2009-01-02 David Ayers <ayers@fsfe.org>
5043
5044 * MAINTAINERS: Update e-mail address.
5045
5046 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
5047
5048 * MAINTAINERS: Make whitespace consistent.
5049
5050 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5051
5052 Backport from upstream Libtool:
5053 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5054 Add cache variables to tests that require the linker to work.
5055 For shlibpath_overrides_runpath, this also changes the semantics
5056 to let the result from the C compiler take precedence.
5057
5058 2008-12-02 Ben Elliston <bje@au.ibm.com>
5059
5060 * config.sub, config.guess: Update from upstream sources.
5061
5062 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
5063
5064 * configure.ac (ppllibs): Add by default the lib flags.
5065 * configure: Regenerate.
5066
5067 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
5068
5069 * MAINTAINERS: Add myself to the write after approval list.
5070
5071 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
5072
5073 * configure.ac: Add double brackets on darwin[912].
5074 * configure: Regenerate.
5075
5076 2008-12-03 Daniel Kraft <d@domob.eu>
5077
5078 * MAINTAINERS: Moved myself and Mikael Morin from Write After
5079 Approval to Reviewer section (for Fortran front-end).
5080
5081 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
5082
5083 * configure.ac: Expand to darwin10 and later.
5084 * configure: Regenerate.
5085
5086 2008-12-02 Andreas Schwab <schwab@suse.de>
5087
5088 * Makefile.def: configure-target-boehm-gc depends on
5089 all-target-libstdc++-v3.
5090 * Makefile.in: Regenerate.
5091
5092 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
5093
5094 * MAINTAINERS: Add myself as mingw maintainer.
5095
5096 2008-12-02 Ben Elliston <bje@au.ibm.com>
5097
5098 * config.sub, config.guess: Update from upstream sources.
5099
5100 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5101
5102 * README.SCO: Remove.
5103
5104 2008-11-29 Fernando Pereira <pronesto@gmail.com>
5105
5106 * MAINTAINERS: Add myself to the write after approval list.
5107
5108 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5109
5110 * MAINTAINERS: Update my email address in WAA section.
5111
5112 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
5113
5114 * MAINTAINERS: Update e-mail address.
5115
5116 2008-11-27 Toon Moene <toon@moene.org>
5117
5118 * MAINTAINERS: Change e-mail address.
5119
5120 2008-11-27 Tristan Gingold <gingold@adacore.com>
5121
5122 * configure.ac: Build gdb for i?86-*-darwin*
5123 * configure: Regenerated.
5124
5125 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
5126
5127 * MAINTAINERS: Added my full name.
5128
5129 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5130
5131 PR bootstrap/38014
5132 PR bootstrap/37923
5133
5134 Revert:
5135
5136 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5137
5138 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5139 * Makefile.in: Regenerated.
5140
5141 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5142
5143 PR gdb/921
5144 PR gdb/1646
5145 PR gdb/2175
5146 PR gdb/2176
5147
5148 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5149 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5150 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5151 (HOST_EXPORTS): Pass CPPFLAGS.
5152 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5153 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5154 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5155 * Makefile.in, configure: Regenerated.
5156 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5157 and CPPFLAGS_FOR_BUILD.
5158
5159 2008-11-06 Jeff Law <law@redhat.com>
5160
5161 * MAINTAINERS: Add myself as middle end maintainer.
5162
5163 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
5164
5165 * MAINTAINERS (Write after approval): Add myself.
5166
5167 2008-11-05 Diego Novillo <dnovillo@google.com>
5168
5169 * MAINTAINERS (Global Reviewers): Add myself.
5170 (Non-Algorithmic Maintainers): Remove myself.
5171
5172 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5173
5174 * MAINTAINERS (Write after approval): Add myself.
5175
5176 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5177
5178 * MAINTAINERS (Write after approval): Add myself.
5179
5180 2008-10-31 Ben Elliston <bje@au.ibm.com>
5181
5182 * configure.ac (spu-*-*): Remove special case.
5183 * configure: Regenerate.
5184
5185 2008-10-30 Catherine Moore <clm@codesourcery.com>
5186
5187 * MAINTAINERS (Write after approval): Update my email address.
5188
5189 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5190
5191 * configure.ac [spu-*-*]: Do not set skipdirs.
5192 * configure: Re-generate.
5193
5194 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5195
5196 * MAINTAINERS (Various Maintainers): Add myself to reload.
5197
5198 2008-10-25 Richard Guenther <rguenther@suse.de>
5199
5200 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5201 maintainer. Remove myself as libgcc-math maintainer.
5202 (Non-Algorithmic Maintainers): Remove myself.
5203
5204 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5205
5206 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5207 * Makefile.in: Regenerated.
5208
5209 2008-10-23 Cary Coutant <ccoutant@google.com>
5210
5211 * MAINTAINERS (Write after approval): Add myself.
5212
5213 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5214
5215 PR gdb/921
5216 PR gdb/1646
5217 PR gdb/2175
5218 PR gdb/2176
5219
5220 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5221 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5222 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5223 (HOST_EXPORTS): Pass CPPFLAGS.
5224 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5225 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5226 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5227 * Makefile.in, configure: Regenerated.
5228 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5229 and CPPFLAGS_FOR_BUILD.
5230
5231 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
5232
5233 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5234 Sebastian Pop.
5235
5236 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5237
5238 * MAINTAINERS (Write After Approval): Added myself.
5239
5240 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5241
5242 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5243 recommended version to 2.3.2.
5244
5245 * configure: Regenerate.
5246
5247 2008-10-01 Mark Mitchell <mark@codesourcery.com>
5248
5249 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5250
5251 2008-09-29 David Daney <david.daney@caviumnetworks.com>
5252
5253 * MAINTAINERS (Write After Approval): Update e-mail address.
5254
5255 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
5256
5257 * libtool.m4: Update to libtool 2.2.6.
5258 * lt~obsolete.m4: Update to libtool 2.2.6.
5259 * ltmain.sh: Update to libtool 2.2.6.
5260 * ltsugar.m4: Update to libtool 2.2.6.
5261 * ltversion.m4: Update to libtool 2.2.6.
5262 * ltoptions.m4: Update to libtool 2.2.6.
5263 * ltgcc.m4: Update to match changes from libtool 2.2.6.
5264
5265 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
5266
5267 * MAINTAINERS (Write After Approval): Add myself.
5268
5269 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5270
5271 * MAINTAINERS (Write After Approval): Update my name.
5272
5273 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
5274
5275 * MAINTAINERS: Add myself in "Write After Approval".
5276
5277 2008-09-18 Steve Ellcey <sje@cup.hp.com>
5278
5279 * MAINTAINERS: Add myself as ia64 maintainer.
5280
5281 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
5282
5283 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5284 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5285 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5286 and Michael Tiemann from Write After Approval since they do not
5287 actually have access.
5288
5289 2008-09-05 Richard Guenther <rguenther@suse.de>
5290
5291 * configure.ac: Initialize clooglibs to -lcloog.
5292 * configure: Re-generate.
5293
5294 2008-09-04 Le-Chun Wu <lcwu@google.com>
5295
5296 * MAINTAINERS (Write After Approval): Add myself.
5297
5298 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
5299
5300 * configure.ac (--with-cloog-polylib): New.
5301 (--disable-cloog-version-check): New.
5302 (--disable-ppl-version-check): New.
5303 * configure: Re-generate.
5304
5305 2008-09-03 Richard Guenther <rguenther@suse.de>
5306
5307 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5308 cloog test.
5309 * configure: Re-generate.
5310
5311 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
5312
5313 Add picoChip port.
5314 * MAINTAINERS: Add picoChip maintainers.
5315
5316 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
5317 Tobias Grosser <grosser@fim.uni-passau.de>
5318 Jan Sjodin <jan.sjodin@amd.com>
5319 Harsha Jagasia <harsha.jagasia@amd.com>
5320 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5321 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5322 Adrien Eliche <aeliche@isty.uvsq.fr>
5323
5324 Merge from graphite branch.
5325 * configure: Regenerate.
5326 * Makefile.in: Regenerate.
5327 * configure.ac (host_libs): Add ppl and cloog.
5328 Add checks for PPL and CLooG.
5329 * Makefile.def (ppl, cloog): Added modules and dependences.
5330 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5331 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5332
5333 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5334
5335 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5336 (GCC_SHLIB_SUBDIR): New.
5337 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5338 * configure: Regenerate.
5339 * Makefile.in: Regenerate.
5340
5341 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5342
5343 * MAINTAINERS: Consistently use tabs to separate columns.
5344
5345 2008-08-29 Tristan Gingold <gingold@adacore.com>
5346
5347 * MAINTAINERS (Write after Approval): Add myself.
5348
5349 2008-08-28 Tristan Gingold <gingold@adacore.com>
5350
5351 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5352 Enable bfd, binutils and opcodes.
5353 * configure: Regenerate.
5354
5355 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5356
5357 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5358
5359 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5360
5361 * MAINTAINERS: Use correct Umlaut for last name.
5362
5363 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5364
5365 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5366
5367 2008-08-16 David Edelsohn <edelsohn@gnu.org>
5368
5369 * MAINTAINERS: Update my email address.
5370
5371 2008-08-16 Nicolas Roche <roche@adacore.com>
5372
5373 * Makefile.tpl: Add BOOT_ADAFLAGS.
5374 * Makefile.in: Regenerate.
5375
5376 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5377
5378 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5379 * configure: Regenerate.
5380
5381 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
5382
5383 * configure.ac: Add makefile fragments for hpux.
5384 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5385 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5386 * configure: Regenerate.
5387 * Makefile.in: Regenerate.
5388
5389 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
5390
5391 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5392
5393 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
5394
5395 * MAINTAINERS (Write after Approval): Add myself.
5396
5397 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5398
5399 * MAINTAINERS (Write After Approval): Add myself.
5400
5401 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
5402
5403 * MAINTAINERS (Write After Approval): Add myself.
5404
5405 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5406
5407 * MAINTAINERS: Update my email address.
5408
5409 2008-06-25 Joey Ye <joey.ye@intel.com>
5410
5411 * MAINTAINERS (Write After Approval): Add myself.
5412
5413 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5414
5415 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5416 * Makefile.in: Regenerate.
5417 * configure: Regenerate.
5418
5419 2008-06-17 Daniel Kraft <d@domob.eu>
5420
5421 * MAINTAINERS (Write After Approval): Add myself.
5422
5423 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5424
5425 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5426 "$@" is still intact with both Autoconf 2.59 and 2.62.
5427 * configure: Regenerate.
5428
5429 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5430
5431 * Makefile.tpl: Fix comment errors.
5432 * Makefile.in: Regenerate.
5433
5434 2008-06-12 David S. Miller <davem@davemloft.net>
5435 David Edelsohn <edelsohn@gnu.org>
5436
5437 * configure.ac: Add powerpc*-*-* to gold supported targets.
5438 * configure: Regenerate.
5439
5440 2008-06-08 Joseph Myers <joseph@codesourcery.com>
5441
5442 PR tree-optimization/36218
5443 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5444 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5445 (all prefix="build-"): Pass them to build-system sub-makes.
5446 * Makefile.in: Regenerate.
5447
5448 2008-06-07 Joseph Myers <joseph@codesourcery.com>
5449
5450 * MAINTAINERS (mt port): Remove.
5451 (sco5, unixware, sco udk): Remove.
5452 (Kean Johnston): Add to Write After Approval.
5453
5454 2008-05-30 Julian Brown <julian@codesourcery.com>
5455
5456 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5457 of libobjc for ARM EABI Linux.
5458 * configure: Regenerate.
5459
5460 2008-05-18 Xinliang David Li <davidxl@google.com>
5461
5462 * ChangeLog: Remove wrong ChangeLog entry.
5463
5464 2008-05-17 Xinliang David Li <davidxl@google.com>
5465
5466 * MAINTAINERS (Write After Approval): Add myself.
5467
5468 2008-05-15 Janus Weil <janus@gcc.gnu.org>
5469
5470 * MAINTAINERS (Write After Approval): Add myself.
5471
5472 2008-05-14 Rafael Espíndola <espindola@google.com>
5473
5474 * config-ml.in: don't handle --enable-shared and --enable-static.
5475
5476 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5477
5478 * MAINTAINERS: Update my email address.
5479
5480 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5481
5482 * MAINTAINERS: Update my email address.
5483
5484 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5485
5486 * MAINTAINERS (Write After Approval): Add myself.
5487
5488 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5489
5490 * MAINTAINERS (Write After Approval): Add myself.
5491
5492 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
5493
5494 * MAINTAINERS (crx): Add myself.
5495
5496 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5497
5498 Sync with src:
5499 2008-04-14 David S. Miller <davem@davemloft.net>
5500
5501 * configure.ac: Add sparc*-*-* to gold supported targets.
5502 * configure: Regenerate.
5503
5504 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5505
5506 PR bootstrap/35457
5507 * configure.ac: Include override.m4.
5508 * configure: Regenerate.
5509
5510 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5511
5512 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5513 * Makefile.in: Regenerate.
5514
5515 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
5516
5517 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5518 as nonconfigurable directories list.
5519 * configure: Regenerate.
5520
5521 2008-04-14 Ben Elliston <bje@au.ibm.com>
5522
5523 * config.sub, config.guess: Update from upstream sources.
5524
5525 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
5526
5527 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5528 * Makefile.in: Regenerate.
5529
5530 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5531
5532 * configure.ac: Do not build libssp for the AVR.
5533 * configure: Regenerate.
5534
5535 2008-04-07 Ian Lance Taylor <iant@google.com>
5536
5537 * Makefile.def: check-gold depends upon all-binutils.
5538 * Makefile.in: Regenerate.
5539
5540 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5541
5542 * MAINTAINERS (Write After Approval): Add myself.
5543
5544 2008-04-04 Nick Clifton <nickc@redhat.com>
5545
5546 PR binutils/4334
5547 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5548 builds.
5549 * configure: Regenerate.
5550
5551 2008-04-04 NightStrike <NightStrike@gmail.com>
5552
5553 PR other/35151
5554 * configure.ac: Combine rules for mingw32 and mingw64.
5555 * configure: Regenerate.
5556
5557 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
5558
5559 * MAINTAINERS (Write After Approval): Add myself.
5560
5561 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
5562
5563 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5564 * Makefile.in (.NOTPARALLEL): Ditto.
5565
5566 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5567
5568 * MAINTAINERS (Write After Approval): Add myself.
5569
5570 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
5571
5572 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5573 * Makefile.in (.NOTPARALLEL): Regenerate.
5574
5575 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
5576
5577 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5578 * Makefile.in: Regenerate.
5579
5580 2008-03-26 Jakub Staszak <kuba@et.pl>
5581
5582 * MAINTAINERS (Write After Approval): Add myself.
5583
5584 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5585
5586 * MAINTAINERS: Update e-mail address.
5587
5588 2008-03-20 Ian Lance Taylor <iant@google.com>
5589
5590 * configure.ac: Add support for --enable-gold.
5591 * Makefile.def: Add gold as a directory like ld.
5592 * configure, Makefile.in: Regenerate.
5593
5594 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5595
5596 * configure.ac: m4_include config/proginstall.m4.
5597 * configure: Regenerate.
5598
5599 Backport from upstream Libtool:
5600
5601 2007-10-12 Eric Blake <ebb9@byu.net>
5602
5603 Deal with Autoconf 2.62's semantic change in m4_append.
5604 * ltsugar.m4 (lt_append): Replace broken versions of
5605 m4_append.
5606 (lt_if_append_uniq): Don't require separator to be overquoted,
5607 and avoid broken m4_append.
5608 (lt_dict_add): Fix typo.
5609 * libtool.m4 (_LT_DECL): Don't overquote separator.
5610
5611 2008-03-13 David Edelsohn <edelsohn@gnu.org>
5612
5613 * config.rpath: Add AIX 6 support.
5614
5615 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
5616
5617 * Makefile.def (stageprofile). Remove -fprofile-generate
5618 from stage_libcflags.
5619 * Makefile.in: Regenerate.
5620
5621 2008-03-13 Ben Elliston <bje@au.ibm.com>
5622
5623 * config.sub, config.guess: Update from upstream sources.
5624
5625 2008-03-06 Tom Tromey <tromey@redhat.com>
5626
5627 * MAINTAINERS: Update for treelang deletion.
5628
5629 2008-03-03 James E. Wilson <wilson@tuliptree.org>
5630
5631 * MAINTAINERS: Update my email address.
5632
5633 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
5634
5635 * MAINTAINERS (darwin port): Add myself as a maintainer.
5636 (objective-c/c++): Add myself as a maintainer.
5637
5638 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5639
5640 * MAINTAINERS (Write After Approval): Update my email address.
5641
5642 2008-02-25 Tomas Bily <tbily@suse.cz>
5643
5644 * MAINTAINERS (Write After Approval): Add myself.
5645
5646 2008-02-23 Jakub Jelinek <jakub@redhat.com>
5647
5648 * MAINTAINERS (OpenMP): Add myself.
5649
5650 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
5651
5652 PR bootstrap/32009
5653 PR bootstrap/32161
5654
5655 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5656 * configure: Regenerate.
5657
5658 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5659 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5660 STAGE4_LIBCFLAGS): New.
5661 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5662 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5663 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5664 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5665 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5666 for target modules. Don't export LIBCFLAGS.
5667 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5668 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5669 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5670 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5671 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5672 * Makefile.in: Regenerate.
5673
5674 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5675
5676 PR libgcj/33085
5677 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5678 Do not use -DDLL_EXPORT. Backport from upstream.
5679
5680 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5681
5682 * MAINTAINERS (Write After Approval): Add myself.
5683
5684 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
5685
5686 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5687 * configure: Regenerate.
5688
5689 2008-01-31 Marc Gauthier <marc@tensilica.com>
5690
5691 * configure.ac (xtensa*-*-*): Recognize processor variants.
5692 * configure: Regenerate.
5693
5694 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5695
5696 PR bootstrap/34922
5697 * configure.ac (PARSE_ARGS): Push suitable setting of
5698 ac_subdirs_all, for `./configure --help=recursive'.
5699 Handle `+' in generic toplevel directory disabling.
5700 * configure: Regenerate.
5701
5702 2008-01-28 Nick Clifton <nickc@redhat.com>
5703
5704 * MAINTAINERS (xstormy16): Take over maintainership.
5705
5706 2008-01-25 Joseph Myers <joseph@codesourcery.com>
5707
5708 * MAINTAINERS (c4x port): Remove.
5709
5710 2008-01-24 David Edelsohn <edelsohn@gnu.org>
5711
5712 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5713
5714 2008-01-23 Ben Elliston <bje@au.ibm.com>
5715
5716 * config.sub, config.guess: Update from upstream sources.
5717
5718 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5719
5720 * MAINTAINERS (Write After Approval): Add myself.
5721
5722 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
5723
5724 * MAINTAINERS: Update my email address.
5725
5726 2008-01-09 Raksit Ashok <raksit@google.com>
5727
5728 * MAINTAINERS (Write After Approval): Add myself.
5729
5730 2008-01-09 Raksit Ashok <raksit@google.com>
5731
5732 * MAINTAINERS (Write After Approval): Add myself.
5733
5734 2008-01-08 Ben Elliston <bje@au.ibm.com>
5735
5736 * config.sub, config.guess: Update from upstream sources.
5737
5738 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5739
5740 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5741 Change recommended MPFR from 2.2.1 -> 2.3.0.
5742 * configure: Regenerate.
5743
5744 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5745
5746 * MAINTAINERS: Update my email address.
5747
5748 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5749
5750 * MAINTAINERS: Update my email address.
5751
5752 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5753
5754 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5755 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5756 * Makefile.in: Regenerate.
5757
5758 2007-12-10 Mark Heffernan <meheff@google.com>
5759
5760 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5761 misplaced entries.
5762
5763 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5764
5765 * configure.ac: Enable libjava for x86_64-*-darwin9.
5766 * configure: Regenerate.
5767
5768 2007-12-07 Bill Maddox <maddox@google.com>
5769
5770 * MAINTAINERS (Write After Approval): Add myself.
5771
5772 2007-12-05 Ben Elliston <bje@au.ibm.com>
5773
5774 * config.sub, config.guess: Update from upstream sources.
5775
5776 2007-12-02 Matthias Klose <doko@ubuntu.com>
5777
5778 * config-ml.in: Remove 64bit configure tests.
5779
5780 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5781
5782 * config-ml.in: Robustify against white space in absolute file
5783 names.
5784
5785 * config-ml.in (multi-clean): Substitute ${Makefile}.
5786 Remove superfluous ${Makefile} in list.
5787
5788 2007-11-19 Thiemo Seufer <ths@mips.com>
5789
5790 * config-ml.in: Don't hardcode the Makefile name.
5791
5792 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
5793
5794 * MAINTAINERS (Write After Approval): Add myself.
5795
5796 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
5797
5798 * MAINTAINERS (Write After Approval): Add myself.
5799
5800 2007-11-06 Doug Kwan <dougkwan@google.com>
5801
5802 * MAINTAINERS (Write After Approval): Add myself.
5803
5804 2007-10-25 Ben Elliston <bje@au.ibm.com>
5805
5806 * MAINTAINERS (mercury): Remove entry.
5807 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5808
5809 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5810
5811 * Makefile.def (dependencies): Make configure-gdb depend on
5812 all-intl.
5813 * Makefile.in: Regenerated.
5814
5815 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5816
5817 * MAINTAINERS (Fortran maintainer): Remove myself.
5818
5819 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
5820
5821 * Makefile.def: To avoid problems running with parallel makes,
5822 build newlib before libgloss so that target specific header
5823 files are availble.
5824 * Makefile.in: Regenerate
5825
5826 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5827
5828 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5829 * Makefile.in: Regenerate.
5830
5831 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5832
5833 * MAINTAINERS (Register allocation reviewer): Add myself.
5834
5835 2007-10-08 Mike Frysinger <vapier@gentoo.org>
5836
5837 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5838 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5839 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5840 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5841 * configure: Regenerate.
5842
5843 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
5844
5845 * MAINTAINERS (Register allocation reviewer): Add myself.
5846
5847 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
5848
5849 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5850 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5851 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5852 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5853 * configure.ac: Default them to host tools for $host = $build.
5854 Subst them.
5855
5856 * configure: Regenerate.
5857 * Makefile.in: Regenerate.
5858
5859 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
5860
5861 * MAINTAINERS (Register allocation reviewer): Add myself.
5862
5863 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
5864
5865 * MAINTAINERS (Register allocation reviewer): Add myself.
5866
5867 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
5868
5869 * MAINTAINERS (Write After Approval): Fix typo.
5870
5871 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5872
5873 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5874 * configure: Regenerate.
5875
5876 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5877
5878 PR bootstrap/31906
5879 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5880 they're already prefixed.
5881
5882 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5883
5884 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5885 libstdc++.
5886 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5887 * configure: Regenerate.
5888 * Makefile.in: Regenerate.
5889
5890 2007-09-17 Andreas Schwab <schwab@suse.de>
5891
5892 * configure.ac: Raise minimum makeinfo version to 4.6.
5893 * configure: Regenerate.
5894
5895 2007-09-17 Johannes Singler <singler@ira.uka.de>
5896
5897 * MAINTAINERS (write-after-approval) add myself
5898
5899 2007-09-15 Alan Modra <amodra@bigpond.net.au>
5900
5901 * configure.ac: Correct makeinfo version check.
5902 * configure: Regenerate.
5903
5904 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5905
5906 * MAINTAINERS: Update my email address.
5907
5908 2007-09-14 Richard Sandiford <richard@codesourcery.com>
5909
5910 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5911 to $skipdirs and only disable gprof for newlib. Use the normal
5912 mips*-elf* handling in other respects.
5913 * configure: Regnerate.
5914
5915 2007-09-12 David Daney <ddaney@avtrex.com>
5916
5917 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5918 enabling libgcj.
5919 * configure: Regenerate.
5920
5921 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5922
5923 PR other/32154
5924 * configure.ac: For libgloss targets, point the linker to the linker
5925 script, startup code and simulator library.
5926 * configure: Regenerate.
5927
5928 2007-09-07 Andrew Haley <aph@redhat.com>
5929
5930 * configure.ac (noconfigdirs): Remove target-libffi and
5931 target-libjava.
5932 * configure: Regenerate.
5933
5934 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5935
5936 PR target/33281
5937 * configure.ac: Use config/mh-mingw on mingw.
5938 * configure: Regenerate.
5939
5940 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5941
5942 * MAINTAINERS (Write After Approval): Add myself.
5943
5944 2007-09-05 Richard Guenther <rguenther@suse.de>
5945
5946 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5947 nor --disable-checking is provided also turn on yes and types
5948 checking for stage1.
5949 * configure: Re-generate.
5950
5951 2007-08-30 Krister Walfridsson <cato@df.lth.se>
5952
5953 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5954 (Write After Approval): Remove myself.
5955
5956 2007-08-29 Nick Clifton <nickc@redhat.com>
5957
5958 * config.sub, config.guess: Update from upstream sources.
5959
5960 2007-08-22 Bud Davis <jmdavis@link.com>
5961
5962 * MAINTAINERS (Write After Approval): Added myself.
5963 * MAINTAINERS (Reviewers): Removed myself.
5964
5965 2007-08-18 Paul Brook <paul@codesourcery.com>
5966 Joseph Myers <joseph@codesourcery.com>
5967
5968 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5969 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5970 * Makefile.in: Regenerate.
5971 * configure.ac (--with-debug-prefix-map): New.
5972 * configure: Regenerate.
5973
5974 2007-08-17 Richard Sandiford <richard@codesourcery.com>
5975 Nigel Stephens <nigel@mips.com>
5976
5977 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5978 as target_makefile_frag.
5979 * configure: Regenerate.
5980
5981 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
5982
5983 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5984 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5985 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5986 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5987 (do-compare, do-compare3, do-compare-debug): New.
5988 ([+compare-target+]): Use them.
5989
5990 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5991
5992 * MAINTAINERS (Write After Approval): Change my email address.
5993
5994 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5995 Ben Elliston <bje@au.ibm.com>
5996
5997 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5998 --silent if $silent.
5999 * configure: Regenerate.
6000
6001 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
6002
6003 * MAINTAINERS (Various Maintainers): Add myself as
6004 loop infrastructure maintainer. Update my e-mail
6005 address.
6006
6007 2007-07-31 Diego Novillo <dnovillo@google.com>
6008
6009 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6010 Adjust description.
6011
6012 2007-07-26 Richard Guenther <rguenther@suse.de>
6013
6014 * configure.ac: Add types checking to stage1 checking flags.
6015 * configure: Regenerate.
6016
6017 2007-07-17 Nick Clifton <nickc@redhat.com>
6018
6019 * COPYING3: New file. Contains version 3 of the GNU General
6020 Public License.
6021 * COPYING3.LIB: New file. Contains version 3 of the GNU
6022 Lesser General Public License.
6023
6024 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6025
6026 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6027
6028 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6029
6030 * MAINTAINERS (S/390 co-maintainer): Add myself.
6031 (Write After Approval): Remove myself.
6032
6033 2007-07-13 Dan Hipschman <dsh@google.com>
6034
6035 * MAINTAINERS (Write After Approval): Add myself.
6036
6037 2007-07-11 Nick Clifton <nickc@redhat.com>
6038
6039 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6040 WINDRES export.
6041 * Makefile.in: Regenerate.
6042
6043 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6044
6045 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6046 maintainer.
6047
6048 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6049
6050 * lt~obsolete.m4: New. Import from 20070318 libtool.
6051
6052 2007-07-03 Julian Brown <julian@codesourcery.com>
6053
6054 * MAINTAINERS (Write After Approval): Add myself.
6055
6056 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6057
6058 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6059 * configure: Regenerate.
6060
6061 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6062
6063 * configure.ac: Add some missing m4 quotation.
6064 * configure: Regenerate.
6065
6066 2007-07-02 Simon Baldwin <simonb@google.com>
6067
6068 * MAINTAINERS (Write After Approval): Add myself.
6069
6070 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
6071
6072 * configure: Regenerate.
6073
6074 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
6075
6076 * Makefile.def: Add windmc tool to build.
6077 * Makefile.tpl: Likewise.
6078 * configure.ac: Likewise.
6079 * Makefile.in: Regenerate.
6080 * configure: Regenerate.
6081
6082 2007-06-28 DJ Delorie <dj@redhat.com>
6083
6084 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6085 not building newlib.
6086 * configure: Regenerated.
6087
6088 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
6089
6090 * MAINTAINERS (Write After Approval): Add myself.
6091
6092 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
6093
6094 * MAINTAINERS (Write After Approval): Add myself.
6095
6096 2007-06-19 Chris Matthews <chrismatthews@google.com>
6097
6098 * MAINTAINERS (Write After Approval): Add myself.
6099
6100 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6101
6102 * MAINTAINERS (Write After Approval): Add myself.
6103
6104 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6105
6106 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6107 * Makefile.in: Regenerated.
6108
6109 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6110
6111 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6112 bfin*-*-uclinux* targets.
6113 * configure: Regenerate.
6114
6115 2007-06-14 Ian Lance Taylor <iant@google.com>
6116
6117 * MAINTAINERS: Add myself as non-algorithmic global write
6118 maintainer.
6119
6120 2007-06-14 Diego Novillo <dnovillo@google.com>
6121
6122 * MAINTAINERS: Add self as middle-end maintainer and
6123 non-algorithmic global write maintainer.
6124
6125 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6126
6127 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6128 Move all Fortran maintainers except Paul Brook into the
6129 Non-Autopoiesis section.
6130
6131 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
6132
6133 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6134 (distclean-stage[+id+]): Possibly delete stage_last.
6135 * Makefile.in: Regenerate.
6136
6137 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
6138
6139 * MAINTAINERS (Various Maintainer): Fix typo.
6140
6141 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
6142
6143 * MAINTAINERS (Various Maintainer): Add myself as
6144 dataflow maintainer.
6145
6146 2007-06-07 Ben Elliston <bje@au.ibm.com>
6147
6148 * config.sub, config.guess: Update from upstream sources.
6149
6150 2007-06-07 Ben Elliston <bje@au.ibm.com>
6151
6152 * Makefile.tpl: Fix spelling error.
6153 * Makefile.in: Regenerate.
6154
6155 2007-06-01 Steve Ellcey <sje@cup.hp.com>
6156
6157 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6158 lt_cv_sys_max_cmd_len.
6159
6160 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6161
6162 * MAINTAINERS (Various Maintainers): Add myself as
6163 auto-vectorizer maintainer.
6164
6165 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
6166
6167 PR libjava/32098
6168 * libtool.m4: Revert previous change.
6169 * ltgcc.m4: Put it here.
6170
6171 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6172
6173 * MAINTAINERS (Various Maintainers): Add myself as
6174 auto-vectorizer maintainer.
6175
6176 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6177
6178 PR libjava/32098
6179 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6180
6181 2007-05-30 Richard Guenther <rguenther@suse.de>
6182
6183 * MAINTAINERS (Various Maintainers): Add myself as
6184 auto-vectorizer maintainer.
6185
6186 2007-05-30 Jakub Jelinek <jakub@redhat.com>
6187
6188 PR bootstrap/29382
6189 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6190 * configure: Rebuilt.
6191
6192 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
6193
6194 * MAINTAINERS (Write After Approval): Removed my name.
6195
6196 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6197
6198 * MAINTAINERS (Write After Approval): Remove myself.
6199
6200 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6201
6202 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6203
6204 2007-05-23 Steve Ellcey <sje@cup.hp.com>
6205
6206 * ltmain.sh: Update from ToT Libtool.
6207 * libtool.m4: Update from ToT Libtool.
6208 * ltsugar.m4: New. Update from ToT Libtool.
6209 * ltversion.m4: New. Update from ToT Libtool.
6210 * ltoptions.m4: New. Update from ToT Libtool.
6211 * ltconfig: Remove.
6212 * ltcf-c.sh: Remove.
6213 * ltcf-cxx.sh: Remove.
6214 * ltcf-gcj.sh: Remove.
6215
6216 2007-05-22 Ollie Wild <aaw@google.com>
6217
6218 * MAINTAINERS (Write After Approval): Add myself.
6219
6220 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
6221
6222 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6223 stage_cflags.
6224 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6225 Remove CFLAGS/LIBCFLAGS.
6226 (configure-stage[+id+]-[+prefix+][+module+],
6227 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6228 * Makefile.in: Regenerate.
6229
6230 2007-05-15 Diego Novillo <dnovillo@google.com>
6231
6232 * MAINTAINERS: Update e-mail address.
6233
6234 2007-05-15 Revital Eres <eres@il.ibm.com>
6235
6236 * MAINTAINERS (Write After Approval): Add myself.
6237
6238 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
6239
6240 * MAINTAINERS (Write After Approval): Updated my address.
6241
6242 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
6243
6244 * MAINTAINERS (Write After Approval): Add myself.
6245
6246 2007-05-11 Silvius Rus <rus@google.com>
6247
6248 * MAINTAINERS (Write After Approval): Add myself.
6249
6250 2007-04-23 Tom Tromey <tromey@redhat.com>
6251
6252 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6253
6254 2007-04-22 Mark Mitchell <mark@codesourcery.com>
6255
6256 * MAINTAINERS (cpplib): Rename to ...
6257 (libcpp): ... this. Add C/C++ front end maintainers.
6258
6259 2007-04-14 Steve Ellcey <sje@cup.hp.com>
6260
6261 * config-ml.in: Pass ${ml_config_env} to configure calls.
6262
6263 2007-04-04 Christian Bruel <christian.bruel@st.com>
6264
6265 * MAINTAINERS (Write After Approval): Add myself.
6266
6267 2007-04-02 Dave Korn <dave.korn@artimi.com>
6268
6269 * MAINTAINERS (Write After Approval): Add myself.
6270
6271 2007-03-31 Tobias Burnus <burnus@net-b.de>
6272
6273 * MAINTAINERS (fortran 95 front end): Add myself.
6274
6275 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6276
6277 * MAINTAINERS (Write After Approval): Add myself.
6278
6279 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
6280
6281 * MAINTAINERS (Modulo Scheduler): Add myself.
6282
6283 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
6284
6285 * MAINTAINERS (fortran 95 front end): Add myself.
6286 (c++ front end): whitespace fix.
6287
6288 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
6289
6290 * MAINTAINERS (Write After Approval): Add myself.
6291
6292 2007-03-21 Richard Sandiford <richard@codesourcery.com>
6293
6294 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6295 of glob. Quote arguments with single quotes too.
6296 * configure: Regenerate.
6297
6298 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
6299
6300 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6301 * Makefile.in: Regenerate
6302
6303 2007-03-07 Andreas Schwab <schwab@suse.de>
6304
6305 * configure: Regenerate.
6306
6307 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
6308
6309 * configure.ac: Add "--with-pdfdir" configure option,
6310 which defines pdfdir variable.
6311 * Makefile.def (target=fixincludes): Add install-pdf to
6312 missing targets.
6313 (recursive_targets): Add install-pdf target.
6314 (flags_to_pass): Add pdfdir.
6315 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6316 target.
6317 * configure: Regenerate
6318 * Makefile.in: Regenerate
6319
6320 2007-02-28 Eric Christopher <echristo@apple.com>
6321
6322 Revert:
6323 2006-12-07 Mike Stump <mrs@apple.com>
6324
6325 * Makefile.def (dependencies): Add dependency for
6326 install-target-libssp and install-target-libgomp on
6327 install-gcc.
6328 * Makefile.in: Regenerate.
6329
6330 2007-02-27 Matt Kraai <kraai@ftbfs.org>
6331
6332 * configure: Regenerate.
6333 * configure.ac: Move statements after variable declarations.
6334
6335 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6336
6337 * MAINTAINERS: Add myself as sh maintainer.
6338
6339 2007-02-19 Joseph Myers <joseph@codesourcery.com>
6340
6341 * configure.ac: Adjust for loop syntax.
6342 * configure: Regenerate.
6343
6344 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
6345
6346 * configure: Rebuilt.
6347
6348 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
6349
6350 * configure.ac: Drop multiple occurrences of --enable-languages,
6351 and fix its quoting.
6352 * configure: Rebuilt.
6353
6354 2007-02-17 Mark Mitchell <mark@codesourcery.com>
6355 Nathan Sidwell <nathan@codesourcery.com>
6356 Vladimir Prus <vladimir@codesourcery.com>
6357 Joseph Myers <joseph@codesourcery.com>
6358
6359 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6360 * configure: Regenerate.
6361
6362 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6363
6364 * ltconfig (freebsd*): Default to elf.
6365
6366 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6367
6368 * configure.ac (target_libraries): Move libgcc before libiberty.
6369 * configure: Regenerated.
6370
6371 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6372 Paolo Bonzini <bonzini@gnu.org>
6373
6374 PR bootstrap/30753
6375 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6376 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6377 * configure: Regenerated.
6378
6379 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6380
6381 * MAINTAINERS (Language Front End Maintainers): Update my mail
6382 address.
6383
6384 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6385
6386 PR bootstrap/30748
6387 * configure.ac: Correct syntax for Solaris ksh.
6388 * configure: Regenerated.
6389
6390 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6391
6392 * configure.ac: Sync with src.
6393 * configure: Regenerate.
6394
6395 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6396
6397 * Makefile.in: Regenerate.
6398
6399 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6400
6401 * config.sub: Sync with src.
6402
6403 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6404
6405 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6406 noncanonical equivalents.
6407 * configure.in: Rename to...
6408 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6409 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6410 target_noncanonical. Use them. Rewrite removal of configure
6411 arguments for autoconf 2.59. Discard variable settings. Force
6412 program_transform_name for native tools.
6413
6414 * Makefile.in: Regenerated.
6415 * configure: Regenerated with autoconf 2.59.
6416
6417 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
6418
6419 * MAINTAINERS (Write After Approval): Add myself.
6420
6421 2007-01-31 Andreas Schwab <schwab@suse.de>
6422
6423 * Makefile.tpl (LDFLAGS): Substitute it.
6424 * Makefile.in: Regenerate.
6425
6426 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
6427
6428 * MAINTAINERS (Write After Approval): Add myself.
6429
6430 2007-01-28 David Edelsohn <edelsohn@gnu.org>
6431
6432 * MAINTAINERS (spu port): Add myself.
6433
6434 2007-01-23 Richard Guenther <rguenther@suse.de>
6435
6436 PR bootstrap/30541
6437 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6438 * Makefile.tpl (GNATBIND): Substitute it.
6439 (GNATMAKE): Likewise.
6440 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6441 of STAGE_PREFIX.
6442 * Makefile.in: Regenerate.
6443 * configure: Regenerate.
6444
6445 2007-01-18 Mike Stump <mrs@apple.com>
6446
6447 * configure.in: Re-enable -Werror for gcc builds.
6448
6449 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
6450
6451 * MAINTAINERS (Write After Approval): Add myself.
6452
6453 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6454
6455 * configure.in: Change == to = in test command.
6456 * configure: Regenerate.
6457
6458 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6459 Nick Clifton <nickc@redhat.com>
6460 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6461
6462 * configure.in (build_configargs, host_configargs, target_configargs):
6463 Remove build/host/target parameters.
6464 (host_libs): Add gmp and mpfr.
6465 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6466 * Makefile.def (gmp, mpfr): New.
6467 (gcc): Remove target.
6468 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6469 target_os, target_vendor): New.
6470 (configure): Add host_alias/target_alias arguments; adjust invocations.
6471 * configure: Regenerate.
6472 * Makefile.in: Regenerate.
6473
6474 2007-01-11 Matt Fago <fago@earthlink.net>
6475
6476 * configure.in: Try to link to functions only in mpfr 2.2.x
6477 to improve robustness of configure tests.
6478 * configure: Regenerate.
6479
6480 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
6481
6482 * MAINTAINERS: Add myself as i386 maintainer.
6483
6484 2007-01-08 Jan Hubicka <jh@suse.cz>
6485
6486 * MAINTAINERS: Add myself as i386 maintainer.
6487
6488 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
6489
6490 * configure.in: Add support for an x86_64-mingw* target.
6491 * configure: Regenerate.
6492
6493 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6494
6495 * Makefile.tpl (all-target): Correct @if conditional for target
6496 modules.
6497 * configure.in: Omit libiberty if building only target libgcc.
6498 * configure, Makefile.in: Regenerated.
6499
6500 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
6501
6502 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6503 * configure: Regenerate.
6504
6505 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6506
6507 * Makefile.def (target_modules): Add libgcc.
6508 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6509 * Makefile.tpl (clean-target-libgcc): Delete.
6510 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6511 on gcc even for bootstrapped modules. Rewrite handling of
6512 lang_env_dependencies to loop over target_modules.
6513 * configure.in (target_libraries): Add target-libgcc.
6514 * Makefile.in, configure: Regenerated.
6515
6516 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6517
6518 * configure.in: Reorganize recognition of languages. Add
6519 --enable-stage1-languages. Show supported languages for the chosen
6520 target rather than all recognized languages.
6521 * configure: Regenerate.
6522
6523 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6524
6525 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6526 * Makefile.in: Regenerate.
6527
6528 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6529
6530 * configure.in: Warn that MPFR 2.2.0 is buggy.
6531 * configure: Regenerate.
6532
6533 2006-12-27 Ian Lance Taylor <iant@google.com>
6534
6535 * configure.in: When removing Makefiles to force a reconfigure, also
6536 remove prev-DIR*/Makefile.
6537 * configure: Regenerate.
6538
6539 2006-12-22 Andreas Schwab <schwab@suse.de>
6540
6541 * configure: Regenerate with correct autoconf version.
6542
6543 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6544
6545 * configure.in: add AC_SUBST for *_FOR_TARGET.
6546 * configure: Regenerate.
6547
6548 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6549
6550 * configure.in: Simplify logic for rejecting languages that cannot
6551 be built. Separate the case when a language is unsupported,
6552 from the case when the user chooses not to build a language.
6553
6554 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6555
6556 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6557 it only affects bootstrap and could be tested on "$host" as well.
6558 * configure: Regenerate.
6559 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6560
6561 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6562
6563 PR bootstrap/29544
6564 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6565 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6566 move here comment from Makefile.tpl.
6567 * Makefile.tpl: Move some definitions higher in the file.
6568 (STAGE1_CHECKING): New.
6569 * configure.in: Add --enable-stage1-checking.
6570 * configure: Regenerate.
6571 * Makefile.in: Regenerate.
6572
6573 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6574
6575 * MAINTAINERS: Add myself as build system maintainer.
6576
6577 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
6578
6579 * MAINTAINERS (Write After Approval): Add myself.
6580
6581 2006-12-13 Eric Christopher <echristo@apple.com>
6582
6583 * MAINTAINERS: Add myself as darwin maintainer.
6584
6585 2006-12-11 Ian Lance Taylor <ian@airs.com>
6586
6587 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6588
6589 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
6590
6591 MAINTAINERS: Update my entry.
6592
6593 2006-12-11 Alan Modra <amodra@bigpond.net.au>
6594
6595 * configure.in: Handle spu makefile frag.
6596 * Makefile.tpl (MAINT): Define
6597 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6598 * configure: Regenerate.
6599 * Makefile.in: Regenerate.
6600
6601 2006-12-11 Ben Elliston <bje@au.ibm.com>
6602
6603 * config.guess: Import latest version.
6604 * config.sub: Likewise.
6605
6606 2006-12-11 Ben Elliston <bje@au.ibm.com>
6607
6608 * configure.in (spu-*-*): Don't skip target-libiberty.
6609 * configure: Regenerate.
6610
6611 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6612
6613 PR bootstrap/30134
6614 * configure.in: Correct x86 darwin support for libjava to powerpc
6615 and i?86 only.
6616 * configure: Regenerate.
6617
6618 2006-12-08 Sandro Tolaini <tolaini@libero.it>
6619
6620 * configure.in: Add x86 darwin support for libjava.
6621 * configure: Regenerate.
6622
6623 2006-12-07 Mike Stump <mrs@apple.com>
6624
6625 * Makefile.def (dependencies): Add dependency for
6626 install-target-libssp and install-target-libgomp on
6627 install-gcc.
6628 * Makefile.in: Regenerate.
6629
6630 2006-12-04 Richard Guenther <rguenther@suse.de>
6631
6632 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6633 (Non-Algorithmic Maintainers): Move over non-algorithmic
6634 loop optimizer maintainers, add myself as a non-algorithmic
6635 middle-end maintainer.
6636
6637 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
6638
6639 * MAINTAINERS (Write After Approval): Add myself.
6640
6641 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6642
6643 * configure.in: Update error message for missing GMP/MPFR.
6644
6645 * configure: Regenerate.
6646
6647 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6648
6649 * configure.in: Update MPFR version in error message.
6650
6651 * configure: Regenerate.
6652
6653 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6654
6655 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6656 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6657 --with-gmp-lib): New flags.
6658
6659 * configure: Regenerate.
6660
6661 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6662
6663 * MAINTAINERS (Write After Approval): Change my email address.
6664
6665 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6666
6667 * MAINTAINERS (Write After Approval): Add myself.
6668
6669 2006-11-22 Philipp Thomas <pth@suse.de>
6670
6671 * MAINTAINERS (i18n): Update e-mail address.
6672
6673 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6674
6675 * MAINTAINERS (spu port): Add myself as maintainer.
6676 (Write After Approval): Remove myself.
6677
6678 2006-11-22 Ben Elliston <bje@au.ibm.com>
6679
6680 * configure.in (skipdirs): Don't build libssp for SPU.
6681 * configure: Regenerate.
6682
6683 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6684
6685 * MAINTAINERS (spu port): Add myself as maintainer.
6686 (libobjc): Update my email address.
6687
6688 2006-11-21 Andrea Bona <andrea.bona@st.com>
6689
6690 * MAINTAINERS (Write After Approval): Add myself.
6691
6692 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6693
6694 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6695 * configure : Rebuilt.
6696
6697 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6698
6699 * MAINTAINERS (Write After Approval): Add myself.
6700
6701 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6702
6703 * MAINTAINERS (Write After Approval): Add myself.
6704
6705 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6706
6707 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6708 libmpfr.a.
6709 * configure: Regenerate.
6710
6711 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
6712
6713 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6714 (unstage): Test for stage_last presence.
6715
6716 PR bootstrap/29802
6717 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6718 STAGE_PREFIX.
6719 * Makefile.in: Regenerate.
6720
6721 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6722
6723 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6724 maintainers.
6725
6726 2006-11-14 Erven Rohou <erven.rohou@st.com>
6727
6728 * MAINTAINERS (Write After Approval): Add myself.
6729
6730 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
6731
6732 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6733 and stageN-package/Makefile.
6734 * Makefile.in: Regenerated.
6735
6736 2006-11-14 Jie Zhang <jie.zhang@analog.com>
6737
6738 * configure.in: Remove target-libgloss from noconfigdirs for
6739 bfin-*-*.
6740 * configure: Regenerated.
6741
6742 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6743
6744 * configure.in (have_gmp): Only error if the gcc directory exists.
6745
6746 * configure: Regenerate.
6747
6748 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6749
6750 * configure.in: Robustify error message for missing GMP/MPFR.
6751
6752 * configure: Regenerate.
6753
6754 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
6755
6756 * MAINTAINERS (Write After Approval): Add myself.
6757
6758 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
6759
6760 * MAINTAINERS: Change email address.
6761
6762 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6763
6764 * MAINTAINERS (Write After Approval): Add myself.
6765
6766 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6767
6768 * MAINTAINERS (Write After Approval): Add myself.
6769
6770 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6771
6772 * MAINTAINERS (Write After Approval): Move myself to
6773 Write After Approval section.
6774
6775 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6776
6777 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6778 need_gmp anymore.
6779 * configure: Regenerate.
6780
6781 2006-10-16 Tobias Burnus <burnus@net-b.de>
6782
6783 * MAINTAINERS (Write After Approval): Add myself.
6784
6785 2006-10-16 Ben Elliston <bje@au.ibm.com>
6786
6787 * config.guess: Import latest version.
6788 * config.sub: Likewise.
6789
6790 2006-10-10 Brooks Moses <bmoses@stanford.edu>
6791
6792 * Makefile.def: Added pdf target handling.
6793 * Makefile.tpl: Added pdf target handling.
6794 * Makefile.in: Regenerated.
6795
6796 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6797
6798 * MAINTAINERS: Add self as score port maintainer.
6799
6800 2006-10-04 Brooks Moses <bmoses@stanford.edu>
6801
6802 * MAINTAINERS (Write After Approval): Add myself.
6803
6804 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6805
6806 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
6807 or newer.
6808 * configure: Regenerated.
6809
6810 2006-09-27 Dave Brolley <brolley@redhat.com>
6811
6812 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6813 using $s instead of $r.
6814 * configure: Regenerated.
6815
6816 2006-09-26 Thiemo Seufer <ths@mips.com>
6817
6818 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6819 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6820 * configure: Regenerate.
6821
6822 2006-09-24 Graeme Peterson <gridly@gmail.com>
6823
6824 * MAINTAINERS (Write After Approval): Remove myself.
6825
6826 2006-09-22 Chao-ying Fu <fu@mips.com>
6827
6828 * MAINTAINERS (Write After Approval): Add myself.
6829
6830 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6831
6832 * MAINTAINERS: Add self as soft-fp maintainer.
6833
6834 2006-09-09 Anatoly Sokolov <aesok@post.ru>
6835
6836 * MAINTAINERS: Add myself as avr maintainer.
6837 Remove Marek Michalkiewicz as avr maintainer.
6838
6839 2006-09-07 Roberto Costa <roberto.costa@st.com>
6840
6841 * MAINTAINERS (Write After Approval): Add myself.
6842
6843 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
6844
6845 * configure.in: Never build newlib for a Mingw host.
6846 Never build newlib as Mingw target library.
6847 Test the existence of winsup/cygwin for building a Cygwin newlib,
6848 rather than just winsup.
6849 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6850 building a Mingw target.
6851 * configure: Regenerate.
6852
6853 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6854
6855 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6856
6857 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
6858
6859 * config.guess: Import from src (was more updated).
6860 * config.sub: Likewise.
6861
6862 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6863
6864 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6865 * configure: Regenerated.
6866
6867 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
6868
6869 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6870 for stages after the first.
6871
6872 2006-07-17 Jakub Jelinek <jakub@redhat.com>
6873
6874 * Makefile.def: Add dependencies for configure-opcodes
6875 on configure-intl and all-opcodes on all-intl.
6876 * Makefile.in: Regenerated.
6877
6878 2006-07-13 Ben Elliston <bje@au.ibm.com>
6879
6880 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6881
6882 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6883
6884 Port to hosts whose 'sort' and 'tail' implementations
6885 treat operands with leading '+' as file names, as POSIX
6886 has required since 2001. However, make sure the code still
6887 works on pre-POSIX hosts.
6888 * ltmain.sh: Don't assume "sort +2" is equivalent to
6889 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6890
6891 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6892
6893 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6894
6895 2006-07-04 Peter O'Gorman <peter@pogma.com>
6896
6897 * ltconfig: chmod 644 before ranlib during install.
6898
6899 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6900
6901 PR bootstrap/18058
6902 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6903 if the bootstrap compiler is a GCC version that supports it.
6904 * configure: Regenerate.
6905
6906 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6907
6908 * configure.in: Fix thinkos in previous check-in.
6909 * configure: Regenerate.
6910
6911 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6912
6913 PR other/27063
6914 * configure.in: Test subdir_requires and give an appropriate
6915 error message.
6916 * configure: Regenerate.
6917
6918 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6919
6920 * MAINTAINERS (Write After Approval): Add myself.
6921
6922 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
6923
6924 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6925
6926 2006-06-22 Steve Ellcey <sje@cup.hp.com>
6927
6928 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6929
6930 2006-06-20 David Ayers <d.ayers@inode.at>
6931
6932 PR bootstrap/28072
6933 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6934 whether target-libjava is being configured instead of whether the
6935 java front end is enabled.
6936 * configure: Regenerate.
6937
6938 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6939
6940 PR target/27540
6941 * configure.in: Only enable libgomp on IRIX 6.
6942 * configure: Regenerate.
6943
6944 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
6945
6946 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6947 too.
6948 * Makefile.in: Regenerate.
6949
6950 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6951
6952 * config-ml.in: Alter CCASFLAGS to include special
6953 multilib options the same as is done for CFLAGS.
6954
6955 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6956
6957 * configure.in: Don't enable libgomp on hpux10.
6958 * configure: Rebuilt.
6959
6960 2006-06-12 David Ayers <d.ayers@inode.at>
6961
6962 PR bootstrap/27963
6963 PR target/19970
6964 * configure.in: Remove target-boehm-gc from noconfigdirs where
6965 ${libgcj} is specified.
6966 * configure: Regenerate.
6967
6968 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
6969
6970 Sync from src:
6971
6972 * configure.in: Sync.
6973 * configure: Regenerated.
6974
6975 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6976
6977 * Makefile.def: Added dependencies from sim and gdb on intl, and
6978 added configure dependencies to everything with an all dependency
6979 on intl.
6980 * Makefile.in: Regenerated.
6981
6982 2006-06-06 David Ayers <d.ayers@inode.at>
6983
6984 PR libobjc/13946
6985 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6986 * Makefile.in: Regenerate.
6987 * configure.in: Add --enable-objc-gc at toplevel and have it
6988 enable boehm-gc for Objective-C.
6989 Remove target-boehm-gc from libgcj.
6990 Add target-boehm-gc to target_libraries.
6991 Add target-boehm-gc to noconfigdirs where ${libgcj}
6992 is specified.
6993 Assert that boehm-gc is supported when requested for Objective-C.
6994 Only build boehm-gc if needed either for Java or Objective-C.
6995 * configure: Regenerate.
6996
6997 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
6998
6999 PR 27674
7000 * Makefile.tpl (configure-[+prefix+][+module+],
7001 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7002 Remove rule to unstage bootstrapped modules.
7003 (stage_current): New.
7004 * Makefile.in: Regenerate.
7005
7006 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7007
7008 * MAINTAINERS (Write After Approval): Update my e-mail address.
7009
7010 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
7011
7012 * include/libiberty.h: Declare pex_run_in_environment.
7013
7014 2006-05-31 Asher Langton <langton2@llnl.gov>
7015
7016 * MAINTAINERS (Write After Approval): Add myself.
7017
7018 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
7019
7020 * Makefile.def (bfd, opcodes): Fix lib_path.
7021 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7022 (restrap): Move under "@if gcc-bootstrap". Fix typo.
7023 * Makefile.in: Regenerate.
7024
7025 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7026
7027 * Makefile.in: Regenerate.
7028
7029 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7030
7031 * Makefile.def: Add install-html target. Add datarootdir
7032 docdir and htmldir to flags_to_pass.
7033 * Makefile.tpl: Add install-html target.
7034 * Makefile.in: Regenerate.
7035 * configure.in: Add --with-datarootdir, --with-docdir, and
7036 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7037 * configure: Regenerate.
7038
7039 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
7040
7041 * configure.in: Enable gprof for cross builds.
7042 * configure: Regenerate.
7043
7044 2006-05-22 Richard Guenther <rguenther@suse.de>
7045
7046 Revert
7047 2006-01-31 Richard Guenther <rguenther@suse.de>
7048 Paolo Bonzini <bonzini@gnu.org>
7049
7050 * Makefile.def (target_modules): Add libgcc-math target module.
7051 * configure.in (target_libraries): Add libgcc-math target library.
7052 (--enable-libgcc-math): New configure switch.
7053 * Makefile.in: Re-generate.
7054 * configure: Re-generate.
7055 * libgcc-math: New toplevel directory.
7056
7057 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7058 Andreas Tobler <a.tobler@schweiz.ch>
7059
7060 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7061 * configure: Rebuilt.
7062
7063 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7064
7065 * MAINTAINERS (Write After Approval): Add myself.
7066
7067 2006-05-01 DJ Delorie <dj@redhat.com>
7068
7069 * configure.in: Restore CFLAGS if GMP isn't present.
7070 * configure: Regenerate.
7071
7072 2006-05-01 Richard Guenther <rguenther@suse.de>
7073
7074 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7075 maintainer.
7076
7077 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7078
7079 * MAINTAINERS (Write After Approval): Add myself.
7080
7081 2006-04-28 Jan Beulich <jbeulich@novell.com>
7082
7083 * MAINTAINERS (Write After Approval): Add myself.
7084
7085 2006-04-18 DJ Delorie <dj@redhat.com>
7086
7087 * configure.in (m32c): Build libstdc++-v3. Pass flags to
7088 reference libgloss so that libssp can be built in a combined
7089 tree.
7090 * configure: Regenerate.
7091
7092 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
7093
7094 * MAINTAINERS (Write After Approval): Add myself.
7095
7096 2006-04-05 Ben Elliston <bje@au.ibm.com>
7097
7098 * configure.in: Require makeinfo 4.4 or higher.
7099 * configure: Regenerate.
7100
7101 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7102
7103 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7104 Rearrange the entries of other libraries to have them in one place.
7105
7106 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7107
7108 * MAINTAINERS (Write After Approval): Remove myself.
7109 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7110
7111 2006-03-14 Richard Guenther <rguenther@suse.de>
7112
7113 * configure: Regenerate with autoconf 2.13.
7114
7115 2006-03-13 Jim Blandy <jimb@codesourcery.com>
7116
7117 * MAINTAINERS: Use my work address.
7118
7119 * MAINTAINERS: Update my E-mail address.
7120
7121 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
7122
7123 * configure.in: Handle --disable-<component> generically.
7124 * configure: Regenerate.
7125
7126 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7127
7128 PR libgcj/17311
7129 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7130
7131 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7132
7133 * MAINTAINERS (Write After Approval): Remove myself.
7134 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7135
7136 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
7137
7138 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7139 (TARGET_CONFIGDIRS): Remove.
7140 * configure.in: Remove AC_SUBST(target_configdirs).
7141 * Makefile.in, configure: Regenerated.
7142
7143 2006-02-20 Steven G. Kargl <kargls@comcast.net>
7144
7145 * MAINTAINERS (Write After Approval): Remove myself.
7146 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7147
7148 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
7149
7150 PR bootstrap/25670
7151
7152 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7153
7154 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7155 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7156 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7157 BUILD_PREFIX, BUILD_PREFIX_1.
7158 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7159
7160 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7161 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7162
7163 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7164 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7165 of `cat stage_current`. Always provide the `r' and `s' variables.
7166 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7167 a single shell execution.
7168 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7169 bootstrapped modules, make the stage1 module if the build was not
7170 started yet, else build the current stage.
7171 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7172 (all-build, all-host, all-target, [+make_target+]-host,
7173 [+make_target+]-target): Do not use \-continued lines.
7174 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7175 (current_stage, restrap, stage_last): New.
7176
7177 * Makefile.in: Regenerate.
7178 * configure: Regenerate.
7179
7180 2006-02-19 Bud Davis <jmdavis@link.com>
7181
7182 * MAINTAINERS (Write After Approval): Remove myself.
7183 (Language Front End Maintainers): Add myself as fortran 95
7184 maintainer and update e-mail address.
7185
7186 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7187
7188 * MAINTAINERS (Write After Approval): Remove myself.
7189 (Language Front End Maintainers): Add myself as fortran 95
7190 maintainer.
7191
7192 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
7193
7194 * MAINTAINERS (Write After Approval): Add myself.
7195
7196 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7197
7198 * MAINTAINERS (Write After Approval): Remove myself.
7199 (Language Front End Maintainers): Add myself as
7200 fortran 95 maintainer.
7201
7202 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
7203
7204 Sync from src:
7205
7206 2005-12-27 Leif Ekblad <leif@rdos.net>
7207
7208 * configure.in: Add support for RDOS target.
7209 * configure: Regenerate.
7210
7211 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
7212 Andreas Schwab <schwab@suse.de>
7213
7214 * configure: Regenerate.
7215
7216 2006-02-12 David Edelsohn <edelsohn@gnu.org>
7217
7218 * configure.in (enable_libgomp): Add AIX.
7219 * configure: Regenerate.
7220
7221 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7222
7223 * MAINTAINERS (Write After Approval): Add myself.
7224
7225 2006-02-03 Lee Millward <lee.millward@gmail.com>
7226
7227 * MAINTAINERS (Write After Approval): Add myself.
7228
7229 2006-01-31 Richard Guenther <rguenther@suse.de>
7230 Paolo Bonzini <bonzini@gnu.org>
7231
7232 * Makefile.def (target_modules): Add libgcc-math target module.
7233 * configure.in (target_libraries): Add libgcc-math target library.
7234 (--enable-libgcc-math): New configure switch.
7235 * Makefile.in: Re-generate.
7236 * configure: Re-generate.
7237 * libgcc-math: New toplevel directory.
7238
7239 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
7240
7241 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7242 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7243 the assembler, linker and binutils.
7244 * configure: Regenerate.
7245
7246 2006-01-22 Dirk Mueller <dmueller@suse.de>
7247
7248 * MAINTAINERS (Write After Approval): Add myself.
7249
7250 2006-01-20 Diego Novillo <dnovillo@redhat.com>
7251
7252 * configure: Regenerate.
7253
7254 2006-01-18 Richard Henderson <rth@redhat.com>
7255 Jakub Jelinek <jakub@redhat.com>
7256 Diego Novillo <dnovillo@redhat.com>
7257
7258 * libgomp: New directory.
7259 * Makefile.def: Add target_module libgomp.
7260 * Makefile.in: Regenerate.
7261 * configure.in (target_libraries): Add target-libgomp.
7262 * configure: Regenerate.
7263
7264 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
7265
7266 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7267 @ from continuation.
7268 * Makefile.in: Rebuilt.
7269
7270 2006-01-04 Chris Lattner <sabre@gnu.org>
7271
7272 * MAINTAINERS (Write After Approval): Add myself.
7273
7274 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
7275
7276 PR bootstrap/24252
7277
7278 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7279 * Makefile.tpl (OBJDUMP): New.
7280 (EXTRA_HOST_FLAGS): Add it.
7281 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7282
7283 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7284 to use symbolic links between directories. Avoid race conditions
7285 or make them harmless.
7286 * configure.in: Do not try to use symbolic links between directories.
7287
7288 * Makefile.def (LEAN): Pass.
7289 * Makefile.tpl (LEAN): Define.
7290 (stage[+id+]-start): Accept that the previous directory does not
7291 exist, if the bootstrap is lean.
7292 (stage[+id+]-bubble): Invoke lean bootstrap commands after
7293 stage[+id+]-start. Use a makefile variable and an `if' instead of a
7294 configure substitution.
7295 ([+compare-target+]): Likewise.
7296 ([+bootstrap-target+]-lean): New.
7297 * configure.in: Remove lean bootstrap support from here.
7298
7299 * Makefile.in: Regenerate.
7300 * configure: Regenerate.
7301
7302 2006-01-04 Ben Elliston <bje@au.ibm.com>
7303
7304 * MAINTAINERS (libdecnumber): Add myself.
7305
7306 2006-01-02 Mark Mitchell <mark@codesourcery.com>
7307
7308 * libtool-ldflags: New script.
7309
7310 2006-01-02 Andreas Schwab <schwab@suse.de>
7311
7312 * configure.in: When reconfiguring remove Makefile in
7313 all stage directories.
7314 * configure: Regenerate.
7315
7316 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
7317
7318 * MAINTAINERS: Update my email address.
7319
7320 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
7321
7322 Revert Ada-related part of the previous change.
7323
7324 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7325 Do not pass.
7326 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7327 * Makefile.in: Regenerate.
7328 * configure.in: Do not include mt-ppc-aix target fragment.
7329 * configure: Regenerate.
7330
7331 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
7332
7333 * configure.in: Select appropriate fragments for PowerPC/AIX.
7334 * configure: Regenerate.
7335
7336 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7337 BOOT_CFLAGS, BOOT_LDFLAGS.
7338 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7339 BOOT_CFLAGS, BOOT_LDFLAGS.
7340 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7341 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7342 (stage): Fail if we cannot complete the work.
7343 * Makefile.in: Regenerate.
7344
7345 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7346
7347 * configure.in: Replace ms1 with mt.
7348 * configure: Rebuilt.
7349
7350 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7351
7352 * MAINTAINERS: Update my email address.
7353
7354 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
7355
7356 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7357 install-host-nogcc): Don't invoke $(stage) at the end.
7358 * Makefile.in: Regenerate.
7359
7360 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
7361
7362 * configure.in: Flip the top-level bootstrap switch.
7363 * configure: Regenerate.
7364
7365 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7366
7367 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7368 $(stage) and $(unstage).
7369 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7370 (all): Remove stray semicolon.
7371 (local-distclean): Don't handle multilib.tmp and multilib.out.
7372 (install.all): Set $s for consistency.
7373 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7374 check_multilibs setting. Always make the install directory.
7375 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7376 Correct @if/@endif.
7377 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7378 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7379 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7380 (multilib.out): Remove.
7381 * Makefile.in: Regenerated.
7382
7383 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
7384
7385 * MAINTAINERS (Write After Approval): Add myself.
7386
7387 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7388
7389 * MAINTAINERS: Add myself as mt maintainer.
7390
7391 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7392
7393 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7394
7395 * MAINTAINERS: Change email address.
7396
7397 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
7398
7399 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7400 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7401 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7402 Find in-tree tools if available.
7403 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7404 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7405 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7406 (COMPILER_*_FOR_TARGET): New.
7407 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7408 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7409 (CONFIGURED_*, USUAL_*): Remove.
7410 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7411 STRIP): Use autoconf substitutions.
7412 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7413 COMPILER_NM_FOR_TARGET): New.
7414 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7415
7416 (all): Make all-host and all-target in parallel.
7417 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7418 that $$r and $$s are set before invoking a recursive make.
7419 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7420 ([+bootstrap-target+]): Inline most of the `all' target.
7421
7422 2005-11-29 Ben Elliston <bje@au.ibm.com>
7423
7424 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7425 from the gcc build directory.
7426 * Makefile.in: Regenerate.
7427
7428 2005-11-29 Ben Elliston <bje@au.ibm.com>
7429
7430 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7431 depend on all-libdecnumber.
7432 * configure.in (host_libs): Include libdecnumber.
7433 * Makefile.in: Regenerate.
7434 * configure: Likewise.
7435
7436 2005-11-29 Ben Elliston <bje@au.ibm.com>
7437
7438 * libdecnumber: Import decNumber sources from the dfp-branch.
7439
7440 2005-11-21 Kean Johnston <jkj@sco.com>
7441
7442 * config.sub, config.guess: Sync from upstream sources.
7443
7444 2005-11-21 Ben Elliston <bje@au.ibm.com>
7445
7446 Import from Autoconf sources:
7447
7448 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7449 * config/move-if-change: Don't output "$2 is unchanged";
7450 suggested by Ben Elliston. Handle weird characters correctly.
7451
7452 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7453
7454 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7455 to match upstream libtool for darwin.
7456
7457 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7458
7459 * Makefile.def: Remove gdb dependencies for gdbtk.
7460 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7461 (configure-gdb, install-gdb): New rules.
7462 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7463 * Makefile.in, configure: Regenerated.
7464
7465 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7466
7467 * MAINTAINERS (Write After Approval): Add myself.
7468
7469 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7470
7471 * MAINTAINERS (Write After Approval): Add myself.
7472
7473 2005-10-24 Diego Novillo <dnovillo@redhat.com>
7474
7475 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7476 Diego Novillo.
7477
7478 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
7479
7480 PR bootstrap/24297
7481 * Makefile.tpl (do-[+make-target+], do-check, install,
7482 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7483 are set before recursing.
7484 * Makefile.in: Regenerate.
7485
7486 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7487
7488 PR bootstrap/18939
7489 * Makefile.def (gcc) <target>: Fix thinko.
7490 * Makefile.in: Regenerate.
7491
7492 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7493
7494 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7495 * configure: Regenerate.
7496
7497 2005-10-15 Jie Zhang <jie.zhang@analog.com>
7498
7499 * MAINTAINERS (Write After Approval): Add self.
7500
7501 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
7502
7503 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7504 target-libffi, target-qthreads, target-libjava, and
7505 targetlibobjc.
7506 * configure: Regenerate.
7507
7508 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7509
7510 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7511 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7512 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7513 (USUAL_OBJDUMP_FOR_TARGET): New.
7514 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7515 * configure.in: Check for $OBJDUMP_FOR_TARGET.
7516 * configure, Makefile.in: Regenerated.
7517
7518 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7519
7520 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7521 before other host packages.
7522
7523 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7524
7525 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7526
7527 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7528
7529 PR bootstrap/22340
7530
7531 * configure.in (default_target): Remove.
7532 * Makefile.tpl (all): Do not use prerequisites as subroutines
7533 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7534 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7535 use prerequisites as subroutines.
7536 (check-host, check-target): New.
7537 (bootstrap configure & all targets): Do not use stage*-start
7538 if the directory layout is already ok.
7539 (non-bootstrap configure & all targets): Prepend a $(unstage).
7540 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7541 (NOTPARALLEL): Remove.
7542 (unstage, stage variables): New variables.
7543 (unstage, stage targets): Simply expand to those variables.
7544
7545 * configure: Regenerate.
7546 * Makefile.in: Regenerate.
7547
7548 2005-10-04 James E Wilson <wilson@specifix.com>
7549
7550 * Makefile.def (lang_env_dependencies): Add libmudflap.
7551 * Makefile.in: Regenerate.
7552
7553 2005-10-03 Andreas Schwab <schwab@suse.de>
7554
7555 Backport from libtool CVS:
7556 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7557
7558 * ltmain.sh: add support for installing into temporary
7559 staging area (e.g. 'make install DESTDIR=...')
7560
7561 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7562
7563 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7564 * configure: Regenerated.
7565
7566 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7567
7568 * configure: Regenerate with the correct
7569 autoconf version.
7570
7571 2005-09-30 Catherine Moore <clm@cm00re.com>
7572
7573 * configure.in (bfin-*-*): New.
7574 * configure: Regenerated.
7575
7576 2005-09-28 Geoffrey Keating <geoffk@apple.com>
7577
7578 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7579 (LIPO_FOR_TARGET): New.
7580 (CONFIGURED_LIPO_FOR_TARGET): New.
7581 (USUAL_LIPO_FOR_TARGET): New.
7582 (STRIP_FOR_TARGET): New.
7583 (CONFIGURED_STRIP_FOR_TARGET): New.
7584 (USUAL_STRIP_FOR_TARGET): New.
7585 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7586 STRIP_FOR_TARGET.
7587 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7588 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7589 * Makefile.in: Regenerate.
7590 * configure: Regenerate.
7591
7592 2005-09-19 David Edelsohn <edelsohn@gnu.org>
7593
7594 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7595 (rs6000-*-aix*): Same.
7596 * configure: Regenerate.
7597
7598 2005-09-16 Tom Tromey <tromey@redhat.com>
7599
7600 * MAINTAINERS: Add self as java maintainer.
7601
7602 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7603
7604 * configure.in: Recognize f95 in the --enable-languages option,
7605 and substitute it for fortran, issuing a warning.
7606 * configure: Regenerate.
7607
7608 2005-08-30 Phil Edwards <phil@codesourcery.com>
7609
7610 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7611 * configure: Regenerated.
7612
7613 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
7614
7615 * MAINTAINERS: Add self as ms1 maintainer.
7616
7617 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7618
7619 * Makefile.def (libssp): Add to lang_env_dependencies.
7620 * Makefile.in: Regenerate.
7621
7622 2005-08-18 Ian Lance Taylor <ian@airs.com>
7623
7624 * MAINTAINERS: Add myself as middle-end maintainer.
7625
7626 2005-08-17 Christian Groessler <chris@groessler.org>
7627
7628 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7629 * Makefile.in: Regenerate.
7630
7631 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7632
7633 * MAINTAINERS (write after approval): Added myself.
7634
7635 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7636
7637 * MAINTAINERS (Write After Approval): Add myself.
7638
7639 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
7640
7641 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7642 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7643 Look for alternate names of the target cc and c++
7644 * configure: Regenerate.
7645
7646 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
7647
7648 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7649 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7650 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7651 tools; remove code to manually set them.
7652 (Target tools): Look in the environment for them.
7653 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7654 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7655 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7656 build directory.
7657 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7658 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7659 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7660 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7661 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7662 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7663 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7664 * configure: Regenerate.
7665 * Makefile.in: Regenerate.
7666
7667 2005-07-28 Ben Elliston <bje@au.ibm.com>
7668
7669 * MAINTAINERS: Update for removed CPU targets.
7670
7671 2005-07-27 Mark Mitchell <mark@codesourcery.com>
7672
7673 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7674 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7675 * Makefile.in: Regenerated.
7676
7677 2005-07-26 Mark Mitchell <mark@codesourcery.com>
7678
7679 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7680 (CFLAGS_FOR_TARGET): Use it.
7681 (CXXFLAGS_FOR_TARGET): Likewise.
7682 * Makefile.in: Regenerated.
7683 * configure.in (--with-build-sysroot): New option.
7684 * configure: Regenerated.
7685
7686 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
7687
7688 * Makefile.tpl: Wrap install between unstage and stage
7689 * Makefile.in: Regenerate.
7690
7691 2005-07-21 Eric Christopher <echristo@apple.com>
7692
7693 * MAINTAINERS: Update affiliation.
7694
7695 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7696
7697 * MAINTAINERS: Add self as crx port maintainer.
7698
7699 2005-07-20 DJ Delorie <dj@redhat.com>
7700
7701 * MAINTAINERS: Add self as m32c maintainer.
7702
7703 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7704
7705 * all files: Update FSF address.
7706
7707 2005-07-15 Eric Christopher <echristo@redhat.com>
7708
7709 * MAINTAINERS: Change affiliation.
7710
7711 2005-07-14 Jim Blandy <jimb@redhat.com>
7712
7713 * configure.in: Add cases for Renesas m32c.
7714 * configure: Regenerated.
7715
7716 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7717
7718 * COPYING.LIB: Update from fsf.org.
7719
7720 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7721
7722 * COPYING, compile, config.guess,
7723 config.sub, install-sh, missing, mkinstalldirs,
7724 symlink-tree, ylwrap: Sync from upstream sources.
7725 * config-ml.in: Update FSF address.
7726
7727 2005-07-13 Eric Christopher <echristo@redhat.com>
7728
7729 * configure.in: Add toplevel noconfigdir support for tpf.
7730 * configure: Regenerate.
7731
7732 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
7733
7734 PR ada/22340
7735
7736 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7737 * Makefile.in: Regenerate.
7738
7739 2005-07-07 Mark Mitchell <mark@codesourcery.com>
7740
7741 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7742 Brolley to write-after-approval.
7743
7744 2005-07-07 Andreas Schwab <schwab@suse.de>
7745
7746 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7747 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7748 * Makefile.in: Regenerated.
7749
7750 2005-07-06 Geoffrey Keating <geoffk@apple.com>
7751
7752 * configure.in: Don't build sim or rda when targetting darwin.
7753 * configure: Regenerate.
7754
7755 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
7756
7757 * configure.in: Add --enable-libssp and --disable-libssp.
7758 * configure: Regenerate with autoconf-2.13.
7759
7760 2005-07-02 Jakub Jelinek <jakub@redhat.com>
7761
7762 * Makefile.def (target_modules): Add libssp.
7763 * configure.in (target_libraries): Add target-libssp.
7764 * configure: Rebuilt.
7765 * Makefile.in: Rebuilt.
7766
7767 2005-07-01 Zack Weinberg <zackw@panix.com>
7768
7769 * MAINTAINERS: Change email address. Resign from maintainership.
7770
7771 2005-07-01 Richard Guenther <rguenther@suse.de>
7772
7773 * MAINTAINERS: Change my e-mail address and affiliation.
7774
7775 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
7776
7777 * Makefile.def (stagefeedback): Come after profile.
7778 Define profiledbootstrap target.
7779 * Makefile.tpl (profiledbootstrap): Remove.
7780 (stageprofile-end): Zap stagefeedback.
7781 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7782 * Makefile.in: Regenerate.
7783
7784 2005-06-13 Richard Sandiford <richard@codesourcery.com>
7785
7786 * MAINTAINERS: Update my email address.
7787
7788 2005-06-13 Zack Weinberg <zack@codesourcery.com>
7789
7790 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7791 In 'cpp' stanza, support '#line' as well as '# '.
7792
7793 2005-06-08 Andreas Schwab <schwab@suse.de>
7794
7795 * MAINTAINERS: Move myself from 'Write After Approval' to
7796 'CPU Port Maintainers' section as m68k maintainer.
7797
7798 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
7799
7800 * configure.in (unsupported_languages): New macro.
7801 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7802 non-ported target libraries in noconfigdirs.
7803 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7804 non-linux-gnu. Remove libgcj_ex_libffi.
7805 <lang_frag loop>: Set add_this_lang=no if the language is in
7806 unsupported_languages.
7807 * configure: Regenerate.
7808
7809 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7810
7811 * configure.in: Fix typo in handling of --with-mpfr-dir.
7812 * configure: Regenerate.
7813
7814 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7815
7816 * MAINTAINERS: Update my email address.
7817
7818 2005-06-02 Jim Blandy <jimb@redhat.com>
7819
7820 * config.sub: Add cases for the Renesas m32c. (This patch has been
7821 accepted into the master sources.)
7822
7823 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
7824 Michael Snyder <msnyder@redhat.com>
7825 Stan Cox <scox@redhat.com>
7826
7827 * configure.in: Set noconfigdirs for ms1.
7828
7829 * configure: Regenerate.
7830
7831 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7832
7833 * MAINTAINERS (Write After Approval): Add self.
7834
7835 2005-06-01 Josh Conner <jconner@apple.com>
7836
7837 * MAINTAINERS (Write After Approval): Add self.
7838
7839 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
7840
7841 * MAINTAINERS: Update my email address.
7842
7843 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7844
7845 * MAINTAINERS (Write After Approval): Add self.
7846
7847 2005-05-26 Chris Demetriou <cgd@broadcom.com>
7848
7849 * MAINTAINERS (Write After Approval): Remove self.
7850
7851 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
7852
7853 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7854 (Dependencies): Consider target modules for bootstrap dependencies.
7855 Make target bootstrap modules depend on each stage's gcc.
7856 * Makefile.in: Regenerate.
7857
7858 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
7859
7860 * Makefile.def (configure-gcc): Depend on binutils having been built.
7861 (all-gcc): No need to do it here.
7862 * Makefile.in: Regenerate.
7863
7864 2005-05-19 Paul Brook <paul@codesourcery.com>
7865
7866 * configure.in: Rewrite misleading error message when requested
7867 language cannot be built.
7868 * configure: Regenerate.
7869
7870 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7871
7872 * ylwrap: Import from Automake 1.9.5.
7873
7874 2005-05-13 David Ung <davidu@mips.com>
7875
7876 * MAINTAINERS (Write After Approval): Add self.
7877
7878 2005-05-09 Mike Stump <mrs@apple.com>
7879
7880 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7881 lt_cv_sys_max_cmd_len for now.
7882
7883 2005-05-09 Stan Cox <scox@redhat.com>
7884
7885 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7886
7887 2005-05-08 Matt Kraai <kraai@ftbfs.org>
7888
7889 * README.SCO: Update the URL.
7890
7891 2005-05-05 David Edelsohn <edelsohn@gnu.org>
7892
7893 * ltconfig: Define file_list_spec. Pass file_list_spec and
7894 with_gnu_ld to libtool.
7895 * ltcf-c.sh (aix[45]): Define file_list_spec.
7896 * ltcf-cxx.sh (aix[45]): Same.
7897 * ltcf-gcj.sh (aix[45]): Same.
7898 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7899 exists, write list of input files to temporary file.
7900
7901 2005-05-04 Mike Stump <mrs@apple.com>
7902
7903 * configure.in: Always pass --target to target configures as
7904 otherwise rebuilds that do --recheck will fail.
7905 * confiugure: Rebuilt.
7906
7907 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
7908
7909 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7910 STAGE_HOST_EXPORTS.
7911 (configure, all): Add bootstrap support.
7912 (Host modules, target modules): Pass post-stage1 flags and exports.
7913 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7914 * Makefile.in: Regenerate.
7915
7916 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
7917
7918 * configure: Regenerate.
7919
7920 2005-04-27 Mike Stump <mrs@apple.com>
7921
7922 * MAINTAINERS: Add self as darwin maintainer.
7923
7924 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7925
7926 * config.sub: Update from master copy.
7927
7928 2005-04-21 Mike Stump <mrs@apple.com>
7929
7930 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7931 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7932
7933 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
7934
7935 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7936 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7937 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7938 "*-*-elf" and "*-*-linux*".
7939 * configure: Regenerate.
7940
7941 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7942
7943 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7944
7945 2005-04-12 Mike Stump <mrs@apple.com>
7946
7947 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7948
7949 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7950
7951 * MAINTAINERS (Write After Approval): Add myself.
7952
7953 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7954
7955 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7956
7957 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
7958
7959 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7960 (TARGET_CONFIGARGS): Include --with-target-subdir.
7961 (configure, all): New macros. Use them throughout.
7962 * Makefile.in: Regenerate.
7963
7964 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7965
7966 * MAINTAINERS (Write After Approval): Add myself.
7967
7968 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7969
7970 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7971
7972 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7973
7974 * MAINTAINERS: Move John Carr to Write After Approval.
7975
7976 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
7977
7978 * config/mh-mingw32: Delete.
7979 * configure.in: Don't use it.
7980 * configure: Regenerate.
7981
7982 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
7983
7984 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7985 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7986 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7987 (HOST_LIB_PATH): Generate from Makefile.def.
7988 (TARGET_LIB_PATH): Likewise.
7989 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7990 * Makefile.in: Regenerate.
7991 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7992 (RPATH_ENVVAR): Include Darwin case.
7993 * configure: Regenerate.
7994
7995 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7996
7997 * MAINTAINERS (Various Maintainers): Remove self.
7998 (Write After Approval): Add self.
7999
8000 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
8001
8002 * MAINTAINERS (Various Maintainers): Add self.
8003
8004 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
8005
8006 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8007 * configure: Regenerate.
8008
8009 2005-03-21 Zack Weinberg <zack@codesourcery.com>
8010
8011 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8012 gcc_version, and gcc_version_trigger from set of flags to pass.
8013 * Makefile.tpl: Remove definitions of above variables.
8014 (config.status): Remove dependency on $(gcc_version_trigger).
8015 * Makefile.in: Regenerate.
8016 * configure.in: Do not reference config/gcc-version.m4 nor
8017 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
8018 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
8019 * configure: Regenerate.
8020
8021 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
8022 Andrew Pinski <pinskia@physics.uc.edu>
8023
8024 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8025 * Makefile.in: Regenerate.
8026
8027 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
8028
8029 * MAINTAINERS (Write After Approval): Add myself.
8030
8031 2005-03-03 David Ayers <d.ayers@inode.at>
8032
8033 * MAINTAINERS (Write After Approval): Add myself.
8034
8035 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
8036
8037 PR libgcj/20160
8038 * ltmain.sh: Avoid creating archives with components that have
8039 duplicate basenames.
8040
8041 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
8042
8043 PR bootstrap/20250
8044 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8045 instead of check.
8046 * Makefile.in: Regenerate.
8047
8048 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8049
8050 * Makefile.in: Regenerate to fix conflict between the previous two
8051 patches.
8052
8053 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8054
8055 PR bootstrap/17383
8056 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8057 * Makefile.tpl (HOST_SUBDIR): New substitution.
8058 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8059 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8060 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8061 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8062 (Host modules, Bootstrapped modules): Use it.
8063 (Build modules, Target modules): Do not create symlink trees,
8064 always configure out-of-srcdir.
8065 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8066 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8067 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8068 $(HOST_SUBDIR). Create a symlink for host_subdir.
8069
8070 * Makefile.in: Regenerate.
8071 * configure: Regenerate.
8072
8073 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8074
8075 Merged from libada-gnattools-branch:
8076 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
8077
8078 * gnattools: New directory.
8079 * Makefile.def: Add gnattools as a module, depending on target-libada.
8080 * Makefile.in: Regenerate.
8081 * configure.in: Include gnattools in host_tools; disable it if ada
8082 is disabled.
8083 * configure: Regenerate.
8084
8085 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
8086
8087 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8088 treelang maintainer.
8089 (Write After Approval): Remove myself.
8090
8091 2005-02-23 Paul Schlie <schlie@comcast.net>
8092
8093 * configure.in: Allow darwin targeted ports to build tk, itcl and
8094 libgui.
8095 * configure: Regenerate.
8096
8097 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8098
8099 PR libgcj/10353
8100 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8101 * configure: Regenerate.
8102
8103 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8104
8105 * MAINTAINERS (Write After Approval): Add myself.
8106
8107 2005-02-10 Ian Lance Taylor <ian@airs.com>
8108
8109 * MAINTAINERS: Update my e-mail address.
8110
8111 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8112
8113 * MAINTAINERS (Write After Approval): Add myself.
8114
8115 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
8116
8117 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8118 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8119 target-libgloss when not *-*-elf and *-*-aout.
8120 * configure: Regenerate.
8121
8122 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8123
8124 * MAINTAINERS: Remove obsolete entries.
8125
8126 * MAINTAINERS (Write After Approval): Add Michael Matz.
8127
8128 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
8129
8130 * MAINTAINERS: Remove self as cpplib maintainer.
8131
8132 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8133
8134 * install-sh, config.sub: Import from upstream.
8135
8136 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8137
8138 PR bootstrap/18222
8139 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8140 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8141 * Makefile.in: Regenerate.
8142
8143 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
8144
8145 * MAINTAINERS: Update my email address.
8146
8147 2005-01-12 David Edelsohn <edelsohn@gnu.org>
8148 Andreas Schwab <schwab@suse.de>
8149
8150 PR bootstrap/18033
8151 * config-ml.in: Eval option if surrounded by single quotes.
8152
8153 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
8154
8155 Revert 2004-12-28 Makefile changes, a better fix will be
8156 applied to mainline and src after GCC 4.0 branches.
8157
8158 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
8159
8160 PR bootstrap/17383
8161
8162 * Makefile.def (target_modules): Remove stage parameter,
8163 it is always true now.
8164 * Makefile.tpl (configure-build-[+module+],
8165 configure-target-[+module+]): Always build symlink tree
8166 for the directory and for include. BUILD_SUBDIR and
8167 TARGET_SUBDIR cannot be . anymore.
8168 * Makefile.in: Regenerate.
8169
8170 2004-12-25 David Edelsohn <edelsohn@gnu.org>
8171
8172 Revert 2004-12-08 Makefile changes.
8173
8174 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8175
8176 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8177 cygwin, mingw.
8178
8179 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8180
8181 * configure.in (sh64-*-*): Reenable gprof.
8182 * configure: Regenerate.
8183
8184 2004-12-08 David Edelsohn <edelsohn@gnu.org>
8185
8186 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8187 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8188 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8189 * Makefile.in: Regenerate.
8190
8191 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8192
8193 * MAINTAINERS: Update my email address.
8194
8195 2004-12-07 Matt Kraai <kraai@ftbfs.org>
8196
8197 * Makefile.tpl: Generate normal dependencies if the LHS module is
8198 not bootstrapped.
8199 * Makefile.in: Regenerate.
8200
8201 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
8202
8203 * configure.in: Include config/gxx-include-dir.m4. Use
8204 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8205 * configure: Regenerate.
8206
8207 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
8208
8209 * config.if: Delete.
8210 * configure.in: Set libstdcxx_incdir directly.
8211 * configure: Regenerate.
8212
8213 2004-12-02 Eric Christopher <echristo@redhat.com>
8214
8215 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8216 * Makefile.in: Regenerate.
8217
8218 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
8219
8220 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8221 * configure: Regenerate.
8222
8223 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
8224
8225 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8226 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8227 * configure: Regenerate.
8228
8229 2004-12-01 Eric Christopher <echristo@redhat.com>
8230
8231 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8232 of things to remove.
8233
8234 2004-11-29 Matt Kraai <kraai@ftbfs.org>
8235
8236 * MAINTAINERS (Write After Approval): Update my e-mail address.
8237
8238 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8239
8240 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8241 from CVS libtool to always pass_all.
8242
8243 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8244
8245 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8246 (hppa*64*-*-*): Delete incorrect comment.
8247 * configure: Rebuilt.
8248
8249 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8250
8251 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8252
8253 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8254
8255 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8256 from CVS libtool to always pass_all.
8257
8258 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8259
8260 * install-sh, compile: Import from automake.
8261
8262 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8263
8264 * config.guess, config.sub: Import from savannnah.
8265
8266 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
8267
8268 * MAINTAINERS (Write After Approval): Add myself
8269
8270 2004-11-12 Mike Stump <mrs@apple.com>
8271
8272 * Makefile.def: Add html support.
8273 * Makefile.tpl: Likewise.
8274 * Makefile.in: Regenerate.
8275
8276 2004-11-11 Geoffrey Keating <geoffk@apple.com>
8277
8278 PR 18423
8279 * configure.in: Remove all instances of build-fixincludes from
8280 noconfigdirs.
8281 (build_configargs): Supply --target to subdirectories.
8282 * configure: Regenerate.
8283
8284 * Makefile.def: Make gcc install depend on fixincludes install.
8285 * Makefile.in: Regenerate.
8286
8287 2004-11-10 Janis Johnson <janis187@us.ibm.com>
8288
8289 * MAINTAINERS: Add myself as gcc testsuite maintainer.
8290
8291 2004-11-11 Paul Brook <paul@codesourcery.com>
8292
8293 * MAINTAINERS: Add self as arm maintainer. Update email address.
8294
8295 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
8296
8297 * configure.in (noconfigdirs) [mmix-*-*]: Disable
8298 target-libgfortran.
8299 * configure: Regenerate.
8300
8301 2004-11-07 David Edelsohn <edelsohn@gnu.org>
8302
8303 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8304 like CC.
8305
8306 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
8307
8308 * Makefile.def (host fixincludes): Specify missing targets.
8309 * Makefile.in: Regenerate.
8310
8311 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
8312
8313 * MAINTAINERS: Add myself
8314
8315 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
8316
8317 * MAINTAINERS (Write After Approval): Add myself.
8318
8319 2004-11-04 Geoffrey Keating <geoffk@apple.com>
8320
8321 * Makefile.def: Build fixincludes for the host, too.
8322 * Makefile.in: Regenerate.
8323 * configure.in (host_tools): Add fixincludes.
8324 * configure: Regenerate.
8325
8326 2004-11-04 Daniel Jacobowitz <dan@debian.org>
8327
8328 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8329 * configure: Regenerated.
8330
8331 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
8332
8333 PR other/17783
8334 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8335 * configure: Regenerated.
8336
8337 2004-10-31 Mark Mitchell <mark@codesourcery.com>
8338
8339 * README.SCO: Update per FSF instructions.
8340
8341 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
8342
8343 PR target/18151
8344 * configure.in (case ${target}): Do not build fixincludes for avr.
8345 * configure: Regenerated.
8346
8347 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
8348
8349 * configure.in (case ${target}): Do not build fixincludes
8350 on platforms where it is not used.
8351 * configure: Regenerated.
8352
8353 2004-10-23 Daniel Jacobowitz <dan@debian.org>
8354
8355 * configure.in: Use an absolute path to install-sh.
8356 * configure: Regenerated.
8357
8358 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8359
8360 * MAINTAINERS (Write After Approval): Add myself.
8361
8362 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8363
8364 * MAINTAINERS: Remove from Write After Approval those that are
8365 already maintainers.
8366
8367 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8368
8369 * MAINTAINERS: Update my email address.
8370
8371 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8372
8373 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8374 * configure: Regenerate.
8375
8376 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
8377
8378 * MAINTAINERS: Update my email address.
8379
8380 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8381
8382 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8383 entries belonging to this category.
8384
8385 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8386
8387 * MAINTAINERS: Update my e-mail address.
8388
8389 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
8390
8391 Fix wrong conflict resolution in:
8392
8393 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8394
8395 * Makefile.in: Regenerate.
8396 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8397 in the recursive `make', instead of hardwiring `all'.
8398 (Autogenerated TARGET-* variables): New.
8399
8400 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8401
8402 * configure.in: Enable target-libgloss for crx-*-*.
8403 * configure: Regenerate.
8404
8405 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8406
8407 * MAINTAINERS (Various Maintainers): Move the "windows,
8408 cygwin, mingw" maintainer to ...
8409 (OS Port Maintainers): ... here.
8410
8411 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8412
8413 * MAINTAINERS (Write After Approval): Remove those that are
8414 maintainers of some subsystem.
8415
8416 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8417
8418 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8419 * ltcf-cxx.sh (tpf*): Likewise.
8420 * ltconfig (tpf*): Add TPF OS configuration support.
8421
8422 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8423
8424 * MAINTAINERS: Change my email address to my new work account.
8425
8426 2004-09-24 Michael Roth <mroth@nessie.de>
8427
8428 * configure.in (--without-headers): Add missing double quotes.
8429 * configure: Regenerate.
8430
8431 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
8432
8433 * ylwrap: Revert to previous version.
8434
8435 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8436
8437 PR bootstrap/17369
8438 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8439 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8440 SET_GCC_LIB_PATH_CMD.
8441 (BASE_TARGET_EXPORTS): Likewise.
8442 * Makefile.in: Regenerated.
8443
8444 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8445 * configure: Regenerated.
8446
8447 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8448
8449 * config.guess: New upstream version
8450 * compile, depcomp, install-sh, ylwrap: Likewise.
8451
8452 2004-09-19 Roger Sayle <roger@eyesopen.com>
8453
8454 * config/mh-x86omitfp: New host makefile fragment. Add
8455 -fomit-frame-pointer to the default BOOT_CFLAGS.
8456 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8457 * configure: Regenerate.
8458
8459 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8460
8461 PR target/11572
8462 * configure.in (*-*-darwin*): Renable libobjc.
8463 * configure: Regenerate.
8464
8465 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8466
8467 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8468
8469 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
8470
8471 * Makefile.def: Remove libbanshee.
8472 * Makefile.tpl: Ditto.
8473 * configure.in: Ditto.
8474 * Makefile.in: Regen.
8475 * configure: Ditto.
8476
8477 2004-09-08 David Edelsohn <edelsohn@gnu.org>
8478
8479 * ltmain.sh: Use $pic_object as $non_pic_object if
8480 $non_pic_object=none.
8481
8482 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
8483
8484 * missing: Import latest version from master repository.
8485
8486 2004-09-06 Nick Clifton <nickc@redhat.com>
8487
8488 * config.sub: Import latest version from master repository.
8489 * config.guess: Likewise.
8490 This includes these changes:
8491
8492 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8493
8494 * config.sub: Handle crisv32, alias etraxfs.
8495 * config.guess (crisv32:Linux:*:*): Handle.
8496
8497 2004-08-13 Brad Smith <brad@comstyle.com>
8498
8499 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8500 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8501
8502 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8503
8504 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8505 assume the processor is a powerpc. This is because coreutils
8506 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8507 in this case, due to a MacOS X bug that causes
8508 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8509 to return a negative number.
8510 Problem reported by Petter Reinholdtsen in:
8511 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8512
8513 2004-07-19 Ben Elliston <bje@gnu.org>
8514
8515 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8516
8517 2004-06-24 Ben Elliston <bje@gnu.org>
8518
8519 * config.guess: Update copyright years.
8520 * config.sub: Likewise.
8521
8522 2004-06-22 Robert Millan <robertmh@gnu.org>
8523
8524 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8525 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8526
8527 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8528
8529 * config.guess (*:*VMS:*:*): New entry. Replaces
8530 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8531 manufacturer.
8532
8533 2004-06-22 Ben Elliston <bje@gnu.org>
8534
8535 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8536 * config.sub: Likewise.
8537
8538 2004-06-22 Ben Elliston <bje@gnu.org>
8539
8540 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8541 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8542
8543 2004-06-11 Ben Elliston <bje@gnu.org>
8544
8545 * config.guess (pegasos:OpenBSD:*:*): Remove.
8546
8547 2004-06-11 Ben Elliston <bje@gnu.org>
8548
8549 From Wouter Verhelst <wouter@grep.be>:
8550 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8551
8552 2004-06-11 Ben Elliston <bje@gnu.org>
8553
8554 * config.guess (luna88k:OpenBSD:*:*): New.
8555
8556 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8557
8558 * config.guess (m32r*:Linux:*:*): New case.
8559 * config.sub: Handle m32rle.
8560
8561 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8562
8563 From Jens Petersen <petersen@redhat.com>:
8564 * config.sub: Handle sparcv8.
8565
8566 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8567
8568 From Tom Smith <smith@cag.lkg.hp.com>:
8569 * config.guess: Version suffixes are equally significant on Tru64
8570 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8571 prefix of "P" (patched kernel).
8572
8573 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8574
8575 * config.sub: Add support for National Semiconductor CRX target.
8576
8577 2004-09-03 Janis Johnson <janis187@us.ibm.com>
8578
8579 * MAINTAINERS (Various Maintainers): Remove myself as web page
8580 maintainer, add myself as maintainer of build status lists.
8581
8582 2004-09-03 Jan Beulich <jbeulich@novell.com>
8583
8584 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8585 *-*-netware, but add target-libmudflap.
8586 Consolidate *-*-netware targets (of which really only i?86 exists)
8587 into a single entry.
8588 * configure: Likewise.
8589
8590 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
8591
8592 * Makefile.tpl (sorry): Remove.
8593 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8594 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8595 (do-clean): Clean per-stage directories too.
8596 (do-distclean): Run distclean-stage1 too.
8597 (.NOTPARALLEL): Enable during toplevel bootstrap.
8598 (stage[+id+]-bubble): Enable parallel execution during
8599 the recursive invocation.
8600 * Makefile.in: Regenerate.
8601
8602 Fix previous checkin:
8603
8604 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8605 include.
8606 * configure.in: Fix indentation.
8607 * configure: Regenerate.
8608
8609 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
8610
8611 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8612 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8613 * configure: regenerate
8614 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8615 -mdynamic-no-pic
8616
8617 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
8618
8619 * Makefile.def (build_modules): Add fixincludes.
8620 (dependencies): Make gcc depend on fixincludes.
8621 * configure.in (build_tools): Add fixincludes.
8622 (build_configdirs): Always include build_libs.
8623 * Makefile.in: Regenerate.
8624 * configure: Regenerate.
8625
8626 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
8627
8628 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8629 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8630 phony targets; do not generate timestamp files.
8631 (distclean-stageN): Remove references to their timestamp files.
8632 (restageN, touch-stageN): Remove.
8633 (stageN-bubble): Rewritten.
8634 (compare): Support lean bootstraps.
8635 * Makefile.in: Regenerate.
8636
8637 * configure.in: Only warn when bootstrapping but
8638 build != host or build != target. Support lean bootstraps.
8639 * configure: Regenerate.
8640
8641 2004-08-26 Phil Edwards <phil@codesourcery.com>
8642
8643 * configure.in: Give a better error message if GMP/MPFR are missing
8644 and a language needing them has been requested.
8645 * configure: Regenerated.
8646
8647 2004-08-25 Phil Edwards <phil@codesourcery.com>
8648
8649 * configure.in: Print a list of available language front-ends if
8650 a requested one is missing. Tidy stray tab characters.
8651 * configure: Regenerated.
8652
8653 2004-08-19 Michael Koch <konqueror@gmx.de>
8654
8655 * gcc/doc/install.texi: Update entry about automake for libjava.
8656
8657 2004-08-17 Robert Millan <robertmh@gnu.org>
8658
8659 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8660 (instead of FreeBSD).
8661 * configure: Regenerate.
8662
8663 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8664
8665 * Makefile.in: Regenerate.
8666 * configure: Regenerate.
8667
8668 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8669 stage_*_flags.
8670 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8671 for bootstrapped modules if toplevel bootstrap is going.
8672 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8673 modules. Adjust for changes in Makefile.def. Enable several
8674 rules even in non-bootstrap mode, just to avoid peppering the
8675 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8676 (stage-[+prev+]-bubble): Remove.
8677
8678 * Makefile.def (Dependencies): Depend on all-build-bison,
8679 all-build-flex, all-build-byacc, all-build-texinfo, rather
8680 than the host variations.
8681 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8682 with BUILD_SUBDIR.
8683 (BISON): Update for recent Bisons.
8684 (YACC): Fix typo.
8685 (cross): Depend on all-build.
8686 (all): Do not depend on all-build.
8687 (prebootstrap): Remove.
8688 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8689 (Prebootstrap dependencies): Add them to the per-stage targets
8690 and to all-prebootstrap.
8691 * configure.in (build_configdirs): Always enable build_tools.
8692 (BUILD_DIR_PREFIX): Remove.
8693
8694 * Makefile.def (gcc): Add target variable.
8695 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8696 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8697 in the recursive `make', instead of hardwiring `all'.
8698 (Autogenerated TARGET-* variables): New.
8699
8700 2004-08-13 Brian Booth <bbooth@redhat.com>
8701
8702 * MAINTAINERS: Remove myself from write-after-approval.
8703
8704 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8705
8706 * src-release: Stop distributing mmalloc with gdb (which doesn't
8707 use it).
8708 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8709 * Makefile.in: Regenerate.
8710
8711 2004-08-09 Mark Mitchell <mark@codesourcery.com>
8712
8713 * configure.in (arm*-*-eabi*): New target.
8714 * configure: Regenerate.
8715
8716 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
8717
8718 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8719 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8720 (Dependencies): New section.
8721 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8722 (configure-target-[+module+]): Depend on maybe-all-gcc
8723 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8724 (toplevel profiledbootstrap): Fix dependencies.
8725 * Makefile.in: Regenerate.
8726
8727 2004-08-03 Mark Mitchell <mark@codesourcery.com>
8728
8729 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8730 target-libiberty to noconfigdirs.
8731 * configure: Regenerate.
8732
8733 2004-08-03 Paul Brook <paul@codesourcery.com>
8734
8735 * configure.in: Check for MPFR as well as GMP.
8736 * configure: Regenerate.
8737
8738 2004-08-01 Robert Millan <robertmh@gnu.org>
8739
8740 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8741 libmudflap for all GNU-based systems (with Glibc).
8742 * configure: Regenerate.
8743
8744 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
8745
8746 * Makefile.def (host-modules): Add gcc.
8747 * Makefile.in: Regenerate.
8748 * Makefile.tpl (sorry): New rule.
8749 (configure-host, all-host, [+make_target+]-host, do-check,
8750 install-host): Do not add gcc as a special case.
8751 (host modules): Add a small special-casing for gcc. Export
8752 extra_make_flags through the environment.
8753 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8754 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8755 other recursive targets for gcc): Remove.
8756
8757 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8758 (stage, unstage): New rules.
8759 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8760 distclean-stage[+id+]): Use stage_current.
8761 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8762 the stage*-start rules.
8763
8764 2004-08-02 Geoffrey Keating <geoffk@apple.com>
8765
8766 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8767 use -all_load flag.
8768
8769 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
8770
8771 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8772 * configure: Regenerate.
8773
8774 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8775
8776 * maintainer-scripts/gcc_release: Revert yesterday's change.
8777
8778 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8779
8780 * MAINTAINERS: Add myself to write-after-approval.
8781
8782 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8783
8784 * libf2c: Removed.
8785 * gcc/gccbug.in: Updated because of libf2c removal.
8786 * maintainer-scripts/gcc_release: Ditto.
8787
8788 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
8789
8790 * configure.in: Build libmudflap by default on FreeBSD.
8791 * configure: Regenerated.
8792
8793 2004-07-09 Mark Mitchell <mark@codesourcery.com>
8794
8795 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8796 systems.
8797 * configure: Regenerated.
8798
8799 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8800
8801 PR target/16344
8802 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8803 feedback based compiler.
8804 * Makefile.in: Rebuilt.
8805
8806 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
8807
8808 * Makefile.def (host_modules): Set bootstrap=true for flex.
8809 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8810 * Makefile.in: Rebuilt.
8811
8812 2004-07-07 Jan Hubicka <jh@suse.cz>
8813
8814 * MAINTAINERS: Add self as a profile feedback maintainer.
8815
8816 2004-07-05 Phil Edwards <phil@codesourcery.com>
8817
8818 * configure.in: Do not prepend $srcdir to /dev/null in
8819 makefile fragments.
8820 * configure: Regenerate.
8821
8822 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
8823
8824 * Makefile.def (build_modules): Add bison, byacc, flex,
8825 m4, texinfo.
8826 (flags_to_pass): Add FLEX.
8827 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8828 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8829 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8830 DEFAULT_MAKEINFO): Remove.
8831 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8832 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8833 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8834 objdir or else use configured tool.
8835 (all-build): New.
8836 (all): Depend on it.
8837 (Build module dependencies): Add.
8838 * Makefile.in: Regenerate.
8839 * configure.in: Better support for multiple build modules,
8840 matching what is done for host/target modules. Do not look
8841 for "plausible" locations of build tools if Canadian cross.
8842 Use autoconf's AC_PROG_CC to find a C compiler. Define
8843 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8844 * configure: Regenerate.
8845
8846 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8847
8848 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8849 * Makefile.in: Regenerate.
8850
8851 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8852
8853 * Makefile.tpl (configure-build-[+module+],
8854 configure-[+module+], configure-target-[+module+]): Pass
8855 [+extra_configure_args+].
8856 (all-build-[+module+], all-[+module+], check-[+module+],
8857 install-[+module+], [+make_target+]-[+module+],
8858 all-target-[+module+], check-target-[+module+],
8859 install-target-[+module+], [+make_target+]-target-[+module+]):
8860 Pass [+extra_make_args+].
8861 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8862 (GCC_HOST_EXPORTS): Remove.
8863 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8864 cross, check-gcc, check-gcc-c++, install-gcc,
8865 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8866 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8867 * Makefile.in: Regenerate.
8868
8869 2004-06-21 Matthew Sachs <msachs@apple.com>
8870
8871 * MAINTAINERS: Added self to write-after-approval.
8872
8873 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8874
8875 * configure.in: Check for srcdir/winsup rather than build directory
8876 winsup.
8877 * configure: Regenerate.
8878
8879 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
8880
8881 * configure.in: Don't build Cygwin native newlib if winsup
8882 directory is missing. Emit warning instead.
8883 * configure: Regenerate.
8884
8885 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
8886
8887 * Makefile.tpl (touch-stage[+id+]): New.
8888 (restage[+prev+]): Depend on touch-stage[+id+].
8889
8890 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8891 Use it throughout.
8892
8893 * Makefile.def: Add profile and feedback bootstrap stages.
8894 Remove next field from bootstrap stages.
8895 * Makefile.tpl (LN, LN_S): Substitute.
8896 (stageN-start, stageN-end): Use double-colon rules, to
8897 provide a hook for additional setup commands.
8898 (distclean-stageN-gcc, restageN): Create dependencies from
8899 [+prev+], not from [+next+].
8900 (stageN-bubble): Add commands for successive stages from
8901 [+prev+], using double-colon rules.
8902 (all-stageN-gcc): Fix typo.
8903 (stagefeedback-start, profiledbootstrap): New.
8904 * Makefile.in: Regenerate.
8905 * configure.in: Call ACX_PROG_LN.
8906 * configure: Regenerate.
8907
8908 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8909
8910 * MAINTAINERS (Write After Approval): Add myself.
8911
8912 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8913
8914 * MAINTAINERS (Write After Approval): Add myself.
8915
8916 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
8917
8918 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8919 without gcc.
8920 * configure: Regenerate.
8921
8922 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8923
8924 * Makefile.tpl: Fix typo.
8925 * Makefile.in: Regenerate.
8926
8927 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8928
8929 * configure.in: Remove new- prefix from toplevel
8930 bootstrap targets.
8931 * configure: Regenerate.
8932
8933 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8934
8935 * Makefile.tpl (all.normal): Rename to all.
8936 (all): Replace with a rule to pick the default
8937 target from configure.
8938 (all-gcc, configure-gcc): Use conditionals to
8939 do nothing when toplevel bootstrap is going on.
8940 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8941 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8942 * configure.in: Support --enable-bootstrap.
8943
8944 * Makefile.def: Remove new- prefix from toplevel
8945 bootstrap targets.
8946 * Makefile.tpl: Likewise.
8947
8948 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8949 target.
8950
8951 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8952 $(RECURSE_FLAGS) to recursive invocation of make.
8953
8954 * Makefile.in: Regenerate.
8955 * configure: Regenerate.
8956
8957 2004-05-30 Andreas Jaeger <aj@suse.de>
8958 Jim Wilson <wilson@specifixinc.com>
8959
8960 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8961 like CC.
8962
8963 2004-05-27 Daniel Jacobowitz <dan@debian.org>
8964
8965 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8966 * configure: Regenerate.
8967
8968 2004-05-25 Daniel Jacobowitz <drow@false.org>
8969
8970 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8971 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8972 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8973 targets.
8974 * Makefile.in: Regenerate.
8975
8976 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
8977
8978 * configure.in: Test the ability to symlink directories.
8979 * configure: Regenerate.
8980
8981 * Makefile.def (bootstrap-stage): New definitions.
8982 * Makefile.tpl (configure-stage1-gcc,
8983 configure-stage2-gcc, configure-stage3-gcc,
8984 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8985 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8986 new-restage3, compare): Autogenerate, see Makefile.in
8987 entry for behavioral changes.
8988 (distclean-stage1, new-stage1-start, new-stage1-end,
8989 new-stage1-bubble, distclean-stage2, new-stage2-start,
8990 new-stage2-end, new-stage2-bubble, distclean-stage3,
8991 new-stage3-start, new-stage3-end): New autogenerated targets.
8992 (objext, prebootstrap, BOOT_CFLAGS,
8993 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8994 targets.
8995
8996 * Makefile.in: Regenerate.
8997 (distclean-stage1, new-stage1-start, new-stage1-end,
8998 new-stage1-bubble, distclean-stage2, new-stage2-start,
8999 new-stage2-end, new-stage2-bubble, distclean-stage3,
9000 new-stage3-start, new-stage3-end): New targets.
9001 (all-stage1-gcc): Move prebootstrap dependency from here...
9002 (configure-stage1-gcc): ...to here.
9003 (new-bootstrap): Use bubble targets.
9004 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9005 Use per-stage distclean targets.
9006 (configure-stage1-gcc, configure-stage2-gcc,
9007 configure-stage3-gcc, all-stage1-gcc,
9008 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9009 Use new-stageN-start to prepare the tree.
9010
9011 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
9012
9013 * Makefile.def (host_modules): add libcpp.
9014 * Makefile.tpl: Add dependencies on and for libcpp.
9015 * Makefile.in: Regenerate.
9016 * configure.in: Add libcpp host module.
9017 * configure: Regenerate.
9018
9019 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
9020
9021 * Makefile.tpl: Whenever a recursive target is defined, wrap
9022 it in a special @if/@endif block, and prepare its maybe
9023 dependency in the @if/@endif block
9024 * configure.in: Instead of writing maybe dependencies, remove
9025 the @if/@endif statements, and remove the @if/@endif blocks
9026 that remain.
9027 * configure: Regenerate.
9028 * Makefile.in: Regenerate.
9029
9030 2004-05-20 Janis Johnson <janis187@us.ibm.com>
9031
9032 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9033
9034 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
9035
9036 PR bootstrap/15120
9037 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9038 * */configure: Rebuilt.
9039
9040 2004-05-17 Zack Weinberg <zack@codesourcery.com>
9041
9042 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9043 of libf2c.
9044 * configure, Makefile.in: Regenerate.
9045
9046 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
9047
9048 * MAINTAINERS (Write After Approval): Add myself.
9049
9050 2004-05-13 Diego Novillo <dnovillo@redhat.com>
9051
9052 Merge from tree-ssa-20020619-branch.
9053
9054 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9055 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9056 (HOST_GMPLIBS): Define.
9057 (HOST_GMPINC): Define.
9058 (TARGET_LIB_PATH): Add libmudflap.
9059 (GFORTRAN_FOR_TARGET): Define.
9060 (configure-build*): Export GFORTRAN.
9061 (configure-gcc): Export GMPLIBS and GMPINC.
9062 (all-gcc): Add maybe-all-libbanshee.
9063 (configure-target-libgfortran): Define.
9064 * Makefile.in: Regenerate.
9065 * configure.in (host_libs): Add libbanshee.
9066 (target_libraries): Add target-libmudflap and target-libgfortran.
9067 Add --with-libbanshee.
9068 Handle --disable-libmudflap.
9069 (*-*-freebsd*): Use with_gmp.
9070 Add $(libgcj) to noconfigdirs.
9071 * configure: Regenerate.
9072 * depcomp: New file.
9073 * MAINTAINERS: Add tree-ssa maintainers.
9074
9075 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
9076
9077 * MAINTAINERS (Various Maintainers): Add myself.
9078
9079 2004-04-30 Brian Ford <ford@vss.fsi.com>
9080
9081 * MAINTAINERS (Write After Approval): Add myself.
9082
9083 2004-04-29 Uros Bizjak <uros@kss-loka.si>
9084
9085 * MAINTAINERS (Write After Approval): Add myself.
9086
9087 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
9088
9089 * config/acx.m4: Fix fastcompare support for new-bootstrap.
9090 * configure: Regenerate.
9091
9092 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
9093
9094 Revert:
9095 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9096
9097 * Makefile.def (flags_to_pass): Remove *dir variables that
9098 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9099 as well as prefix and exec_prefix.
9100 * Makefile.in: Regenerate.
9101
9102 2004-04-26 Robert Millan <robertmh@gnu.org>
9103
9104 Add patches from libtool CVS.
9105 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9106 * ltconfig: Likewise.
9107 * ltcf-c.sh: Likewise.
9108 * ltcf-cxx.sh: Likewise.
9109 * ltcf-gcj.sh: Likewise.
9110
9111 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9112
9113 * Makefile.def (host_modules): Mark with the bootstrap
9114 flag packages on which gcc depends.
9115 * Makefile.tpl (all-bootstrap): Use it.
9116 * Makefile.in: Regenerate.
9117
9118 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9119
9120 * Makefile.def (flags_to_pass): Remove *dir variables that
9121 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9122 as well as prefix and exec_prefix.
9123 * Makefile.in: Regenerate.
9124
9125 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9126
9127 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9128 * configure: Regenerate.
9129 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9130 * gcc/Makefile.tpl (compare): Use the result of the test.
9131 * gcc/Makefile.in: Regenerate.
9132
9133 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
9134
9135 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9136 Always relocate gcc and prev-gcc to the original names, even
9137 if the build fails.
9138 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9139 New targets.
9140
9141 2004-04-23 Laurent GUERBY <laurent@guerby.net>
9142
9143 * MAINTAINERS: Update my email address.
9144
9145 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9146
9147 * configure.in (mips*-*-irix5*): Enable ld.
9148 * configure: Regenerate.
9149
9150 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9151
9152 * configure: Regenerate.
9153
9154 2004-04-15 James E Wilson <wilson@specifixinc.com>
9155
9156 * Makefile.tpl (configure-[+module+], configure-gcc,
9157 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9158 Set and export LDFLAGS.
9159 * Makefile.in: Regenerate.
9160
9161 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9162
9163 * MAINTAINERS: Add myself to write-after-approval.
9164
9165 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9166
9167 PR bootstrap/14871
9168 * Makefile.tpl: If we don't have built-in-tree target tools,
9169 use the ones found by configure rather than hacking around with
9170 program_transform_name.
9171 * configure.in: Give Makefile.tpl the information necessary
9172 to do that.
9173 * Makefile.in: Regenerate.
9174 * configure: Regenerate.
9175
9176 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9177
9178 PR bootstrap/14760
9179 * configure.in: When computing baseargs, strip *all* copies of
9180 offending options. Also, don't match/substitute the trailing space,
9181 so that this actually works when two similar options are separated by
9182 only one space.
9183 * configure: Regenerate.
9184
9185 2004-04-06 David Edelsohn <edelsohn@gnu.org>
9186
9187 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9188 (rs6000-*-aix*): Same.
9189 * configure: Regenerate.
9190
9191 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
9192
9193 * MAINTAINERS: Add myself to write-after-approval.
9194
9195 2004-04-03 Bud Davis <bdavis9659@comcast.net>
9196
9197 * MAINTAINERS: Add myself to write-after-approval.
9198
9199 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9200
9201 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9202 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9203 * Makefile.in: Regenerate.
9204
9205 * configure.in (top level bootstrap support): Rework --enable-werror
9206 to set @stage2_werror_flag@.
9207 * configure: Regenerate.
9208 * Makefile.tpl (top level bootstrap support): Pass
9209 @stage2_werror_flag@ down to configure in stages 2 and 3.
9210 * Makefile.in: Regenerate.
9211
9212 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9213
9214 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9215 for stages 2 and 3 as well as in make. As a consequence, remove
9216 OUTPUT_OPTION (now detected by configure) from the flags passed down
9217 to make.
9218 * Makefile.in: Regenerate.
9219
9220 * Makefile.tpl (new-bootstrap): Fix typo.
9221 * Makefile.in: Regenerate.
9222
9223 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9224
9225 * Makefile.tpl: Rearrange by moving recursive_targets rules
9226 into their proper sections.
9227 * Makefile.tpl (top level bootstrap support): Move disabling
9228 of coverage flags from 'make' to 'configure'; improve comments.
9229 * Makefile.in: Regenerate.
9230
9231 * Makefile.tpl (experimental top level bootstrap) Move stage1
9232 language setting from all- target to configure- target; disable
9233 intermodule optimization in stage 1; prevent gratuitous rebuilds
9234 of stage 1.
9235 * Makefile.in: Regenerate.
9236 * configure.in: Comma-separate stage 1 language list for top
9237 level bootstrap.
9238 * configure: Regenerate.
9239
9240 * Makefile.tpl: Clean up experimental top level bootstrap support:
9241 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9242 prev-gcc in configure- targets as well as all- targets.
9243 * Makefile.in: Regenerate.
9244
9245 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
9246
9247 * compile: New file imported from automake.
9248
9249 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
9250
9251 * configure.in: Remove symbolic link section.
9252 * configure: Regenerate.
9253 * Makefile.tpl (links): Remove.
9254 * Makefile.in: Regenerate.
9255
9256 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
9257 Nathanael Nerode <neroden@gcc.gnu.org>
9258
9259 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9260 Set with AC_CHECK_PROGS.
9261 * configure.in: Fix comment typo from last patch.
9262 * configure: Regenerate.
9263
9264 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
9265
9266 * Makefile.tpl: Introduce experimental top level bootstrap support.
9267 * Makefile.in: Regenerate.
9268 * configure.in: Introduce support for top level bootstrap.
9269 * configure: Regenerate.
9270
9271 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
9272 Paolo Bonzini <bonzini@gnu.org>
9273
9274 PR bootstrap/14522
9275 * configure.in: Cope with shells that do not support unquoted ^
9276 * configure: Regenerate.
9277
9278 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
9279 Paolo Bonzini <bonzini@gnu.org>
9280
9281 PR bootstrap/14522
9282 * configure.in: Cope with shells that do not support nesting
9283 quotes inside quoted backquote substitutions.
9284 * configure: Regenerate.
9285
9286 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
9287
9288 PR bootstrap/14522
9289 * configure.in: Fix escaping of $.
9290 * configure: Regenerate.
9291
9292 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
9293
9294 * configure: Regenerate, since I forgot to while committing Paolo's
9295 changes.
9296
9297 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
9298
9299 PR ada/14131
9300 Move language detection to the top level.
9301 * configure.in: Find default values for the tools as
9302 soon as possible. Disable ada if GNAT is not found.
9303 Emit error message about missing languages. Expand
9304 --enable-languages=all for the gcc subdirectory.
9305
9306 2004-03-10 Ben Elliston <bje@gnu.org>
9307
9308 * MAINTAINERS: Update my email address.
9309
9310 2004-03-05 David Edelsohn <edelsohn@gnu.org>
9311
9312 * ltconfig: Disable building static libraries if building shared
9313 libraries on AIX 5L.
9314
9315 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
9316
9317 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9318 and disable libgcj.
9319 * configure: Regenerated.
9320
9321 2004-03-01 Brian Booth <bbooth@redhat.com>
9322
9323 * MAINTAINERS: Add myself to write-after-approval.
9324
9325 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
9326
9327 * MAINTAINERS: Add myself to write-after-approval.
9328
9329 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9330
9331 PR bootstrap/7087
9332 * Makefile.tpl: Guard XFOO sed statements better.
9333 * Makefile.tpl: Add dependency for configure-target-libada.
9334 * Makefile.in: Regenerate (incidentally fixes broken
9335 commit when libada-branch was merged).
9336
9337 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9338
9339 * MAINTAINERS: Add myself to write-after-approval.
9340
9341 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9342
9343 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9344 maintainers.
9345
9346 2004-02-20 Andrew Cagney <cagney@redhat.com>
9347
9348 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9349 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9350
9351 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9352
9353 PR bootstrap/11932
9354 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9355
9356 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
9357
9358 * MAINTAINERS: Added myself to write-after-approval.
9359
9360 2004-02-14 Michael Koch <konqueror@gmx.de>
9361
9362 * MAINTAINERS: Added myself to write-after-approval.
9363
9364 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9365
9366 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9367 some OS port maintainers to OS port maintainers section.
9368
9369 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
9370
9371 * MAINTAINERS: Add self.
9372
9373 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9374
9375 * MAINTAINERS: Alphabetize.
9376
9377 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
9378
9379 * MAINTAINERS: Remove myself.
9380
9381 2004-02-11 David Edelsohn <edelsohn@gnu.org>
9382
9383 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9384 (rs6000-*-aix*): Same.
9385 * configure: Regenerate.
9386
9387 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9388
9389 * configure.in (host): Add in missing $noconfigdirs to defines.
9390 * configure: Regenerate.
9391
9392 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9393 Nathanael Nerode <neroden@gcc.gnu.org>
9394
9395 PR ada/6637, PR ada/5911
9396 Merge with libada-branch:
9397 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9398 with appropriate dependencies. Add --enable-libada configure switch.
9399 * configure, Makefile.in: Regenerate.
9400
9401 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
9402
9403 * MAINTAINERS: Add myself to write-after-approval.
9404
9405 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9406
9407 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9408 * configure: Regenerate.
9409
9410 2004-02-04 Geoffrey Keating <geoffk@apple.com>
9411
9412 Merge from upstream:
9413
9414 * ltmain.in: When setting IFS to '~', be careful about user
9415 arguments that contain '~'.
9416
9417 2004-02-04 Peter O'Gorman <peter@pogma.com>
9418
9419 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9420 Also test $base_compile against $CC with escaped arguments. Bug
9421 reported by Geoff Keating <geoffk@apple.com>.
9422
9423 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9424
9425 * MAINTAINERS: Remove i960 port.
9426
9427 2004-01-23 DJ Delorie <dj@redhat.com>
9428
9429 * Makefile.def (target_modules) [libiberty]: Don't stage.
9430 * Makefile.in: Rebuilt.
9431
9432 2004-01-20 Caroline Tice <ctice@apple.com>
9433
9434 * MAINTAINERS: Add myself to write-after-approval.
9435
9436 2004-01-19 Paolo Carlini <pcarlini@suse.de>
9437
9438 * MAINTAINERS: Update my email address.
9439
9440 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9441
9442 * MAINTAINERS: Add myself to write-after-approval.
9443
9444 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9445
9446 * MAINTAINERS: Remove entries without email address.
9447
9448 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
9449
9450 * MAINTAINERS: Add myself to write-after-approval.
9451
9452 2004-01-15 Steven Bosscher <stevenb@suse.de>
9453
9454 * MAINTAINERS: Update my email address.
9455
9456 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
9457
9458 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9459 * Makefile.tpl (configure-target-[+module+]): Support stage.
9460 * Makefile.in: Rebuilt.
9461
9462 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9463
9464 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9465
9466 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
9467
9468 * MAINTAINERS: Add myself as a MIPS maintainer.
9469
9470 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9471
9472 * configure.in: Use ./config.cache, not config.cache.
9473 * configure: Regenerate.
9474 * Makefile.tpl: Special-casing not needed for GCC any more.
9475 * Makefile.in: Regenerate.
9476
9477 * configure.in: Don't share a cache file for host dirs.
9478 * configure: Regenerate.
9479
9480 * config-ml.in: Don't mess with the cache file.
9481
9482 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9483
9484 * MAINTAINERS: Move myself from 'Write After Approval' to
9485 'CPU Port Maintainers' section as SPARC maintainer.
9486
9487 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9488
9489 * Makefile.tpl: Make GCC use a separate config.cache.
9490 * Makefile.in: Regenerate.
9491
9492 PR bootstrap/11932, PR bootstrap/11933
9493 (I don't know if it will fix either of them, but it relates
9494 to them.)
9495 * configure.in: Don't use shared config.cache for target
9496 directories.
9497 * configure: Regenerate.
9498
9499 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9500
9501 * MAINTAINERS: Add myself to 'Write After Approval' section.
9502
9503 2003-12-31 Roger Sayle <roger@eyesopen.com>
9504
9505 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9506 * configure: Regenerated.
9507
9508 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9509
9510 * MAINTAINERS: Remove the mn10200 maintainer.
9511
9512 2003-12-21 Bernardo Innocenti <bernie@develer.com>
9513
9514 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9515 * configure: Regenerated.
9516
9517 2003-12-16 Jan Hubicka <jh@suse.cz>
9518
9519 * MAINTAINERS: Add myself as callgraph maintainer.
9520
9521 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9522
9523 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9524 * configure: Regenerate.
9525
9526 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9527
9528 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9529 'Write After Approval' section. Update email.
9530
9531 2003-12-01 James Lemke <jim@wasabisystems.com>
9532
9533 * MAINTAINERS (Write After Approval): Add myself.
9534
9535 2003-11-20 Matt Thomas <matt@3am-software.com>
9536
9537 * MAINTAINERS: Add myself as a vax port maintainer.
9538
9539 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9540
9541 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9542 (configure-build-[+module+], configure-[+module+]): Likewise.
9543 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9544 * Makefile.in: Regenerate.
9545
9546 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9547
9548 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9549 shared/dylibed libraries.
9550 * ltmain.sh: Likewise.
9551 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9552 * ltcf-cxx.sh: Likewise.
9553 * ltcf-gcj.sh: Likewise.
9554 * ltconfig: Likewise.
9555
9556 2003-11-17 Stan Cox <scox@redhat.com>
9557
9558 * MAINTAINERS: Add myself as iq2000 port maintainer.
9559
9560 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9561
9562 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9563 * Makefile.in: Regenerate.
9564
9565 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9566
9567 * config.sub: Update to 2003-11-03 version.
9568
9569 2003-10-20 Phil Edwards <phil@codesourcery.com>
9570
9571 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9572 * configure: Regenerate.
9573
9574 2003-10-20 Nicolas Pitre <nico@cam.org>
9575
9576 * MAINTAINERS: Add myself to 'Write After Approval' section.
9577
9578 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9579
9580 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9581
9582 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9583
9584 * MAINTAINERS: Update my email address.
9585
9586 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9587
9588 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9589
9590 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
9591
9592 * MAINTAINERS: Add myself to 'Write After Approval' section.
9593
9594 2003-10-16 Bernardo Innocenti <bernie@develer.com>
9595
9596 * config.guess: Update to 2003-10-16 version.
9597 * config.sub: Update to 2003-10-16 version.
9598
9599 2003-10-15 David Daney <ddaney@avtrex.com>
9600
9601 * MAINTAINERS: Added myself to 'Write After Approval' section.
9602
9603 2003-10-15 Falk Hueffner <falk@debian.org>
9604
9605 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9606 'Write After Approval' section. Update email.
9607
9608 2003-10-14 Roger Sayle <roger@eyesopen.com>
9609
9610 * MAINTAINERS: Move myself from 'Write After Approval' to
9611 'Various Maintainers' section as middle-end maintainer.
9612
9613 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9614
9615 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9616 HOST_FLAGS_TO_PASS.
9617 * Makefile.in: Regenerate.
9618
9619 2003-10-11 Bernardo Innocenti <bernie@develer.com>
9620
9621 * config.guess: Update to 2003-10-07 version.
9622 * config.sub: Update to 2003-10-07 version.
9623
9624 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9625
9626 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9627 * ltconfig (irix5*, irix6*): Don't override version_type.
9628
9629 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9630
9631 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9632 * configure: Rebuilt
9633 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9634 * Makefile.in: Rebuilt
9635
9636 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9637
9638 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9639
9640 2003-09-30 Carlo Wood <carlo@alinoe.com>
9641
9642 * MAINTAINERS (Write After Approval): Add myself.
9643
9644 2003-09-29 Paul Koning <ni1d@arrl.net>
9645
9646 * MAINTAINERS: Move myself from "Write After Approval"
9647 to CPU platform maintainers for pdp11 platform.
9648
9649 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9650
9651 * MAINTAINERS: Move myself from 'Write After Approval' to
9652 'Various Maintainers' section as libffi testsuite maintainer.
9653
9654 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
9655
9656 * configure.in: Pass a computed --program-transform-name
9657 to subconfigures.
9658 * configure: Regenerated.
9659
9660 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9661
9662 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9663 * Makefile.in: Regenerate.
9664
9665 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9666 * Makefile.in: Regenerate.
9667
9668 2003-09-19 Ziemowit Laski <zlaski@apple.com>
9669
9670 * MAINTAINERS: Move myself from 'Write After Approval'
9671 to 'Various Maintainers' (objective-c) section.
9672
9673 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
9674
9675 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9676 quoting.
9677 * configure: Regenerated.
9678
9679 2003-09-16 Joel Brobecker <brobecker@gnat.com>
9680
9681 * MAINTAINERS (Write After Approval): Add myself to write after
9682 approval list.
9683
9684 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9685
9686 * MAINTAINERS (Write After Approval): Add myself.
9687
9688 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9689
9690 * MAINTAINERS: Update my e-mail address.
9691
9692 2003-09-09 Alan Modra <amodra@bigpond.net.au>
9693
9694 * libtool.m4 (LD): Correct powerpc64 host match.
9695
9696 2003-09-06 James E Wilson <wilson@tuliptree.org>
9697
9698 * MAINTAINTERS: Update my affiliation and email address.
9699
9700 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9701
9702 * MAINTAINERS (Write After Approval): Add myself.
9703
9704 2003-09-04 DJ Delorie <dj@redhat.com>
9705
9706 * configure: Regenerate.
9707
9708 2003-09-04 Robert Millan <robertmh@gnu.org>
9709
9710 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9711
9712 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9713
9714 * configure.in: Ensure arguments to sed are properly spaced.
9715 * configure: Regenerate.
9716
9717 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9718
9719 * MAINTAINERS: Update my e-mail address.
9720
9721 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9722
9723 * MAINTAINERS (Write After Approval): Add myself.
9724
9725 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
9726
9727 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9728 * configure: Regenerated.
9729
9730 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9731
9732 * MAINTAINERS: Update my email address.
9733
9734 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
9735
9736 * configure.in: Use newline instead of semicolon when assuming
9737 shell arguments in a for loop.
9738 * configure: Regenerated.
9739
9740 2003-08-22 Jason Eckhardt <jle@rice.edu>
9741
9742 * MAINTAINERS: Resurrect the i860 maintainer.
9743
9744 2003-08-20 Geoffrey Keating <geoffk@apple.com>
9745
9746 PR 8180
9747 * configure.in: When testing with_libs and with_headers, treat
9748 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9749 * configure: Regenerate.
9750
9751 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9752 make, shell, etc.
9753 (baseargs): Likewise.
9754 * configure: Regenerate.
9755
9756 2003-08-20 Bernardo Innocenti <bernie@develer.com>
9757
9758 * MAINTAINERS (Write After Approval): Add myself.
9759
9760 2003-08-19 Geoffrey Keating <geoffk@apple.com>
9761
9762 * configure.in: Disable libgcj for darwin not on powerpc.
9763 * configure: Rebuild.
9764
9765 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9766
9767 * config-ml.in, symlink-tree: Add license.
9768
9769 2003-08-03 Richard Stallman <rms@gnu.org>
9770 Eben Moglen <moglen@columbia.edu>
9771
9772 * README.SCO: New file.
9773
9774 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9775
9776 * Makefile.tpl (check, check-c++): Express dependencies using
9777 dependencies rather than commands.
9778 * Makefile.in: Regenerate.
9779
9780 2003-08-01 Andrew Cagney <cagney@redhat.com>
9781
9782 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9783 * configure: Ditto.
9784
9785 2003-07-31 Geoffrey Keating <geoffk@apple.com>
9786
9787 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9788 * Makefile.in: Update.
9789
9790 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9791
9792 * configure.in: Enable libgcj for darwin.
9793 * configure: Rebuild.
9794
9795 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
9796
9797 * config-ml.in: Use ac_configure_args directly instead of
9798 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9799 actually seen.
9800
9801 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9802
9803 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9804 creating target and build subdirs to build all parent dirs as needed.
9805 * Makefile.in: Rebuild.
9806 * configure.in: Don't build dirs explicitly here.
9807 * configure: Rebuild.
9808
9809 2003-07-26 Paul Brook <paul@nowt.org>
9810
9811 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9812
9813 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
9814
9815 * Makefile.tpl (all-make): Depend on intl.
9816 * Makefile.in: Rebuilt.
9817
9818 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
9819
9820 * install-sh: Update to newer upstream versions (associated with
9821 aclocal 1.7).
9822 * mkinstalldirs: Likewise.
9823 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9824
9825 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9826
9827 * MAINTAINERS: Move self from Bug database only accounts
9828 to write-after-approval.
9829
9830 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9831
9832 * config.if: Remove unused libc_interface determination.
9833
9834 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9835
9836 * MAINTAINERS: Move self from write-after-approval to
9837 build machinery (*.in).
9838
9839 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9840
9841 PR bootstrap/11273
9842 PR bootstrap/11408
9843 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9844 unused INSTALL_PROGRAM_ARGS.
9845 * configure.in: Use AC_PROG_INSTALL.
9846 * Makefile.in: Regenerate.
9847 * configure: Regenerate.
9848
9849 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9850
9851 * MAINTAINERS: Alphabetize.
9852
9853 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
9854
9855 * configure: Rebuilt.
9856 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9857 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9858 newlib nor libgloss.
9859 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9860 * configure.in (am33_2.0-*-linux*): Added.
9861
9862 2003-07-09 Bob Wilson <bob.wilson@acm.org>
9863
9864 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9865 * configure: Regenerate.
9866
9867 2003-07-07 Zack Weinberg <zack@codesourcery.com>
9868
9869 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9870 * Makefile.in: Regenerate.
9871
9872 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9873
9874 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9875 * Makefile.in: Regenerate.
9876
9877 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
9878
9879 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9880 * Makefile.in: Regenerated.
9881
9882 * config-ml.in: Replace PWD with PWD_COMMAND.
9883
9884 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9885
9886 * intl: New directory; see intl/ChangeLog for details.
9887 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9888 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9889 * Makefile.in: Regenerate.
9890
9891 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9892
9893 * configure.in: Clean up config-lang.in handling. Delete
9894 useless assignment to "subdirs".
9895 * configure: Regenerate.
9896
9897 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9898
9899 * configure.in: Rename 'target_libs' to 'target_libraries'.
9900 Remove useless reference to 'target_libs'.
9901 * configure: Regenerate.
9902
9903 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9904
9905 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9906 * Makefile.in: Regenerate.
9907
9908 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9909
9910 * Makefile.def: Introduce flags_to_pass.
9911 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9912 * Makefile.in: Regenerate.
9913
9914 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9915
9916 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9917 and target-libgloss.
9918 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9919 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9920 * configure: Regenerate.
9921
9922 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9923
9924 * configure.in: Update testsuite_flags to new location.
9925 * configure. Regenerate.
9926
9927 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9928
9929 * Makefile.tpl: Remove BUILD_CC stuff.
9930 * Makefile.in: Regenerate.
9931
9932 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9933
9934 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9935
9936 2003-06-16 Graeme Peterson <gp@qnx.com>
9937
9938 * MAINTAINERS (Write After Approval): Add myself.
9939
9940 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
9941
9942 * config.guess: Update to 2003-06-12 version.
9943 * config.sub: Update to 2003-06-13 version.
9944
9945 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
9946
9947 * config.guess: Update to 2003-06-06 version.
9948 * config.sub: Update to 2003-06-06 version.
9949
9950 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9951
9952 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9953 * configure. Regenerate.
9954
9955 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9956
9957 * configure.in: Disable serial configure by default.
9958 * configure: Regenerate.
9959 * Makefile.tpl: Abolish .NOTPARALLEL.
9960 * Makefile.in: Regenerate.
9961
9962 * Makefile.tpl: Replace {build,host,target}_canonical by
9963 {build,host,target}.
9964 * Makefile.in: Regenerate.
9965
9966 * Makefile.tpl: Fix stupid pasto.
9967 * Makefile.in: Regenerate.
9968
9969 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9970
9971 * Makefile.tpl: Remove bogus conditional.
9972 * Makefile.in: Regenerate.
9973
9974 2003-06-05 Jan Hubicka <jh@suse.cz>
9975
9976 * Makefile.tpl (profiledbootstrap): New target.
9977 * Makefile.in (profiledbootstrap): New target.
9978
9979 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9980
9981 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9982 Pinski. Remove user names from other bugzilla-only maintainers.
9983
9984 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9985
9986 * Makefile.tpl: Make 'recursive targets' using autogen rather
9987 than shell loop. Remove duplicate 'clean' targets and false
9988 comments.
9989 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9990 Add systematic method of specifying missing targets in subdirs.
9991 Add copyright boilerplate.
9992 * Makefile.in: Regenerate.
9993 * configure.in: Add 'recursive targets' to maybe list.
9994 * configure: Regenerate.
9995
9996 * MAINTAINERS: "GNATS only" -> "Bug database only".
9997
9998 * Makefile.tpl: Rename [+target+] to [+make_target+].
9999 * Makefile.def: Rename 'target' to 'make_target'.
10000
10001 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
10002
10003 * MAINTAINERS: Add self as options handling maintainer.
10004
10005 2003-05-28 Michael Meissner <gnu@the-meissners.org>
10006
10007 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10008 been too long since I touched those ports.
10009
10010 2003-05-28 DJ Delorie <dj@redhat.com>
10011
10012 * Makefile.tpl: Make maybe-check-gcc .PHONY.
10013 * Makefile.in: Regenerate.
10014
10015 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
10016
10017 * configure.in: Use curly braces in the definition of tooldir.
10018 * configure: Regenerate.
10019
10020 2003-05-21 DJ Delorie <dj@redhat.com>
10021
10022 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10023 newlib or libgloss.
10024 * Makefile.in: Regenerate.
10025
10026 2003-05-21 DJ Delorie <dj@redhat.com>
10027
10028 * Makefile.tpl: Add missing empty maybe-check-gcc target.
10029 * Makefile.in: Regenerate.
10030
10031 2003-05-20 Ian Lance Taylor <ian@airs.com>
10032
10033 * MAINTAINERS: Update my e-mail address.
10034
10035 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
10036
10037 * configure.in: Switch more things to use maybe dependencies.
10038 * Makefile.tpl: Switch more things to use maybe dependencies.
10039 Factor out common code from autogen IF statements.
10040 * configure: Regenerate.
10041 * Makefile.in: Regenerate.
10042
10043 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
10044
10045 * configure.in: Accept i[3456789]86 for machine type.
10046 * configure: Regenerate.
10047
10048 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10049
10050 * configure.in: Switch more things to use maybe dependencies.
10051 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10052 * configure: Regenerate.
10053 * Makefile.tpl: Switch more things to use maybe dependencies.
10054 * Makefile.in: Regenerate.
10055
10056 2003-05-16 Andreas Schwab <schwab@suse.de>
10057
10058 * Makefile.tpl (install-opcodes): Define.
10059 * Makefile.in: Rebuild.
10060
10061 2003-05-13 Andreas Jaeger <aj@suse.de>
10062
10063 * config.guess: Update to 2003-05-09 version.
10064 * config.sub: Update to 2003-05-09 version.
10065
10066 2003-05-13 Michael Eager <eager@mvista.com>
10067
10068 * configure.in: Correct sed script so that options in quotes are not
10069 deleted.
10070 * configure: Rebuild.
10071
10072 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
10073
10074 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10075 and $$s/newlib/libc/sys/cygwin32 include paths.
10076 * configure: Ditto.
10077
10078 2003-05-12 Michael Meissner <gnu@the-meissners.org>
10079
10080 * MAINTAINERS: Update my email addresses.
10081
10082 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10083
10084 * config-ml.in: Propagate INSTALL variables.
10085
10086 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10087
10088 * MAINTAINERS: Remove duplicate entries in Write After Approval.
10089
10090 2003-05-02 Chris Demetriou <cgd@broadcom.com>
10091
10092 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10093 * Makefile.in: Regenerate.
10094
10095 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10096
10097 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10098
10099 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10100
10101 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10102
10103 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
10104
10105 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10106 * Makefile.in: Regenerated.
10107
10108 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10109
10110 * MAINTAINERS (Write After Approval): Upgrade myself from
10111 GNATS only to write-after-approval. Update my mail address.
10112
10113 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
10114
10115 (OS Port Maintainers: freebsd): Add myself.
10116
10117 2003-04-22 Mark Mitchell <mark@codesourcery.com>
10118
10119 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10120
10121 2003-04-22 Kean Johnston <jkj@sco.com>
10122
10123 * MAINTAINERS (SCO ports): Added myself.
10124
10125 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10126
10127 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10128
10129 2003-04-19 Kean Johnston <jkj@sco.com>
10130
10131 * MAINTAINERS (Write After Approval): Add myself.
10132
10133 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10134
10135 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10136 * Makefile.in: Regenerate.
10137
10138 2003-04-18 Jakub Jelinek <jakub@redhat.com>
10139
10140 * configure.in (powerpc64*-*-linux*): Remove.
10141 * configure: Rebuilt.
10142
10143 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
10144
10145 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10146 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10147 and restrap.
10148 * Makefile.in: Regenerate.
10149
10150 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
10151
10152 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10153 * configure: Regenerated.
10154
10155 2003-04-15 DJ Delorie <dj@redhat.com>
10156
10157 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10158
10159 2003-04-13 Nick Clifton <nickc@redhat.com>
10160
10161 * config-ml.in: Remove support for --disable-aix removing
10162 call-aix multilibs.
10163
10164 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
10165
10166 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10167 * */configure: Rebuilt.
10168
10169 2003-04-08 Joel Sherrill <joel@oarcorp.com>
10170
10171 * MAINTAINERS: Add my email address.
10172
10173 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
10174
10175 * MAINTAINERS (Write After Approval): Add myself.
10176
10177 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10178
10179 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10180 * Makefile.in: Regenerate.
10181
10182 2003-03-14 Michael Chastain <mec@shout.net>
10183
10184 * Makefile.in: Regenerate with correct Makefile.def.
10185
10186 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10187
10188 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10189 Make macro.
10190 * Makefile.in: Regenerate.
10191 * configure.in: Clean up gxx_include_dir logic.
10192 * configure: Regenerate.
10193
10194 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10195
10196 * MAINTAINERS (Write After Approval): Add myself.
10197
10198 2003-03-10 Ben Elliston <bje@wasabisystems.com>
10199
10200 * MAINTAINERS: Update my mail address.
10201
10202 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10203
10204 * configure.in (gxx_include_dir): Fix typo.
10205 * configure: Regenerated.
10206
10207 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10208
10209 * Makefile.tpl: Reindent.
10210 * Makefile.in: Regenerate.
10211 * configure.in: Reindent. Don't set unused variables.
10212 * configure: Regenerate.
10213
10214 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
10215
10216 * configure.in: Include $(build_tooldir)/sys-include in
10217 FLAGS_FOR_TARGET.
10218 * configure: Regenerated.
10219
10220 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10221
10222 * Makefile.tpl: Always pass down RANLIB.
10223 * Makefile.in: Regenerate.
10224
10225 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10226 * Makefile.in: Regenerate.
10227 * configure.in: Remove unused logic relating to --enable-shared
10228 and --enable-threads. Remove bogus comments. Remove redundant
10229 noconfigdirs.
10230 * configure: Regenerate.
10231
10232 * configure.in: Replace ${libstdcxx_version} by its value.
10233 Remove reference to mh-dgux.
10234 * configure: Regenerate.
10235
10236 2003-03-03 Kevin Buettner <kevinb@redhat.com>
10237
10238 * MAINTAINERS (Write After Approval): Add myself.
10239
10240 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10241
10242 * Makefile.tpl: Rearrange.
10243 * Makefile.in: Regenerate.
10244
10245 2003-02-25 Uwe Stieber <uwe@wwws.de>
10246
10247 * configure.in: Add support for kaOS as cross build target system.
10248 * configure: Regenerated.
10249
10250 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
10251
10252 * MAINTAINERS (Write after approval): Add myself.
10253
10254 2003-02-21 James E Wilson <wilson@tuliptree.org>
10255
10256 * MAINTAINERS: Update my email address.
10257
10258 2003-02-21 Zack Weinberg <zack@codesourcery.com>
10259
10260 * MAINTAINERS: Add self to blanket write privs. section.
10261
10262 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
10263
10264 * Makefile.tpl: Add definition of CPPFLAGS to pass into
10265 configure-target-* as some target builds may require additional
10266 flags for preprocessor tests.
10267 * Makefile.in: Regenerated.
10268
10269 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
10270
10271 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10272 * ltconfig: Handle it.
10273 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10274 auto-detecting it.
10275
10276 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10277 it is used as argument to $CC.
10278 * ltcf-gcj.sh: Likewise.
10279
10280 * configure.in: Introduce --enable-maintainer-mode.
10281 * configure: Rebuilt.
10282 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10283 for maintainer mode.
10284 * Makefile.in: Rebuilt.
10285
10286 2003-02-18 Jason Merrill <jason@redhat.com>
10287
10288 * Makefile.tpl (check-c++): Allow parallelism.
10289
10290 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10291
10292 * MAINTAINERS: Remove John Carr (who never actually had access to
10293 gcc.gnu.org).
10294
10295 2003-02-15 Geoffrey Keating <geoffk@apple.com>
10296
10297 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10298 don't configure target-libobjc.
10299 * configure: Regenerate.
10300
10301 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10302
10303 * Makefile.tpl (RANLIB): Define.
10304 * Makefile.in: Regenerate.
10305
10306 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
10307
10308 * MAINTAINERS: Update my email.
10309
10310 2003-02-06 Keith R Seitz <keiths@redhat.com>
10311
10312 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10313 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10314 * Makefile.in: Regenerated.
10315 * configure.in: Remove all traces of snavigator, db, and grep.
10316 * configure: Regenerated.
10317
10318 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10319
10320 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10321 After Approval.
10322
10323 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10324
10325 * MAINTAINERS (Write after approval): Add myself.
10326
10327 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
10328
10329 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10330 * Makefile.in: Regenerated.
10331
10332 2003-01-30 Roger Sayle <roger@eyesopen.com>
10333
10334 * config.guess: Updated to 2003-01-30's version.
10335 * config.sub: Updated to 2003-01-28's version.
10336
10337 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
10338
10339 * config.if: If gcc_version is already set, just use it. Don't set
10340 gcc_version_trigger if it's already set, otherwise set it to
10341 gcc/version.c, but only if the file exists. If it is not set and
10342 gcc/version.c does not exist, try to extract the version number from
10343 $CC.
10344
10345 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10346
10347 * MAINTAINERS: Add myself to write-after-approval list.
10348
10349 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
10350
10351 * configure.in: Revert 24Jan change.
10352 * configure: Regenerate.
10353
10354 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10355
10356 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10357 entry of HJ Lu.
10358
10359 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10360
10361 * configure.in: Revert previous change.
10362 * configure: Regenerate.
10363
10364 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10365
10366 * configure.in: Make rda native-only.
10367 * configure: Regenerate.
10368
10369 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10370
10371 * MAINTAINERS: Move myself from GNATS-only-accounts to
10372 write-after-approval.
10373
10374 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10375
10376 * configure.in: Add missing \.
10377 * configure: Rebuilt.
10378
10379 2003-01-17 Jakub Jelinek <jakub@redhat.com>
10380
10381 * configure.in (baseargs): Avoid using \| in sed regular
10382 expressions.
10383 * configure: Rebuilt.
10384
10385 2003-01-16 Jakub Jelinek <jakub@redhat.com>
10386
10387 * configure.in (baseargs): Remove all supported forms of
10388 --cache-file, --srcdir, --host, --build and --target options
10389 from argument lists.
10390 * configure: Rebuilt.
10391
10392 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
10393
10394 * MAINTAINERS: Add myself to write-after-approval list.
10395
10396 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
10397
10398 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10399 * configure: Rebuilt.
10400
10401 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10402
10403 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10404 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10405 * Makefile.in: Regenerate.
10406 * configure: Regenerate.
10407
10408 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
10409
10410 * configure.in: Remove Makefile in build, host and target modules
10411 unless configure was run with --no-recursion.
10412 * configure: Rebuilt.
10413
10414 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10415
10416 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10417 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10418 * Makefile.in: Regenerate.
10419
10420 2003-01-08 Chris Demetriou <cgd@broadcom.com>
10421
10422 * config.guess: Update to 2003-01-03 version.
10423 * config.sub: Update to 2003-01-03 version.
10424
10425 2003-01-07 Christopher Faylor <cgf@redhat.com>
10426
10427 * configure: Regenerate with proper autoconf 2.13.
10428
10429 2003-01-07 Christopher Faylor <cgf@redhat.com>
10430
10431 * configure.in: Add AC_PREREQ for consistency.
10432 * configure: Regenerate.
10433
10434 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10435
10436 * configure.in (GDB_TK): Add tcl directories conditional on
10437 gdb/gdbtk directory being present.
10438 * configure: Regenerate.
10439
10440 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
10441
10442 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10443 used by gcc if LD is not defined and we are not doing a Canadian Cross.
10444 * configure: Rebuilt.
10445
10446 2002-12-31 Tom Tromey <tromey@redhat.com>
10447
10448 * Makefile.in: Rebuilt.
10449 * Makefile.def (target_modules) [libffi]: Allow installation.
10450
10451 2002-12-31 Andreas Schwab <schwab@suse.de>
10452
10453 * configure.in: Fix use of $program_transform_name.
10454 * configure: Regenerated.
10455
10456 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
10457
10458 * configure.in (baseargs): Don't remove first configure argument.
10459 * configure: Regenerated.
10460
10461 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
10462
10463 * Makefile.tpl (local-distclean): Don't remove...
10464 (multilib.ts): ... this. Moved into...
10465 (multilib.out): ... this. Don't use sub-make.
10466 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10467 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10468 (configure-build-[+module+], configure-[+module+],
10469 configure-target-[+module+], configure-gcc): ... these. Test
10470 for Makefile existence. Drop config.status from dependencies.
10471 * Makefile.in: Rebuilt.
10472 * configure.in: Move gcc-version-trigger to the end of
10473 ac_configure_args. Add comments to maybedep.tmp and
10474 serdep.tmp. Introduce --disable-serial-configure. Remove
10475 nonopt from baseargs, matching and removing corresponding
10476 whitespace while at it.
10477 * configure: Rebuilt.
10478
10479 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
10480
10481 * configure.in (host_configargs): Replace reference to
10482 no-longer-defined buildopts with --build=${build_alias}.
10483 * configure: Rebuilt.
10484
10485 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10486 program_transform_name to standard idiom.
10487 (AUTOGEN, AUTOCONF): Define.
10488 (Makefile.in): Use $(AUTOGEN).
10489 (Makefile): Depend on config.status, and use autoconf-style rule to
10490 build it. Move original commands to...
10491 (config.status): ... this new target.
10492 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10493 $(AUTOCONF).
10494 * Makefile.in: Rebuilt.
10495
10496 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10497
10498 * Makefile.tpl: Fix dramatic bustage due to change in
10499 program_transform_name.
10500 * Makefile.in: Regenerate.
10501
10502 * configure.in: Remove unnecessary PATH setting.
10503 * configure: Regnerate.
10504
10505 * configure.in: Don't default to unprefixed tools unless
10506 the native tools will work.
10507 * configure: Regenerate.
10508
10509 * configure.in: Convert to autoconf script. Blow away lots
10510 of now-redundant Makefile fragments.
10511 * configure: Generate using Autoconf.
10512 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10513 * Makefile.in: Regenerate.
10514
10515 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10516
10517 * configure: Fix stupid bug where RANLIB was mistakenly included.
10518
10519 * configure.in: Rename (buildargs, hostargs, targargs) to
10520 (build_configargs, host_configargs, target_configargs).
10521
10522 * configure.in: Move logic out of sed statement.
10523
10524 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
10525 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10526
10527 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10528
10529 * config.sub: Import from master repository
10530 * config.guess: Ditto
10531
10532 2002-12-24 Andreas Schwab <schwab@suse.de>
10533
10534 * Makefile.tpl (multilib.out): Fix missing space.
10535 * Makefile.in: Regenerate.
10536
10537 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10538
10539 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10540 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10541 * Makefile.in: Regenerate.
10542 * configure.in: Remove unnecessary leftovers.
10543
10544 2002-12-21 Geoffrey Keating <geoffk@apple.com>
10545
10546 * configure.in (extra_ranlibflags_for_target): New variable.
10547 (*-*-darwin): Add -c to ranlib commands.
10548 * configure (tooldir): Handle extra_ranlibflags_for_target.
10549
10550 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
10551
10552 * Makefile.tpl: Revert HJL's change.
10553 * Makefile.in: Regenerated.
10554 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10555 always.
10556
10557 2002-12-19 Andreas Schwab <schwab@suse.de>
10558
10559 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10560 * Makefile.in: Regenerate.
10561
10562 2002-12-18 H.J. Lu <hjl@gnu.org>
10563
10564 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10565 * Makefile.in: Regenerated.
10566
10567 * configure.in (build_prefix): New. Substitute.
10568
10569 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10570
10571 * Makefile.tpl: Don't let real targets depend on phony targets.
10572 * Makefile.in: Regenerate.
10573
10574 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10575 * Makefile.in: Regenerate.
10576
10577 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10578
10579 * config.sub: Import from master repository
10580 * config.guess: Ditto
10581
10582 2002-12-16 Jason Merrill <jason@redhat.com>
10583
10584 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10585 previous 'make bootstrap'.
10586 * Makefile.in: Regenerate.
10587
10588 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10589
10590 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10591
10592 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10593
10594 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10595 * Makefile.in: Regenerate.
10596
10597 2002-12-13 Jason Merrill <jason@redhat.com>
10598
10599 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
10600 library tests.
10601 (check-c++): Just depend on it and check-target-libstdc++-v3.
10602 * Makefile.in: Regenerate.
10603
10604 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10605
10606 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10607 * Makefile.in: Rebuilt.
10608
10609 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10610
10611 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10612
10613 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10614
10615 * configure: Fix bug put in by gremlins.
10616
10617 * Makefile.tpl: Substitute more autoconfily.
10618 * configure: Substitute more autoconfily.
10619 * Makefile.in: Regenerate.
10620
10621 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10622
10623 * config.sub: Import from master repository
10624 * config.guess: Ditto
10625 * MAINTAINERS: Added Svein Seldal under write after approval
10626
10627 2002-12-08 Andrew Cagney <ac131313@redhat.com>
10628
10629 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10630 * Makefile.in (all-sim): Ditto.
10631
10632 2002-12-06 DJ Delorie <dj@redhat.com>
10633
10634 * Makefile.tpl: Change configure dependencies to not have real
10635 targets depend on phony targets.
10636
10637 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10638
10639 * configure.in: Revert unintentional change.
10640
10641 * Makefile.tpl: Change dependency for */multilib.out so that
10642 it works when gcc isn't in the tree.
10643
10644 * configure.in: Substitute more.
10645 * configure: Run subconfigures from the Makefile.
10646 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10647 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10648
10649 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10650
10651 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10652
10653 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10654
10655 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10656 and corresponding dependencies.
10657 * Makefile.in: Regenerate.
10658
10659 * configure.in (host_tools): Order binutils, gas and ld for
10660 convenience in running the testsuites.
10661
10662 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10663 * Makefile.in: Regenerate.
10664 * configure.in: Introduce rules to serialize subconfigure runs.
10665
10666 * configure.in: Introduce BASE_CC_FOR_TARGET.
10667 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10668 Realize configure-build-* targets. Realize configure-target-* targets.
10669 * Makefile.in: Regenerate.
10670
10671 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10672
10673 * configure: Move gcc_version_trigger stuff from here...
10674 * configure.in: ...to here.
10675
10676 * configure.in: Separate subconfigure options added by this file from
10677 options given by the user. Add machinery to put args for host
10678 subconfigures into the Makefile.
10679
10680 * Makefile.tpl: Remove 'vault' targets.
10681 * Makefile.tpl: Reorder and comment dependencies.
10682 * Makefile.in: Regenerate.
10683
10684 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10685 * configure.in: Fix my broken commit of previous patch. (sigh)
10686
10687 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10688
10689 * configure.in: Move host-specific darwin noconfigdirs into
10690 the host-specific section.
10691
10692 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10693
10694 * configure.in: Move host-specific darwin noconfigdirs into
10695 the host-specific section.
10696
10697 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10698
10699 * configure: Remove skip-this-dir support.
10700 * Makefile.tpl: Remove skip-this-dir support.
10701
10702 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10703 subdirectories.
10704 * Makefile.in: Regenerate.
10705
10706 * Makefile.tpl: Strip out useless setting of 'dir'.
10707 * Makefile.in: Regenerate.
10708
10709 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10710
10711 * configure.in: Fix deeply stupid bug.
10712
10713 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10714 shell code in CXX_FOR_TARGET
10715 * Makefile.def: Introduce raw_cxx.
10716 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10717 RAW_CXX_FOR_TARGET.
10718 * Makefile.in: Regenerate.
10719
10720 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10721
10722 * Makefile.tpl: Remove unnecessary ifs.
10723 * Makefile.in: Regenerate.
10724
10725 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10726 dependencies. Maybe-ize build-libiberty. Create dummy install
10727 targets for 'no_install' modules.
10728 * configure: Move GDB_TK substitution to configure.in. Move
10729 build_modules stuff to configure.in.
10730 * configure.in: Implement soft dependency machinery. Maybe-ize
10731 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10732 * Makefile.in: Regenerate.
10733
10734 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10735
10736 * Makefile.tpl: Make all-target, install-target behave similarly
10737 to all, install (only hitting configured targets). Eliminate
10738 unused macro defintions.
10739
10740 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10741 build != host.
10742
10743 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10744
10745 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10746
10747 * configure.in: Produce lists of subdir targets we're actually
10748 configuring. Remove references to "dosrel".
10749 * Makefile.tpl: Let configure set which subdir targets are hit.
10750 Remove install-cross; clean up install; remove ALL. Remove
10751 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10752 Autogenerate host module targets. Remove empty dependency lines
10753 and redundant dependency; rearrange slightly.
10754 * Makefile.def: Add host-side libtermcap, utils.
10755
10756 * Makefile.in: Regenerate.
10757
10758 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10759
10760 * ltconfig (osf[345]): Append $major to soname_spec.
10761 Reflect this in library_names_spec.
10762 * ltmain.sh (osf): Prefix $major with . for use as extension.
10763
10764 2002-11-19 Andreas Jaeger <aj@suse.de>
10765
10766 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10767 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10768 and sparc64 GNU/Linux systems.
10769
10770 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10771
10772 * MAINTAINERS: Update email.
10773
10774 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10775
10776 * MAINTAINERS: Complete James Dennett's entry.
10777
10778 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10779
10780 * MAINTAINERS (Write After Approval): Add myself.
10781
10782 2002-11-13 Bruce Korb <bkorb@gnu.org>
10783
10784 * Makefile.tpl: syntactic cleanup
10785
10786 2002-11-13 Stuart Hastings <stuart@apple.com>
10787
10788 * MAINTAINERS: Add myself to write-after-approval list.
10789
10790 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10791
10792 * Makefile.def: Add list of recursive targets to autogenerate.
10793 Add build_modules.
10794 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10795 targets. Autogenerate *-build-* targets.
10796 * Makefile.in: Regenerate.
10797
10798 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10799
10800 * configure: More autoconf-style substitutions.
10801 * Makefile.tpl: More autoconf-style substitutions.
10802 * Makefile.in: Regenerate.
10803
10804 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10805
10806 * configure: Substitute more variables in a more autoconf-friendly
10807 way. Simplify slightly.
10808 * Makefile.tpl: Make more variables substitutable in an
10809 autoconf-friendly way.
10810 * Makefile.in: Regenerate.
10811
10812 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10813
10814 * MAINTAINERS (Write After Approval): Add myself.
10815
10816 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10817
10818 * configure.in (v810*): Remove special setting of tools.
10819
10820 * configure: Add support for extra required flags for ar or nm.
10821 * configure.in (aix4.3+): Use above support for target-specific
10822 issues, rather than using config/mt-aix43.
10823
10824 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10825
10826 * configure: Remove 'removing', which doesn't work. Replace $subdir
10827 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10828 with $srcdir. Reformat indentation. Substitute some variables
10829 formerly hard-coded in the Makefile for build=host.
10830 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10831 * Makefile.def: Autogenerate more.
10832 * Makefile.in: Regenerate.
10833
10834 2002-11-04 Adam Nemet <anemet@lnxw.com>
10835
10836 * MAINTAINERS (Write After Approval): Add myself.
10837
10838 2002-11-04 Kevin Buettner <kevinb@redhat.com>
10839
10840 * Makefile.def (host_modules): Add rda.
10841 * Makefile.in: Regenerate.
10842 * configure.in (target_tool): Add target-rda to list.
10843
10844 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10845
10846 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10847
10848 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
10849
10850 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10851 and restrap targets to this rule.
10852 * Makefile.in: Regenerate.
10853
10854 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10855
10856 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10857 GNATS only accounts.
10858
10859 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10860
10861 * configure.in (i[3456]86-*-linux*): Add check to disable
10862 ${libgcj} for glibc1.
10863
10864 2002-10-24 Denis Chertykov <denisc@overta.ru>
10865
10866 * MAINTAINERS: Add myself as ip2k port maintainer.
10867
10868 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10869
10870 * configure.in: Add tic4x target.
10871
10872 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10873
10874 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10875 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10876 * Makefile.in: Regenerate.
10877
10878 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10879 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10880 * Makefile.in: Regenerate.
10881
10882 2002-10-02 Janis Johnson <janis187@us.ibm.com>
10883
10884 * MAINTAINERS: Add myself as web pages co-maintainer.
10885
10886 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10887
10888 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10889 * Makefile.in: Regenerate.
10890
10891 2002-10-02 Zack Weinberg <zack@codesourcery.com>
10892
10893 * MAINTAINERS: Add myself and Nathan Sidwell
10894 <nathan@codesourcery.com> as VxWorks maintainers.
10895
10896 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10897
10898 * Makefile.def: Remove order dependency comments.
10899 * Makefile.tpl: Add explicit install-install dependencies.
10900 * Makefile.in: Regenerate.
10901
10902 * Makefile.tpl: Remove material now in src-release. (Finally!)
10903 * Makefile.in: Regenerate.
10904
10905 * Makefile.tpl: Add configure-target (for src-release in src)
10906 * Makefile.in: Regenerate.
10907
10908 2002-09-30 Nick Clifton <nickc@redhat.com>
10909
10910 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10911
10912 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10913
10914 * configure.in (s390*-*-linux*): Enable libgcj.
10915
10916 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10917
10918 * configure: Revert accidentally applied changes.
10919
10920 * Makefile.tpl: Make more autoconf-friendly.
10921 * Makefile.in: Regenerate.
10922 * configure: Make substitution more autoconf-like.
10923
10924 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
10925
10926 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10927 single entry to handle all these.
10928 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10929 libjava on arm-*-elf.
10930
10931 2002-09-27 Geoffrey Keating <geoffk@apple.com>
10932
10933 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10934 things that depend on them.
10935
10936 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10937
10938 * Makefile.tpl: Make subsituted variables more autoconfy.
10939 * Makefile.in: Regenerate.
10940 * configure: Make seds more autoconfy.
10941
10942 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10943
10944 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10945 * Makefile.in: Regenerate.
10946 * configure.in: Rewrite sed statements to look autoconfy.
10947
10948 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10949 all-target-foo on configure-target-foo.
10950 * Makefile.def: Ditto.
10951 * Makefile.in: Rebuild.
10952
10953 2002-09-25 Andrew Haley <aph@redhat.com>
10954
10955 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10956
10957 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10958
10959 * Makefile.def: New file.
10960 * Makefile.tpl: New file.
10961 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10962 * contrib/gcc_update: Note that Makefile.in is a generated file.
10963
10964 * configure.in: Minor rearrangement. Simplify tests.
10965
10966 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10967
10968 * configure.in (with_headers): Skip copy if value is "yes".
10969 (with_libs): Likewise.
10970
10971 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10972
10973 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10974 * configure.in (sh*-*-pe*): Ditto.
10975 * configure.in (mips*-*-pe*): Ditto.
10976 * configure.in (*arm-wince-pe): Ditto.
10977
10978 * configure.in: Rearrange.
10979
10980 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10981
10982 * MAINTAINERS: Update my email address.
10983
10984 2002-08-30 Paul Koning <pkoning@equallogic.com>
10985
10986 * MAINTAINERS: (Write After Approval): Add myself.
10987
10988 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
10989
10990 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10991
10992 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
10993
10994 * MAINTAINERS: Change my mailing address.
10995
10996 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
10997
10998 * MAINTAINERS (Write After Approval): Remove myself.
10999 (Various Maintainers: c++ runtime libs): Add myself.
11000
11001 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
11002
11003 * MAINTAINERS (Write After Approval): Remove myself.
11004 (Various Maintainers: c++ runtime libs): Add myself.
11005
11006 2002-08-15 Eric Christopher <echristo@redhat.com>
11007
11008 * config.sub: Import from master repository.
11009 * config.guess: Ditto.
11010
11011 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
11012
11013 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11014 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11015 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11016
11017 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
11018
11019 * MAINTAINERS: Add self to rs6000 vector extensions.
11020
11021 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
11022
11023 * libiberty/configure: Reverted unintended yesterday's check in.
11024
11025 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
11026
11027 * boehm-gc/configure, libf2c/configure: Rebuilt.
11028 * libffi/configure, libiberty/configure: Ditto.
11029 * libjava/configure, libobjc/configure: Ditto.
11030 * libstdc++-v3/configure, zlib/configure: Ditto.
11031 Merged from binutils:
11032 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
11033 From Steve Ellcey <sje@cup.hp.com>:
11034 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11035 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11036 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11037 IA64.
11038 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11039 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11040 soname_spec, sys_lib_search_path_spec): Ditto.
11041
11042 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
11043
11044 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11045
11046 2002-08-04 H.J. Lu (hjl@gnu.org)
11047
11048 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11049
11050 2002-08-02 Krister Walfridsson <cato@df.lth.se>
11051
11052 * MAINTAINERS (Write After Approval): Add myself.
11053
11054 2002-07-31 Alan Modra <amodra@bigpond.net.au>
11055
11056 * configure.in: Move generic linux case to end. Copy generic
11057 linux noconfigdirs to mips*-*-linux* entry and new
11058 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11059
11060 2002-07-19 Michael Matz <matz@suse.de>
11061
11062 * MAINTAINERS: Add myself as ra* maintainer.
11063
11064 2002-07-16 Chris Demetriou <cgd@broadcom.com>
11065
11066 * config.guess: Update to 2002-07-09 version.
11067 * config.sub: Update to 2002-07-03 version.
11068
11069 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
11070
11071 * MAINTAINERS: Fix typo in a maintainer email address.
11072
11073 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
11074
11075 * configure.in: Remove two redundant tests.
11076
11077 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11078
11079 * configure.in (mips*-*-irix6*o32): Enable stabs.
11080
11081 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
11082
11083 * configure.in: Don't build grez.
11084 * Makefile.in: Ditto.
11085
11086 * Makefile.in: Remove references to bsp, cygmon, libstub.
11087 * configure.in: Ditto.
11088
11089 * configure.in: Remove leftover reference to gdbtest.
11090
11091 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
11092
11093 * configure.in (gxx_include_dir): Change to match versioned
11094 C++ headers if --enable-version-specific-runtime-libs is used.
11095
11096 2002-07-04 Steve Ellcey <sje@cup.hp.com>
11097
11098 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11099
11100 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11101
11102 * configure.in: Make --without-x work.
11103
11104 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11105
11106 * configure.in: Rearrange target Makefile fragment collection.
11107
11108 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11109 cvs[src].
11110 * configure.in: Ditto.
11111
11112 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11113
11114 * MAINTAINERS (Write After Approval): Update my e-mail address.
11115
11116 2002-06-24 Ben Elliston <bje@redhat.com>
11117
11118 * configure.in (host_tools): Remove cgen.
11119
11120 * Makefile.in (all-cgen): Remove; runs from its source directory.
11121 (check-cgen, install-cgen, clean-cgen): Likewise.
11122 (all-opcodes): Do not depend on all-cgen.
11123 (all-sim): Likewise.
11124
11125 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
11126
11127 * Makefile.in: Eliminate 'apache' targets.
11128 * configure.in: Eliminate 'apache' targets.
11129
11130 * configure.in: Eliminate redundant tests. Reorganize.
11131
11132 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11133
11134 * config-ml.in: Eliminate references to Cygnus configure.
11135
11136 * Makefile.in: Eliminate references to building emacs.
11137
11138 2002-06-28 Graham Stott <graham.stott@btinternet.com>
11139
11140 * MAINTAINERS: Update my email address.
11141
11142 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11143
11144 * config.if (libstdcxx_incdir): Version C++ headers.
11145 (cxx_incdir): Remove.
11146
11147 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11148
11149 * MAINTAINERS (Write After Approval): Add self.
11150
11151 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11152
11153 * configure.in: Add support for ip2k.
11154
11155 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11156
11157 * configure.in: Fix AIX configury bug.
11158
11159 2002-06-20 Steve Ellcey <sje@cup.hp.com>
11160
11161 * MAINTAINERS (Write After Approval): Add self.
11162
11163 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11164
11165 * configure.in: replace ${topsrcdir} with ${srcdir}
11166
11167 * configure.in: Move definition of libstdcxx_flags
11168 right above usage, rather than waaay earlier.
11169
11170 * configure.in: Pull definition of is_cross_compiler earlier.
11171
11172 * configure.in: Rearrange a little.
11173
11174 * configure.in: Remove references to librx.
11175 * Makefile.in: Remove references to librx.
11176
11177 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11178
11179 * config.sub: Add support for avr target.
11180 Import from master sources, rev 1.255
11181
11182 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
11183
11184 * configure, .cvsignore: Revert previous change...
11185 * Makefile: ...delete.
11186
11187 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11188
11189 * configure.in: Eliminate ${gasdir} variable.
11190
11191 2002-06-18 Dave Brolley <brolley@redhat.com>
11192
11193 * configure.in: Add support for frv.
11194 * config.sub: Add support for frv.
11195
11196 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
11197
11198 * configure: Remove garbage from previous commit.
11199
11200 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
11201
11202 * configure: For in-source builds, make a subdir and re-exec there.
11203 * Makefile: New file. Pass targets through to build directory.
11204 * .cvsignore: No longer ignore "Makefile".
11205
11206 2002-06-16 Douglas Rupp <rupp@gnat.com>
11207
11208 * MAINTAINERS (Write After Approval): Add self.
11209
11210 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11211
11212 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11213
11214 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11215
11216 * configure.in (vax-*-netbsd*): Re-enable gas.
11217
11218 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11219
11220 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11221 BUILD_PREFIX_1, to correct nomenclature.
11222 * configure: Likewise.
11223
11224 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11225 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11226
11227 2002-05-31 Olaf Hering <olh@suse.de>
11228
11229 * config-ml.in: Propogate DESTDIR also.
11230
11231 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11232
11233 * configure.in (vax-*-netbsd*): Don't build gas for this
11234 platform.
11235
11236 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11237
11238 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11239 and libgcj for AVR.
11240
11241 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
11242
11243 * MAINTAINERS (Write After Approval): Add myself.
11244
11245 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
11246
11247 * config.guess: Update to 2002-05-22 version.
11248 * config.sub: Likewise.
11249
11250 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11251
11252 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11253 * config-ml.in: Likewise.
11254 * configure: Likewise.
11255 * configure.in: Likewise.
11256
11257 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
11258
11259 * MAINTAINERS: Update my email address.
11260
11261 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
11262
11263 * configure.in: Simplify makefile fragment collection.
11264
11265 * configure.in: Remove code to build emacs.
11266
11267 * configure.in : Remove --srcdir argument from targargs and buildargs
11268 (it's always overridden in the Makefile anyway). Rearrange a bit.
11269
11270 * configure: Move some logic to configure.in.
11271 * configure.in: Move some logic from configure.
11272
11273 2002-05-11 Tom Tromey <tromey@redhat.com>
11274
11275 * MAINTAINERS: Reflect libgcj reality.
11276
11277 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
11278
11279 * Makefile.in: Honour DESTDIR.
11280
11281 2002-05-08 Mark Mitchell <mark@codesourcery.com>
11282
11283 * config.guess: Import 2002-03-20 version.
11284 * config.sub: Import 2002-04-26 version.
11285
11286 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11287
11288 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11289
11290 2002-05-07 Tim Josling <tej@melbpc.org.au>
11291
11292 * MAINTAINERS: Add self.
11293
11294 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
11295
11296 * ltmain.sh: Detect and handle object name conflicts
11297 while piecewise linking a static library.
11298
11299 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
11300
11301 * configure.in (noconfigdirs): Don't disable libgcj on
11302 sparc64-*-solaris* and sparcv9-*-solaris*.
11303
11304 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
11305
11306 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11307
11308 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
11309
11310 * configure.in (FLAGS_FOR_TARGET): Do not add
11311 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11312 on i[3456]86-*-linux*.
11313
11314 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
11315
11316 * configure.in (noconfigdirs): Replace [ ] with test.
11317
11318 * configure.in (noconfigdirs): Do not add target-newlib if
11319 target == i[3456]86-*-linux*, and host == target.
11320
11321 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
11322
11323 * configure.in: delete reference to absent file
11324
11325 * configure.in: replace '[' with 'test'
11326
11327 * configure.in: Eliminate references to gash.
11328 * Makefile.in: Eliminate references to gash.
11329
11330 * configure.in: remove useless references to 'pic' makefile fragments.
11331
11332 * configure.in: (*-*-windows*) Finish removing.
11333
11334 * configure.in: Eliminate redundant test for libgui.
11335
11336 2002-04-29 Roger Sayle <roger@eyesopen.com>
11337
11338 * MAINTAINERS: Add self and realphabetize. Update entries
11339 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11340 entry for a29k port maintainer.
11341
11342 2002-04-26 Joel Sherrill <joel@OARcorp.com>
11343
11344 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11345 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11346
11347 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11348
11349 * configure.in: remove references to dead files
11350
11351 2002-04-19 Mark Mitchell <mark@codesourcery.com>
11352
11353 * MAINTAINERS: Add information about purpose of this file.
11354
11355 2002-04-18 Tom Tromey <tromey@redhat.com>
11356
11357 * configure.in: Disallow configuring libgcj when it is already
11358 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11359 Solaris 2.8 by default. For PR libgcj/6158.
11360
11361 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11362
11363 * configure.in: Move default CC setting out of config/mh-* fragments
11364 directly into here.
11365
11366 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11367
11368 * configure.in: don't even try to configure or make a subdirectory
11369 if there's no configure script for it.
11370
11371 2002-04-15 Mark Mitchell <mark@codesourcery.com>
11372
11373 * MAINTAINERS: Remove chill maintainers.
11374 * Makefile.in (CHILLFLAGS): Remove.
11375 (CHILL_LIB): Remove.
11376 (TARGET_CONFIGDIRS): Remove libchill.
11377 (CHILL_FOR_TARGET): Remove.
11378 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11379 CHILL_LIB.
11380 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11381 (CHECK_TARGET_MODULES): Likewise.
11382 (INSTALL_TARGET_MODULES): Likewise.
11383 (CLEAN_TARGET_MODULES): Likewise.
11384 (configure-target-libchill): Remove.
11385 (all-target-libchill): Remove.
11386 * configure.in (target_libs): Remove target-libchill.
11387 Do not compute CHILL_FOR_TARGET.
11388 * libchill: Remove directory.
11389
11390 2002-04-11 DJ Delorie <dj@redhat.com>
11391
11392 * Makefile.in, configure.in: Sync with binutils, entries
11393 follow...
11394
11395 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11396
11397 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11398 (do-tar, do-bz2): New rules.
11399 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11400 (gdb-tar): New rule.
11401 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11402 (insight_dejagnu.tar): New rule.
11403 (insight.tar): New rule.
11404 (gdb+dejagnu.tar): New rule.
11405 (gdb.tar): New rule.
11406
11407 2002-02-01 Mo DeJong <supermo@bayarea.net>
11408
11409 * Makefile.in: Add all-tix to deps for all-snavigator
11410 so that tix is built when building snavigator.
11411
11412 2002-01-11 Steve Ellcey <sje@cup.hp.com>
11413
11414 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11415 ld and gdb are not supported.
11416
11417 2002-01-07 Mark Salter <msalter@redhat.com>
11418
11419 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11420 Allow target-libgloss to be built for arm, strongarm, and xscale.
11421
11422 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11423
11424 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11425 options for i[3456]86-pc-linux* native builds.
11426
11427 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11428
11429 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11430 files from .po files for a distribution.
11431
11432 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
11433
11434 * configure.in: Enable libstdc++-v3 for h8300 targets.
11435
11436 2001-06-19 Alan Modra <amodra@bigpond.net.au>
11437
11438 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11439 version from bfd/.
11440
11441 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11442
11443 * Makefile.in (VER): When present, extract the version number from
11444 the file version.in.
11445
11446 2001-05-24 Tom Rix <trix@redhat.com>
11447
11448 * configure.in : enable ld for aix
11449
11450 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11451
11452 * config.guess: Add linux target for S/390.
11453
11454 2000-11-07 Philip Blundell <pb@futuretv.com>
11455
11456 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11457
11458 2000-11-03 Philip Blundell <pb@futuretv.com>
11459
11460 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11461 files.
11462
11463 2001-01-15 Ben Elliston <bje@redhat.com>
11464
11465 * configure.in (host_tools): Add sid.
11466 Always configure cgen.
11467
11468 2000-11-24 Nick Clifton <nickc@redhat.com>
11469
11470 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11471
11472 2000-08-20 Doug Evans <dje@casey.transmeta.com>
11473
11474 * Makefile.in (ALL_MODULES): Add all-cgen.
11475 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11476 (all-cgen): New target.
11477 (all-opcodes,all-sim): Depend on all-cgen.
11478 * configure.in (host_tools): Add cgen.
11479 Only configure cgen if --enable-cgen-maint.
11480
11481 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
11482
11483 * configure.in: Add *-*-freebsd* configurations.
11484
11485 2002-04-08 Tom Tromey <tromey@redhat.com>
11486
11487 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11488 Fixes PR libgcj/6068.
11489
11490 2002-03-30 Krister Walfridsson <cato@df.lth.se>
11491
11492 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11493
11494 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11495
11496 * configure.in (alpha*-dec-osf*): Enable libgcj.
11497
11498 2003-03-27 Matthew Gingell <gingell@gnat.com>
11499
11500 * MAINTAINERS (Write After Approval): Add myself.
11501
11502 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11503
11504 Fix for: PR bootstrap/3591, target/5676
11505 * configure.in (mcore-pe): Disable the configuration of
11506 libstdc++-v3 since exceptions are not supported.
11507
11508 2002-03-20 Anthony Green <green@redhat.com>
11509
11510 * configure.in: Enable libgcj for xscale-elf target.
11511
11512 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
11513
11514 * MAINTAINERS: Update my email address.
11515
11516 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
11517
11518 * ltmain.sh (relink_command): Fix typo in previous change.
11519
11520 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
11521
11522 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11523 (relink_command): Added --tag flags.
11524 (mode=install): If relinking fails; error out.
11525
11526 2002-03-12 Richard Henderson <rth@redhat.com>
11527
11528 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11529 .NOTPARALLEL tag.
11530 (do-check): Rename from check.
11531 (check): Allow parallel check.
11532
11533 2002-03-12 Bob Wilson <bob.wilson@acm.org>
11534
11535 * MAINTAINERS: Add myself as maintainer for xtensa port.
11536 Fix alphabetical order in CPU port maintainer list.
11537 Remove myself from Write After Approval list.
11538
11539 2002-03-11 Richard Henderson <rth@redhat.com>
11540
11541 * Makefile.in (.NOTPARALLEL): Add fake tag.
11542
11543 2002-03-07 H.J. Lu (hjl@gnu.org)
11544
11545 * configure.in: Enable gprof for mips*-*-linux*.
11546
11547 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11548
11549 * MAINTAINERS (Write After Approval): Add myself.
11550
11551 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
11552
11553 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11554 libjava.
11555 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11556
11557 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
11558
11559 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11560 because its Makefile is there; test for the executable instead.
11561
11562 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
11563
11564 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11565 libstdc++-v3 and libjava.
11566
11567 2002-02-11 Adam Megacz <adam@xwt.org>
11568
11569 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11570 boehm-gc
11571
11572 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
11573
11574 * config.guess: Updated to 2002-01-30's version.
11575 * config.sub: Updated to 2002-02-01's version.
11576 Contribute sh64-elf.
11577 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11578 * configure.in: Added sh64-*-*.
11579
11580 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11581
11582 * MAINTAINERS: Belatedly add myself to write after approval list.
11583
11584 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11585
11586 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11587 Remove self as Write After Approval.
11588
11589 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
11590
11591 * MAINTAINERS: Put self in as maintainer for contrib/regression
11592 directory.
11593
11594 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
11595
11596 * MAINTAINERS: Update my email address.
11597
11598 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11599
11600 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11601 target-libiberty, and target-libgloss. Skip Java-related
11602 libraries if not supported for NetBSD on target CPU.
11603
11604 2002-01-25 Douglas B Rupp <rupp@gnat.com>
11605
11606 * install-sh: Use _inst.$$_ for temp file name.
11607
11608 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11609
11610 * MAINTAINERS (Write After Approval): Move my contact info
11611 from here...
11612 (OS Port Maintainers): ...to here (netbsd).
11613
11614 2002-01-22 Bob Wilson <bob.wilson@acm.org>
11615
11616 * MAINTAINERS (Write After Approval): Add myself.
11617
11618 2002-01-17 H.J. Lu <hjl@gnu.org>
11619
11620 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11621 (all-target-fastjar): Also depend on all-target-libiberty.
11622
11623 2002-01-16 H.J. Lu (hjl@gnu.org)
11624
11625 * config.guess: Import from master sources, rev 1.225.
11626 * config.sub: Import from master sources, rev 1.238.
11627
11628 2002-01-16 Kazu Hirata <kazu@hxi.com>
11629
11630 * MAINTAINERS (Write After Approval): Remove myself.
11631
11632 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
11633
11634 * MAINTAINERS (Write After Approval): Add myself.
11635
11636 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11637
11638 * MAINTAINERS: Add self as docs co-maintainer.
11639
11640 2001-12-11 Matthias Klose <doko@debian.org>
11641
11642 * MAINTAINERS (Write After Approval): Add myself.
11643
11644 2001-12-09 Zack Weinberg <zack@codesourcery.com>
11645
11646 * MAINTAINERS: Update my email address.
11647
11648 2001-12-07 Turly O'Connor <turly@apple.com>
11649 * MAINTAINERS (Write After Approval): Add myself.
11650 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11651 (rs6000_initialize_trampoline): Call __trampoline_setup for
11652 ABI_DARWIN too.
11653 * darwin-tramp.asm: New file, implements __trampoline_setup.
11654 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11655
11656 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
11657
11658 * MAINTAINERS (Write After Approval): Add myself.
11659
11660 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11661
11662 * configure, configure.in: Use temp file for long sed commands.
11663
11664 2001-12-03 Laurent Guerby <guerby@acm.org>
11665
11666 * config.sub: Update to version 1.232 on subversion.
11667
11668 2001-12-03 Ben Elliston <bje@redhat.com>
11669
11670 * MAINTAINERS: Update mail address for config.* patches.
11671
11672 2001-11-27 DJ Delorie <dj@redhat.com>
11673 Zack Weinberg <zack@codesourcery.com>
11674
11675 When build != host, create libiberty for the build machine.
11676
11677 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11678 CONFIG_ARGUMENTS.
11679 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11680 New variables.
11681 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11682 and rules.
11683 (all.normal): Depend on ALL_BUILD_MODULES.
11684 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11685 (all-build-libiberty): Depend on configure-build-libiberty.
11686
11687 * configure: Calculate and substitute proper value for
11688 ALL_BUILD_MODULES.
11689 * configure.in: Create the build subdirectory.
11690 Calculate and substitute TARGET_CONFIGARGS (formerly
11691 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11692
11693 2001-11-26 Ziemowit Laski <zlaski@apple.com>
11694
11695 * MAINTAINERS (write-after-approval): Add self.
11696
11697 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11698
11699 * MAINTAINERS (GNATS only accounts): Remove self.
11700
11701 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11702
11703 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11704 libf2c.
11705
11706 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11707
11708 * MAINTAINERS (Write After Approval): Add self.
11709
11710 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11711
11712 * MAINTAINERS: mips and s390 are also CPU ports.
11713
11714 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11715
11716 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11717
11718 2001-11-11 David O'Brien <obrien@FreeBSD.org>
11719
11720 * MAINTAINERS: Alphabetize.
11721
11722 2001-11-09 Kazu Hirata <kazu@hxi.com>
11723
11724 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11725
11726 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11727
11728 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11729
11730 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11731
11732 * configure.in (--enable-languages): Be more permissive about
11733 syntax. Check for empty lists better. Warn about $LANGUAGES.
11734
11735 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
11736
11737 * config.sub: Import from master sources, rev. 1.230.
11738 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11739
11740 2001-11-07 Laurent Guerby <guerby@acm.org>
11741
11742 * MAINTAINERS (Write After Approval): Add self.
11743
11744 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11745
11746 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11747
11748 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11749
11750 * config.sub: Import from master sources, rev 1.226.
11751 * config.guess: Import from master sources, rev 1.216.
11752
11753 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11754
11755 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11756 * MAINTAINERS: Add self as maintainer of MMIX port.
11757 Remove old after-approval entry.
11758
11759 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11760
11761 * ChangeLog, configure: Fix spelling errors.
11762
11763 2001-10-20 Brendan Kehoe <brendan@zen.org>
11764
11765 * MAINTAINERS: Tweak my address.
11766
11767 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
11768
11769 * MAINTAINERS: Update my email address.
11770
11771 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
11772
11773 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11774 * MAINTAINERS: Add self as maintainer of CRIS port.
11775
11776 2001-10-10 Geert Bosch <bosch@gnat.com>
11777
11778 * MAINTAINERS (Various maintainers: Ada front end):
11779 Added Robert Dewar.
11780
11781 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
11782
11783 * MAINTAINERS (Write After Approval): Added self
11784
11785 2001-10-02 Geert Bosch <bosch@gnat.com>
11786
11787 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11788
11789 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11790
11791 * configure: Handle temporary files securely using mkdir.
11792
11793 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
11794
11795 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11796
11797 2001-09-26 Will Cohen <wcohen@redhat.com>
11798
11799 * configure.in (*-*-linux*): Disable configuration of target-newlib
11800 and target-libgloss.
11801
11802 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11803
11804 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11805 RANLIB.
11806
11807 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
11808
11809 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11810 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11811 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11812 avoid quotes nesting problems.
11813 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11814 (DO_X): Export only variables that are set.
11815
11816 2001-09-19 Ben Elliston <bje@redhat.com>
11817
11818 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11819 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11820 semantics. Use the shell built-in "type" command instead.
11821
11822 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
11823
11824 Merged from gcc-3_0-branch:
11825 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11826 * ltcf-c.sh: Use $objext, not $ac_objext.
11827 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11828 * ltcf-cxx.sh: Add support for GNU.
11829 2001-07-22 Timothy Wall <twall@redhat.com>
11830 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11831 default settings if using GNU tools with that configuration.
11832 * ltcf-cxx.sh: Ditto.
11833 * ltcf-gcj.sh: Ditto.
11834 2001-07-21 Michael Chastain <chastain@redhat.com>
11835 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11836 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11837 * ltmain.sh: Mark as gcc-local.
11838
11839 2001-08-30 Eric Christopher <echristo@redhat.com>
11840 Jason Eckhardt <jle@redhat.com>
11841
11842 * config.guess: Merge from master sources.
11843 * config.sub: Merge from master sources, add support for mipsisa32.
11844
11845 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
11846 * config.sub: Merge from master sources, rev 1.219.
11847 * MAINTAINERS: Add self as contact for stormy16 port.
11848
11849 2001-08-14 Zack Weinberg <zackw@panix.com>
11850
11851 * config.sub: Merge from master sources, rev 1.218.
11852 * config.guess: Merge from master sources, rev 1.209.
11853
11854 2001-08-11 Graham Stott <grahams@redhat.com>
11855
11856 * Makefile.in (check-c++): Add missing semicolon.
11857
11858 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11859
11860 * MAINTAINERS (Various maitainers: predict.def): Added myself.
11861
11862 2001-07-30 Eric Christopher <echristo@redhat.com>
11863
11864 * MAINTAINERS (Various maintainers: mips port): Added myself.
11865
11866 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11867
11868 * configure.in (sh-*-linux*): New.
11869
11870 2001-07-27 Richard Henderson <rth@redhat.com>
11871
11872 * .cvsignore: Add LAST_UPDATED.
11873
11874 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11875
11876 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11877
11878 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
11879
11880 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11881
11882 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11883
11884 * MAINTAINERS (Write After Approval): Added myself.
11885
11886 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11887
11888 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11889 and libgcj on m68hc11/m68hc12.
11890
11891 2001-06-27 H.J. Lu (hjl@gnu.org)
11892
11893 * Makefile (CFLAGS_FOR_BUILD): New.
11894 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11895
11896 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11897
11898 * README: Remove version number.
11899
11900 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11901
11902 * INSTALL/README: Update wrt. to the installation instructions now
11903 residing in gcc/doc/install.texi.
11904
11905 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11906
11907 * README: Replace with a cut-down and updated version of gcc/README.
11908
11909 2001-06-12 David Edelsohn <edelsohn@gnu.org>
11910
11911 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11912 multilibs to be disabled.
11913
11914 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
11915
11916 * MAINTAINERS (Write After Approval): Add myself.
11917
11918 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
11919
11920 * config.guess: Import CVS version 1.195.
11921 * config.sub: Import CVS version 1.212.
11922
11923 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11924
11925 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11926 gcc/xgcc is built, use -print-prog-name to find out the program
11927 name to use.
11928
11929 2001-06-04 Phil Edwards <pme@sources.redhat.com>
11930
11931 * config.guess: Import CVS version 1.194. All gcc-local changes
11932 appear to also be in the master copy.
11933 * config.sub: Import CVS version 1.211.
11934
11935 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11936
11937 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11938 with_gcc]: Use `gcc -shared' to build a shared library.
11939
11940 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11941
11942 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11943 archives.
11944
11945 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11946
11947 * MAINTAINERS (Write After Approval): Add myself.
11948
11949 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
11950
11951 * configure.in (libstdcxx_flags): Do not try to execute
11952 libstdc++-v3/testsuite_flags until it exists.
11953
11954 2001-06-01 Alan Modra <amodra@bigpond.net.au>
11955
11956 * MAINTAINERS: Update my email address.
11957
11958 2001-05-31 Graham Stott <grahams@redhat.com>
11959
11960 * MAINTAINERS (Write After Approval): Add myself.
11961
11962 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
11963
11964 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11965 libraries when using g++ with native linker.
11966
11967 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
11968
11969 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11970
11971 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
11972
11973 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11974 [aix4*|aix5*]: Prepend blank.
11975
11976 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
11977
11978 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11979 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11980 of subdir/configure scripts to use the new libtool.m4.
11981
11982 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11983
11984 * MAINTAINERS (Write After Approval): Add myself.
11985
11986 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11987
11988 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11989
11990 2001-05-11 Ben Elliston <bje@redhat.com>
11991
11992 * Makefile.in (all-sid): New target.
11993 (check-sid, clean-sid, install-sid): Likewise.
11994
11995 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11996
11997 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11998
11999 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
12000
12001 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12002 libgcj.
12003
12004 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
12005
12006 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12007 gcc/xgcc is built, use -print-prog-name to find out the program
12008 name to use.
12009
12010 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
12011
12012 * configure.in (noconfigdirs): Don't reset it from scratch in the
12013 target case; only append to it.
12014
12015 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12016 sparc-*-solaris2.8]: Disable ${libgcj}.
12017
12018 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
12019
12020 * configure.in (libgcj_saved): Copy from $libgcj.
12021 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12022 --disable-libgcj.
12023
12024 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
12025
12026 * MAINTAINERS: Remove self as MIPS maintainer and
12027 C front end maintainer.
12028
12029 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
12030
12031 * configure.in: Move *-chorusos target case to the proper switch.
12032 Disable libgcj.
12033
12034 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12035
12036 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12037 1.641.2.228.
12038
12039 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12040
12041 * Makefile.in (STAGE1_CFLAGS): Pass down.
12042
12043 2001-04-13 Alan Modra <amodra@one.net.au>
12044
12045 * config.guess: Add hppa64-linux support. Note for next import that
12046 this is already in the master file.
12047 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
12048
12049 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12050
12051 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12052 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12053
12054 2001-04-11 Stan Shebs <shebs@apple.com>
12055
12056 * MAINTAINERS: Add self as Darwin port maintainer.
12057
12058 2001-04-11 Alan Modra <amodra@one.net.au>
12059
12060 * MAINTAINERS: Update my email address.
12061
12062 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
12063
12064 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12065 recent versions of FreeBSD (release 3 or later).
12066 * ltconfig: On FreeBSD, -lc must not be provided when building
12067 a shared library or else the standard -pthread gcc option is
12068 rendered worthless to later users of the built library.
12069
12070 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
12071
12072 * MAINTAINERS: Add self and RTH as C front end maintainers.
12073
12074 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
12075
12076 * config.sub: Make sure to match an already-canonicalized
12077 machine name (eg. mn10300-unknown-elf).
12078
12079 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
12080
12081 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12082 New macros.
12083 (bootstrap, cross): Use RECURSE_FLAGS.
12084 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12085
12086 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
12087
12088 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12089
12090 2001-03-22 Colin Howell <chowell@redhat.com>
12091
12092 * Makefile.in (DO_X): Do not backslash single-quotes in
12093 backquotes (two places).
12094
12095 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
12096
12097 Re-installed:
12098 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12099 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12100 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12101 * ltcf-cxx.sh: Likewise.
12102 * ltcf-gcj.sh: Likewise.
12103
12104 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12105
12106 * MAINTAINERS: Add myself as "documentation co-maintainer".
12107
12108 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
12109
12110 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12111 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12112
12113 2001-03-19 Tom Tromey <tromey@redhat.com>
12114
12115 * config-ml.in: Handle GCJ and GCJFLAGS.
12116
12117 2001-03-21 Michael Chastain <chastain@redhat.com>
12118
12119 * Makefile.in: all-m4 depends on all-texinfo.
12120
12121 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
12122
12123 * MAINTAINERS: Add myself to write after approval list.
12124
12125 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
12126
12127 * Makefile.in (DO_X): Quote nested quotes.
12128
12129 2001-03-18 Alan Modra <alan@linuxcare.com.au>
12130
12131 * MAINTAINERS: Add myself to write after approval list.
12132
12133 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
12134
12135 * Makefile.in (DO_X): Use double quotes for quoting
12136 "RANLIB=$${RANLIB}".
12137
12138 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12139
12140 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12141
12142 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
12143
12144 * configure.in: Only use `lang_requires' for languages athat are
12145 actually enabled.
12146
12147 2001-03-08 Phil Edwards <pme@sources.redhat.com>
12148
12149 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12150
12151 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
12152
12153 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12154
12155 2001-03-07 Tom Tromey <tromey@redhat.com>
12156
12157 * configure.in: Allow config-lang.in to set `lang_requires' to list
12158 of other required languages.
12159
12160 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
12161
12162 * Makefile.in: Remove RANLIB definition. Use RANLIB
12163 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12164 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12165
12166 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
12167 Alexandre Oliva <aoliva@redhat.com>
12168
12169 * Makefile.in (check-c++): Use tabs, not spaces.
12170
12171 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
12172
12173 * MAINTAINERS: add myself to Write After Approval list.
12174
12175 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
12176
12177 * Makefile.in (check-c++): New rule.
12178
12179 * configure.in (target_libs): Remove libg++.
12180 (noconfigdirs): Remove libg++.
12181 (noconfigdirs): Same.
12182 (noconfigdirs): Same.
12183 (noconfigdirs): Same.
12184
12185 * config-ml.in: Remove libg++ references.
12186
12187 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12188 (ALL_TARGET_MODULES): Same.
12189 (configure-target-libg++): Remove.
12190 (all-target-libg++): Remove.
12191 (configure-target-libio): Remove.
12192 (all-target-libio): Remove.
12193 (check-target-libio): Remove.
12194 (.PHONY): Remove.
12195 (libg++.tar.bz2): Remove.
12196 (all-target-cygmon): Remove libio.
12197 (all-target-libstdc++): Remove.
12198 (configure-target-libstdc++): Remove.
12199 (TARGET_LIB_PATH): Remove libstdc++.
12200 (ALL_GCC_CXX): Remove libstdc++.
12201 (all-target-gperf): Correct.
12202
12203 2001-02-16 Nick Clifton <nickc@redhat.com>
12204
12205 * configure.in (noconfigdirs): Allow configuration of texinfo
12206 for Cygwin hosts.
12207
12208 2001-02-15 Anthony Green <green@redhat.com>
12209
12210 * configure: Introduce GCJ_FOR_TARGET.
12211 * configure.in: Ditto.
12212 * Makefile.in: Ditto.
12213
12214 2001-02-13 Andreas Schwab <schwab@suse.de>
12215
12216 * MAINTAINERS: Update mail address.
12217
12218 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12219
12220 * config.guess: Add linux target for S/390.
12221 * config.sub: Likewise.
12222
12223 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
12224
12225 * configure.in: for *-chorusos, don't config target-newlib and
12226 target-libgloss.
12227
12228 2001-02-06 Ben Elliston <bje@redhat.com>
12229
12230 * configure: Output host type to stdout, not stderr.
12231
12232 2001-02-05 Mark Mitchell <mark@codesourcery.com>
12233
12234 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12235 * ltcf-cxx.sh: Likewise.
12236
12237 * config.if: Assume enable_libstdcxx_v3 is defined.
12238
12239 2001-02-04 Mark Mitchell <mark@codesourcery.com>
12240
12241 Remove V2 C++ library.
12242 * configure.in: Remove --enable-libstdcxx_v3 support.
12243
12244 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
12245
12246 * include/demangle.h: Add prototype for java_demangle_v3.
12247
12248 2001-01-29 Phil Edwards <pme@sources.redhat.com>
12249
12250 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
12251
12252 2001-01-27 Richard Henderson <rth@redhat.com>
12253
12254 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12255
12256 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12257
12258 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12259 Don't unset, it's non-portable and no longer necessary, set to empty
12260 instead.
12261
12262 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12263
12264 * ltconfig: Shell portability fix for the tagname validity check.
12265
12266 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
12267
12268 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12269 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12270
12271 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12272
12273 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12274
12275 2001-01-26 Tom Tromey <tromey@redhat.com>
12276
12277 * configure.in: Allow libgcj to be built on Sparc Solaris.
12278
12279 2001-01-25 David Edelsohn <edelsohn@gnu.org>
12280
12281 * ltcf-c.sh: Add aix5 case.
12282 * ltcf-cxx.sh: Likewise.
12283 * ltconfig: Likewise.
12284
12285 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
12286
12287 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12288 keep at least one of build_libtool_libs or build_old_libs set to
12289 yes.
12290
12291 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12292 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12293
12294 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
12295
12296 * configure.in: Enable libgcj on several additional platforms.
12297
12298 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
12299
12300 * configure.in: Enable libgcj for linux targets.
12301
12302 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12303
12304 * MAINTAINERS (Write After Approval): Add myself.
12305
12306 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
12307
12308 * MAINTAINERS: Add myself as vax port maintainer.
12309
12310 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
12311
12312 * MAINTAINERS: Add myself as Mercury front-end maintainer.
12313
12314 2001-01-09 Mike Stump <mrs@wrs.com>
12315
12316 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12317 failures of subdirectories.
12318
12319 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12320
12321 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12322 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12323 * ltcf-cxx.sh: Likewise.
12324 * ltcf-gcj.sh: Likewise.
12325 * ltconfig.sh: Fix typo.
12326
12327 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12328
12329 * configure: handle DOS-style absolute paths.
12330
12331 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12332
12333 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12334
12335 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12336
12337 * MAINTAINERS: Add myself as avr port co-maintainer.
12338
12339 2000-12-28 Ben Elliston <bje@redhat.com>
12340
12341 * MAINTAINERS: Add myself under ``Write After Approval''.
12342
12343 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12344
12345 * texinfo: Remove directory from GCC.
12346
12347 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12348
12349 * COPYING: Update to current
12350 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12351 to 19yy as example year in copyright notice).
12352
12353 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12354
12355 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12356 (libstdcxx_incdir): Pass down.
12357 * config.if: Remove expired bits for cxx_interface, add stub.
12358 (libstdcxx_incdir): Add variable for g++ include directory.
12359 * configure.in (gxx_include_dir): Use it.
12360
12361 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
12362
12363 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12364 with old-email address from ``Write After Approval''.
12365
12366 2000-12-15 Andreas Jaeger <aj@suse.de>
12367
12368 * configure.in: Handle lang_dirs.
12369
12370 2000-12-14 Tom Tromey <tromey@redhat.com>
12371
12372 * MAINTAINERS: Removed brads.
12373
12374 * MAINTAINERS: Added gcj developers.
12375
12376 2000-12-13 Anthony Green <green@redhat.com>
12377
12378 * configure.in: Disable libgcj for any target not specifically
12379 listed. Disable libgcj for x86 and Alpha Linux until compatible
12380 with g++ abi.
12381
12382 2000-12-13 Mike Stump <mrs@wrs.com>
12383
12384 * Makefile.in (local-distclean): Also remove fastjar.
12385
12386 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12387
12388 * contrib/gcc_update: Add fastjar --touch entries.
12389
12390 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
12391
12392 * configure.in: Disable language-specific target libraries for
12393 languages that aren't enabled.
12394
12395 2000-12-10 Anthony Green <green@redhat.com>
12396
12397 * configure.in: Define libgcj. Disable libgcj target libraries for
12398 most targets.
12399
12400 2000-12-10 Neil Booth <neilb@earthling.net>
12401
12402 * MAINTAINERS: Update mail address, remove from WAA list.
12403
12404 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12405
12406 * libjava: Imported from /cvs/java.
12407 * libffi: Likewise.
12408 * Boehm-gc: Likewise.
12409
12410 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12411
12412 * configure.in (target_libs): Revert 2000-12-08 patch.
12413 (noconfigdirs): Added target-libjava.
12414
12415 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12416
12417 * djunpack.bat: removed.
12418
12419 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12420
12421 * Makefile.in: handle DOS-style absolute paths.
12422 * config-ml.in: likewise.
12423 * symlink-tree: likewise.
12424
12425 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12426
12427 * fastjar: Imported.
12428
12429 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12430
12431 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12432 libjava.
12433 * configure.in (target_libs): Removed `target-libjava'.
12434
12435 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12436
12437 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12438 (ALL_MODULES): Added fastjar.
12439 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12440 (all-target-libjava): all-fastjar replaces all-zip.
12441 (all-fastjar): Added.
12442 (configure-target-fastjar, all-target-fastjar): Likewise.
12443 * configure.in (host_tools): Added fastjar.
12444
12445 2000-12-07 Mike Stump <mrs@wrs.com>
12446
12447 * Makefile.in (local-distclean): Remove leftover built files.
12448
12449 2000-11-24 Nick Clifton <nickc@redhat.com>
12450
12451 * configure.in (xscale-elf): Add target.
12452 (xscale-coff): Add target.
12453
12454 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
12455
12456 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12457 recent versions of FreeBSD (release 3 or later).
12458 * ltconfig: On FreeBSD, -lc must not be provided when building
12459 a shared library or else the standard -pthread gcc option is
12460 rendered worthless to later users of the built library.
12461
12462 2000-11-16 Fred Fish <fnf@be.com>
12463
12464 * configure.in (enable_libstdcxx_v3): Fix typo,
12465 libstd++ -> libstdc++.
12466
12467 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12468
12469 * MAINTAINERS: Add self to Write After Approval list.
12470
12471 2000-11-21 Bernd Schmidt <bernds@redhat.com>
12472
12473 * MAINTAINERS: Update my email address. Add myself to global write
12474 privs list.
12475
12476 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
12477
12478 * Makefile.in: Merge with src and libgcj.
12479 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12480 configure-target-<library> when their configure scripts need the C
12481 or C++ library to have already been built to work properly.
12482 (do_proto_toplev): Set them to an empty string.
12483
12484 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12485 (REALLY_SET_LIB_PATH): Use them.
12486
12487 2000-11-17 Stan Shebs <shebs@apple.com>
12488
12489 * MAINTAINERS: Add self to Write After Approval list.
12490
12491 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12492
12493 * configure: Provide the original toplevel configure arguments
12494 (including $0) to subprocesses in the environment rather than
12495 through gcc/configargs.h.
12496
12497 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12498
12499 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12500 C99. Alphabetise "Write After Approval" list.
12501
12502 2000-11-12 Mark Mitchell <mark@codesourcery.com>
12503
12504 * configure: Turn on libstdc++ V3 by default.
12505
12506 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12507 if we've got GCC.
12508
12509 2000-11-11 Philip Blundell <philb@gnu.org>
12510
12511 * MAINTAINERS: Add self to Write After Approval list.
12512
12513 2000-11-09 David Edelsohn <edelsohn@gnu.org>
12514
12515 * ltcf-c.sh (aix4): Improve shared library configuration; require
12516 exporting symbols.
12517 * ltcf-cxx.sh (aix4): Define.
12518 * ltconfig (aix4): Define library and soname specs appropriate for
12519 AIX. Define command to create export symbols list.
12520
12521 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
12522
12523 * config.sub: Add support for Sun Chorus
12524
12525 2000-10-31 Nick Clifton <nickc@redhat.com>
12526
12527 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12528 <name>@redhat.com. Also installed new email address for Clint
12529 Popetz.
12530
12531 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12532
12533 * etc: Remove directory from GCC.
12534
12535 2000-10-16 Michael Meissner <meissner@redhat.com>
12536
12537 * configure (gcc/configargs.h): Only create if there is a build GCC
12538 directory created.
12539
12540 2000-10-16 Matthias Klose <doko@debian.org>
12541
12542 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12543 when configured for libstdc++-v3.
12544
12545 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
12546
12547 * configure: Save configure arguments to gcc/configargs.h.
12548
12549 2000-10-04 Philipp Thomas <pthomas@suse.de>
12550
12551 * config.guess: Import CVS version 1.157.
12552 * config.sub: Import CVS version 1.181.
12553
12554 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
12555
12556 * Makefile.in (bootstrap): avoid recursion if subdir missing
12557 (cross): ditto
12558 (do-proto-toplev): ditto
12559
12560 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
12561
12562 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12563 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12564
12565 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12566 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12567 all affected `configure' scripts.
12568
12569 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12570
12571 * MAINTAINERS: Add self as cpplib co-maintainer.
12572
12573 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
12574
12575 * MAINTAINERS: Add self to Write After Approval list.
12576
12577 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12578
12579 * INSTALL/README: egcs -> GCC update.
12580
12581 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
12582
12583 * MAINTAINERS: Add myself to Write After Approval list.
12584
12585 2000-09-15 Kazu Hirata <kazu@hxi.com>
12586
12587 * MAINTAINERS: Add myself to Write After Approval list.
12588
12589 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12590
12591 * configure.in: Do not build byacc for hppa64. Provide paths to the
12592 X11 libraries for hppa64.
12593
12594 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12595
12596 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12597
12598 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
12599
12600 * Makefile.in (all-zlib): Added dummy target.
12601
12602 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12603 ltcf-gcj.sh: Updated from libtool multi-language branch.
12604
12605 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
12606
12607 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12608 (bootstrap*): Depend on all-bootstrap.
12609
12610 2000-09-05 Philipp Thomas <pthomas@suse.de>
12611
12612 * config.guess: Import CVS version 1.156.
12613 * config.sub: Import CVS version 1.179.
12614
12615 2000-09-02 Anthony Green <green@cygnus.com>
12616
12617 * Makefile.in (all-gcc): Depend on all-zlib.
12618 (CLEAN_MODULES): Add clean-zlib.
12619 (ALL_MODULES): Add all-zlib.
12620 * configure.in (host_libs): Add zlib.
12621
12622 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
12623
12624 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12625 crosses, but add gcc/include to the header search path for them.
12626
12627 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12628
12629 * MAINTAINERS: Add self to Write After Approval list.
12630
12631 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12632
12633 * config.guess: Import CVS version 1.152.
12634 * config.sub: Import CVS version 1.177.
12635
12636 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
12637
12638 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12639 $targargs to tell whether newlib is going to be built.
12640
12641 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12642 $$r/TARGET_SUBDIR/libio for _G_config.h.
12643
12644 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
12645
12646 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12647
12648 2000-08-22 DJ Delorie <dj@redhat.com>
12649
12650 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12651
12652 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
12653
12654 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12655 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12656 sub-configures.
12657
12658 2000-08-21 DJ Delorie <dj@redhat.com>
12659
12660 * MAINTAINERS: Add self as a libiberty maintainer
12661
12662 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
12663
12664 * configure.in (libstdcxx_flags): Use
12665 libstdc++-v3/src/libstdc++.INC.
12666
12667 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
12668
12669 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12670
12671 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12672
12673 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12674
12675 * configure: Make enable_threads and enable_shared defaults
12676 explicit. Substitute enable_threads into generated Makefiles.
12677 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12678 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12679
12680 2000-08-13 Geoff Keating <geoffk@cygnus.com>
12681
12682 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12683
12684 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
12685
12686 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12687 previous delta.
12688
12689 2000-08-11 Jason Merrill <jason@redhat.com>
12690
12691 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12692 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12693 (FLAGS_FOR_TARGET): Not here.
12694 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12695
12696 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
12697
12698 * config-ml.in (CC, CXX): Don't introduce a leading space.
12699
12700 2000-08-07 DJ Delorie <dj@delorie.com>
12701
12702 * MAINTAINERS: Add self as a DJGPP maintainer
12703
12704 2000-08-07 DJ Delorie <dj@redhat.com>
12705
12706 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12707 "if we're also building gcc, and it's a gcc that will run on the
12708 build machine, we want to use its includes instead of the system's
12709 default includes".
12710
12711 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12712
12713 * MAINTAINERS: Add self to Write After Approval list.
12714
12715 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
12716
12717 * configure.in (libstdcxx_flags): Don't use `"'.
12718
12719 * config-ml.in: Adjust multilib search paths to the
12720 appropriate multilib tree.
12721
12722 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
12723
12724 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12725 commas in $LANGUAGES.
12726
12727 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
12728
12729 * configure.in: Re-enable all references to libg++ and librx.
12730
12731 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
12732
12733 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12734 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12735 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12736 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12737
12738 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12739
12740 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
12741
12742 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12743 CXX_FOR_TARGET for sed.
12744
12745 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
12746
12747 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12748 Do not override if already set in the environment or in configure.
12749 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12750 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12751
12752 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
12753
12754 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12755 the libtool CVS tree multi-language branch.
12756 * ltconfig, ltmain.sh: Updated.
12757
12758 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
12759
12760 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12761 (clean-target): Depend on it.
12762
12763 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12764 (GCC_FOR_TARGET): Use it.
12765 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12766 * configure.in: ... here.
12767 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12768 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12769
12770 2000-07-24 Eric Christopher <echristo@cygnus.com>
12771
12772 * MAINTAINERS: Add self to Write After Approval list.
12773
12774 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
12775
12776 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12777 (configure-target-libchill, configure-target-libobjc): Likewise.
12778
12779 * configure.in: Use the same cache file for all target libs.
12780 * config-ml.in: But different cache files per multilib variant.
12781
12782 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12783
12784 * configure (topsrcdir): Don't use dirname.
12785
12786 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12787
12788 * MAINTAINERS: Add self to Write After Approval list.
12789
12790 2000-07-20 Jason Merrill <jason@redhat.com>
12791
12792 * configure.in: Remove all references to libg++ and librx.
12793
12794 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12795
12796 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
12797
12798 * config.sub: Update to subversions version 2000-07-06.
12799
12800 2000-07-12 Andrew Haley <aph@cygnus.com>
12801
12802 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12803 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12804
12805 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12806
12807 * symlink-tree: Check number of arguments.
12808
12809 2000-07-05 Jim Wilson <wilson@cygnus.com>
12810
12811 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12812 search path for a g++ extracted from the build tree. This
12813 will allow link tests run by configure scripts in
12814 subdirectories to succeed.
12815
12816 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
12817
12818 * ltconfig: Add support for mips-dde-sysv4.2MP
12819
12820 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12821
12822 * MAINTAINERS: Add myself as loop discovery maintainer.
12823
12824 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12825
12826 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12827 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12828
12829 2000-06-19 Timothy Wall <twall@cygnus.com>
12830
12831 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12832 * config.sub: Add tic54x target.
12833
12834 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12835
12836 * MAINTAINERS: Add self as Fortran maintainer,
12837 remove Craig Burley.
12838
12839 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
12840
12841 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12842 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12843
12844 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12845
12846 * MAINTAINERS: Add self as i18n maintainer
12847
12848 20000-05-21 H.J. Lu (hjl@gnu.org)
12849
12850 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12851 directory are used if they exist. Make sure
12852 $(build_tooldir)/include is searched for header files,
12853 $(build_tooldir)/lib/ for library files.
12854 (GCC_FOR_TARGET): Likewise.
12855 (CXX_FOR_TARGET): Likewise.
12856
12857 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12858
12859 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12860
12861 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
12862
12863 * Makefile.in (configure-target-libiberty): Depend on
12864 configure-target-newlib.
12865
12866 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12867
12868 * configure.in, Makefile.in: Merge all libffi-related
12869 configury stuff from the libgcj tree.
12870
12871 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12872
12873 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12874 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12875
12876 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12877
12878 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12879 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12880 current version information. Add to proto-toplev directory.
12881 (gdb-taz): Build do-djunpack.
12882
12883 2000-05-15 David Edelsohn <edelsohn@gnu.org>
12884
12885 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12886
12887 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12888
12889 * MAINTAINERS: Add self to Write After Approval list.
12890
12891 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12892
12893 * ltmain.sh: Preserve in relink_command any environment
12894 variables that may affect the linker behavior.
12895
12896 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12897
12898 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12899
12900 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12901
12902 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12903
12904 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12905
12906 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12907 with the version name.
12908
12909 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12910
12911 * MAINTAINERS: Add self as bb-reorder maintainer.
12912
12913 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12914
12915 * config.if: Tweak.
12916
12917 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12918
12919 * djunpack.bat: New file.
12920
12921 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12922
12923 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12924 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12925 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12926 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12927
12928 2000-04-16 Dave Pitts <dpitts@cozx.com>
12929
12930 * config.sub (case $basic_machine): Change default for "ibm-*"
12931 to "openedition".
12932
12933 2000-04-13 Andreas Jaeger <aj@suse.de>
12934
12935 * MAINTAINERS: Added myself.
12936
12937 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12938
12939 * Makefile.in (gdb-taz): New target. GDB specific archive.
12940 (do-md5sum): New target.
12941 (MD5PROG): Define.
12942 (PACKAGE): Default to TOOL.
12943 (VER): Default to a shell script.
12944 (taz): Rewrite target. Move real work to do-proto-toplev. Include
12945 md5 checksum generation.
12946 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12947 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12948 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12949 insight.tar.bz2): Use gdb-taz to create archive.
12950
12951 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12952
12953 * configure (warn_cflags): Delete.
12954
12955 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12956
12957 * MAINTAINERS: Added myself.
12958
12959 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
12960 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
12961
12962 * configure.in (enable_libstdcxx_v3): Add.
12963 (target_libs): Add bits here to switch between libstdc++-v2 and
12964 libstdc++-v3.
12965 * config.if: And this file too.
12966 * Makefile.in: Add libstdc++-v3 targets.
12967
12968 2000-04-05 Michael Meissner <meissner@redhat.com>
12969
12970 * config.sub (d30v): Add d30v as a basic machine type.
12971
12972 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
12973
12974 * configure.in: -linux-gnu*, not -linux-gnu.
12975
12976 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12977
12978 * MAINTAINERS: Add self in write-after-approval section.
12979
12980 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12981
12982 * MAINTAINERS: Add self as ia64 port maintainer.
12983
12984 2000-03-08 Neil Booth <NeilB@earthling.net>
12985
12986 * MAINTAINERS: Add self in write-after-approval section.
12987
12988 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
12989
12990 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12991 (do-tar-bz2): Replace TOOL with PACKAGE.
12992 (gdb.tar.bz2): Remove GDBTK from GDB package.
12993 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12994 dejagnu.tar.bz2): New packages.
12995
12996 2000-02-27 Andreas Jaeger <aj@suse.de>
12997
12998 * configure.in: Add entry for mips*-*-linux*, move catch all
12999 *-*-*linux* entry below this one.
13000
13001 2000-02-27 Ian Lance Taylor <ian@zembu.com>
13002
13003 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13004
13005 2000-02-24 Nick Clifton <nickc@cygnus.com>
13006
13007 * config.sub: Support an OS of "wince".
13008
13009 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
13010
13011 * config.guess, config.sub: Updated to match config's 2000-02-15
13012 version.
13013
13014 2000-02-23 Linas Vepstas <linas@linas.org>
13015
13016 * config.sub: Add support for Linux/IBM 370.
13017 * configure.in: Likewise.
13018
13019 2000-02-22 Nick Clifton <nickc@cygnus.com>
13020
13021 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13022
13023 2000-02-20 Christopher Faylor <cgf@cygnus.com>
13024
13025 * config.guess: Guess "cygwin" rather than "cygwin32".
13026
13027 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13028
13029 * configure (gcc_version): When setting, narrow search to
13030 lines containing `version_string'.
13031
13032 2000-02-15 Denis Chertykov <denisc@overta.ru>
13033
13034 * config.sub: Add support for avr target.
13035
13036 2000-02-14 Nick Clifton <nickc@cygnus.com>
13037
13038 * MAINTAINERS: Add maintainers for MCore port.
13039
13040 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
13041
13042 * config.sub: Add mmix-knuth-mmixware.
13043
13044 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13045
13046 * MAINTAINERS: Pair cccp with cpplib maintainership.
13047
13048 2000-01-27 Christopher Faylor <cgf@redhat.com>
13049
13050 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13051 structure stuff to -L library search.
13052 (CXX_FOR_TARGET): Ditto.
13053 (CROSS_CHECK_MODULES): Fix spelling mistake.
13054
13055 2000-01-24 Mark Mitchell <mark@codesourcery.com>
13056
13057 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13058 the C++ compiler.
13059
13060 2000-01-12 Richard Henderson <rth@cygnus.com>
13061
13062 * configure.in: Don't build some bits for beos.
13063
13064 2000-01-12 Joel Sherrill (joel@OARcorp.com)
13065
13066 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13067 as include files.
13068
13069 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
13070
13071 * Add self as cpplib maintainer, as requested by Jason
13072 Merrill. Correct my e-mail address.
13073
13074 2000-01-06 Geoff Keating <geoffk@cygnus.com>
13075
13076 * configure.in: Use mt-aix43 to handle *_TARGET defs,
13077 not mh-aix43.
13078
13079 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
13080
13081 * MAINTAINERS: Add myself to "write after approval" list.
13082
13083 1999-12-14 Richard Henderson <rth@cygnus.com>
13084
13085 * config.guess (alpha-osf, alpha-linux): Detect ev67.
13086 * config.sub: Accept alphaev[78], alphaev8.
13087
13088 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13089
13090 * config.guess, config.sub: Update from autoconf.
13091
13092 1999-11-29 Bruce Korb <autogen@linuxbox.com>
13093
13094 * MAINTAINERS: update my playtime e-address.
13095
13096 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13097
13098 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13099 necessary libraries are missing.
13100
13101 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
13102
13103 * MAINTAINERS: Add new 'write after approval' maintainer.
13104
13105 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13106
13107 * MAINTAINERS: Add new Java maintainer.
13108
13109 1999-10-25 Andreas Schwab <schwab@suse.de>
13110
13111 * configure: Fix quoting inside arguments of eval.
13112
13113 1999-10-21 Nick Clifton <nickc@cygnus.com>
13114
13115 * config-ml.in: Allow suppression of some ARM multilibs.
13116
13117 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13118
13119 * config.guess: Add OS/390 match pattern.
13120 * config.sub: Add mvs, openedition targets.
13121 * configure.in (i370-ibm-opened*): New.
13122
13123 1999-09-04 Steve Chamberlain <sac@pobox.com>
13124
13125 * config.sub: Add support for configuring for pj.
13126
13127 1999-08-31 Nick Clifton <nickc@cygnus.com>
13128
13129 * config.sub (maybe_os): Add support for configuring for fr30.
13130
13131 1999-08-25 Nick Clifton <nickc@cygnus.com>
13132
13133 * configure.in: Do not configure or build ld for AIX
13134 platforms. ld is known to be broken on these platforms.
13135
13136 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13137
13138 * config-ml.in: Pass compiler flag corresponding to multidirs to
13139 subdir configures.
13140
13141 1999-08-09 Ian Lance Taylor <ian@zembu.com>
13142
13143 * Makefile.in (LDFLAGS): Define.
13144
13145 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13146
13147 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13148 noconfigdirs.
13149 (*-*-cygwin*): Likewise.
13150
13151 1999-08-08 Ian Lance Taylor <ian@zembu.com>
13152
13153 * mkdep: New file.
13154 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13155 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13156
13157 From Eli Zaretskii <eliz@is.elta.co.il>:
13158 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13159 long file name when using DJGPP on MS-DOS.
13160
13161 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13162
13163 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13164
13165 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13166
13167 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13168 dependency as this causes "make check" to globally "make all"
13169
13170 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13171
13172 * configure.in (target_libs): Added target-zlib.
13173 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13174 (CONFIGURE_TARGET_MODULES): Likewise.
13175 (CHECK_TARGET_MODULES): Likewise.
13176 (INSTALL_TARGET_MODULES): Likewise.
13177 (CLEAN_TARGET_MODULES): Likewise.
13178 (configure-target-zlib): New target.
13179 (all-target-zlib): Likewise.
13180 (all-target-libjava): Depend on all-target-zlib.
13181 (configure-target-libjava): Depend on configure-target-zlib.
13182
13183 * Makefile.in (configure-target-libjava): Depend on
13184 configure-target-newlib.
13185 (configure-target-boehm-gc): New target.
13186 (configure-target-qthreads): New target.
13187
13188 * configure.in (target_libs): Added target-qthreads.
13189 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13190 (CONFIGURE_TARGET_MODULES): Likewise.
13191 (CHECK_TARGET_MODULES): Likewise.
13192 (INSTALL_TARGET_MODULES): Likewise.
13193 (CLEAN_TARGET_MODULES): Likewise.
13194 (all-target-qthreads): New target.
13195 (configure-target-libjava): Depend on configure-target-qthreads.
13196 (all-target-libjava): Depend on all-target-qthreads.
13197
13198 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13199 (CONFIGURE_TARGET_MODULES): Likewise.
13200 (CHECK_TARGET_MODULES): Likewise.
13201 (INSTALL_TARGET_MODULES): Likewise.
13202 (CLEAN_TARGET_MODULES): Likewise.
13203 (all-target-libjava): New target.
13204 (all-target-boehm-gc): Likewise.
13205 * configure.in (target_libs): Added libjava, boehm-gc.
13206
13207 1999-07-22 Ian Lance Taylor <ian@zembu.com>
13208
13209 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13210 configure.bat in SUPPORT_FILES.
13211 (gas+binutils.tar.bz2): Likewise.
13212
13213 * makeall.bat: Remove; obsolete.
13214
13215 1999-07-21 Ian Lance Taylor <ian@zembu.com>
13216
13217 From Mark Elbrecht:
13218 * configure.bat: Remove; obsolete.
13219
13220 1999-07-11 Ian Lance Taylor <ian@zembu.com>
13221
13222 * configure: Add -W -Wall to the default CFLAGS when compiling with
13223 gcc.
13224
13225 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13226
13227 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13228
13229 1999-06-30 Mark Mitchell <mark@codesourcery.com>
13230
13231 * configure.in: Build ld on IRIX6.
13232
13233 1999-06-12 Ian Lance Taylor <ian@zembu.com>
13234
13235 * Makefile.in: Change distribution targets to use bzip2 instead of
13236 gzip.
13237 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13238 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13239
13240 1999-06-04 Nick Clifton <nickc@cygnus.com>
13241
13242 * config.sub: Add mcore target.
13243
13244 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
13245
13246 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13247
13248 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
13249
13250 * config.guess (dummy): Changed to $dummy.
13251
13252 1999-05-24 Nick Clifton <nickc@cygnus.com>
13253
13254 * config.sub: Tidied up case statements.
13255
13256 1999-05-22 Ben Elliston <bje@cygnus.com>
13257
13258 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13259 <jiro@din.or.jp>.
13260
13261 * config.guess: Merge with FSF version. Future changes will be
13262 more accurately recorded in this ChangeLog.
13263 * config.sub: Likewise.
13264
13265 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
13266
13267 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13268
13269 1999-04-30 Tom Tromey <tromey@cygnus.com>
13270
13271 * ltmain.sh: [mode link] Always use CC given by ltconfig.
13272
13273 1999-04-23 Tom Tromey <tromey@cygnus.com>
13274
13275 * ltconfig, ltmain.sh: Update to libtool 1.2f.
13276
13277 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
13278
13279 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13280 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13281 Bad merge removed these two changes.
13282
13283 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
13284 Martin Heller (Ing.-Buero_Heller@t-online.de)
13285
13286 * config.guess (interix Alpha): Add.
13287
13288 1999-04-11 Richard Henderson <rth@cygnus.com>
13289
13290 * configure.in (i?86-*-beos*): Do config gperf; don't config
13291 gdb, newlib, or libgloss.
13292
13293 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
13294
13295 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13296 link a trivial program with -mabi=64. If it fails, remove mabi=64
13297 from multidirs.
13298
13299 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
13300
13301 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13302
13303 1999-04-08 Nick Clifton <nickc@cygnus.com>
13304
13305 * config.sub: Add support for mcore targets.
13306
13307 1999-04-07 Michael Meissner <meissner@cygnus.com>
13308
13309 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13310 not mt-ospace, in order to shut up assembler warning about using
13311 symbols that are named the same as registers.
13312
13313 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
13314
13315 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13316 dependency list for all-target-cygmon.
13317
13318 1999-04-05 Doug Evans <devans@casey.cygnus.com>
13319
13320 * config-ml.in: Check $host, not $target, for selective multilibs.
13321 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13322 thumb interworking, and underscore prefix multilibs.
13323
13324 1999-04-04 Ian Lance Taylor <ian@zembu.com>
13325
13326 * missing: Update to version from current automake.
13327
13328 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
13329
13330 * configure (gxx_include_dir): Removed.
13331
13332 * configure.in (gxx_include_dir): Handle it.
13333 * Makefile.in: Likewise.
13334
13335 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13336
13337 * config.sub (mips64vr4111,mips64vr4111el) Add.
13338
13339 1999-03-21 Ben Elliston <bje@cygnus.com>
13340
13341 * config.guess: Correct typo for detecting ELF on FreeBSD.
13342
13343 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13344
13345 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13346 config/mh-djgpp.
13347
13348 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13349
13350 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13351 all-target-newlib to dependency list for all-target-bsp.
13352
13353 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13354
13355 * config.sub: Add i386-uwin support.
13356 * config.guess: Likewise.
13357
13358 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13359
13360 * configure.in: cleanup, add mh-*pic handling for arm, special
13361 case powerpc*-*-aix*
13362
13363 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13364
13365 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13366 can be built.
13367
13368 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13369
13370 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13371 targets.
13372
13373 1999-03-02 Nick Clifton <nickc@cygnus.com>
13374
13375 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13376
13377 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13378
13379 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13380
13381 1999-02-24 Nick Clifton <nickc@cygnus.com>
13382
13383 * config.sub: Fix typo in arm recognition.
13384
13385 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13386
13387 * configure.in (noconfigdirs): Changed target_configdirs to
13388 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13389 rather than m68k-*-* since it is not known to work on
13390 m68k-aout. Ditto for arm-*-*oabi.
13391
13392 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13393
13394 * configure.in (*-*-windows*): Remove, no longer used.
13395
13396 1999-02-19 Ben Elliston <bje@cygnus.com>
13397
13398 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13399 Smart and improved by Andrew Cagney.
13400
13401 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13402
13403 * config.guess: Recognize openbsd-*-hppa.
13404
13405 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13406
13407 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13408 only if it is not empty.
13409
13410 1999-02-17 Nick Clifton <nickc@cygnus.com>
13411
13412 Patch from: Scott Bambrough <scottb@corelcomputer.com>
13413
13414 * config.guess: Modified to recognize uname's armv* syntax.
13415
13416 * config.sub: Modified to recognize uname's armv* syntax.
13417
13418 1999-02-17 Mark Salter <msalter@cygnus.com>
13419
13420 * configure.in: Added target-bsp for sparclite.
13421
13422 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13423
13424 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13425
13426 1999-02-08 Nick Clifton <nickc@cygnus.com>
13427
13428 * configure.in: Add support for strongarm port.
13429 * config.sub: Add support for strongarm target.
13430
13431 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
13432
13433 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13434 the old name config/mh-cygwin32.
13435 Enable texinfo.
13436
13437 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13438
13439 * configure.in: Do build ld for ix86 Solaris.
13440
13441 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13442
13443 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13444 $AR_FOR_TARGET. Likewise for RANLIB.
13445
13446 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
13447
13448 * config.sub (oabi): Recognize.
13449 * configure.in (arm-*-oabi): Handle.
13450
13451 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13452
13453 * config.guess: Improve detection of i686 on UnixWare 7.
13454
13455 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13456
13457 * config.guess: Add support for i386-pc-interix.
13458 * config.sub: Likewise.
13459 * configure.in: Likewise.
13460
13461 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13462
13463 * Makefile.in: Remove unneeded all-target-libio from
13464 from all-target-winsup target since it is now unneeded.
13465 Add all-target-libtermcap in its place since it is now
13466 needed.
13467
13468 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13469
13470 * configure.in: makefile stub for cygwin target is probably
13471 unnecessary. Remove it for now.
13472
13473 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13474
13475 * configure.in: libtermcap.a should be built when cygwin is the
13476 target as well as the host.
13477 * config.guess: Allow mixed case in cygwin uname output.
13478 * Makefile.in: Add libtermcap target.
13479
13480 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13481
13482 * config.sub: Clean up handling of hppa2.0.
13483
13484 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13485
13486 * config.guess: Use C code to identify more HP machines.
13487
13488 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13489
13490 * config.sub: Handle hppa2.0.
13491
13492 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13493
13494 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13495 cygmon for all sparclite targets, regardless of object format.
13496
13497 1998-12-15 Mark Salter <msalter@cygnus.com>
13498
13499 * configure.in: Added target-bsp for several target architectures.
13500
13501 * Makefile.in: Added rules for bsp.
13502
13503 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13504
13505 * config.guess: Improve detection of hppa2.0 processors.
13506
13507 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13508
13509 * config.guess: Recognize FreeBSD using ELF automatically.
13510
13511 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13512
13513 * configure (skip-this-dir): Add handling for new shell script, which
13514 might be created by a sub-directory's configure to indicate, this particular
13515 directory is "unwanted".
13516 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13517
13518 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13519
13520 * ltconfig: import from libtool, after changing libtool to
13521 account for the cygwin name change.
13522
13523 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13524
13525 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13526 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13527
13528 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13529
13530 * configure.in: Add libtermcap to list of cygwin dependencies.
13531
13532 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13533
13534 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13535 they include winsup/include when it's a cygwin target.
13536
13537 1998-11-12 Tom Tromey <tromey@cygnus.com>
13538
13539 * configure.in (host_tools): Added zip.
13540 * Makefile.in (all-target-libjava): Depend on all-zip.
13541 (all-zip): New target.
13542 (ALL_MODULES): Added all-zip.
13543 (NATIVE_CHECK_MODULES): Added check-zip.
13544 (INSTALL_MODULES): Added install-zip.
13545 (CLEAN_MODULES): Added clean-zip.
13546
13547 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13548
13549 * Makefile.in: lose "32" from comment about cygwin.
13550
13551 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13552
13553 * configure.in: Use -Os to build target libraries for the fr30.
13554
13555 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13556
13557 * config.sub: Add fr30.
13558
13559 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13560
13561 * configure.in: drop "32" from config/mh-cygwin32. Check
13562 cygwin* instead of cygwin32*.
13563 * config.sub: Check cygwin* instead of cygwin32*.
13564
13565 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13566
13567 * config.guess: Match any version of Unixware7.
13568
13569 1998-10-20 Syd Polk <spolk@cygnus.com>
13570
13571 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13572 if desired.
13573
13574 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13575
13576 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13577 these if the appropriate directories and files to not exist.
13578
13579 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13580
13581 * Makefile.in (DEVO_SUPPORT): Add config.if.
13582
13583 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13584
13585 * configure: Add pattern to replace "build_tooldir"'s
13586 definition in the generated Makefile with "tooldir"'s
13587 actual value.
13588
13589 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13590
13591 * config.sub: Bring back lost sparcv9.
13592
13593 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13594
13595 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13596
13597 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13598 CC_FOR_TARGET and friends.
13599
13600 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13601
13602 * Makefile.in (build_tooldir): New variable, same as tooldir.
13603 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13604 -B$(build_tooldir)/bin/.
13605 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13606
13607 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13608
13609 * README: Remove installation instructions and refer to the
13610 INSTALL directory instead.
13611
13612 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
13613
13614 * config.sub: Add support for i[34567]86-pc-udk.
13615 * configure.in: Likewise.
13616
13617 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13618
13619 * Makefile.in: add bzip2 package building bits for user
13620 tools module
13621 * configure.in: ditto
13622
13623 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13624
13625 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13626 (ALL_TARGET_MODULES): Add all-target-libobjc.
13627 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13628 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13629 (all-target-libchill): Add dependencies.
13630 * configure.in (target_libs): Add libchill.
13631
13632 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13633
13634 * configure.in (target_subdir): Remove duplicate line.
13635
13636 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13637
13638 * Makefile.in (all-automake): fix dependencies.
13639
13640 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13641
13642 * configure.in: Minor cleanups for building in the $(target_alias)
13643 subdir.
13644
13645 1998-09-22 Jim Wilson <wilson@cygnus.com>
13646
13647 * Makefile.in (bootstrap): Set r and s before make all. Use
13648 BASE_FLAGS_TO_PASS in make all.
13649 (cross): Likewise.
13650
13651 1998-09-20 Mark Mitchell <mark@markmitchell.com>
13652
13653 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13654
13655 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13656
13657 * config.sub: Fix typo in last change.
13658
13659 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13660
13661 * config.sub: Add support for C4x target.
13662 * configure.in: Likewise.
13663
13664 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13665
13666 * config.sub: Recognize sparcv9 just like sparc64.
13667
13668 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13669
13670 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13671
13672 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13673
13674 * config.guess: Correctly identify Pentium II sco boxes.
13675
13676 * config.guess: Fix "tr" code. From Weiwen Liu.
13677
13678 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13679
13680 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13681 stabs.
13682
13683 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13684
13685 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13686 (ALL_TARGET_MODULES): Add all-target-libchill.
13687 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13688 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13689 (all-target-libchill): Add dependencies.
13690 * configure.in (target_libs): Add libchill.
13691
13692 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13693
13694 * config.guess: Avoid assumptions about "tr" behaves when
13695 LANG is set to something other than English.
13696
13697 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13698
13699 * configure (gxx_include_dir): Changed to
13700 '${prefix}/include/g++'-${libstdcxx_interface}.
13701
13702 * config.if: New to determine the interfaces.
13703
13704 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13705
13706 * config.guess: Detect and handle MPE/IX.
13707 * config.sub: Deal with MPE/IX.
13708
13709 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13710
13711 * configure.in: Use mh-aix43.
13712
13713 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13714
13715 * configure: Fix --without/--disable cases for gxx-include-dir.
13716
13717 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13718
13719 * mdata-sh: Imported. Needed for automake support.
13720
13721 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13722
13723 * Makefile.in (taz): Try "chmod -R og=u ." before
13724 "chmod og=u `find . -print`".
13725
13726 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13727
13728 * configure.in: Add arm-elf and thumb-elf support.
13729
13730 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13731
13732 * Makefile.in: Undo previous patch.
13733
13734 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13735
13736 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13737 to here ...
13738 (install-no-fixedincludes): and here
13739 (INSTALL_MODULES): ... from here.
13740
13741 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13742
13743 * config.sub: Merge with FSF.
13744
13745 * config.guess: Merge with FSF.
13746
13747 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13748
13749 * configure (extraconfigdirs): New variable.
13750 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13751 * Makefile.in (all): Move higher in file.
13752 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13753 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13754 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13755 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13756 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13757
13758 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
13759
13760 * Makefile.in (all-target-libjava): Depend on all-gcc and
13761 all-target-newlib.
13762 (configure-target-libjava): Depend on $(ALL_GCC).
13763
13764 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13765
13766 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13767 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13768
13769 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13770
13771 * INSTALL/README: Fix typo.
13772
13773 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13774
13775 * ylwrap: Change absolute path checks to check for DOS style path
13776 names.
13777
13778 * ylwrap: Don't use a full path name if the source file is in the
13779 same directory. From hjl@lucon.org (H.J. Lu).
13780
13781 * config-ml.in: Default to being verbose, to match Feb 18 change to
13782 configure.
13783
13784 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13785
13786 Brought over from egcs:
13787
13788 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13789
13790 * configure.in (target_subdir): Set to ${target_alias} instead
13791 of "libraries".
13792
13793 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13794
13795 * configure.in (target_subdir): Set to libraries if enable_multilib.
13796
13797 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13798
13799 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13800 multilibs, force reconfiguration the first time we create
13801 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13802
13803 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13804
13805 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13806 avoid confusion with --no-recursion.
13807
13808 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13809
13810 * configure.in: Win32 hosts shouldn't use install -x
13811 * install-sh: remove -x option, and special .exe-handling
13812 hack.
13813
13814 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13815
13816 * config.guess: Recognize i586-pc-beos.
13817 * configure.in: Don't build some bits for beos.
13818
13819 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13820
13821 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13822 CFLAGS default to -O2.
13823
13824 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13825 when using GNU ld.
13826
13827 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13828
13829 * ltmain.sh: Correct install when using a different shell.
13830
13831 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13832
13833 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13834
13835 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13836
13837 * makefile.vms: Update to build binutils/makefile.vms. Add install
13838 target.
13839
13840 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13841
13842 * ltconfig: Update to correct AIX handling.
13843
13844 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13845
13846 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13847
13848 * configure.in (target_subdir): Set to ${target_alias} instead
13849 of "libraries".
13850
13851 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13852
13853 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13854 (Makefile): Depend on $(gcc_version_trigger).
13855
13856 * configure (gcc_version): Change default initializer to empty
13857 string.
13858 (gcc_version_trigger): New variable; pass this variable down
13859 to subdir configures to enable them checking gcc's version
13860 themselves. Emit make macros for both gcc_version vars.
13861 (topsrcdir): Initialize reliably.
13862 (recursion line): Remove --with-gcc-version=${gcc_version}.
13863
13864 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13865
13866 * configure (enable_version_specific_runtime_libs): Implement new flag
13867 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13868 in $(libsubdir); emit definition in each generated Makefile.
13869 (gxx_include_dir): Initialize depending on
13870 $enable_version_specific_runtime_libs.
13871
13872 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13873
13874 * configure (gcc_version): Initialize properly depending on
13875 how and where configure is started.
13876 (recursion line): Pass a --with-gcc-version=${gcc_version}
13877 to configures in subdirs.
13878
13879 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13880
13881 * configure.in (noconfigdirs): Add configure pattern for mips tx39
13882 cygmon
13883
13884 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13885
13886 * configure.in: Add cygmon and libstub support for mn10200.
13887
13888 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13889
13890 * configure (gcc_version): Add new variable describing the
13891 particular gcc version we're building.
13892 * Makefile.in (libsubdir): Add new macro for the directory
13893 in which the compiler finds executables, libraries, etc.
13894 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13895 and libsubdir.
13896
13897 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13898
13899 * Makefile.in (local-clean): Remove *.log.
13900 (warning.log): Built with warn_summary from build.log.
13901 (mail-report.log): Run test_summary.
13902 (mail-report-with-warnings.log): Run test_summary including
13903 warning.log in the report.
13904
13905 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13906
13907 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13908
13909 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13910
13911 * Makefile.in (grep): Grep no longer depends on libiberty.
13912
13913 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13914
13915 * Makefile.in: all-snavigator needs all-libgui.
13916
13917 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13918
13919 * configure.in: Add cygmon and libstub support for mn10300.
13920
13921 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13922
13923 * missing: Update to version from automake 1.3.
13924
13925 * ltmain.sh: On installation, don't get confused if the same name
13926 appears more than once in the list of library names.
13927
13928 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13929
13930 * config.sub: Accept m68060 and m5200 as CPU names.
13931
13932 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13933
13934 * configure: Use && rather than using -a in test, because odd
13935 strings can confuse test.
13936 * configure.in: Likewise.
13937
13938 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13939
13940 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13941
13942 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13943
13944 * Makefile.in (boostrap2-lean, bootstrap3-lean,
13945 bootstrap4-lean): New targets.
13946
13947 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13948
13949 * mpw-* Delete. Not used.
13950
13951 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13952
13953 * COPYING.LIB: Update FSF address.
13954
13955 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13956
13957 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13958
13959 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13960 GAS_SUPPORT_DIRS.
13961
13962 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13963
13964 * ltconfig, ltmain.sh: Avoid producing a version number if
13965 -version-info was not used.
13966
13967 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13968
13969 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13970 building with newlib.
13971
13972 1998-04-30 Paul Eggert <eggert@twinsun.com>
13973
13974 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13975 Solaris `make' causes it to continue to next definition.
13976
13977 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13978
13979 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13980 the right GUI libraries and files are installed along with GDB.
13981
13982 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13983
13984 * configure.in: Change alpha to alpha* in several places.
13985
13986 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13987
13988 * config.sub: Recognize sparc86x.
13989
13990 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13991
13992 * configure.in (--enable-target-optspace): Remove debug echo.
13993
13994 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13995
13996 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13997
13998 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13999
14000 * ltconfig: Update cygwin32 support.
14001
14002 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14003 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14004 (GDB_SUPPORT_DIRS): Likewise.
14005
14006 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
14007
14008 * configure.in (target_makefile_frag): If --enable-target-optspace,
14009 use -Os to compile target libraries rather than -O2. Default to
14010 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14011 not used.
14012 * configure.in (target_cflags): Ditto for d30v.
14013
14014 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
14015
14016 * Makefile.in (all-bfd): Depend on all-intl.
14017 (all-binutils): Likewise.
14018 (all-gas): Likewise.
14019 (all-gprof): Likewise.
14020 (all-ld): Likewise.
14021
14022 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
14023
14024 * configure.in (host_tools): Fix typo, lbtool -> libtool.
14025
14026 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
14027
14028 * Makefile.in (all-bfd): Depend upon all-libiberty.
14029
14030 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14031
14032 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
14033
14034 * Makefile.in: Add libstub.
14035
14036 * configure.in: Ditto. Build libstub for targets that have cygmon
14037 support.
14038
14039 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
14040
14041 * configure.in: Don't set PICFLAG on ix86-cygwin32.
14042
14043 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
14044
14045 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14046 use mh-sysv5 if specified. Support gprof on SCO Open Server.
14047
14048 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14049
14050 * configure: Define DEFAULT_M4 by searching PATH.
14051 * Makfile.in: Use DEFAULT_M4.
14052
14053 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14054
14055 * ltconfig: Add cygwin32 support.
14056
14057 * Makefile.in, configure.in: Add libtool as a native only directory
14058 to configure and build.
14059
14060 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14061
14062 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14063
14064 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
14065
14066 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14067
14068 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
14069
14070 * Makefile.in: add ash make rules
14071 * configure.in: add ash to native_only and host_tools lists
14072
14073 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
14074
14075 * Makefile.in (all-gettext, all-intl): New targets.
14076 (ALL_MODULES): Added all-gettext, all-intl.
14077 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14078 (INSTALL_MODULES): Added install-gettext, install-intl.
14079 (CLEAN_MODULES): Added clean-gettext, clean-intl.
14080
14081 * configure.in (host_tools): Added gettext.
14082 (native_only): Likewise.
14083 (noconfigdirs) [various cases]: Likewise.
14084 (host_libs): Added intl.
14085
14086 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
14087
14088 * configure: Do not disable building gdbtk for cygwin32 hosts.
14089
14090 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
14091
14092 * configure.in: Add thumb-coff target.
14093 * config.sub: Add thumb-coff target.
14094
14095 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14096
14097 * Makefile.in: Revert yesterday's change.
14098 (all-target-winsup): all-target-librx stays out of here.
14099
14100 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14101
14102 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14103 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14104 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14105 Remove references to librx and libg++.
14106
14107 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14108
14109 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14110 recursive makes
14111
14112 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14113
14114 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14115 for newlib directory.
14116 (CXX_FOR_TARGET): Likewise.
14117
14118 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14119
14120 * ltconfig: Update after libtool/ltconfig.in change for
14121 hpux11.
14122
14123 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14124
14125 * ltconfig, ltmain.sh: Update to libtool 1.2.
14126
14127 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14128
14129 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14130 (install-gcc-cross): Instead, override LANGUAGES here.
14131
14132 1998-03-18 Dave Love <d.love@dl.ac.uk>
14133
14134 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14135 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14136
14137 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14138
14139 * configure.in: Add Thumb-pe target.
14140
14141 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
14142
14143 * Makefile.in - changed sn targets to snavigator
14144 * configure.in - changed sn targets to snavigator
14145
14146 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14147
14148 * config-ml.in: After building symlink tree call make distclean
14149 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14150 to be the case for libiberty.
14151
14152 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14153
14154 * configure: When making link, also check the current
14155 directory. The configure scripts may create one.
14156
14157 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14158
14159 * config.sub: Accept alphapca56 and alphaev6 properly.
14160
14161 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14162
14163 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14164
14165 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14166
14167 * config.sub (sco5): Fix typo.
14168
14169 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14170
14171 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14172 install-itcl.
14173 (install-itcl): Remove dependency on install-tcl.
14174
14175 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14176
14177 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14178
14179 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14180
14181 * configure.in: Don't build libgui for a cygwin32 target when not on
14182 a cygwin32 host.
14183
14184 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14185
14186 * configure (redirect): Set to null, so default behavior of
14187 configure is now --verbose.
14188
14189 1998-02-16 Dave Love <d.love@dl.ac.uk>
14190
14191 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14192 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14193
14194 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14195
14196 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14197 this change to sync Makefile.in with its ChangeLog entries.
14198
14199 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14200
14201 * ltmain.sh (mkdir): Check that the directory doesn't exist
14202 before we exit with error, so that we don't get races during
14203 parallel builds.
14204
14205 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14206
14207 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14208
14209 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14210
14211 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14212 PICFLAG_FOR_TARGET.
14213 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14214
14215 * configure: Emit a definition for the new macro enable_shared
14216 into each Makefile.
14217
14218 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14219
14220 * configure.in (host_tools, native_only): Add libtool.
14221
14222 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14223
14224 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14225 Fix typo in ming config comment.
14226
14227 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14228
14229 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14230
14231 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14232
14233 * config.sub: Add tic30 cases, and map c30 to tic30.
14234
14235 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14236
14237 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14238 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14239 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14240 (CLEAN_TARGET_MODULES): Similarly
14241 (all-target-libf2c): Add dependences.
14242 * configure.in (target_libs): Add libf2c.
14243
14244 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
14245
14246 * configure.in: Remove expect from noconfigdirs when target
14247 is cygwin32. OK to build expect and dejagnu with Canadian
14248 Cross.
14249
14250 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
14251
14252 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14253 host.
14254
14255 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14256 and mingw32.
14257
14258 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
14259
14260 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14261 here as it is not defined in the toplevel Makefile.
14262
14263 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
14264
14265 * configure (package_makefile_rules_frag): New variable, which names
14266 a file with generic rules, ...
14267 Change comment to mention we now have FIVE parts.
14268 * configure: Undo last change.
14269
14270 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
14271
14272 * config.guess: More accurate determination of HP processor types.
14273 * config.sub: More accurate determination of HP processor types.
14274
14275 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
14276
14277 * configure (package_makefile_frag): Move inserting the
14278 ${package_makefile_frag} to where it should be according
14279 to the comment.
14280
14281 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
14282
14283 * config.guess: Add support for Linux/ARM.
14284
14285 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
14286
14287 * .cvsignore: Remove *-info and *-install since they match
14288 release-info and mpw-install, which we don't want to just ignore.
14289
14290 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
14291
14292 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14293
14294 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
14295
14296 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14297 local_prefix to sub-make invocations.
14298
14299 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
14300
14301 * configure.in: Check makefile fragments in the source
14302 directory.
14303
14304 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14305
14306 * configure.in: Check whether host and target makefile
14307 fragments exist before adding them to *_makefile_frag.
14308
14309 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
14310
14311 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14312
14313 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
14314
14315 * configure.in: Make sure we only replace RPATH_ENVVAR on
14316 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14317 regexp to sed.
14318
14319 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14320 to sub-makes.
14321
14322 1998-01-13 Lee Iverson (leei@ai.sri.com)
14323
14324 * config-ml.in (multi-do): LDFLAGS must include multilib
14325 designator.
14326
14327 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
14328
14329 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14330
14331 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
14332
14333 * config.sub: Add mingw32 support.
14334 * configure.in: Likewise.
14335
14336 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14337
14338 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14339
14340 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14341
14342 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14343 * configure (gxx_include_dir): Provide a definition for subdirs
14344 which do not use autoconf.
14345
14346 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14347
14348 * config.guess: Sync with egcs. Picks up new alpha support,
14349 BeOS & some additional linux support.
14350
14351 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14352
14353 * config.guess: HP 9000/803 is a PA1.1 machine.
14354
14355 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14356
14357 * configure.in: It's alpha*-...
14358
14359 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14360
14361 * configure.in (host_makefile_frag, target_makefile_frag):
14362 Handle multiple config files.
14363 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14364 alpha-*-*.
14365
14366 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14367
14368 * mkdep: New file.
14369
14370 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14371
14372 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14373
14374 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14375
14376 * Makefile.in: Add libgui directory.
14377 (GDB_TK): Add all-libgui.
14378 * configure.in: Add libgui directory.
14379 * configure: Add all-libgui to GDB_TK.
14380
14381 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14382
14383 * config-ml.in (multidirs): Add m32r to multilib list.
14384
14385 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14386
14387 * Makefile.in (all-target-gperf): Change dependency to
14388 all-target-libstdc++.
14389
14390 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14391
14392 * config.guess: Add BeOS support.
14393
14394 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14395
14396 Source directory cvs renamed to cvssrc:
14397 * configure.in (host_tools): Change cvs to cvssrc.
14398 (native_only): Likewise.
14399 (noconfigdirs) [various cases]: Likewise.
14400 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14401 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14402 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14403 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14404 (all-cvssrc): Rename target from all-cvs.
14405
14406 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14407
14408 * configure (gxx_include_dir): Fix thinko.
14409
14410 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14411
14412 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14413 (install-cross, install-gcc-cross): New targets.
14414
14415 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14416
14417 * configure.in (noconfigdirs): Add support for Thumb target.
14418
14419 * config.sub (maybe_os): Add support for Thumb target.
14420
14421 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14422
14423 * Makefile.in: Add rules for cygmon.
14424
14425 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14426
14427 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14428
14429 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14430 * configure (gxx_include_dir): Provide a definition for subdirs
14431 which do not use autoconf.
14432
14433 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14434
14435 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14436 11/18/97 build
14437
14438 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14439
14440 * From Franz Sirl.
14441 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14442 found on RedHat Linux systems.
14443
14444 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14445
14446 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14447 guesses.
14448
14449 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14450
14451 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14452
14453 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14454
14455 * ltmain.sh: If mkdir fails, check whether the directory was created
14456 anyhow by some other process.
14457
14458 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14459
14460 * configure.in (d30v-*-*): Configure all directories.
14461
14462 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14463
14464 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14465 for the D30V.
14466
14467 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14468
14469 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14470
14471 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14472
14473 * include/libiberty.h: Add extern "C" { so it can be used with C++
14474 progrms.
14475 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14476 programs.
14477
14478 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14479
14480 * configure.in (d30v-*-*): Configure GCC now.
14481
14482 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14483
14484 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14485 is no longer needed.
14486
14487 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14488
14489 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14490
14491 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14492
14493 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14494 targets using "$@" to provide support for similar but not identical
14495 targets without having to duplicate code.
14496
14497 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14498
14499 * makefile.vms: Fix to work with DEC C.
14500
14501 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14502
14503 * config.sub: Add mips-tx39-elf to marketing names.
14504
14505 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14506
14507 * ltmain.sh: Handle symlinks in generated script.
14508
14509 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14510
14511 * configure: Handle autoconf style directory options: --bindir,
14512 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14513 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14514 --sysconfdir.
14515 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14516 (sharedstatedir, localstatedir, oldincludedir): New variables.
14517 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14518 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14519 sbindir, sharedstatedir, and sysconfdir.
14520
14521 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14522
14523 * Makefile.in (bootstrap-lean): New target.
14524
14525 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14526
14527 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
14528 sn, and gnuserv from noconfigdirs.
14529
14530 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14531
14532 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14533
14534 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14535
14536 * Makefile.in (cross): New target.
14537
14538 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14539 Jeff Law <law@cygnus.com>
14540
14541 * Makefile.in (bootstrap2, bootstrap3): New targets.
14542 (all-bootstrap): Remove outdated and confusing target.
14543 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14544
14545 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14546
14547 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14548 windows. Consistent with gdb/configure.
14549
14550 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14551
14552 * configure.in: Name Linux target fragment.
14553
14554 * configure: Rewrite so that project Makefile fragment is inserted
14555 first and appears last in the resulting Makefile.
14556
14557 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14558
14559 * Makefile.in (install-itcl): Install tcl first.
14560
14561 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14562
14563 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14564
14565 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14566
14567 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14568
14569 * configure.in (skipdirs): Add target-librx for Linux.
14570 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14571
14572 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14573
14574 * Makefile.in (bootstrap): New target.
14575
14576 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14577
14578 * config.sub: Accept 'amigados' for backward compatibility.
14579
14580 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14581
14582 * config.guess: Merge with FSF.
14583
14584 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14585
14586 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14587
14588 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14589
14590 * config.sub: Add "marketing-names" patch.
14591
14592 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14593
14594 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14595
14596 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14597
14598 * config.sub: Handle v850-elf.
14599
14600 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
14601
14602 * .cvsignore (*-install): Remove.
14603
14604 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14605
14606 * ltconfig: Set CONFIG_SHELL in libtool.
14607 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14608
14609 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14610
14611 * configure.in (target_subdir): Set to libraries if enable_multilib.
14612
14613 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14614
14615 * config.guess: Update from gcc directory.
14616
14617 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14618
14619 * Makefile.in (all-sim): Depends on all-readline.
14620
14621 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14622
14623 * Makefile.in (BISON, YACC): Use $$s.
14624 (all-bison): Depend on all-texinfo.
14625
14626 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14627
14628 * Makefile.in (BISON): Add -L flag.
14629 (YACC): Likewise.
14630
14631 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14632
14633 * configure.in (noconfigdirs): Add support for v850e target.
14634
14635 * config.sub (maybe_os): Add support for v850e target.
14636
14637 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14638
14639 * configure.in (noconfigdirs): Add support for v850ea target.
14640
14641 * config.sub (maybe_os): Add support for v850ea target.
14642
14643 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14644
14645 * config.sub: Add mipstx39. Delete r3900.
14646
14647 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14648
14649 * Makefile.in (all-autoconf): Depends on all-texinfo.
14650
14651 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14652
14653 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14654 eabi targets.
14655
14656 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14657
14658 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14659
14660 * configure: When handling a Canadian Cross, handle YACC as well as
14661 BISON. Just set BISON to bison. When setting YACC, prefer bison.
14662 * Makefile.in (all-bison): Depend upon all-texinfo.
14663
14664 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14665
14666 * Makefile.in (BISON): bison, not byacc or bison -y.
14667 (YACC): bison -y or byacc or yacc.
14668 (various): Add *-bison as appropriate.
14669 (taz): No need to mess with BISON anymore.
14670
14671 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14672
14673 * configure: If OSTYPE matches *win32*, try to find a good value for
14674 CONFIG_SHELL.
14675
14676 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14677
14678 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14679 configure.in if it is present.
14680
14681 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14682
14683 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14684
14685 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14686
14687 * config.sub: Recognize `arc' cpu.
14688 * configure.in: Likewise.
14689 * config-ml.in: Likewise.
14690
14691 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14692
14693 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14694
14695 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14696
14697 * configure: Changed sed delimiter from ':' to '|' when
14698 attempting to substitute ${config_shell} for SHELL. On
14699 NT ${config_shell} may contain a ':' in it.
14700
14701 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14702
14703 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14704
14705 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14706
14707 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14708
14709 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14710
14711 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14712
14713 * ylwrap: If the program is a relative path, force it to be
14714 absolute.
14715
14716 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14717
14718 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14719
14720 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14721
14722 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14723 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14724 for libraries.
14725
14726 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14727
14728 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14729 separated by spaces.
14730
14731 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14732
14733 * ylwrap: New file.
14734 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14735
14736 * ltmain.sh: Handle /bin/sh at start of install program.
14737
14738 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14739
14740 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14741 * missing: New file, from automake 1.2.
14742
14743 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14744
14745 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14746 check-tk to CHECK_X11_MODULES.
14747
14748 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14749
14750 * config.sub: Merge with FSF.
14751
14752 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14753
14754 * config.guess: Merge with FSF.
14755
14756 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14757
14758 * configure: Treat msdosdjgpp like go32.
14759 * configure.in: Likewise. Don't remove gprof for go32.
14760
14761 * configure: Change Makefile.tem2 to Makefile.tm2.
14762
14763 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14764
14765 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14766
14767 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14768
14769 * install-sh (chmodcmd): Set to null if the DST directory already
14770 exists. Same as Nov 11th change.
14771
14772 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14773
14774 * configure (GDB_TK): Needs itcl and tix.
14775
14776 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14777
14778 * config.guess: Update from FSF.
14779
14780 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14781
14782 * Makefile.in (GDB_TK): Depend on itcl and tix.
14783
14784 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14785
14786 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14787 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14788 (INSTALL_SCRIPT): New variable.
14789 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14790 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14791 to -x.
14792 * install-sh: Add support for -x option.
14793
14794 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14795
14796 * configure.in, Makefile.in: Treat tix like itcl.
14797
14798 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14799
14800 * Makefile.in (WINDRES): New variable.
14801 (WINDRES_FOR_TARGET): New variable.
14802 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14803 (EXTRA_HOST_FLAGS): Add WINDRES.
14804 (EXTRA_TARGET_FLAGS): Add WINDRES.
14805 (EXTRA_GCC_FLAGS): Add WINDRES.
14806 ($(DO_X)): Pass down WINDRES.
14807 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14808 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14809 DLLTOOL_FOR_TARGET.
14810
14811 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14812
14813 * configure.in: configure sim before gdb for win32-x-ppc
14814
14815 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14816
14817 Move gperf into the toplevel, from libg++.
14818 * configure.in (target_tools): Add target-gperf.
14819 (native_only): Add target-gperf.
14820 * Makefile.in (all-target-gperf): New target, depend on
14821 all-target-libg++.
14822 (configure-target-gperf): Empty rule.
14823 (ALL_TARGET_MODULES): Add all-target-gperf.
14824 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14825 (CHECK_TARGET_MODULES): Add check-target-gperf.
14826 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14827 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14828
14829 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
14830
14831 * config.sub (mn10200): Recognize new basic machine.
14832
14833 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14834
14835 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14836 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14837
14838 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14839
14840 * configure.in: If we're building mips-sgi-irix6* native, turn on
14841 ENABLE_MULTILIB and set TARGET_SUBDIR.
14842
14843 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14844
14845 * Makefile.in (all-sn): Depend on all-grep.
14846
14847 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14848
14849 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14850
14851 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14852 Makefile. From Jeff Makey <jeff@cts.com>.
14853 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14854
14855 * Makefile.in (DISTBISONFILES): Remove.
14856 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14857 $(DEFAULT_YACC).
14858
14859 * configure.in: Build itl, db, sn, etc., when building for native
14860 cygwin32.
14861
14862 * Makefile.in (LD): New variable.
14863 (EXTRA_HOST_FLAGS): Pass down LD.
14864 ($(DO_X)): Likewise.
14865
14866 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14867
14868 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14869
14870 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14871
14872 * configure.in (targargs): Strip out any supplied --build argument
14873 before adding our own. Always add --build.
14874
14875 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14876
14877 * configure.in (targargs): Pass --build if we're doing
14878 a cross-compile.
14879
14880 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14881
14882 * configure: Use '|' instead of ":" as the separator in
14883 sed. Otherwise sed chokes on NT path names with drive
14884 designators. Also look for "?:*" as the leading characters in an
14885 absolute pathname.
14886
14887 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14888
14889 * config.sub: Support for r3900.
14890
14891 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14892
14893 * configure.in: Use install-sh, not install.sh.
14894
14895 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14896
14897 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14898 apply it twice.
14899
14900 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14901
14902 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14903 install-binutils.
14904
14905 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14906
14907 * Makefile.in: Add automake targets.
14908 * configure.in (host_tools): Add automake.
14909
14910 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14911
14912 * configure: Default CXX to c++, not gcc.
14913 * Makefile.in (CXX): Set to c++, not gcc.
14914 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14915
14916 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14917
14918 * install-sh: try appending a .exe if source file doesn't
14919 exist
14920
14921 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14922
14923 * configure.in: Turn on multilib by default.
14924 (cross_only): Remove target-libiberty.
14925
14926 * Makefile.in (all-gcc): Don't depend on libiberty.
14927
14928 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14929
14930 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14931
14932 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14933
14934 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14935 (DISTBISONFILES): Add ld/Makefile.in
14936
14937 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14938
14939 * configure.in: if target is cygwin32 but host isn't cygwin32,
14940 don't configure gdb tcl tk expect, not just gdb.
14941
14942 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14943
14944 * configure.in: Added gnuserv everywhere sn appears.
14945
14946 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14947 (CROSS_CHECK_MODULES): Added check-gnuserv.
14948 (INSTALL_MODULES): Added install-gnuserv.
14949 (CLEAN_MODULES): Added clean-gnuserv.
14950 (all-gnuserv): New target.
14951
14952 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14953
14954 * config.guess: Fixes for MIPS OpenBSD systems.
14955
14956 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14957
14958 * Makefile.in (INSTALL_XFORM): Remove.
14959 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14960
14961 * mkinstalldirs: New file, copied from automake.
14962 * Makefile.in (installdirs): Rename from install-dirs. Use
14963 mkinstalldirs. Change all users.
14964 (DEVO_SUPPORT): Add mkinstalldirs.
14965
14966 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14967
14968 * install-sh: Rename from install.sh.
14969 * Makefile.in (INSTALL): Change install.sh to install-sh.
14970 (DEVO_SUPPORT): Likewise.
14971
14972 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14973 Graichen <graichen@rzpd.de>.
14974
14975 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14976
14977 * config.guess: Recognize OpenBSD systems correctly.
14978
14979 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14980
14981 * README, Makefile.in (ETC_SUPPORT): Remove references to
14982 cfg-paper*, configure.{texi,man,info*}._
14983
14984 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14985
14986 * Makefile.in (all.normal): Ensure that gcc is built after all
14987 the x11 - ie gdb - targets.
14988
14989 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14990
14991 * makefile.vms: Don't run conf-a-gas.
14992
14993 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14994
14995 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14996
14997 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14998
14999 * configure.in: Remove noconfigdirs case since gdb also
15000 configures and builds for tic80-coff.
15001
15002 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
15003
15004 * configure: Set cache_file to config.cache.
15005 * Makefile.in (local-distclean): Remove config.cache.
15006
15007 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
15008
15009 * COPYING: Update FSF address.
15010
15011 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
15012
15013 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15014 noconfigdirs.
15015
15016 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
15017
15018 * Makefile.in (install-dirs): Don't crash if prefix, and hence
15019 MAKEDIRS, is empty.
15020
15021 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
15022
15023 * config.sub: Tweak mn10300 entry.
15024
15025 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
15026
15027 * configure.in (host_tools): Put sim before gdb, so gdb's
15028 configure.tgt can determine if the simulator was configured.
15029
15030 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
15031
15032 * config.sub: Move BeOS $os case to be with other Cygnus
15033 local cases.
15034
15035 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
15036
15037 * config.sub: Remove misplaced comment that broke Linux.
15038
15039 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
15040
15041 * config.sub: Add BeOS support.
15042
15043 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
15044
15045 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15046
15047 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
15048
15049 * configure.in (noconfigdirs): Remove tcl and tk from
15050 noconfigdirs for cygwin32 builds.
15051
15052 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15053
15054 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15055
15056 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15057
15058 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15059 make-all.com, use makefile.vms instead.
15060
15061 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15062
15063 * config.sub: Accept -lnews*.
15064
15065 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
15066
15067 * configure.in (noconfigdirs): Disable target-newlib,
15068 target-examples and target-libiberty for d30v.
15069
15070 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15071
15072 * configure.in (noconfigdirs): Enable ld for d30v.
15073
15074 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
15075
15076 * configure.in (tic80-*-*): Build compiler.
15077
15078 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
15079
15080 * configure.in (d30v-*): Remove sim directory from list of
15081 unsupported d30v directories
15082
15083 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15084
15085 * config.sub, configure.in: Add d30v target cpu.
15086
15087 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
15088
15089 * makefile.vms: New file.
15090 * make-all.com: Remove.
15091
15092 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
15093
15094 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15095
15096 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15097
15098 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15099
15100 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15101
15102 * Makefile.in (ALL_MODULES): Added all-db.
15103 (CROSS_CHECK_MODULES): Addec check-db.
15104 (INSTALL_MODULES): Added install-db.
15105 (CLEAN_MODULES): Added clean-db.
15106
15107 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15108
15109 * config.guess: Merge with latest FSF sources.
15110
15111 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15112
15113 * Makefile.in (ALL_MODULES): Added all-itcl.
15114 (CROSS_CHECK_MODULES): Added check-itcl.
15115 (INSTALL_MODULES): Added install-itcl.
15116 (CLEAN_MODULES): Added clean-itcl.
15117
15118 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15119
15120 * configure.in: build gdb for mn10200
15121
15122 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15123
15124 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15125
15126 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15127
15128 * configure.in (tic80-*-*): Turn off most targets right now.
15129
15130 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15131
15132 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15133 rather than the makeinfo program.
15134 (do-info): Depend upon all-texinfo.
15135
15136 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15137
15138 * configure.in: Remove uses of config/mh-linux.
15139
15140 * config.sub, config.guess: Merge with latest FSF sources.
15141
15142 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15143
15144 * config.sub (case $basic_machine): Add tic80 entries.
15145
15146 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15147
15148 * config.sub, config.guess: Merge with latest FSF sources.
15149
15150 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15151
15152 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15153 * mpw-config.in: Test for NewFolderRecursive.
15154 * mpw-install: Use symbolic name for startup filename.
15155 * mpw-README: Add various additional details.
15156
15157 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15158
15159 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15160
15161 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15162
15163 * configure.in: Do build gcc and the target libraries for
15164 the mn10200.
15165
15166 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15167
15168 * configure.in: don't avoid building gdb for mn10300 any more
15169 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15170 instead of single-quoting it.
15171
15172 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15173
15174 * configure.in: Don't use --with-stabs on IRIX 6.
15175
15176 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15177
15178 * configure.in (m32r): Build gdb, libg++ now.
15179
15180 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15181
15182 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15183 directories from noconfigdirs.
15184
15185 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15186
15187 * config.sub (basic_machine): added mips16 configuration
15188
15189 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15190
15191 * config.sub: Handle d10v-unknown.
15192
15193 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15194
15195 * config.sub: Handle v850-unknown.
15196
15197 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15198
15199 * Makefile.in: add findutils
15200 * configure.in: add findutils to list of host_tools
15201
15202 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15203
15204 * config.sub: Handle mn10200 and mn10300.
15205
15206 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15207
15208 * configure.in (d10v-*): Do not build librx.
15209
15210 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15211
15212 * configure.in (mn10300): Build everything except gdb & libgloss.
15213
15214 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15215
15216 * config.guess: Patch for Dansk Data Elektronik servers,
15217 from Niels Skou Olsen <nso@dde.dk>.
15218
15219 For ncr, use /bin/uname rather than uname, since GNU uname does not
15220 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15221
15222 Patch for MIPS R4000 running System V,
15223 from Eric S. Raymond <esr@snark.thyrsus.com>.
15224
15225 Fix thinko for nextstep.
15226
15227 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15228
15229 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15230 * config.guess: Guess mips-dec-mach_bsd4.3.
15231
15232 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15233 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15234 release numbers.
15235 * config.guess (mips-mips-riscos*): Emit just enough of the
15236 release number.
15237
15238 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15239 * config.guess (sparc-auspex-sunos*): Added.
15240 (f300-fujitsu-*): Added.
15241
15242 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
15243 * config.guess: Recognize a Tadpole as a sparc.
15244
15245 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15246
15247 * config.guess: Don't assume that NextStep version is either 2 or
15248 3. NextStep 4 (aka OpenStep 4) has come out now.
15249
15250 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15251
15252 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15253 From Rik Faith <faith@cs.unc.edu>.
15254
15255 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
15256
15257 * config.sub: Contributions from bug-gnu-utils to:
15258 Support plain "hppa" (no version given) architecture, reported by
15259 OpenStep.
15260 OpenBSD like NetBSD.
15261 LynxOs is not a hardware supplier.
15262
15263 * config.guess: Contributions from bug-gnu-utils to add support for:
15264 OpenBSD like NetBSD.
15265 Stratus systems.
15266 More Pyramid systems.
15267 i[n>4]86 Intel chips.
15268 M680[n>4]0 Motorola chips.
15269 Use unknown instead of lynx for hardware manufacturer.
15270
15271 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15272
15273 * install.sh (chmodcmd): Set to null if the DST directory already
15274 exists.
15275
15276 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15277
15278 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15279 not use mt-ppc target Makefile fragment any more.
15280
15281 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15282
15283 * configure.in (*-*-windows): Exclude everything but those dirs
15284 needed to build windows.
15285
15286 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
15287
15288 * Makefile.in (all-target-winsup): Depend on all-target-librx.
15289
15290 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15291
15292 * configure.in: Exclude mmalloc from i386-windows.
15293
15294 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15295
15296 * Undo my previous change.
15297
15298 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
15299
15300 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15301 unconditionally.
15302 (MAKEOVERRIDES): Define (revert this part of October 18 change).
15303
15304 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15305
15306 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
15307 host to add it's own flags.
15308
15309 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
15310
15311 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15312
15313 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
15314
15315 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15316 (CXX_FOR_TARGET): Likewise.
15317 (GCC_FOR_TARGET): Define.
15318 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15319 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15320 CC_FOR_TARGET was specified on the command line.
15321 (MAKEOVERRIDES): Don't define.
15322
15323 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
15324
15325 * configure.in (m32r): Fix spelling of libg++ libs.
15326
15327 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
15328
15329 * config.sub (-apple*): Remove, now redundant.
15330
15331 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
15332
15333 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15334
15335 * configure: Rework yesterday's sed script patch.
15336
15337 * config.sub: Merge with FSF.
15338
15339 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15340
15341 * config.guess: Merge from FSF.
15342
15343 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
15344 * config.guess: Use pc instead of unknown, for pc clone systems.
15345 Change linux to linux-gnu.
15346
15347 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15348 * config.guess: Avoid non-portable tr syntax.
15349
15350 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15351
15352 * test-build.mk (HOLES): Add "xargs" for gdb.
15353
15354 * configure: Avoid hpux10.20 sed bug.
15355
15356 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15357
15358 * configure.in: Add support for windows host
15359 (that is a build done under the Microsoft build environment).
15360
15361 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15362
15363 * Makefile.in: Replace all uses of srcroot with s, to shrink
15364 command line lengths.
15365
15366 Patches from Geoffrey Noer <noer@cygnus.com>:
15367 * configure.in: If configuring for newlib, pass --with-newlib to
15368 subdirectories.
15369 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15370 -Bnewlib/ and -Lwinsup to gcc.
15371 (CXX_FOR_TARGET): Likewise.
15372
15373 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15374
15375 * Makefile.in (ETC_SUPPORT): Add configure.
15376
15377 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15378
15379 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15380 host configuration file.
15381
15382 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15383
15384 * configure.in: Break mn10x00 support into separate
15385 mn10200 and mn10300 configurations.
15386 * config.sub: Likewise.
15387
15388 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15389
15390 * configure.in: Add lots of stuff to noconfigdirs for
15391 the mn10x00 targets.
15392
15393 * config.sub, configure.in: Add mn10x00 support.
15394
15395 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15396
15397 * make-all.com: Call conf-a-gas, not config-a-gas.
15398
15399 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15400
15401 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15402 targets.
15403
15404 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15405
15406 * mpw-README: Add much more detail for native PowerMac.
15407 * mpw-install: New file.
15408 * mpw-configure: Add --norecursion and --help options.
15409 * mpw-config.in: Translate readme and install files when
15410 copying to objdir.
15411 * mpw-build.in: Don't always depend on byacc and flex.
15412 (install-only-top): New action.
15413
15414 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15415
15416 * configure.in: You can now configure GDB for the v850.
15417
15418 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15419
15420 * configure.in (noconfigdirs): Don't configure any C++ dirs
15421 if targeting D10V.
15422
15423 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15424
15425 * config.sub: Recognize mips64vr5000.
15426
15427 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15428
15429 * configure.in: Use a single line for host_tools and native_only.
15430
15431 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15432
15433 * config.sub, configure.in: Add entries for m32r.
15434
15435 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15436
15437 * Makefile.in (inet-install): Don't run install-gzip.
15438
15439 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15440
15441 * configure.in: Don't config lots of things for *-*-windows*.
15442
15443 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15444
15445 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15446 (host_libs, host_tools): Copy from configure.in.
15447 * mpw-configure: Don't complain about directories not found.
15448
15449 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15450
15451 * configure.in (i[345]86): Recognize i686 for pentium pro.
15452 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15453 file.
15454
15455 * config.guess (i[345]86): Ditto.
15456
15457 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15458
15459 * configure.in (noconfigdirs): Removed gdb for D10V.
15460
15461 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
15462
15463 * configure.in: Remove ld, target-libio, target-libg++, and
15464 target-libstdc++ from noconfigdirs.
15465
15466 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15467
15468 * configure: Fix three locations where shell scripts were
15469 being run directly rather than with config_shell.
15470
15471 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15472
15473 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15474 * config.sub (basic_machine): Recognize v850.
15475
15476 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15477
15478 * mpw-configure: Handle multiple enable/disable options and
15479 pass them down recursively, handle -c and -s flags appropriately
15480 depending on choice of compiler, add escape mechanism for
15481 quoted arguments to gC.
15482
15483 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15484
15485 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15486 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15487 so that -mrelocatable-lib and -mno-eabi are used.
15488
15489 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15490 not support --print-multi-lib, don't abort.
15491
15492 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15493
15494 * make-all.com: Run config-a-gas.
15495 * setup.com: Don't copy subdirectory files around.
15496
15497 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15498
15499 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15500 target, it now compiles correctly.
15501
15502 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15503
15504 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15505
15506 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15507
15508 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15509
15510 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15511
15512 * configure.in (native_only): Add prms.
15513
15514 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15515
15516 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15517 (BINUTILS_SUPPORT_DIRS): Likewise.
15518
15519 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15520
15521 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15522 d10v support is added.
15523
15524 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15525
15526 * configure.in (d10v-*-*): New target.
15527
15528 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15529
15530 * config.guess (HP 9000/811): Recognize this as a PA1.1
15531 machine.
15532
15533 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15534
15535 * Makefile.in (do-tar-gz): New target, split out from tail end of
15536 taz target. Run each command separately, don't use pipes.
15537 (taz): Use it.
15538
15539 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15540
15541 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15542 * mpw-build.in: No builds should depend on building byacc or flex,
15543 they are assumed to be installed already.
15544
15545 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15546
15547 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15548 variable that CC_FOR_TARGET needs.
15549
15550 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15551
15552 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15553 options have changed since the last time the subdirectory was
15554 configured, and if it has, reconfigure.
15555 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15556 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15557
15558 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15559
15560 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15561 CLEAN_MODULES): Add bash.
15562 (all-bash): New target.
15563
15564 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15565
15566 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15567
15568 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15569
15570 * config.sub (basic_machine): Recognize d10v as a valid processor.
15571
15572 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15573
15574 * mpw-configure: Add support for --bindir.
15575 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15576
15577 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15578
15579 * configure.in: add bash, time, gawk to list of hosttools and things
15580 to only build for native toolchains
15581
15582 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15583
15584 * Makefile.in (docdir): Remove.
15585
15586 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15587
15588 * Makefile.in (datadir): Set to $(prefix)/share.
15589
15590 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15591
15592 * configure.in: build diff and patch for cygwin32-hosted
15593 toolchains.
15594
15595 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15596
15597 * config.sub: Accept -rtems*.
15598
15599 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15600
15601 * configure.in: enable dosrel for cygwin32-hosted builds,
15602 remove diff from the list of things not buildable
15603 via Canadian Cross
15604
15605 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15606
15607 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15608 don't get ". ".
15609
15610 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15611
15612 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15613
15614 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15615
15616 * Makefile.in (taz): Handle case where tex3patch didn't even get
15617 checked out. Also, if it was found, put the symlink in a new util
15618 subdirectory.
15619
15620 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15621
15622 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15623
15624 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15625
15626 * config.sub: Recognize -openvms.
15627 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15628 * make-all.com, setup.com: New files.
15629
15630 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15631
15632 * Makefile.in (taz): tex3patch moved to texinfo/util.
15633
15634 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15635
15636 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15637 * configure.in: remove make from disable-if-Can-Cross list
15638 enable gdb if ${host} and ${target} are cygwin32
15639
15640 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15641
15642 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15643 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15644
15645 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15646
15647 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15648 distinguish sysv/svr4/bsd variants.
15649 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15650
15651 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15652
15653 * configure.in: Added copyright notice.
15654 * move-if-change: Added copyright notice.
15655
15656 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15657
15658 * configure.in (powerpcle-*-solaris*): Until we get shared
15659 libraries working, don't build gdb, sim, make, tcl, tk, or
15660 expect.
15661
15662 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15663
15664 * config.guess: Merge with FSF:
15665
15666 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15667 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15668
15669 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15670 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15671
15672 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15673 * config.guess: Combine two OSF1 rules.
15674 Also recognize field test versions. From mjr@zk3.dec.com.
15675 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15676 because GNU uname does not support -p. From pmr@pajato.com.
15677
15678 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15679
15680 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15681
15682 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15683
15684 * mpw-README: Document GCCIncludes.
15685
15686 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15687
15688 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15689
15690 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15691
15692 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15693
15694 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15695
15696 * configure.in (*-*-cygwin32): Configure make.
15697
15698 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15699
15700 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15701
15702 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15703
15704 * Makefile.in (all-inet): Depend on all-perl.
15705
15706 * Makefile.in (inet-install): New target.
15707
15708 * Makefile.in (all-inet): Depend on all-tcl.
15709 (all-inet): Depend on all-send-pr.
15710
15711 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15712
15713 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15714 temporarily.
15715
15716 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15717
15718 * configure.in: Don't configure --with-gnu-ld on AIX.
15719
15720 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15721
15722 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15723
15724 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15725
15726 * Makefile.in (ALL_MODULES): Added all-inet.
15727 (CROSS_CHECK_MODULES): Added check-inet.
15728 (INSTALL_MODULES): Added install-inet.
15729 (CLEAN_MODULES): Added clean-inet.
15730 (all-indent): New target.
15731
15732 * configure.in (host_tools): Added inet.
15733 (native_only): Added inet.
15734 (noconfigdirs): Added inet.
15735
15736 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15737
15738 * configure.in: Don't configure libgloss if we are not configuring
15739 newlib.
15740
15741 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15742
15743 * configure.in: Don't configure libgloss for unsupported
15744 architectures.
15745
15746 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15747
15748 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15749
15750 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15751
15752 * Makefile.in (ALL_MODULES): Include all-apache.
15753 (CROSS_CHECK_MODULES): Include check-apache.
15754 (INSTALL_MODULES): Include install-apache.
15755 (all-apache): New target.
15756
15757 * configure.in: Added apache everywhere perl is seen.
15758
15759 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15760
15761 * Makefile.in: Add support for clean-{module} and
15762 clean-target-{module} rules.
15763
15764 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15765
15766 * configure.in (*-*-ose) do not build libgloss.
15767
15768 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15769
15770 * config.guess (prep*:SunOS:5.*:*): Turn into
15771 powerpele-unknown-solaris2.
15772
15773 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15774
15775 * configure.in: Permit --enable-shared to specify a list of
15776 directories.
15777
15778 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15779
15780 * configure.in (host==solaris): Pass only the first word of $CC
15781 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15782
15783 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15784
15785 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15786
15787 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15788
15789 * Makefile.in (ALL_MODULES): Include all-perl.
15790 (CROSS_CHECK_MODULES): Include check-perl.
15791 (INSTALL_MODULES): Include install-perl.
15792 (ALL_X11_MODULES): Include all-guile.
15793 (CHECK_X11_MODULES): Include check-guile.
15794 (INSTALL_X11_MODULES): Include install-guile.
15795 (all-perl): New target.
15796 (all-guile): New target.
15797
15798 * configure.in (host_tools): Include perl and guile.
15799 (native_only): Include perl and guile.
15800 (noconfigdirs): Don't build guile and perl; no ports have been
15801 done.
15802
15803 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15804
15805 * configure (--enable-*): Handle quoted option lists such as
15806 --enable-sim-cflags='-g0 -O' better.
15807
15808 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15809
15810 * Makefile.in ({,inst}all-target): New rule so we can make and
15811 install all of the target directories easily.
15812
15813 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15814
15815 * configure.in: Add missing global flag in sed substitution when
15816 deleting `target-' from ${configdirs}.
15817
15818 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15819
15820 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15821 option.
15822
15823 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15824 config/mh-necv4.
15825
15826 * install.sh: Correct misspelling of transformbasename.
15827
15828 * config.guess: Recognize mips-*-sysv*.
15829
15830 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15831
15832 * config.sub: Recognize mon960.
15833
15834 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15835
15836 * configure: Restore Canadian Cross handling of BISON and LEX,
15837 removed in Feb 20 change.
15838
15839 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15840
15841 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15842 Mention make install. Remove the old copyright date as well the
15843 clumsy and rather pointless copyright on the README file.
15844
15845 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15846
15847 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15848 Makefile after running symlink-tree, then run `make distclean' to
15849 avoid clobbering any generated files in srcdir.
15850
15851 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15852
15853 * configure.in (m68k-*-netbsd*): Build everything now.
15854
15855 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15856
15857 * Makefile.in (taz): Fix quoting.
15858
15859 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15860
15861 * configure.in (sparclet-*-*): Build everything now.
15862
15863 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15864
15865 * configure.in (m68k-*-linux*): New host.
15866
15867 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15868
15869 * configure: Check for bison before byacc.
15870
15871 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15872
15873 * Makefile.in configure: Change the way LEX and BISON/YACC are
15874 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15875 searching PATH. These are used as fallbacks by Makefile.in if
15876 flex/bison/byacc aren't in objdir.
15877
15878 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15879
15880 * Makefile.in: Make everything which depends upon all-bfd also
15881 depend upon all-opcodes, in case --with-commonbfdlib is used.
15882
15883 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15884
15885 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15886 building NT native compilers on Unix.
15887
15888 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15889
15890 * configure.in: Don't get CC from the host Makefile fragment if we
15891 can find gcc in PATH, or if this is a Canadian Cross. Move the
15892 Solaris test for /usr/ucb/cc to the post target script, just after
15893 the compiler sanity test.
15894
15895 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15896
15897 * config.sub: Merge with FSF.
15898
15899 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15900
15901 * Makefile.in (RPATH_ENVVAR): New variable.
15902 (REALLY_SET_LIB_PATH): Use it.
15903 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15904
15905 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15906
15907 * config.sub, configure.in: Recognize sparclet cpu.
15908
15909 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15910
15911 * config.guess: Support m68k-cbm-sysv4.
15912
15913 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15914
15915 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15916 m68k-unknown-linuxaout from linker help string. Put quotes around
15917 $ld_help_string.
15918
15919 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15920
15921 * config.guess (powerpc-harris-powerunix): Add guess for port
15922 to new target.
15923
15924 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15925
15926 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15927
15928 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15929
15930 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15931 $(REALLY_SET_LIB_PATH) in Makefile.
15932 * Makefile.in (SET_LIB_PATH): New variable.
15933 (REALLY_SET_LIB_PATH): New variable.
15934 ($(DO_X)): Use $(SET_LIB_PATH).
15935 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15936 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15937 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15938 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15939 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15940 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15941 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15942 (install-dosrel): Likewise.
15943 (all-opcodes): Depend upon all-libiberty.
15944
15945 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15946
15947 * config.guess (*:CYGWIN*): New
15948
15949 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15950
15951 * Makefile.in (all-target-winsup): All all-target-libiberty.
15952
15953 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15954
15955 * configure.in (noconfigdirs): Add missing # in front of comment.
15956
15957 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15958
15959 * configure.in: add second pass to things added to noconfigdirs
15960 so *-gm-magic can exclude libgloss properly.
15961
15962 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15963
15964 * mpw-configure (extralibs_name, rez_name): Set correctly
15965 for MWC68K compiler.
15966
15967 * mpw-README: Add more info on the necessary build tools.
15968
15969 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15970
15971 * configure.in, config.sub: Recognize cygwin32.
15972
15973 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15974
15975 * config.guess, config.sub: Recognize A/UX.
15976
15977 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15978
15979 * config.sub: Merge with gcc/config.sub.
15980
15981 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15982
15983 * mpw-build.in (do-binutils): Add build of stamps.
15984
15985 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15986
15987 * config.sub: Add recognition for mips64vr4100*-* targets.
15988
15989 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15990
15991 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15992 Add creation of gconfigargs with `--enable-shared' turned on.
15993 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15994 ($(host)-stamp-stage3-configured): Likewise.
15995 (HOLES): Add chatr and ldd.
15996 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15997
15998 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15999
16000 * configure: Pass --nfp to recursive configures.
16001
16002 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
16003
16004 * Makefile.in (DLLTOOL): New.
16005 (DLLTOOL_FOR_TARGET): New.
16006 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16007 (EXTRA_TARGET_FLAGS): Ditto.
16008 (EXTRA_GCC_FLAGS): Ditto.
16009 (CONFIGURE_TARGET_MODULES): Ditto.
16010 (DO_X): Ditto.
16011 * configure: Add DLLTOOL.
16012
16013 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
16014
16015 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16016 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16017 mh-sco, since old workarounds no longer needed, and don't
16018 build ld, since libraries have weak symbols in COFF.
16019
16020 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
16021
16022 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16023
16024 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
16025
16026 * configure.in: Make sure that ${CC} can be used to compile an
16027 executable.
16028
16029 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16030
16031 * Makefile.in (all-gdb): Depend on $(GDB_TK).
16032 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16033 nothing depending on whether gdbtk is being built.
16034
16035 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
16036
16037 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16038
16039 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
16040
16041 * configure.in (noconfigdirs): Put ld or gas in this early, if the
16042 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16043
16044 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
16045
16046 * config-ml.in: Add support for
16047 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16048 Simplify setting of multidirs from --disable-foo.
16049
16050 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16051
16052 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16053 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16054 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16055 non-empty, pass them on to the GCC make.
16056 (all-bootstrap): New rule that is like all-gcc, except it executes
16057 the GCC bootstrap rule instead of the GCC all rule.
16058
16059 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16060
16061 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16062
16063 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16064
16065 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16066 DG/UX support.
16067
16068 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
16069
16070 * config.sub (i*86*) Change [345] to [3456]
16071
16072 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16073
16074 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16075 --with-gnu-ld=no.
16076
16077 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16078
16079 * config-ml.in (rs6000*, powerpc*): Add switches to control which
16080 AIX multilibs get built.
16081
16082 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16083
16084 * configure.in (i386-win32): Don't build expect if we're not
16085 building the tcl subdir.
16086
16087 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
16088
16089 * Makefile.in: (configure-target-examples, all-target-examples):
16090 New targets, configure and build example programs.
16091
16092 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16093
16094 * mpw-configure: If an mpw-config.in generated a file mk.sed,
16095 use it as input to sedit the generated MPW makefile.
16096 * mpw-README: Add a suggestion about Gestalt.h.
16097
16098 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16099
16100 * config.sub: Accept *-*-ieee*.
16101
16102 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16103
16104 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16105 Ronald F. Guilmette <rfg@monkeys.com>.
16106
16107 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16108
16109 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16110 for powerpc-pe native.
16111 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16112 (target==powerpc-pe): duplicate i386-win32 entry.
16113
16114 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16115
16116 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16117 of vxworks, not just vxworks5.1.
16118
16119 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16120
16121 * mpw-configure: Add support for exec-prefix.
16122
16123 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16124
16125 * config.guess: Recognize HP model 816 machines as having
16126 a PA1.1 processor.
16127
16128 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16129
16130 * configure: Ignore new autoconf configure options.
16131
16132 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16133
16134 * config.guess: Recognize Pentium under SCO.
16135 From Robert Lipe <robertl@arnet.com>.
16136
16137 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16138
16139 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16140
16141 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16142
16143 * configure.in: Don't configure gas for alpha-dec-osf*.
16144
16145 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16146
16147 * configure.in: Default to --with-stabs for some targets for which
16148 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16149 i[345]86*-*-unixware*.
16150
16151 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16152
16153 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16154 rather than basing it on the target. Simplify handling of options
16155 controlling which directories to configure. Remove extraneous
16156 slash in multi-clean target.
16157
16158 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16159
16160 * config-ml.in: Prefix more variables with ml_ so they don't collide
16161 with configure's.
16162
16163 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16164
16165 * configure: Don't turn -v into --v.
16166
16167 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16168
16169 * configure.in (targargs): Fix typo.
16170
16171 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16172
16173 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16174
16175 * configure.in: Strip --host and --target options from
16176 CONFIG_ARGUMENTS, and always configure for --host only. Add
16177 --with-cross-host option when building with a cross-compiler.
16178 * configure: Canonicalize the arguments put into config.status by
16179 always using `=' for an option with an argument. Pass a presumed
16180 --host or --target explicitly.
16181
16182 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16183
16184 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16185 into general OS recognition case.
16186
16187 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16188
16189 * configure.in (target_configdirs): add target-winsup only
16190 for win32 target systems.
16191
16192 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16193
16194 * Makefile.in (all-target-libgloss): Depend upon
16195 configure-target-newlib, since when libgloss is built it looks to
16196 see if the newlib directory exists.
16197
16198 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16199
16200 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16201 cfg-ml-*.in.
16202
16203 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16204
16205 * configure: Handle LD and LD_FOR_TARGET when configuring a
16206 Canadian Cross.
16207
16208 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16209
16210 * configure.in (target_libs): add target-winsup.
16211 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16212 (target==ppcle-pe): remove ld from $noconfigdirs.
16213
16214 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16215
16216 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16217 Preserve relative path names in $srcdir. Build symlink tree if
16218 configuring cross target dir and srcdir=. (= no VPATH support).
16219 (configure-target-libg++): Depend on configure-target-librx.
16220 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16221 * config-ml.in: New file.
16222 * symlink-tree: New file.
16223 * configure: Ensure srcdir="." if that's what it is.
16224
16225 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16226
16227 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16228 includes and FLEX_SKELETON setting.
16229 * mpw-configure (--with-gnu-ld): New option, controls whether
16230 to use PPCLink or ld with PowerMac GCC.
16231 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16232 * mpw-config.in: Configure grez if targeting Mac.
16233
16234 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16235 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16236 just macos.
16237 * configure.in: Configure grez resource compiler if targeting Mac.
16238 * Makefile.in (all-grez, install-grez): New targets.
16239
16240 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
16241
16242 * configure: CXX defaults to gcc, not g++. If we find
16243 gcc in the path, set CC to gcc -O2.
16244
16245 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
16246
16247 * configure: Default ${build} correctly. Avoid picking up extra
16248 spaces when reading CC and CXX from Makefile. When doing a
16249 Canadian Cross, use plausible default values for numerous
16250 variables.
16251 * configure.in: When doing a Canadian Cross, don't try to
16252 configure tools whose configure script can't handle it.
16253
16254 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16255
16256 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16257
16258 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
16259
16260 * configure: Remove dubious bug reporting address.
16261
16262 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
16263
16264 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
16265 configure script, run that instead of this directory's configure.
16266 In either case, print a message that we're configuring the sub-dir.
16267
16268 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
16269
16270 * configure.in: Before checking for the existence of various files,
16271 use sed to filter out "target-".
16272
16273 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
16274
16275 * Makefile.in (DO_X): Split rule to decrease command line length
16276 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
16277 (Philippe De Muyter).
16278
16279 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16280
16281 * Makefile.in (all-patch): depend on all-libiberty.
16282
16283 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
16284
16285 * configure.in: If the only directory in target_configdirs which
16286 actually exists is libiberty, then set target_configdirs to empty,
16287 to avoid trying to build a target libiberty in a gas or gdb
16288 distribution.
16289
16290 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
16291
16292 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16293 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16294 systems.
16295
16296 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16297
16298 * configure.in (copy_dirs): Use sys-include instead of include
16299 for --with-headers option.
16300
16301 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
16302
16303 * Makefile.in, configure.in: Make winsup builds work with
16304 new scheme.
16305
16306 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
16307
16308 * configure.in: Build the linker on AIX.
16309
16310 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
16311
16312 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
16313 where needed.
16314
16315 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
16316
16317 * Makefile.in (all-gcc): Fix typo.
16318
16319 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
16320
16321 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
16322
16323 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
16324
16325 * configure.in: Rename libFOO to target-libFOO, and xiberty
16326 to target-xiberty, to provide more flexibility.
16327 (target_subdir): Define. Create if cross.
16328 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16329 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
16330 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16331 check-libFOO -> check-target-libFOO, etc.
16332 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16333 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16334 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16335 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16336 allow ALL_GCC="" to only configure.
16337 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16338 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16339 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16340
16341 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16342
16343 * Makefile.in (taz): Build "info" in etc explicitly.
16344
16345 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16346
16347 * configure.in: Make sure that CC is undefined (as opposed to
16348 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16349 problem with autoconf trying to configure on a host without GCC.
16350
16351 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16352
16353 * mpw-configure: Set host alias from choice of host compiler,
16354 only use generic MPW Makefile sed if present, edit a file
16355 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16356 * mpw-README: Add problem notes about CW6 and CW7.
16357
16358 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16359
16360 * Makefile.in (taz): Use ";" instead of ";;".
16361
16362 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16363
16364 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16365 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16366 DISTDOCDIRS.
16367 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16368 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16369
16370 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16371
16372 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16373 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16374 Move bfd to DISTSTUFFDIRS.
16375
16376 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16377
16378 * Makefile.in (X11_LIB): Removed.
16379 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16380
16381 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16382
16383 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16384
16385 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16386 names.
16387
16388 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16389
16390 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16391
16392 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16393
16394 * configure.in (i[345]86-*-win32): Always build newlib.
16395 Don't configure cvs, autoconf or texinfo.
16396 * Makefile.in (LD_FOR_TARGET): New.
16397 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16398 Pass down LD_FOR_TARGET.
16399
16400 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16401
16402 * winsup: New directory.
16403 * Makefile.in: Build winsup.
16404 * configure.in: Winsup is configured when target is win32.
16405 Can only build win32 target GDB when native.
16406
16407 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16408
16409 * config.guess: Recognize HP model 819 machines as having
16410 a PA 1.1 processor.
16411
16412 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16413
16414 * configure: Fix sed loop which substitutes for CC and CXX to
16415 avoid bug found in various sed implementations.
16416
16417 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16418
16419 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16420 simulator. Use standard powerpc-*-eabi*.
16421
16422 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16423
16424 * configure.in: Stop putting gas and binutils in noconfigdirs for
16425 powerpc-*-aix* and rs6000-*-*.
16426
16427 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16428
16429 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16430 -mcall-aixdesc libraries.
16431
16432 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16433
16434 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16435
16436 * config.sub (arm | armel | armeb): Fix shell syntax.
16437
16438 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16439
16440 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16441 -msoft-float and -mcpu=common support.
16442 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16443 libraries.
16444
16445 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16446
16447 * configure.in: Allow configuration and build of emacs19 for the alpha.
16448
16449 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16450
16451 * configure.in (CC): Get ^CC, not just any old CC, from
16452 ${host_makefile_frag}.
16453
16454 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16455
16456 * configure.in (CC): Try to get CC from
16457 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16458
16459 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16460
16461 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16462 only if it exists in $(srcdir).
16463
16464 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16465
16466 * configure: If CC and CXX are not set in the environment, set
16467 them, based on either an existing Makefile or on searching for gcc
16468 in PATH. Substitute for CC and CXX in Makefile.
16469 * configure.in: Remove libm from target_libs. Separate
16470 target_configdirs from configdirs. If CC is not set in
16471 environment, try to get it from a host Makefile fragment. Rewrite
16472 changes of configdirs to use skipdirs instead. A few minor
16473 tweaks. Take directories out of target_configdirs as they are
16474 taken out of configdirs. Remove existing Makefile files from
16475 subdirectories. Substitute for TARGET_CONFIGDIRS and
16476 CONFIG_ARGUMENTS in Makefile.
16477 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16478 by configure.in.
16479 (CONFIG_ARGUMENTS): Likewise.
16480 (CONFIGURE_TARGET_MODULES): New variable.
16481 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16482 ($(CONFIGURE_TARGET_MODULES)): New target.
16483 (configure-libg++, configure-libio): New targets.
16484 (all-libg++): Depend upon configure-libg++.
16485 (all-libio): Depend upon configure-libio.
16486 (configure-libgloss, all-libgloss): New targets.
16487 (configure-libstdc++): New target.
16488 (all-libstdc++): Depend upon configure-libstdc++.
16489 (configure-librx, all-librx): New targets.
16490 (configure-newlib): New target.
16491 (all-newlib): Depend upon configure-newlib
16492 (configure-xiberty): New target.
16493 (all-xiberty): Depend upon configure-xiberty.
16494
16495 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16496
16497 * configure.in (host i[345]86-*-win32): Expand the
16498 noconfigdirs again.
16499
16500 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16501
16502 * mpw-configure: Fix sed command file name.
16503
16504 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16505
16506 * configure.in (host i[345]86-*-win32): Reduce the
16507 noconfigdirs again.
16508
16509 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16510
16511 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16512 or powerpc*-*-pe*, since they are not yet supported.
16513
16514 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16515
16516 Add PowerMac support and many other enhancements.
16517 * mpw-configure: New option --cc to select compiler to use,
16518 paste options set according to --cc into the generated
16519 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16520 if mpw-make.sed is present.
16521 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16522 add forward includes for PowerPC include files.
16523 * mpw-build.in: Build using Makefile.PPC if present.
16524 (do-byacc, etc): Remove separate version resource builds.
16525 (do-gas): Build "stamps" before "all".
16526 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16527 * mpw-README: Update to reflect --cc option, PowerMac support,
16528 and recently-reported compatibility problems.
16529
16530 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16531
16532 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16533 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16534 (--with-multilib-top): Pass to recursive invocations.
16535
16536 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16537
16538 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16539 v810-*-*.
16540
16541 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16542
16543 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16544 gdb, ld and opcodes on v810-*-*.
16545
16546 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16547
16548 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16549 (local-maintainer-clean): New target.
16550 (maintainer-clean): New target.
16551 (realclean): Just depend upon maintainer-clean.
16552
16553 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16554
16555 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16556
16557 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16558
16559 * configure.in: Build ld in mips*-*-bsd* case.
16560
16561 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16562
16563 * config.sub: Accept -lites* OS. From Ian Dall.
16564
16565 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16566
16567 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16568 targets.
16569
16570 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16571
16572 * configure.in: treat i386-win32 canadian cross the same as
16573 i386-go32 canadian cross.
16574
16575 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16576
16577 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16578 running under the simulator to build a reduced set of libraries.
16579 (powerpc-*-eabiaix): Add fine grained multilib support added to
16580 other powerpc targets yesterday.
16581
16582 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16583
16584 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16585 -disable-softfloat, -disable-relocatable, -disable-aix, and
16586 -disable-sysv to control which multilib libraries get built.
16587
16588 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16589
16590 * configure: Add Makefile.tem to list of files to remove in trap
16591 handler.
16592
16593 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16594
16595 * config.guess (*Linux*): Add missing "exit"s.
16596 Also, need specific check for alpha-unknown-linux (uses COFF).
16597
16598 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16599
16600 * config.guess: Merge with FSF:
16601
16602 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16603 * config.guess (AIX4): More robust release numbering discovery.
16604
16605 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16606 * config.guess (i386-sequent-ptx): Properly get version number.
16607
16608 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16609 * config.guess (mips:*:4*:UMIPS): New case.
16610
16611 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16612
16613 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16614 (i386-win32 host): Likewise. Don't build readline.
16615
16616 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16617
16618 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16619 SUPPORT_FILES to submakes.
16620
16621 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16622
16623 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16624 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16625 mpw-configure.
16626
16627 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16628
16629 * configure.in (appdirs): Use =, not ==, in test expression when
16630 trying to build the text to print in the warning message for
16631 Solaris users.
16632
16633 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16634
16635 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16636
16637 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16638
16639 * config.guess: Recognize lynx-2.3.
16640
16641 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16642
16643 * config.sub (z8ksim): Deleted
16644 (z8k-*-coff): New, this is the one true name of the target.
16645
16646 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16647
16648 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16649
16650 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16651
16652 * config.guess (*:Linux:*:*): First try asking the linker what the
16653 default object file format is (elf, aout, or coff). Then if this
16654 fails, try previous methods.
16655
16656 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16657
16658 * configure.in: Don't build newlib for *-*-vxworks5.1.
16659
16660 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16661
16662 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16663 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16664
16665 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16666
16667 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16668
16669 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16670
16671 * cfg-ml-com.in: New file.
16672 * cfg-ml-pos.in: New file.
16673
16674 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16675
16676 * COPYING.NEWLIB: Add HP free copyright to list.
16677
16678 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16679
16680 * config.sub: Recognize -eabi* for the system, not just -eabi.
16681
16682 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16683
16684 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16685 * config.sub, configure.in (win32): New target and host.
16686
16687 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16688
16689 * configure.in: Add i386-pe configuration.
16690
16691 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16692
16693 * mpw-build.in (install): Install GDB after LD.
16694
16695 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16696
16697 * mpw-config.in (elf/mips.h): Always forward-include, needed
16698 for GDB to build.
16699
16700 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16701
16702 * testsuite: New directory for customer acceptance and whole tool
16703 chain tests.
16704
16705 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16706
16707 * configure: If per-host line isn't found, but AC_OUTPUT is found
16708 and a configure script exists, run it instead.
16709
16710 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16711
16712 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16713
16714 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16715
16716 * configure: Set build_{cpu,vendor,os,alias} to host values when
16717 --build isn't specified.
16718
16719 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16720
16721 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16722 (FLAGS_TO_PASS): Pass them.
16723 (EXTRA_TARGET_FLAGS): Ditto.
16724
16725 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16726
16727 * Makefile.in (all-libg++): Depend on all-libstdc++.
16728
16729 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16730
16731 * configure.in (noconfigdirs): Enable all packages for
16732 i386-unknown-netbsd.
16733
16734 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16735
16736 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16737 hosted builds (DOS builds)
16738
16739 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16740
16741 Changes for ARM based on patches from Richard Earnshaw:
16742 * config.sub: Handle armeb and armel.
16743 * configure.in: Omit arm linker only for riscix.
16744
16745 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16746
16747 * config.guess: Update from FSF.
16748
16749 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16750
16751 * config.sub: Recognize powerpcle as the little endian variant of
16752 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16753 powerpcle variant. Convert pentium into i586, not i486. Add p5
16754 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16755 temporarily.
16756
16757 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16758
16759 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16760
16761 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16762
16763 * config.sub: Accept -lites* as a basic system type.
16764
16765 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16766
16767 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16768 installed, and if so return linuxoldld as the system name.
16769
16770 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16771
16772 * config.guess: Add hppa1.1-hp-lites support.
16773
16774 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16775
16776 * configure.in: Don't build newlib for m68k-vxworks5.1.
16777
16778 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16779
16780 * configure.in (mips-sgi-irix6): Use mh-irix5.
16781
16782 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16783
16784 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16785
16786 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16787
16788 * test-build.mk: Enable building of shared libraries on IRIX 5 and
16789 OSF/1. Fix compiler flags.
16790 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16791
16792 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16793
16794 * configure.in: Recognize --with-newlib.
16795 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16796
16797 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16798
16799 * Makefile.in: move {all,check,install}-gdb from *_MODULES
16800 to *_X11_MODULES due to gdbtk needing X include files et al.
16801
16802 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16803
16804 Merge in support for Mac MPW as a host.
16805 (Old change descriptions retained for informational value.)
16806
16807 * mpw-config.in: Add generic include forwards for cpu-specific
16808 include files in aout and elf directories.
16809
16810 * mpw-configure: Added copyright.
16811 * mpw-config.in: Check for presence of required build tools.
16812 (target_libs): Add newlib.
16813 (target_tools): Add examples.
16814 (Read Me): Generate as "Read Me for MPW" instead.
16815 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16816 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16817 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16818
16819 * mpw-configure: Remove subdir-specific makefile hackery,
16820 delete mk.tmp after using it.
16821
16822 * mpw-build.in (all): Display start and end times.
16823
16824 * mpw-configure (host_canonical): Set.
16825 (target_cpu): Always add to makefiles.
16826 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16827 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16828 (mpw-mh-mpw): Look for in srcdir and srcroot.
16829 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16830
16831 * mpw-build.in: (install-only): New target.
16832
16833 * mpw-configure (host_alias, target_alias): Rename from hostalias
16834 and targetalias, add into generated Makefile.
16835 (mk.tmp): If present, add into generated Makefile.
16836 * mpw-build.in (all-gas): Build config.h first before gas proper.
16837
16838 * mpw-configure (config.status): Write only if changed.
16839 * mpw-config.in (readline): Configure it (not built, just used for
16840 definitions).
16841
16842 * mpw-config.in (elf/mips.h): Add a forward include.
16843
16844 * mpw-config.in: Forward-include most .h files in include into
16845 extra-include.
16846 (readline): Don't build.
16847 mpw-build.in (install): Install GDB.
16848
16849 * mpw-configure (prefix, mpw_prefix): Handle it.
16850 * mpw-config.in (mmalloc, readline): Don't configure.
16851 * mpw-build.in (thisscript): Rename to ThisScript.
16852 Use mpw-build instead of BuildProgram everywhere.
16853 (mmalloc, readline): Don't build.
16854 * mpw-README: New file, basic documentation about the MPW port.
16855
16856 * mpw-config.in: Use forward-include to create include files.
16857
16858 * mpw-configure: Add more things to the top of each configured
16859 Makefile, including contents of config/mpw-mh-mpw.
16860 * mpw-config.in (extra-include): Create this directory and fill it
16861 with Posix-like include files when configuring.
16862
16863 * config.sub (apple, mac, mpw): Add various aliases.
16864
16865 * mpw-build.in: New file, top-level build script fragment for MPW.
16866 * mpw-configure: New file, configure script for MPW.
16867 * mpw-config.in: New file, config fragment for MPW.
16868
16869 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16870
16871 * configure.in (host_libs): Remove glob, since it is gone from the
16872 sources.
16873
16874 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16875
16876 * Makefile.in: define empty GDB_NLM_DEPS var.
16877
16878 * configure.in(target_makefile_frag): use config/mt-netware
16879 for netware targets.
16880
16881 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16882
16883 * config.sub: Merge in recent FSF changes. Remove linux special
16884 cases.
16885
16886 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16887
16888 Revert this change:
16889
16890 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16891
16892 * build-all.mk: Use CC=cc -Xs on Solaris.
16893
16894 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16895
16896 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16897 stop using it.
16898 * Makefile.in: Nuke all references to glob subdirectory.
16899
16900 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16901
16902 * configure.in: Fix --enable-shared logic in per-host.
16903
16904 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16905
16906 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16907
16908 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16909
16910 * configure.in (noconfigdirs): Don't build gas on AIX, for
16911 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16912
16913 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16914
16915 * configure: Fix --cache-file to work if the file argument is a
16916 relative path.
16917
16918 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16919
16920 * configure: If the --cache-file is used, pass it down to
16921 configure in subdirectories.
16922
16923 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16924
16925 * config.sub: add vxworks29k configuration.
16926
16927 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16928
16929 * Makefile.in (taz): Do "diststuff" part quietly.
16930
16931 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16932
16933 * config.sub: Mini-merge with gcc/config.sub.
16934
16935 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16936
16937 * config.guess (IRIX): Sed - to _.
16938
16939 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16940
16941 * Makefile.in (source-vault, binary-vault): New targets.
16942
16943 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16944
16945 * config.sub: Recognize -eabi as a basic system type.
16946
16947 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16948
16949 * configure.in (enable_shared stuff): Fix typo.
16950
16951 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16952
16953 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16954
16955 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16956
16957 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16958
16959 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16960
16961 * configure.in (rs6000-*-*): Don't build gas.
16962
16963 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16964
16965 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16966 reduce command line length.
16967 (AS_FOR_TARGET): Check for as.new, not Makefile.
16968 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16969
16970 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16971
16972 * config.guess: Merge from FSF.
16973
16974 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16975
16976 * configure: Don't use $ when handling program_suffix.
16977
16978 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16979
16980 * configure.in: Configure tk for hppa/hpux.
16981
16982 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16983
16984 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16985
16986 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16987
16988 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16989 to LIBCXXFLAGS. Tests are better run without it.
16990
16991 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16992
16993 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16994
16995 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16996
16997 * configure.in (*-*-netware*): Don't configure xiberty.
16998
16999 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
17000
17001 * configure.in: Remove tk from native_only list.
17002
17003 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
17004
17005 * build-all.mk: Add mips-ncd-elf target to sun4 targets
17006 for special NCD build.
17007
17008 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17009
17010 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17011 makeall.bat, they're only useful for binutils snapshots.
17012 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17013 makeall.bat to specified SUPPORT_FILES.
17014
17015 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
17016
17017 * build-all.mk: Add Ericsson targets to sun4 and solaris
17018 hosts. Add BNR's sun4 target to solaris host, so their
17019 build-from-source will be tested in-house first.
17020
17021 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17022
17023 * Makefile.in (LIBCFLAGS): New variable.
17024 (CFLAGS_FOR_TARGET): Ditto.
17025 (LIBCFLAGS_FOR_TARGET): Ditto.
17026 (LIBCXXFLAGS): Ditto.
17027 (CXXFLAGS_FOR_TARGET): Ditto.
17028 (LIBCXXFLAGS_FOR_TARGET): Ditto.
17029 (BASE_FLAGS_TO_PASS): Pass them.
17030 (EXTRA_TARGET_FLAGS): Ditto.
17031
17032 * configure.in: Support --enable-shared.
17033
17034 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
17035
17036 * configure.in (target_libs): Include libstdc++ again.
17037 * config.guess: Update from FSF (for FreeBSD).
17038
17039 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17040
17041 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17042 makeall.bat.
17043 (DISTDOCDIRS): Add `etc'.
17044 (ETC_SUPPORT_PFX): New variable.
17045 (taz): Include anything from etc starting with a word in
17046 ETC_SUPPORT_PFX.
17047
17048 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17049
17050 * config.sub: Update for recent FSF changes. Remove obsolete
17051 h8300hds entry. Add -windows* and -osx as basic os. Minor
17052 spacing changes.
17053
17054 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17055
17056 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17057
17058 * config.guess: Merge with FSF.
17059 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17060
17061 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17062
17063 * configure: Since the "trap 0" handler will override the exit
17064 status on many systems, only use it for "exit 1", and make it set
17065 a non-zero exit status; reset it before "exit 0". Also, check
17066 exit status of config.sub, and error out if it failed.
17067
17068 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
17069
17070 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17071 and install libgloss.
17072
17073 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17074
17075 * Makefile.in (all-binutils): Depend upon all-byacc.
17076
17077 * configure.in: Don't build emacs on Irix 5.
17078
17079 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17080
17081 * configure.in (*-*-netware*): Add libio.
17082
17083 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17084
17085 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17086 (CHECK_TARGET_MODULES): Ditto.
17087 (INSTALL_TARGET_MODULES): Ditto.
17088 (TARGET_LIBS): Ditto.
17089 (all-libstdc++): Note dependencies.
17090
17091 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17092
17093 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17094
17095 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17096
17097 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17098 -fexternal-templates.
17099
17100 * configure.in (target_libs): Add libstdc++.
17101 (noconfigdirs): Add libstdc++ as appropriate.
17102
17103 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17104
17105 * config.guess: Update from FSF.
17106
17107 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17108
17109 * configure: Use ${config_shell} when running ${configsub}.
17110
17111 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17112
17113 * config.sub: No longer recognize h8300h.
17114
17115 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17116
17117 * config.sub: Remove extraneous differences between config.sub and
17118 gcc/config.sub.
17119
17120 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17121
17122 * Makefile.in (DISTSTUFFDIRS): Add gas.
17123
17124 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17125
17126 * COPYING.NEWLIB: New file.
17127
17128 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17129
17130 * config.guess (HP-UX): Patch from Harlan Stenn
17131 <harlan@landmark.com> to also emit release level.
17132
17133 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17134
17135 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17136
17137 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17138
17139 * config.sub: Merge nextstep cleanup from FSF.
17140
17141 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17142
17143 * configure.in (arm-*-*): Don't configure ld for this target.
17144
17145 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17146
17147 * configure.in (*-*-netware): don't configure libg++, libio,
17148 librx, or newlib.
17149
17150 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17151
17152 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17153 configure ld--it works, but it doesn't support shared libraries.
17154
17155 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17156
17157 * config.guess (*-unknown-freebsd*): Get rid of possible
17158 trailing "(Release)" in version string.
17159 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17160
17161 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17162
17163 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17164 Fix type: *-next-neststep -> *-next-nextstep.
17165
17166 * config.guess: Merge from FSF:
17167
17168 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17169
17170 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17171
17172 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17173
17174 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17175 instead of UNIX_SV for UnixWare 1.0).
17176
17177 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17178
17179 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17180 to make gdb/nlm/* build after the compiler and linker.
17181
17182 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17183
17184 * config.guess (netbsd, freebsd, linux): Accept any machine,
17185 not just i[34]86.
17186 (m68k-atari-sysv4): Relocate to match FSF version.
17187
17188 * config.guess: More merges from the FSF:
17189
17190 Add a space before function call or macro invocation.
17191
17192 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17193
17194 * config.guess: Add trap cmd to remove dummy.c and dummy when
17195 interrupted.
17196
17197 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17198
17199 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17200 (dummy): Redirect stderr from compilation of dummy.c.
17201
17202 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17203
17204 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17205
17206 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17207
17208 * configure: Accept and ignore --cache*, for compatibility with
17209 new autoconf.
17210
17211 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17212
17213 * config.guess: Merge from FSF:
17214
17215 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17216
17217 * config.guess (Pyramid*:OSx*:*:*): New case.
17218 (PATH): Add /.attbin at end for finding uname.
17219 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
17220
17221 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17222
17223 * config.guess (M88*:DolphinOS:*:*): New case.
17224
17225 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17226
17227 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17228 to select whether to use ELF or COFF.
17229
17230 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17231
17232 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17233
17234 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17235
17236 * config.guess: Guess the OS version for HPUX.
17237
17238 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17239
17240 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17241
17242 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17243
17244 * configure.in: Recognize --with-headers, --with-libs, and
17245 --without-newlib.
17246 * Makefile.in (all-xiberty): Depend upon all-ld.
17247
17248 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17249
17250 * configure.in: Change i[34]86 to i[345]86.
17251
17252 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17253
17254 * configure (version): A few more tweaks to help message.
17255
17256 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
17257
17258 * Makefile.in: Remove (for now) librx as a host library,
17259 now that we're building it for target.
17260
17261 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17262
17263 * configure: Fix up help message; from karl@owl.hq.ileaf.com
17264 (Karl Berry).
17265
17266 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
17267
17268 * configure.in: Also configure librx.
17269
17270 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17271
17272 * Makefile.in: Update various rules to reflect that librx
17273 is now needed for libg++.
17274
17275 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17276
17277 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17278
17279 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17280
17281 * configure.in: Configure the examples directory.
17282
17283 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17284
17285 * configure: Simplify Jun 2 1994 change.
17286
17287 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17288
17289 * change CC to /usr/latest/bin/gcc for lynx host builds, since
17290 /bin/gcc isn't good enough to build gcc.
17291
17292 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
17293
17294 * Makefile.in (GDB_SUPPORT_FILES): Remove
17295 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
17296 (gdb.tar.gz): Add new rule to use standard distribution building
17297 mechanism.
17298
17299 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17300
17301 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
17302 Bill Cox <bill@cygnus.com>.
17303
17304 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
17305
17306 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
17307
17308 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
17309
17310 * configure: Search current dir first in .gdbinit.
17311
17312 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
17313
17314 * config.sub: Recognize freebsd (merged from gcc config.sub).
17315
17316 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
17317
17318 * config.sub: Refer to NeXT's operating system as nextstep.
17319
17320 * config.sub (case $basic_machine): Re-order the cases, to match
17321 the order in the FSF version (which is mostly alphabethical).
17322 Merge in some additions and changes from the FSF.
17323
17324 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
17325
17326 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17327 * config.sub: Recognize cxux7.
17328 * configure.in: Use mh-cxux for m88k-harris-cxux*.
17329
17330 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17331
17332 * config.sub: Fix typo powerpc -> powerpc-*.
17333
17334 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17335
17336 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17337
17338 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17339 parallel with all-emacs and install-emacs). Top-level command
17340 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17341
17342 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17343
17344 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17345 $(relbindir)/make before doing ``make install'', and use
17346 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17347 installing over running make binary.
17348 ($(host)-stamp-stage3-installed): Likewise.
17349
17350 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17351
17352 * config.guess: Recognize Mach.
17353
17354 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17355
17356 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17357 see whether --exec-prefix was used.
17358
17359 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17360
17361 * README: Explicitly mention libg++/README. (Zoo's idea.)
17362
17363 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17364
17365 * Makefile.in: Add all-librx target similar to all-libproc.
17366
17367 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17368
17369 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17370 with post 1.2 uname bogosity.
17371
17372 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17373
17374 * configure: Remove temporary files on receipt of a signal.
17375
17376 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17377
17378 * configure: If there is a package_makefile_frag, remove
17379 ${subdir}/Makefile.tem after copying it in.
17380
17381 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17382
17383 * build_all.mk: support rs6000 lynx identifies itself as
17384 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17385 since /bin/gcc is too feeble to compile a modern gcc.
17386
17387 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17388
17389 * brought devo/test-build.mk update-to-date with progressive/
17390 test-build.mk. Add lynx targets and hppa flag info.
17391
17392 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17393
17394 * configure.in: Use mh-ncrsvr43. Patch from
17395 Tom McConnell <tmcconne@sedona.intel.com>.
17396
17397 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17398
17399 * config.guess (i386-unknown-bsdi): No longer need to
17400 check #if defined(__bsdi__) && defined(__i386__).
17401
17402 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17403
17404 * configure: Set program_transform_nameoption correctly.
17405
17406 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17407
17408 * brought build-all.mk update-to-date with progressive build-all.mk,
17409 added new targets and hppa info.
17410
17411 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17412
17413 * configure: If config.guess result is a prefix of the user
17414 specified target, assume a native build and use the user specified
17415 target as the host alias. Remove SunOS patch suffix removal hack.
17416 * configure.in: Remove SunOS patch suffix removal hack.
17417
17418 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17419 in NATIVE_CHECK_MODULES.
17420
17421 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17422
17423 * Makefile.in: Rename HOST_ONLY to NATIVE.
17424 * configure: Delete SunOs patch suffix from host_canonical
17425 and build_canonical variables that are prepended to Makefiles.
17426 * configure.in: Add comments for easier maintenance.
17427
17428 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17429
17430 * Makefile.in: Add all-libproc target similar to all-gui.
17431
17432 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17433
17434 * Makefile.in (CHECK_MODULES): split into
17435 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17436
17437 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17438
17439 * config.guess (i386-unknown-bsdi): New system to guess.
17440
17441 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17442
17443 * Makefile.in: Add all-gui target (but not yet build by "all").
17444
17445 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17446
17447 * config.sub: Move deletion of patch suffix from here...
17448 * configure.in: To here, at Ian's suggestion. The top-
17449 level scripts might need to know of a patch level.
17450
17451 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17452
17453 * config.sub: Strip off patch suffix so rtl is recognized
17454 as a sunos4.1.3 machine, even though it's been patched.
17455
17456 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17457
17458 * Makefile.in (INSTALL_LAST): Delete.
17459 (INSTALL_DOSREL): New.
17460
17461 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17462
17463 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17464 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17465 whether we pass down --with-gnu-ld anyhow.
17466
17467 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17468
17469 * Makefile.in (INSTALL_LAST): Change operation so it works
17470 on more flavors of make.
17471 * configure.in (go32): Don't build libg++ or libio.
17472
17473 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17474
17475 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17476 they can be overriden by templates.
17477
17478 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17479
17480 * configure.in (target==go32): Don't build gdb.
17481 * dosrel: New directory.
17482
17483 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17484
17485 * configure.in (host==go32): Configure dosrel too.
17486 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17487 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17488 be set by incoming names or templates.
17489 (INSTALL_LAST): New rule.
17490
17491 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17492
17493 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17494
17495 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17496
17497 * configure.in (appdirs): New variable. Currently empty, but will
17498 be used in gas distribution. If nonempty, lists a set of
17499 directories at least one of which must get configured, or top
17500 level configuration is considered to have failed.
17501 (rs6000-*-lynxos*): Use new file name.
17502
17503 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17504
17505 Eliminate XTRAFLAGS.
17506 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17507 newlib include files using -idirafter, and also use -nostdinc.
17508 (CXX_FOR_TARGET): Likewise.
17509 (XTRAFLAGS): Removed.
17510 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17511 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17512 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17513 ($(DO_X)): Don't pass down XTRAFLAGS.
17514
17515 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17516
17517 * configure.in (mips*-dec-bsd*): New target; do build linker.
17518 (mips*-*-bsd*): New target; don't build linker.
17519
17520 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17521
17522 * configure.in: support rs6000-*-lynxos* configuration.
17523 support sunos4 as a cross target.
17524
17525 * config.sub: look for lynx*, not lynx since the OS version may
17526 legitimately be part of the name.
17527
17528 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17529
17530 * configure.in (i[34]86-*-sco*): Move to be with other i386
17531 targets.
17532 (romp-*-*): New target. Skip various binary utilities.
17533 (vax-*-*): New target. Don't build newlib.
17534 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17535
17536 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17537
17538 * configure.in: Only set host_makefile_frag if config
17539 directory exists.
17540
17541 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17542
17543 * install.sh: If $dstdir exists, don't check whether each
17544 component does.
17545
17546 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17547
17548 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17549
17550 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17551
17552 * configure.in (*-*-lynxos*): Don't configure newlib for either
17553 native or cross Lynx.
17554
17555 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17556
17557 * config.sub (sparc64-elf): Fix os.
17558 (z8k): Remove duplicate.
17559
17560 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17561
17562 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17563 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17564
17565 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17566
17567 * configure: Make file links cleanly even if Lynx fails on
17568 an NFS symlink (at least fail cleanly).
17569
17570 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17571
17572 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17573 -XNh2000.
17574
17575 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17576
17577 * configure: Unknown options are fatal again.
17578
17579 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17580
17581 * configure: Ignore --x-includes and --x-libraries, for Autoconf
17582 compatibility.
17583
17584 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17585
17586 * build-all.mk: Add `clean' target.
17587
17588 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17589
17590 * config.guess: Add SINIX support.
17591 * configure.in: Add mips-*-sysv4* support.
17592
17593 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17594
17595 * build-all.mk: Document all useful targets.
17596 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17597 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17598
17599 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17600
17601 * configure: Support --silent, --quiet.
17602
17603 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17604
17605 * configure: Support --disable-FEATURE.
17606
17607 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17608
17609 * config.guess: Recognize NCR running SVR4.3.
17610
17611 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17612
17613 * config.guess: Make BSDI generate i386-unknown-bsd386.
17614 Patch from Paul Eggert <eggert@twinsun.com>.
17615
17616 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17617
17618 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17619
17620 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17621
17622 * configure: Make unrecognized options give nonfatal warnings
17623 instead of fatal errors, and pass them to any subdirectory
17624 configures in case they recognize them.
17625 Make --x equivalent to --with-x.
17626
17627 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17628
17629 * configure: Add --enable-* options. Clean up usage message and
17630 some comments.
17631
17632 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17633
17634 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17635
17636 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17637
17638 * configure.in (hppa*-*-*): Enable binutils.
17639
17640 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17641
17642 * config.sub: Recognize cisco.
17643
17644 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17645
17646 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17647
17648 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17649
17650 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17651 than one configuration name. Add comment.
17652
17653 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17654
17655 * config.guess: about target *-hitachi-hiuxwe2, fixed
17656 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17657 macro is incorrect.]
17658
17659 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17660
17661 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17662 than the "make ls" stuff which used to be here.
17663
17664 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17665
17666 * config.guess: Recognize i[34]86-unknown-freebsd.
17667 From Shawn M Carey <smcarey@rodan.syr.edu>.
17668
17669 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17670
17671 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17672
17673 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17674
17675 * config.guess: Check for ptx.
17676
17677 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17678
17679 * config.sub: Add os9k checking.
17680
17681 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17682
17683 * config.guess: Handle OSF1 running on HPPA processors
17684
17685 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17686
17687 * configure: If subdir configure fails, print out a message with
17688 subdirectory name, in case subdir's configure code didn't identify
17689 itself.
17690
17691 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17692
17693 * configure.in: Remove embedded newlines from configdirs.
17694 Avoid mismatches of substrings. Fix matching strings at end
17695 of configdirs.
17696
17697 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17698
17699 * config.guess: Add Lynx/rs6000 config support.
17700
17701 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17702
17703 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17704
17705 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17706
17707 * configure.in (hppa*-*-osf*): Treat this just like most other
17708 PA configurations (eg no binutils or ld).
17709 (hppa*-*-*elf*): These configurations have binutils and ld.
17710
17711 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17712
17713 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17714
17715 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17716
17717 * configure.in (rs6000-*-*): Build gas.
17718
17719 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17720
17721 * Makefile.in: Avoid bug in losing hpux sed.
17722
17723 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17724
17725 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17726 for GDB and GDB has been fixed to not need it.
17727
17728 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17729
17730 * config.guess: Recognize vax hosts.
17731
17732 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17733
17734 * configure (while loop): Don't use "break 2" inside case
17735 statement -- the case statement isn't an enclosing loop.
17736
17737 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17738
17739 * config.guess: Clean up NeXT support, to allow nextstep
17740 on Intel machines. Make OS be nextstep.
17741
17742 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17743
17744 * config.guess: Add alternate forms for Convex.
17745
17746 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17747
17748 * configure: Completely rewrite option processing. Take
17749 advantage of pattern-matching to avoid invoking test frequently.
17750 Also clean up host and target defaulting logic.
17751
17752 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17753
17754 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17755 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17756 commands (plus user environment) will fit SCO limits.
17757
17758 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17759
17760 * configure.in: Don't issue warnings about directories which are
17761 not being configured if -norecursion is set. Correct test for
17762 --with-gnu-as and --with-gnu-ld to not get confused by substring
17763 matches.
17764
17765 * configure.in: Don't build gas for alpha-dec-osf1*.
17766
17767 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17768
17769 * configure: Back out Per's change of 12/19/1993. It changes the
17770 behavior of configure in unexpected and confusing ways.
17771
17772 Also, use different delim char when calculating
17773 program_transform_name so that the name can contain slashes.
17774
17775 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17776
17777 * configure.in, config.sub: Add support for VSTa micro-kernel.
17778
17779 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17780
17781 * configure.in: Nuke hacks which were used to get a special
17782 version of GAS for HPPA configurations.
17783
17784 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17785
17786 * configure: If only ${target_alias} is given, use that
17787 as the default for ${host_alias}.
17788 * configure: Add missing back-slashes before nested quotes.
17789
17790 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17791
17792 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17793
17794 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17795
17796 * config.guess: Recognize some Tektronix configurations.
17797 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17798
17799 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17800
17801 * config.sub: Match any flavor of SH.
17802
17803 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17804
17805 * configure.in: Don't try to configure newlib for Alpha.
17806
17807 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17808
17809 * configure.in: Don't build ld for Irix 5. Don't build gas,
17810 libg++ or libio for any Alpha target.
17811
17812 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17813
17814 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17815
17816 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17817 default arguments -- so it tried to compress itself.
17818
17819 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17820
17821 * configure.in (notsupp): ensure that a space is always at the end
17822 of the configdirs list, since the grep checks for an explicit space
17823
17824 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17825
17826 * configure.in (target i386-sysv4.2): don't build ld, since static
17827 versions of many libraries are not available.
17828
17829 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17830
17831 * config.guess: Recognize Apollos (using environment variables).
17832 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17833
17834 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17835
17836 * config.guess: Recognize Sony news mips running newsos.
17837
17838 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17839
17840 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17841 "fi ; else" for bash.
17842
17843 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17844
17845 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17846
17847 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17848
17849 * config.sub: accept unixware as an alias for svr4.2.
17850 Fix some inconsistancies with the gcc version.
17851
17852 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17853
17854 * Makefile.in (DISTDOCDIRS): Add gdb.
17855
17856 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17857
17858 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17859
17860 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17861
17862 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17863 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17864 this now.
17865
17866 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17867
17868 * config.sub: Accept hiux* as an OS name.
17869
17870 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17871 etc/make-stds.texi. The underscore came from gcc, and dje now
17872 agrees that RUNTESTFLAGS is the correct name.
17873
17874 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17875
17876 * install.sh: Remove 'set -e'. It makes any conditionals
17877 in the script useless.
17878
17879 * config.guess: Automatically recognize arm-acorn-riscix
17880 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17881
17882 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17883
17884 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17885
17886 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17887
17888 * Makefile.in (DISTDOCDIRS): New variable.
17889 (taz): Edit local Makefile.in sooner, instead of proto-toplev
17890 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
17891
17892 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17893
17894 * configure.in (hppa target): check the source directory for the
17895 pagas sub-directory
17896
17897 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17898
17899 * config.sub: Allow -aout* and -elf*.
17900
17901 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17902
17903 * configure.in: Don't build ld on i386-solaris2, same as for
17904 sparc-solaris2.
17905
17906 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17907
17908 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17909
17910 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17911
17912 * configure.in: Configure gdb for alpha.
17913
17914 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17915
17916 * Makefile.in (CXXFLAGS): Add -O.
17917
17918 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17919
17920 * config.guess: added support for DG Aviion
17921
17922 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17923
17924 * configure.in: Produce warning message for subdirectories not
17925 configurable for this host/target combination. Don't try to
17926 configure gdb for vms.
17927
17928 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17929
17930 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17931 appropriate files before making "diststuff".
17932 (DISTBISONFILES): New var: list of files to be edited.
17933 (DISTSTUFFDIRS): Add binutils.
17934
17935 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17936
17937 * config.sub: also handle mipsel and mips64el (for little endian mips)
17938
17939 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17940
17941 * configure.in: Add * to end of all OS names.
17942
17943 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17944
17945 * configure.in: Build newlib for LynxOS native.
17946
17947 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17948
17949 * config.guess: Add support for delta 88k running SVR3.
17950
17951 * configure.in: Add comment about HP compiler vs. emacs.
17952
17953 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17954
17955 * configure.in: don't build ld on solaris2 (not a viable option
17956 due to bugs in getpwnam & getpwuid)
17957
17958 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17959
17960 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17961 config.guess will produce a full version number.
17962
17963 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17964
17965 * configure.in: Build linker and binutils for alpha-dec-osf1.
17966
17967 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17968
17969 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17970 and gdb/testsuite/Makefile.in.
17971
17972 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17973
17974 * configure.in: recognize mips*- instead of mips-
17975
17976 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17977
17978 * config.sub: Accept linux*coff and linux*elf as operating
17979 systems.
17980
17981 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17982
17983 * config.sub: Recognize mips64, and mips3 as an alias for it.
17984
17985 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17986
17987 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17988 gdb knows how to handle OSF/1 shared libraries.
17989
17990 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17991
17992 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17993 * config.guess: Recognize Hitachi's HIUX.
17994 * config.sub: Recognize h3050r* and hppahitachi.
17995 Remove redundant cases for hp9k[23]*.
17996
17997 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17998
17999 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18000 if gas and ld are in the source tree and are in ${configdirs}.
18001 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18002 --with options (but still pass them down on the command line,
18003 if they were explicitly specified).
18004
18005 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18006
18007 * configure: substitute SHELL value in Makefile.in with
18008 ${CONFIG_SHELL}
18009
18010 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18011
18012 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18013 *-*-solaris2* targets.
18014
18015 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18016
18017 * Makefile.in: define M4, and pass it down to sub-makes;
18018 all-autoconf now depends on all-m4
18019
18020 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18021
18022 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18023 presence of {ar,ranlib} instead of a configured directory
18024
18025 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18026
18027 * config.guess: Accept 34?? as well as 33?? for NCR.
18028
18029 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18030
18031 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18032 of 'gas' in sed commands, since 'gash' is now in the tree as well.
18033
18034 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18035
18036 * configure: grab values for $(CC) and $(CXX) from the
18037 environment, so that someone can do "CC=gcc configure; make" and
18038 have it work right (matching the way that autoconf works now)
18039
18040 * configure.in, Makefile.in: add support for gash, the tcl
18041 interface to Galaxy
18042
18043 * config.guess: add NetBSD variants (hp300, x86)
18044
18045 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
18046
18047 * install.sh: Support -d option (in the manner of SunOS 4 install,
18048 as it is more deterministic than that of GNU install)
18049 (chmodcmd): Set file to mode 755 by default (should also do default
18050 chgrp and chown, but I don't feel like dealing with that now)
18051
18052 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18053
18054 * config.sub: Remove h8300hhms alias.
18055
18056 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18057
18058 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18059
18060 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18061
18062 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18063 as stmp-fixinc
18064
18065 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18066
18067 * config.sub: recognize m88110-bug-coff.
18068
18069 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18070
18071 * Makefile.in (all-libio): all dependencies on the toolchain used
18072 to build this (gcc, gas, ld, etc)
18073
18074 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18075
18076 * config.guess: Deal with OSF/1 1.3 on alpha.
18077
18078 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18079
18080 * install.sh: add some 'else true' clauses for portability
18081
18082 * configure.in: don't build libio for h8[35]00-*-* targets
18083
18084 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
18085
18086 * Makefile.in: Add support for new libio.
18087
18088 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18089
18090 * install.sh: If one command fails, don't try the rest. Don't try
18091 to remove $dsttmp (via trap) unless we have already created it.
18092 If $src doesn't exist, detect it and exit with an error.
18093
18094 * config.guess: Recognize BSD on hp300.
18095
18096 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18097
18098 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18099 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18100
18101 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18102
18103 * Makefile.in (all-send-pr): depends on all-prms
18104
18105 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18106
18107 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18108
18109 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18110
18111 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18112 Added test for mips-mips-riscos5.
18113
18114 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18115
18116 * configure.in: use mh-hp300 for 68k HP hosts
18117
18118 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18119
18120 * configure: add support for CONFIG_SHELL, so that you can use
18121 some alternate shell for evaluating configure scripts
18122
18123 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18124
18125 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18126 in configure script to bug-gdb@prep.ai.mit.edu when building
18127 distribution archive.
18128 * Makefile.in (COMPRESS): Remove def.
18129 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18130 gdb.tar.Z and make-gdb.tar.Z respectively.
18131 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18132 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18133 to convergence with 'taz' target in Makefile.in.
18134
18135 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18136
18137 * install.sh (dsttmp): use trap to ensure that tmp files go
18138 away on error conditions
18139
18140 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18141
18142 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18143
18144 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18145
18146 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18147 its parent is '/' not ''.
18148
18149 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18150
18151 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18152
18153 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18154 that ${newsrcdir}/configure.in does.
18155
18156 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18157
18158 * test-build.mk: support for CONFIG_SHELL
18159
18160 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18161
18162 * config.sub (netware): Add as a basic system type.
18163
18164 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18165
18166 * Makefile.in (Makefile): depend on configure.in. Also drop the
18167 $(srcdir)/ from the dependency on Makefile.in.
18168
18169 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18170
18171 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18172 (h8300hhms is temporary until multi-libraries are implemented).
18173 * configure.in: Handle h8300h too.
18174
18175 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18176
18177 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18178
18179 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18180
18181 * configure: Remove extraneous output when guessing host type.
18182 * config.guess: Remove extraneous output when guessing using C
18183 compiler rather than uname, or when guessing fails.
18184
18185 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18186
18187 * Makefile.in: remove all.cross and install.cross targets
18188
18189 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18190 definitions
18191
18192 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18193
18194 * configure.in (target sh): Build gprof.
18195
18196 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18197
18198 * config.sub: change -solaris to -solaris2
18199
18200 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18201
18202 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18203
18204 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18205
18206 * configure: Correct error message for missing Makefile.in to
18207 print correct directory.
18208
18209 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18210
18211 * install.sh: kludge around 386BSD shell bug
18212
18213 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18214
18215 * config.guess: Recognize NeXT.
18216 * config.guess: Recognize i486-ncr-sysv4.
18217 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18218
18219 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18220
18221 * Makefile.in (MAKEINFOFLAGS): New variable.
18222 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18223 * build-all.mk, test-build.mk: Pass down --no-split as
18224 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18225
18226 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18227
18228 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18229
18230 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18231
18232 * Makefile.in (libg++.tar.z): New rule.
18233 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18234 * Makefile.in (taz): Only do a single chmod.
18235
18236 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18237
18238 * install.sh: don't use dirname anymore (replaced with sed usage)
18239
18240 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
18241
18242 * Makefile.in: Change extension for gzip'd files from '.z' to
18243 '.gz' per new FSF standard usage.
18244
18245 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18246
18247 * configure: put quotes around the final value of program_transform_name
18248
18249 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18250
18251 * Makefile.in: new install.sh support; update install-info rules
18252
18253 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
18254
18255 * configure.in: Build diff for crosses, but not for go32 host.
18256
18257 * configure.in: Build gprof only for native, and don't build it
18258 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18259
18260 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
18261
18262 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18263
18264 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18265
18266 * configure.in (host_tools): Add prms.
18267
18268 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18269
18270 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18271 with $(FLAGS_TO_PASS) on the command line
18272
18273 * config.sub: Recognize lynx and lynxos
18274
18275 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
18276
18277 * config.sub: Accept -ecoff*, not just -ecoff.
18278
18279 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18280
18281 * Makefile.in (taz): Use .gz suffix instead of .z.
18282 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18283 names.
18284
18285 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18286
18287 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18288
18289 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18290
18291 * Makefile.in (install-no-fixedincludes): install gcc last, so
18292 that rebuilds that might happen during 'make install' don't get
18293 bogus gcc include files
18294
18295 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18296
18297 Change from Utah for HPPA support:
18298 * config.guess: Recognize hppa1.x-hp-bsd.
18299
18300 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
18301
18302 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
18303 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18304
18305 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
18306
18307 * config.sub: Add support for rom68k and bug boot monitors.
18308
18309 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
18310
18311 * Makefile.in: Make all-opcodes depend on all-bfd.
18312
18313 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
18314
18315 * config.guess: Added special check for i[34]86-univel-sysv4*.
18316
18317 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
18318
18319 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18320 the processor rather than assuming i486.
18321
18322 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18323
18324 * config.guess: Recognize SunOS6 as Solaris3.
18325
18326 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
18327
18328 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
18329 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18330
18331 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
18332
18333 * build-all.mk (all-cross): New target for Canadian Cross.
18334 Added Q2 go32 targets.
18335 * test-build.mk: Configure go32 cross sparclite-aout and
18336 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18337 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18338
18339 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18340
18341 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18342 GO32 hosted toolchains
18343
18344 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18345
18346 * configure: change so "-exec-prefix" gets passed down rather
18347 than "-exec_prefix" so autoconf generated Makefiles get the
18348 exec_prefix set right.
18349
18350 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18351
18352 * config.guess: get the Solaris2 minor version number
18353
18354 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18355
18356 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18357
18358 * config.guess: Recognize some Sequent platforms.
18359
18360 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18361
18362 * Makefile.in: added the vault-install target
18363
18364 * configure.in: actually use the Sun3 makefile fragment that's in
18365 config, also added the release dir to configdirs
18366
18367 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18368
18369 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18370
18371 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18372
18373 * configure.in: remove some program from Alpha targetted toolchains
18374
18375 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18376
18377 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18378 gprof.
18379 (taz): Run "make diststuff" in those directories instead of "make
18380 proto-dir". Look for "VERSION=" only at start of line in subdir
18381 Makefile. Use "gzip -9" for compression.
18382 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18383 (binutils.tar.z): New target.
18384
18385 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18386
18387 * Makefile.in (taz): Include gpl.texinfo.
18388
18389 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18390
18391 * Makefile.in (setup-dirs): Merged into "taz" target.
18392 (taz): Only do `proto-dir' stuff if a directory is actually needed
18393 for this target.
18394
18395 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18396
18397 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18398 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18399 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18400 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18401 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18402
18403 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18404
18405 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18406 config.sub, and move-if-change to gdb testsuite distribution
18407 archive, so the testsuite can be extracted, configured, and
18408 run separately from the gdb distribution. Blow away the Chill
18409 tests that require a Chill compiled executable, since GNU Chill
18410 is not yet publically available.
18411
18412 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18413
18414 * test-build.mk: set environment variables in a single command,
18415 instead of a list of assignments and exports
18416
18417 * config.guess: recognize Alpha/OSF1 systems
18418
18419 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18420
18421 * configure: Change help message to prefer --options rather than
18422 -options.
18423
18424 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18425
18426 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18427 zippy@ecst.csuchico.edu.
18428 * config.guess: Recognize miniframe.
18429
18430 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18431
18432 * Makefile.in: Use srcroot to find runtest rather than rootme.
18433 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18434
18435 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18436
18437 * test-build.mk: Extensive additions to support building on a
18438 machine other than the host.
18439
18440 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18441
18442 * configure (tooldir): Fix for i386-aix again.
18443
18444 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18445
18446 * configure, Makefile.in: Change definition of $(tooldir)
18447 to match the FSF.
18448
18449 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18450
18451 * config.guess: Recognize i[34]86/SVR4.
18452
18453 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18454
18455 * Makefile.in (all-gdb): gdb depends on sim.
18456
18457 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18458
18459 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18460 at the same time we make the prototype gdb directory.
18461 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18462 files at the same time as the gdb base release distribution.
18463
18464 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18465
18466 * Makefile.in (check): Use individual check targets rather than
18467 DO_X rule.
18468 (check-gcc): Added.
18469
18470 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18471
18472 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18473 for System V release 3.2.
18474
18475 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18476
18477 * config.sub: Recognize hppaosf.
18478 * configure.in: Do configure ld/binutils/gas for it.
18479
18480 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18481
18482 * configure (tooldir): Alter syntax used to set this, for systems
18483 where "\$" isn't handled right, like i386-aix.
18484
18485 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18486
18487 * configure: Pass program-transform-name, not
18488 program_transform_name, to recursive configures.
18489
18490 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18491
18492 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18493 of gas+ld+binutils.
18494
18495 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18496
18497 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18498
18499 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18500
18501 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18502
18503 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18504
18505 * Makefile.in (PRMS): Set back to all-prms.
18506
18507 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18508
18509 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18510 targets, rather than for MIPS hosts.
18511
18512 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18513
18514 * configure.in: add comment for --with-x default values
18515
18516 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18517
18518 * Makefile.in: add check-* targets for each of the directories in
18519 the tree. Add a definition of RUNTEST that will use the one we
18520 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18521
18522 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18523
18524 * configure.in: Removed obsolete references to bfd_target and
18525 target_makefile_frag.
18526
18527 * build-all.mk: Set assorted targets for Q2.
18528 * config.sub: Recognize z8k-sim and h8300-hms.
18529 * test-build.mk: Really don't pass host to configure.
18530 (HOLES): Added uname.
18531
18532 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18533
18534 * configure: Handle an empty program-prefix, program-suffix or
18535 program-transform-name correctly.
18536
18537 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18538
18539 * build-all.mk: -G 8 no longer required for MIPS targets.
18540 * test-build.mk: Don't pass host argument to configure; make it
18541 guess.
18542
18543 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18544
18545 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18546 * Makefile.in (COMPRESS): New macro, like GZIP.
18547
18548 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18549
18550 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18551
18552 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18553 with gas currently defaults to -G 0.
18554
18555 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18556
18557 * Makefile.in (all-flex): flex depends on byacc.
18558
18559 * build-all.mk: If host not specified, use config.guess. Pass TAG
18560 to test-build.mk as RELEASE_TAG.
18561 * test-build.mk (configargs): New variable containing arguments to
18562 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18563 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18564
18565 * config.guess: Use /bin/uname when checking -X argument on SCO,
18566 to avoid invoking GNU uname which doesn't understand -X.
18567
18568 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18569
18570 * configure.in: Build gas for mips-*-*.
18571
18572 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18573
18574 * Makefile.in (all.normal): insert missing backslash.
18575
18576 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18577
18578 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18579
18580 * Makefile.in: Complete overhaul to merge many almost identical
18581 targets.
18582
18583 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18584
18585 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18586 (gdb.tar.Z): Adjusted.
18587
18588 * Makefile.in (setup-dirs, taz): New targets; should be general
18589 enough to adapt for gdb sometime. Build only .z file.
18590 (gas.tar.z): New target.
18591
18592 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18593
18594 * build-all.mk: Use CC=cc -Xs on Solaris.
18595
18596 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18597
18598 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18599 for handling BISON for FSF releases.
18600
18601 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18602
18603 * configure: Actually implement the change zoo just documented.
18604
18605 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18606
18607 * configure: when using config.guess, only set target_alias when
18608 it's not already been set (ie, on the command line)
18609
18610 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18611
18612 * Makefile.in: add installcheck target, set PRMS to install-prms
18613
18614 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18615
18616 * configure: add support for package_makefile_fragment, handle the
18617 case where a directory has a configure.in file but no Makefile.in
18618 more gracefully (with an actual understandable error message, even);
18619 add support for --without (and add this to the usage message); also
18620 explicitly add a --host=${host_alias} to the command line when
18621 config.guess is used
18622
18623 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18624
18625 * configure: Must use both --host and --target in recursive calls.
18626
18627 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18628
18629 * Makefile.in: Change deja-gnu to dejagnu.
18630
18631 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18632
18633 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18634
18635 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18636
18637 * configure.in: canonicalize all instances to *-*-solaris2*,
18638 also strip out a number of tools to not build for go32 host
18639
18640 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18641
18642 * config.guess: add GPL.
18643
18644 * Makefile.in, config.guess, config.sub, configure: bump
18645 copyrights to 93.
18646
18647 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18648
18649 * Makefile.in (do-info): Removed obsolete check for existence of
18650 localenv file.
18651
18652 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18653
18654 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18655
18656 * Makefile.in: a couple of 'else true' for decstation,
18657 support for TclX
18658
18659 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18660
18661 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18662
18663 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18664
18665 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18666
18667 * config.guess: Recognize i386-ibm-aix (PS/2).
18668 * configure.in: Use config/mh-aix386 file for it.
18669
18670 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18671
18672 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18673 CC_FOR_TARGET instead.
18674 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18675
18676 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18677
18678 * Makefile.in: Add sim to list of directories sent with gdb
18679
18680 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18681
18682 * configure.in: Put back mips-dec-bsd* case.
18683
18684 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18685
18686 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18687 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18688 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18689
18690 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18691
18692 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18693
18694 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18695 (install-info): install dir.info only if it exists,
18696 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18697
18698 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18699
18700 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18701 gas for mips-dec-bsd.
18702
18703 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18704
18705 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18706 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18707
18708 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18709
18710 * configure.in: Added "dejagnu" to hosttools list.
18711
18712 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18713
18714 * config.sub, configure.in, config.guess: Add support
18715 for Bosx, an AIX variant from Bull.
18716 Patches from F.Pierresteguy@frcl.bull.fr.
18717
18718 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18719
18720 * devo/dejagnu: Initial creation of devo/dejagnu.
18721 Migrated dejagnu testcases and support files for testing software
18722 tools to reside as subdirectories, currently called "testsuite",
18723 within the directory of the software tool. Migrated all programs,
18724 support libraries, etc. beloging to dejagnu proper from
18725 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18726 with no modifications. The changes to these files which will
18727 allow them to configure, build, and execute properly will be made
18728 in a future update.
18729
18730 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18731
18732 * Makefile.in: Change send_pr to send-pr.
18733 * configure.in: Likewise.
18734 * send_pr: Renamed directory to send-pr.
18735
18736 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18737
18738 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18739
18740 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18741
18742 * README: Update for gdb-4.8 release.
18743 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18744 gdb-xxx.tar.z (gzip'd) file also.
18745
18746 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18747
18748 * Makefile.in: make all-diff depend on all-libiberty
18749
18750 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18751
18752 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18753
18754 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18755
18756 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18757
18758 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18759
18760 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18761 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18762 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18763
18764 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18765
18766 * Makefile.in: makeinfo binary is in a new location
18767
18768 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18769
18770 * config.sub: Accept -ecoff as an OS.
18771
18772 * Makefile.in: Various changes to eliminate a level of make
18773 recursion and reduce the required command line length.
18774 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18775 sub-makes.
18776 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18777 variables holding settings for specific sub-makes.
18778 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18779 in terms of BASE_FLAGS_TO_PASS.
18780 (TARGET_LIBS): New variable listing directories which use
18781 TARGET_FLAGS_TO_PASS.
18782 (subdir_do): Eliminated.
18783 (do-*): New set of targets to replace subdir_do.
18784 (various): All targets which used subdir_do now depend on do-*.
18785 (local-clean): Renamed from do_clean.
18786 (local-distclean): New target, dependency of distclean and
18787 realclean.
18788 (install-info): Don't create directories. Depend on dir.info
18789 rather than calling make recursively.
18790 (install-dir.info): Eliminated.
18791 (install-info-dirs): Create all info directories here.
18792 (dir.info): Depend upon do-install-info.
18793
18794 * test-build.mk (HOLES): Added false.
18795
18796 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18797
18798 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18799
18800 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18801
18802 * Makefile.in (info): remove dependency on all-texinfo. The
18803 problem was really in texinfo/C, not at this level.
18804
18805 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18806
18807 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18808
18809 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18810
18811 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18812 GDB releases.
18813
18814 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18815
18816 * configure: Include srcdir in message about target of link not
18817 being found. Don't convert `-' to `_' in `with' options being
18818 passed to subdirs.
18819
18820 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18821
18822 * configure.in: add uudecode to host_tools
18823
18824 * Makefile.in: added {all,install}-uudecode targets, added them to
18825 the appropriate lists
18826
18827 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18828
18829 * Makefile.in (all-gcc): Added dependency on all-gas.
18830
18831 * configure.in (mips-*-*): Build ld and binutils.
18832
18833 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18834
18835 * configure: check return code from mkdir, print error message and
18836 exit on failure.
18837
18838 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18839
18840 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18841
18842 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18843
18844 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18845
18846 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18847
18848 * config.sub (h8500): Recognize this as a cpu type.
18849
18850 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18851
18852 * configure: source directory missing is no longer a warning
18853
18854 * configure.in: recognize irix[34]* instead of irix[34]
18855
18856 * Makefile.in: define and pass down X11_LIB
18857
18858 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18859
18860 * guess-systype: Renamed to ...
18861 * config.guess: ... by popular request.
18862 * configure.in, Makefile.in: Update accordingly.
18863
18864 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18865
18866 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18867 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18868 + Execute ./dummy instead of assuming . is in PATH.
18869
18870 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18871
18872 * guess-systype: New shell script. Attempts to guess the
18873 canonical host name of the executing host.
18874 Only a few hosts are supported so far.
18875 * configure: Call guess-systype if no host is specified.
18876
18877 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18878
18879 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18880 gcc Makefile.
18881
18882 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18883
18884 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18885 (all-gcc, install-gcc, subdir_do): Use it.
18886
18887 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18888
18889 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18890
18891 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18892
18893 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18894 set exclusively by configure, using configure.in .
18895
18896 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18897
18898 * test-build.mk: set $PATH for all builds
18899
18900 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18901
18902 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18903
18904 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18905 the one used in gcc/Makefile.in, so that a null expansion doesn't
18906 override the one needed to build gcc with a native cc.
18907
18908 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18909
18910 * configure: Accept -with arguments.
18911
18912 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18913
18914 * Makefile.in: added h8300sim
18915
18916 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18917
18918 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18919 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18920 (all-cygnus, native, build-cygnus): Make
18921 $(canonhost)-stamp-3stage-done, not $(host)....
18922 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18923 i386-sco3.2v4. Added else true to if command.
18924
18925 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18926
18927 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18928
18929 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18930
18931 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18932
18933 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18934
18935 * configure.in: don't remove binutils from Solaris builds
18936
18937 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18938
18939 * Makefile.in: get rid of earlier definitions for *clean,
18940 also handle the recursive info rule better
18941
18942 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18943
18944 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18945 do more-or-less the right thing.
18946
18947 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18948
18949 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18950 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18951
18952 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18953
18954 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18955 $(host_canonical).
18956
18957 * configure.in: split the configdirs list into 4 categories (native
18958 v. cross, library v. tool) and handle the cross-only and native-
18959 only in more reasonable (and correct!) way.
18960
18961 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18962
18963 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18964 configdirs anymore.
18965
18966 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18967
18968 * Makefile.in: extensive cleanup:: removed all of the explicit
18969 clean-* targets, collapsed many wrappers around subdir_do into
18970 one, added additional targets to satisfy standards.texi, deleted
18971 some old targets, some changes for consistency
18972
18973 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18974
18975 * configure.in: handle some programs as cross-only, and others as
18976 native only
18977
18978 * test-build.mk: handle partial holes in a more generic manner
18979
18980 * Makefile.in: m4 depends on libiberty
18981
18982 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18983
18984 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18985 time, wdiff, and find to configdirs
18986
18987 * Makefile.in: all, clean, and install rules for the new programs
18988 added to configure.in
18989
18990 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18991
18992 * configure.in: use mh-sun for all *-sun-* hosts
18993
18994 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18995
18996 * Makefile.in: define flags for X11 include files and library file
18997 locations, pass them down to the programs that need this info
18998
18999 * build-all.mk: added a 'native' target, to 3stage the native toolchain
19000
19001 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19002
19003 * configure.in: start building libg++ for HP-UX targets
19004
19005 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
19006
19007 * README: Update references to files moved into etc/.
19008
19009 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
19010
19011 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
19012 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
19013
19014 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
19015
19016 * configure: accept dash as well as underscore in long option
19017 names for FSF compatibility.
19018
19019 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
19020
19021 * config.sub: added -sco3.2v4 support from FSF.
19022
19023 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19024
19025 * configure.in: expand the section that adds or removes
19026 directories from the list of programs to build, to handle native
19027 vs. cross in addition to host v. native
19028
19029 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
19030
19031 * Makefile.in: Replace C++ in macro names with CXX.
19032 This is less likely to break ...
19033
19034 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19035
19036 * test-build.mk: add -w to GNU_MAKE
19037
19038 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19039
19040 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19041 add 'sparc' to list of recognized cpus. This needed to make
19042 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19043 Delete some redundant ose68 variants. Recognize -wrs as an os,
19044 then changes that into $CPU-wrs-vxworks.
19045
19046 * configure.in: remove most references to gdbtest, regularize
19047 target based program removal
19048
19049 * test-build.mk: import from p3 tree (many fixes and changes)
19050
19051 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19052
19053 * Makefile.in: added rules to handle tcl, tk, and expect
19054
19055 * configure.in: handle those directories if they exist
19056
19057 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19058
19059 * config.sub: removed bogus hppabsd and hppahpux names, since
19060 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19061
19062 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19063
19064 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
19065 depends upon all-xiberty
19066
19067 * Makefile.in: changes from p3, including:
19068
19069 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
19070
19071 * Makefile.in (XTRAFLAGS): include newlib directories if
19072 newlib/Makefile exists, rather than if host != target.
19073
19074 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
19075
19076 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19077 from the same source tree and not building a cross-compiler. This
19078 matters for the libg++ configuration if reconfiguring a tree that
19079 has already been installed.
19080
19081 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
19082
19083 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19084 pick up the machine and system specific header files.
19085
19086 * Makefile.in: added AS_FOR_TARGET, passed down in
19087 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19088 the C compiler to use to create programs which are run in the
19089 build environment, set it to default to $(CC), and passed it down
19090 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19091
19092 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
19093
19094 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19095 We need them for unusual native builds, like systems without
19096 ranlib.
19097
19098 * configure: also define $(host_canonical) and
19099 $(target_canonical), which are the full, canonical names for the
19100 given host and target
19101
19102 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19103
19104 * Makefile.in: Added separate definitions for C++.
19105
19106 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19107
19108 * configure.in (configdirs): Add deja-gnu.
19109
19110 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19111
19112 * README: Update for configure.texi and gdb-4.7 release.
19113
19114 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19115
19116 * Makefile.in: Move "all" target to top of file.
19117 Previously, first target was ".PHONY" which caused BSD4.4 make
19118 to build .PHONY when make was run without arguments.
19119
19120 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19121
19122 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19123 Library-copylefted code in libiberty.
19124
19125 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19126
19127 * config.sub: Replace m68kmote with plain old m68k.
19128
19129 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19130
19131 * Makefile.in: Remove space from blank line, avoid Make complaints.
19132
19133 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19134
19135 * config.sub: Complain if no argument is given. Added support for
19136 386bsd as OS and target alias.
19137
19138 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19139
19140 * Makefile.in (XTRAFLAGS): include newlib directories if
19141 newlib/Makefile exists, rather than if host != target.
19142
19143 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19144
19145 * config.sub: recognize sparclite-wrs-vxworks.
19146
19147 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19148 p3.) Added clean-xiberty to clean.
19149
19150 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19151
19152 * configure.in: use *-*-* instead of nested cases for host and target
19153
19154 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19155
19156 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19157 from the same source tree and not building a cross-compiler. This
19158 matters for the libg++ configuration if reconfiguring a tree that
19159 has already been installed.
19160
19161 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19162
19163 * config.sub (i486v/i486v4): Merge in from FSF version.
19164
19165 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19166
19167 * configure: only set PWD if it is already set.
19168
19169 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19170
19171 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19172 doesn't have unset and all success paths (and most error paths)
19173 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19174 to just ${PWD} to avoid confusion.)
19175
19176 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19177
19178 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19179 even for a native compilation.
19180
19181 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19182
19183 Changes to make the gdb.tar.Z rule work better.
19184
19185 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19186 (DEVO_SUPPORT): Add configure.texi.
19187 (bfd-ilrt.tar.Z): Remove ancient rule.
19188
19189 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19190
19191 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19192 pick up the machine and system specific header files.
19193
19194 * configure.in, config.sub: added new target m68010-adobe-scout,
19195 with alias of adobe68k. Changed configure.in to check for
19196 -scout before -sco* to avoid a false match.
19197
19198 * Makefile.in: added AS_FOR_TARGET, passed down in
19199 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19200 the C compiler to use to create programs which are run in the
19201 build environment, set it to default to $(CC), and passed it down
19202 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19203
19204 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19205
19206 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19207 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19208 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19209 FOR_TARGET variants, to newlib and libg++.
19210
19211 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19212
19213 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19214 first.
19215
19216 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19217
19218 * config.sub: Accept `elf' as an environment.
19219
19220 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19221
19222 * Makefile.in (all-opcodes): cd into the right directory
19223
19224 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19225
19226 * configure: added -program_transform_name option, used as
19227 argument to sed when installing programs.
19228 configure.texi: added documentation for -program_prefix,
19229 -program_suffix and -program_transform_name.
19230
19231 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19232
19233 * config.sub: Accept i486 where i386 ok.
19234
19235 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19236
19237 * config.sub: accept we32k
19238
19239 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19240
19241 * config.sub, configure.in: accept OSE68000 and OSE68k.
19242
19243 * Makefile.in: don't create all directories for ``make install'';
19244 let the subdirectories create the ones they need.
19245
19246 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19247
19248 * COPYING: new file, GPL v2
19249
19250 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19251
19252 * Makefile.in: use the new gen-info-dir, which needs a template
19253 argument (which also lives in texinfo)
19254
19255 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19256
19257 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
19258
19259 * config.sub (ncr3000): Change i386 to i486.
19260
19261 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19262
19263 * Makefile.in: add install-rcs, install-grep to
19264 install-no-fixedincludes, removed install-bison and install-libgcc
19265
19266 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
19267
19268 * configure.in: grab the HPUX makefile fragment if on HPUX
19269
19270 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19271
19272 * Makefile.in: eradicate bison spoor (ditto libgcc).
19273 configure.in: recognise m68{k,000}-ericsson-OSE.
19274 es1800 is alias for m68k-ericsson-OSE
19275
19276 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19277
19278 * configure.in: rearrange the parts that remove programs from
19279 configdirs, based now on HOST==TARGET or by canonical triple.
19280
19281 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19282
19283 * test-build.mk: recurse explicitly with -f test-build.mk when
19284 appropriate. predicate stage3 and comparison on the existence
19285 of gcc. That is, if gcc isn't around, we aren't three-staging.
19286 On very clean, also remove ...stamp-co. Build in-place before
19287 doing other builds.
19288
19289 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19290
19291 * Makefile.in, configure.in: add tgas
19292
19293 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19294
19295 * Makefile.in: a number of changes merged in from progressive.
19296
19297 * configure.in: add libm.
19298
19299 * .cvsignore: ignore some stuff that comes from test-build.mk.
19300
19301 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
19302
19303 * config.sub: Add es1800 (m68k-ericsson-es1800).
19304
19305 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19306
19307 * configure: Add program_suffix (parallel to program_prefix)
19308 * Makefile.in: adjust directory-creating script for losing decstation
19309
19310 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
19311
19312 * configure: Minor $subdir-related fixes.
19313
19314 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19315
19316 * configure: fix various problems with propogating
19317 makefile_target_frag in subdirs.
19318 * configure.in: config libgcc if its there
19319
19320 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
19321
19322 * config.sub: HPPA merge.
19323
19324 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
19325
19326 * Makefile.in: Replace all-bison with all-byacc in all
19327 dependency lines for other tools (which now use byacc).
19328
19329 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
19330
19331 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
19332
19333 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19334
19335 * Makefile.in: make gprof rules similar to byacc rules (instead of
19336 vestigal $(unsubdir) that didn't work...)
19337
19338 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19339
19340 * config.sub: Add support for Linux.
19341 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19342 (at least for libg++).
19343
19344 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19345
19346 * configure.texi: fix doc for the -nfp option to configure
19347
19348 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19349
19350 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19351
19352 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19353
19354 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19355 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19356 * configure.in: added solaris* host_makefile_frag hook.
19357
19358 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19359
19360 * config.sub: changed recognition of m68000 so that various
19361 m68k types can be specified via m680[01234]0
19362
19363 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19364
19365 * config.sub (basic_machine): fix sed so that '-foo' isn't
19366 completely substituted out while .+'-foo' loses the '-foo'
19367
19368 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19369
19370 * config.sub ($os): Add -aout.
19371
19372 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19373
19374 * configure: If host_makefile_frag is absolute, don't
19375 prefix ${invsubdir} (relevant to libg++ auto-configure).
19376
19377 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19378
19379 * Makefile.in (tooldir): Define it.
19380 (all-ld): Depend on all-flex.
19381
19382 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19383
19384 * Makefile.in (check): Fix libg++ special case.
19385
19386 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19387
19388 * configure: do not bury `pwd` into config.status, thus do fewer
19389 pwd's.
19390
19391 * configure: print the "Building in" message only when building in
19392 other than "." AND verbose.
19393
19394 * configure: remove -s, rework -v to better accommodate guested
19395 configures.
19396
19397 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19398
19399 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19400
19401 * Makefile.in: macroize flags passed on recursion. remove
19402 fileutils.
19403
19404 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19405
19406 * configure: get makesrcdir right for subdirs deeper than 1.
19407
19408 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19409 install.
19410
19411 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19412
19413 * Makefile.in: don't print subdir_do or recursion lines.
19414
19415 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19416
19417 * standards.texi: added menu item.
19418
19419 * Makefile.in: build and install standards.info.
19420
19421 * standards.texi: new file.
19422
19423 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19424
19425 * configure: test for and move config.status pieces from
19426 ${subdir}/.
19427
19428 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19429
19430 * configure: Test for existance of files before trying to mv
19431 them, to avoid numerous non-existance messages.
19432
19433 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19434
19435 * configure: correct final line of config.status.
19436
19437 * configure: patch from eggert. Avoids a protection problem if
19438 the original Makefile.in is read only.
19439
19440 * configure: use move-if-change from gcc to create config.status.
19441 Some makefiles depend on config.status to tell if a directory
19442 has been reconfigured for a different host. This change
19443 prevents those directories from remaking everything in the case
19444 where the reconfig was only intended to rebuild a Makefile.
19445
19446 * configure: test for config.sub with "config.sub sun4" rather
19447 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19448 host alias from a missing config.sub.
19449
19450 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19451
19452 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19453 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19454
19455 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19456
19457 * configure: mkdir ${subdir} as needed.
19458
19459 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19460
19461 * Makefile.in,configure.in: added autoconf.
19462
19463 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19464
19465 * Makefile.in: no longer pass against on recursion.
19466
19467 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19468 definitions are not inherited.
19469
19470 * configure: correct makesrcdir when subdir is .
19471
19472 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19473
19474 * configure: Add support for 'subdirs' variable, which is
19475 like 'configdirs', except that configure doesn't re-invoke
19476 itself for subdirs, it just creates a Makefile for each subdir.
19477 * configure.texi: Document subdirs.
19478
19479 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19480
19481 * configure.in: added flex to configdirs
19482
19483 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19484
19485 * Makefile.in: remove clean-stamps from clean.
19486
19487 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19488
19489 * configure.in: Add gdbtest to configdirs.
19490
19491 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19492
19493 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19494 to recursive makes.
19495 * configure.in: Recognize new ncr3000 config.
19496
19497 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19498
19499 * Makefile.in, configure.in: removed references to gdbm.
19500
19501 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19502
19503 * config.sub: Don't canonicalize os value
19504 newsos* to bsd (readline needs to check for newsos).
19505 (This fix was earlier made Jan 31, but got re-broken.)
19506
19507 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19508
19509 * configure.in: sco is an os, not a vendor!
19510
19511 * configure: Quote $( better. Keep various shells happy.
19512
19513 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19514
19515 * Makefile.in: eliminate stamp-files.
19516
19517 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19518
19519 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19520 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19521
19522 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19523
19524 * config.sub: fix iris/iris3.
19525
19526 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19527
19528 * configure: re-add -rm.
19529
19530 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19531
19532 * Maskefile.in: add .stmp-rcs to all.
19533
19534 * configure.in: remove gas from rs6000 build, use aix host fragment.
19535
19536 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19537
19538 * configure: pass down site_option during recursion.
19539
19540 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19541
19542 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19543
19544 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19545
19546 * configure: Change exec_prefix so that it really defaults to prefix.
19547
19548 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19549
19550 * Makefile.in, configure.in: Add support for mmalloc library.
19551
19552 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19553
19554 * Makefile.in: add stmp dependencies for a few more things.
19555
19556 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19557
19558 * configure: adjusted error message on objdir/srcdir configure
19559 collision, per john's suggestion.
19560
19561 * Makefile.in: add libiberty stmp to all and all.cross.
19562
19563 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19564
19565 * Makefile.in: remove force dependencies, add grep to all.
19566
19567 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19568
19569 * Makefile.in: drop flex. make stamp files work.
19570
19571 * configure: added test for conflicting configuration in srcdir,
19572 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19573 gets cranky. use relative paths for configure and srcdir
19574 whenever possible. Send some error messages to stderr that were
19575 going to stdout.
19576
19577 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19578
19579 * Makefile.in: Fix libg++ rule to check for gcc directory
19580 before using gcc/gcc. Also pass XTRAFLAGS.
19581
19582 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19583
19584 * Makefile.in: added stmp-files so that directories aren't polled
19585 when they are already built.
19586
19587 * configure.texi: fixed a node pointer problem.
19588
19589 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19590
19591 * config.sub configure.in gdb/configure.in
19592 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19593 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19594 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19595
19596 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19597
19598 * configure: -recurring becomes -silent. corrected help message
19599 for -site= option.
19600
19601 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19602
19603 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19604
19605 * configure: when building Makefile for crosses, replace
19606 tooldir and program_prefix. default srcdir from location of
19607 config.sub. remove "for host in hosts" and "for target in
19608 targets" loops.
19609
19610 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19611
19612 * Makefile.in: Do not pass bindir or mandir to cvs.
19613
19614 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19615
19616 * Makefile.in, configure.in: removed traces of namesubdir,
19617 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19618 copyrights to '92, changed some from Cygnus to FSF.
19619
19620 * configure.texi: remove most references to multiple hosts,
19621 multiple targets, subdirs, etc.
19622
19623 * configure.man: removed rcsid. reference config.sub not
19624 config.subr.
19625
19626 * Makefile.in: mkdir $(infodir) on install-info.
19627
19628 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19629
19630 * configure.texi: Explain better about .gdbinit and about
19631 the environment that configure.in sections run in.
19632
19633 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19634
19635 * configure.in: Ultrix is only a decstation if it's a MIPS.
19636
19637 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19638
19639 * README: DOC.configure => cfg-paper.texi.
19640
19641 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19642
19643 * config.sub (near case $os): Don't convert newsos* to bsd!
19644
19645 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19646
19647 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19648 the number of copies of COPYING that go into the GDB tar file.
19649
19650 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19651
19652 * bfd/configure.in, gdb/config/mh-i386sco,
19653 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19654 Fix SCO configuration stuff.
19655
19656 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19657
19658 * Makefile.in: For libg++, make sure the -I pointing
19659 to the gcc directory goes *after* all the libg++-local -I flags.
19660 Also, move just-gcc dependency from just-libg++ to all-libg++.
19661
19662 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19663
19664 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19665
19666 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19667
19668 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19669
19670 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19671
19672 * config.sub: Add stratus configuration frags. Also
19673 submitted to FSF.
19674
19675 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19676
19677 * Makefile.in (DEV_SUPPORT): add configure.man.
19678
19679 * config.sub(Decode manufacturer-specific): add -none*.
19680
19681 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19682
19683 * Makefile.in: remove form feeds to make Sun's make happy.
19684 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19685
19686 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19687
19688 * Makefile.in (AR_FLAGS): Make quieter.
19689
19690 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19691
19692 * configure.in: Add libg++.
19693 * configure: When verbose, don't output the command line at each
19694 level; it will be unremarkably the same as the previous version,
19695 which will be the same as what the user typed.
19696
19697 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19698
19699 * configure.in, Makefile.in: fix clean-info, add flex. add
19700 fileutils.
19701
19702 * configure: be less sensitive to spaces in Makefile.in. Do not
19703 look for sources in "..". Doing so breaks subdirectories that
19704 might have their own configure. If a subdir has it's own
19705 configure script, use it.
19706
19707 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19708
19709 * cfg-paper.texi: some changes suggested by rms.
19710
19711 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19712
19713 * config.sub: Merge in some small additions from the FSF version,
19714 taken from the gcc distribution, to bring the Cygnus and FSF
19715 versions into closer sync.
19716
19717 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19718
19719 * configure.in: Changed svr4 references to sysv4.
19720
19721 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19722
19723 * configure: added -V for version number option.
19724
19725 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19726
19727 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19728 renamed from DOC.configure to cfg-paper.texi.
19729
19730 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19731
19732 * configure, config.subr, config.sub: config.subr is now
19733 config.sub again.
19734
19735 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19736
19737 * configure.texi: new file, in progress.
19738
19739 * Makefile.in: build info file and install the man page for
19740 configure.
19741
19742 * configure.man: new file, first cut.
19743
19744 * configure: find config.subr again now that configuration "none"
19745 has gone. removed all traces of the -ansi option. removed all
19746 traces of the -languages option.
19747
19748 * config.subr: resync from rms.
19749
19750 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19751
19752 * configure, config.sub, config.subr: merge config.sub into
19753 config.subr, call the result config.subr, remove config.sub, use
19754 config.subr.
19755
19756 * Makefile.in: revised install for dir.info.
19757
19758 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19759
19760 * configure.in: add decstation host makefile frag.
19761
19762 * Makefile.in: BISON now bison -y again. also install-gcc on
19763 install. clean-gdbm on clean. infodir belongs in datadir.
19764 Make directories for info install. Build dir.info here then
19765 install it.
19766
19767 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19768
19769 * Makefile.in: fix for bad directory tests.
19770
19771 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19772
19773 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19774 regexp. -srcdir relative was being handled incorrectly.
19775
19776 * Makefile.in: unwrapped some for loops so that parallel makes
19777 work again and so one can focus one's attention on a particular
19778 package.
19779
19780 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19781
19782 * configure: added PWD as a stand in for `pwd` (for speed). use
19783 elif wherever possible. make -srcdir work without -objdir.
19784 -objdir= commented out.
19785
19786 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19787
19788 * configure: +options become --options. -subdirs commented out.
19789 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19790 Makefile now at top of generated Makefile. Removed cvs log
19791 entries. added -srcdir. create .gdbinit only if there is one
19792 in ${srcdir}.
19793
19794 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19795 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19796 and mandir now keyed off datadir by default.
19797
19798 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19799
19800 * Freshly created ChangeLog.
19801
19802 \f
19803 Local Variables:
19804 mode: change-log
19805 left-margin: 8
19806 fill-column: 76
19807 version-control: never
19808 End: