re PR libfortran/77868 (Fail to NULL guard check for internal unit in inquire_via_unit)
[gcc.git] / ChangeLog
1 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2
3 * configure.ac (target_libraries): Readd target-boehm-gc.
4 Restore --enable-objc-gc handling.
5 * configure: Regenerate.
6
7 2015-10-03 Jeff Law <law@redhat.com>
8
9 * MAINTAINERS: Move several inactive maintainers to the
10 write-after-approval section.
11
12 2016-09-30 Jakub Jelinek <jakub@redhat.com>
13
14 * configure.ac: Add target-libffi to target_libraries.
15 Readd libgcj target disablings, modified to only target-libffi.
16 Readd target addition of go to unsupported languages.
17 * configure: Regenerated.
18
19 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
20
21 * MAINTAINERS: Update email address.
22
23 2016-09-30 Andrew Haley <aph@redhat.com>
24
25 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
26 write-after approval. Remove Tom Tromey and Bryce McKinlay from
27 libgcj.
28
29 2016-09-30 Andrew Haley <aph@redhat.com>
30
31 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
32 write-after approval after GCJ deletion.
33
34 2016-09-30 Andrew Haley <aph@redhat.com>
35
36 * Makefile.def: Remove libjava.
37 * Makefile.tpl: Likewise.
38 * Makefile.in: Regenerate.
39 * configure.ac: Likewise.
40 * configure: Likewise.
41 * gcc/java: Remove.
42 * libjava: Likewise.
43
44 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
45
46 * MAINTAINERS (Reviewers): Add myself.
47
48 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
49
50 * configure.ac: Disable "sim" directory for arc*-*-*.
51 * configure: Regenerated.
52
53 2016-09-23 Tamar Christina <tamar.christina@arm.com>
54
55 * MAINTAINERS (Write After Approval): Add myself.
56
57 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
58
59 * configure.ac: Check for the minimum in-tree MPFR version
60 handled.
61 * configure: Regenerate.
62
63 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
64
65 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
66 * configure: Regenerated.
67
68 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
69
70 * MAINTAINERS (Write After Approval): Add myself.
71
72 2016-06-23 Andi Kleen <ak@linux.intel.com>
73
74 * Makefile.def: Add autoprofiledbootstrap.
75 * Makefile.tpl: Dito.
76 * Makefile.in: Regenerate.
77
78 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
79
80 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
81 * configure: Regenerate.
82
83 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
84
85 * configure: Regenerate.
86 * configure.ac: Remove support for avr-rtems.
87
88 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
89
90 * MAINTAINERS (Write After Approval): Add myself.
91
92 2016-06-16 Michael Collison <michael.collison@arm.com>
93
94 * MAINTAINERS (Write After Approval): Add myself.
95
96 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
97
98 * MAINTAINERS (Write After Approval): Update e-mail address.
99
100 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
101
102 * MAINTAINERS (Write After Approval): Add myself.
103
104 2016-05-28 Alan Modra <amodra@gmail.com>
105
106 * Makefile.tpl (configure): Depend on m4 files included.
107 * Makefile.in: Regenerate.
108
109 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
110
111 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
112 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
113
114 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
115
116 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
117 special case builtin.
118 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
119 support for ALTIVEC_BUILTIN_VEC_ADDEC.
120 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
121 for __builtin_vec_addec.
122
123 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
124
125 * config.guess: Import version 2016-04-02 (newest).
126 * config.sub: Import version 2016-05-10 (newest).
127
128 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
129
130 * configure.ac: Add ARC support to libgloss.
131 * configure: Regenerate
132
133 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
134
135 * MAINTAINERS (Write After Approval): Add myself.
136
137 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
138
139 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
140 * configure: Regenerated.
141 * Makefile.def (gmp): Explicitly disable assembler.
142 (mpfr): Adjust lib_path.
143 (mpc): Likewise.
144 * Makefile.in: Regenerated.
145
146 2016-05-01 Jakub Jelinek <jakub@redhat.com>
147
148 PR bootstrap/70704
149 * configure.ac (--enable-stage1-checking): Add missing
150 --enable-checking=.
151 * configure: Regenerated.
152
153 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
154
155 * config.guess: Revert r235676.
156 * config.sub: Revert r235676.
157
158 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
159
160 * config.guess: Remove SH5 support.
161 * config.sub: Likewise.
162 * configure: Likewise.
163 * configure.ac: Likewise.
164
165 2016-04-26 Jakub Jelinek <jakub@redhat.com>
166
167 PR bootstrap/70704
168 * configure.ac (--enable-stage1-checking): For --disable-checking or
169 implicit --enable-checking, make sure extra flag matches in between
170 stage1 and later checking.
171 * configure: Regenerated.
172
173 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
174
175 * .gitattributes: New file.
176
177 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
178
179 * MAINTAINERS (rs6000/powerpc port): Add myself.
180
181 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
182
183 PR bootstrap/70173
184 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
185 and gotools directories. Delete the stage_final file.
186 * Makefile.in: Regenerate.
187
188 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
189
190 * MAINTAINERS (Write After Approval): Add myself.
191
192 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
193
194 * MAINTAINERS (Fortran maintainer): Remove myself.
195
196 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
197
198 * MAINTAINERS (Write After Approval): Add myself.
199
200 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
201
202 * MAINTAINERS (Write After Approval): Add myself.
203
204 2016-03-17 Cary Coutant <ccoutant@gmail.com>
205
206 Sync with binutils-gdb:
207
208 2016-03-17 Cary Coutant <ccoutant@gmail.com>
209
210 * configure.ac: Add mips and s390 to the gold target check.
211 * configure: Regenerate.
212
213 2016-03-01 DJ Delorie <dj@redhat.com>
214
215 * MAINTAINERS (mep): Remove myself as MeP maintainer.
216
217 2016-02-22 David Malcolm <dmalcolm@redhat.com>
218
219 * MAINTAINERS (libcpp): Add myself.
220 (diagnostic messages): Likewise.
221
222 2016-02-20 Tom de Vries <tom@codesourcery.com>
223
224 * MAINTAINERS: Fix whitespace.
225
226 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
227
228 * MAINTAINERS (Write After Approval): Add myself.
229
230 2016-01-29 Sebastian Pop <s.pop@samsung.com>
231
232 * config/isl.m4: Add comments about isl-0.16.
233 * configure: Regenerate.
234
235 2016-01-29 Martin Jambor <mjambor@suse.cz>
236
237 * MAINTAINERS (hsa maintainers): Add myself.
238
239 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
240
241 * MAINTAINERS: (Write After Approval): Add myself.
242
243 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
244 Sebastian Pop <s.pop@samsung.com>
245
246 * Makefile.in: Regenerate.
247 * Makefile.tpl: Export ISLVER.
248 * configure: Regenerate.
249 * config/isl.m4: Detect isl-0.15.
250
251 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
252
253 PR bootstrap/69329
254 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
255 * Makefile.in: Regenerate.
256
257 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
258
259 * configure.ac: Enable LTO for DJGPP
260 * configure: Regenerate
261
262 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
263
264 Sync with binutils-gdb:
265 2015-10-21 Nick Clifton <nickc@redhat.com>
266
267 PR gas/19109
268 * configure.ac: Note the 'none' is an acceptable argument to
269 --enable-compressed-debug-sections.
270 * configure: Regenerate.
271
272 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
273
274 PR bootstrap/69134
275 * Makefile.def (mpfr): Disable assembler.
276 * Makefile.in: Regenerate.
277
278 2016-01-01 Ben Elliston <bje@gnu.org>
279
280 * config.guess: Import version 2016-01-01.
281 * config.sub: Likewise.
282
283 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
284
285 * MAINTAINERS (Write After Approval): Add myself.
286
287 2015-12-17 Sebastian Pop <s.pop@samsung.com>
288
289 * Makefile.in: Replace ISL with isl.
290 * Makefile.tpl: Same.
291 * config/isl.m4: Same.
292 * configure.ac: Same.
293 * contrib/download_prerequisites: Same.
294 * configure: Regenerate.
295
296 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
297
298 * MAINTAINERS (Write After Approval): Add Myself.
299
300 2015-12-17 Nathan Sidwell <nathan@acm.org>
301
302 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
303 * configure: Regenerate.
304
305 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
306 Sebastian Pop <s.pop@samsung.com>
307
308 * config/isl.m4 (ISL_CHECK_VERSION): Check for
309 isl_ctx_get_max_operations.
310 * configure: Regenerate.
311
312 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
313
314 * MAINTAINERS (Write After Approval): Add myself.
315
316 2015-12-02 Ian Lance Taylor <iant@google.com>
317
318 PR go/66147
319 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
320 * Makefile.in: Regenerate.
321
322 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
323
324 PR libffi/65726
325 * Makefile.def (lang_env_dependencies): Make libffi depend
326 on cxx.
327 * Makefile.in: Regenerate.
328
329 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
330
331 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
332 symbols.
333
334 2015-11-20 Tristan Gingold <gingold@adacore.com>
335
336 Sync with binutils-gdb:
337 2015-11-20 Tristan Gingold <gingold@adacore.com>
338
339 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
340 * configure: Regenerate.
341
342 2015-11-19 Martin Liska <mliska@suse.cz>
343
344 * .gitignore: Add .clang-format to ignored files.
345 * Makefile.in: Add clang-format.
346 * Makefile.tpl: Likewise.
347
348 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
349
350 * configure.ac: Enable libmpx by default.
351 * configure: Regenerated.
352
353 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
354
355 * MAINTAINERS: Update email address.
356
357 2015-10-23 Paulo Matos <pmatos@linki.tools>
358
359 * MAINTAINERS: Update email address.
360
361 2015-10-23 Alan Hayward <alan.hayward@arm.com>
362
363 * MAINTAINERS (Write After Approval): Add myself.
364
365 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
366
367 Sync with binutils-gdb:
368 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
369
370 PR gas/19109
371 * configure.ac: Add
372 --enable-compressed-debug-sections={all,gas,gold,ld}.
373 * configure: Regenerated.
374
375 2015-10-16 Arnaud Charlet <charlet@adacore.com>
376
377 * MAINTAINERS: Update list of Ada maintainers and email addresses.
378
379 2015-10-09 Martin Liska <mliska@suse.cz>
380
381 * MAINTAINERS (Write After Approval): Add myself.
382
383 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
384
385 * MAINTAINERS (Write After Approval): Add myself.
386
387 2015-10-02 Florian Weimer <fweimer@redhat.com>
388
389 * MAINTAINERS: Update email address.
390
391 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
392
393 * MAINTAINERS (Write After Approval): Add myself.
394
395 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
396
397 * MAINTAINERS: Update email.
398
399 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
400
401 * MAINTAINERS: Update my email address.
402
403 2015-09-01 James Bowman <james.bowman@ftdichip.com>
404
405 * MAINTAINERS (ft32 port): Add myself.
406
407 2015-08-28 David Sherwood <david.sherwood@arm.com>
408
409 * MAINTAINERS: Add myself.
410
411 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
412
413 * MAINTAINERS (Write After Approval): Add myself.
414
415 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
416
417 PR libfortran/54572
418 * Makefile.def: Make libgfortran depend on libbacktrace.
419 * Makefile.in: Regenerate.
420
421 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
422
423 * MAINTAINERS (Write After Approval): Add myself.
424
425 2015-08-12 Tom de Vries <tom@codesourcery.com>
426
427 PR other/67092
428 * configure.ac: Remove --with_host_libstdcxx support.
429 * configure: Regenerate.
430
431 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
432 Jakub Jelinek <jakub@redhat.com>
433
434 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
435 nvptx*-*-*.
436 * configure: Regenerate.
437
438 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
439
440 * Makefile.def (libiconv): Define bootstrap=true.
441 Mark pdf/html/info as missing.
442 (configure-gcc): Depend on all-libiconv.
443 (all-gcc): Ditto.
444 (configure-libcpp): Ditto.
445 (all-libcpp): Ditto.
446 (configure-intl): Ditto.
447 (all-intl): Ditto.
448 * Makefile.in: Regenerate.
449
450 2015-08-03 Bin Cheng <bin.cheng@arm.com>
451
452 * MAINTAINERS (loop ivopts): Add the entry and myself.
453
454 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
455
456 * MAINTAINERS (nvptx): Add self.
457
458 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
459
460 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
461 128-bit vector modes.
462
463 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
464
465 * MAINTAINERS (Write After Approval): Add myself.
466
467 2015-07-28 Ben Elliston <bje@gnu.org>
468
469 * config.sub, config.guess: Import from upstream.
470
471 2015-07-24 Michael Darling <darlingm@gmail.com>
472
473 PR other/66259
474 * config-ml.in: Reflects renaming of configure.in to configure.ac
475 * configure: Likewise
476 * configure.ac: Likewise
477
478 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
479
480 * MAINTAINERS: Update my email address.
481
482 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
483
484 Sync with binutils-gdb:
485 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
486
487 * configure.ac (target_configdirs): Exclude target-zlib if
488 target-libjava isn't built.
489 * configure: Regenerated.
490
491 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
492
493 Sync with binutils-gdb:
494 2015-05-13 John David Anglin <dave.anglin@bell.net>
495
496 * configure.ac: Disable configuration of GDB for HPUX targets.
497 * configure: Regenerate.
498
499 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
500
501 * configure.ac: Add --with-system-zlib.
502 * configure: Regenerated.
503
504 2015-01-28 James Bowman <james.bowman@ftdichip.com>
505
506 * configure.ac: Add FT32 support.
507 * configure: Regenerate.
508
509 2015-01-12 Anthony Green <green@moxielogic.com>
510
511 * configure.ac: Don't disable gprof for moxie.
512 * configure: Rebuild.
513
514 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
515
516 Sync with binutils-gdb:
517 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
518
519 PR ld/18355
520 * Makefile.def: Add extra_configure_flags to host zlib.
521 * configure.ac (extra_host_zlib_configure_flags): New. Set
522 to --enable-host-shared When bfd is to be built as shared
523 library. AC_SUBST.
524 * Makefile.in: Regenerated.
525
526 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
527
528 Sync with src:
529 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
530 * Makefile.def (dependencies): Add all-zlib to all-bfd.
531 * Makefile.in: Regenerated.
532
533 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
534
535 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
536 target.
537 * configure: Regenerate.
538
539 2015-06-23 Ludovic Courtès <ludo@gnu.org>
540
541 * MAINTAINERS (Write After Approval): Add myself.
542
543 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
544
545 * MAINTAINERS (OS Port Maintainers): Add myself.
546 (Various Maintainers): Remove myself from libffi testsuite.
547
548 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
549
550 * MAINTAINERS (gen* on machine desc): Add self.
551
552 2015-06-02 Jason Merrill <jason@redhat.com>
553
554 PR bootstrap/66319
555 * configure.ac: Use -std=gnu++98.
556
557 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
558
559 * MAINTAINERS (Write After Approval): Add myself.
560
561 2015-05-28 Mike Frysinger <vapier@gentoo.org>
562
563 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
564 * configure: Regenerate.
565
566 2015-05-26 Jason Merrill <jason@redhat.com>
567
568 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
569 * configure: Regenerate.
570
571 2015-05-16 James Bowman <james.bowman@ftdichip.com>
572
573 * configure.ac: FT32 target added.
574 * configure: Regenerated.
575
576 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
577
578 * MAINTAINERS (Write After Approval): Add myself.
579
580 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
581
582 * MAINTAINERS (Write After Approval): Add myself.
583
584 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
585
586 * configure.ac: Fix typo.
587 * configure: Regenerate.
588
589 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
590
591 * MAINTAINERS (Write After Approval): Add myself.
592
593 2015-05-03 Matthias Klose <doko@ubuntu.com>
594
595 * configure.ac: Match $host configured with triplets.
596 * configure: Regenerate.
597
598 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
599
600 * Makefile.tpl: Remove surplus whitespace throughout.
601 * Makefile.in: Regenerate.
602
603 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
604
605 * MAINTAINERS (Various Maintainers): Add myself as instruction
606 combiner maintainer.
607
608 2015-04-17 Jakub Jelinek <jakub@redhat.com>
609
610 PR bootstrap/62077
611 * configure.ac (--enable-stage1-checking): Default to
612 release,misc,gimple,rtlflag,tree,types if --disable-checking
613 or --enable-checking is not specified and DEV-PHASE is not
614 experimental.
615 * configure: Regenerated.
616
617 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
618
619 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
620 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
621 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
622 * Makefile.in: Regenerate.
623
624 2015-04-08 Cary Coutant <ccoutant@gmail.com>
625
626 * MAINTAINERS: Update my email address.
627
628 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
629
630 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
631
632 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
633
634 * MAINTAINERS: Add myself as an arm port reviewer.
635
636 2015-03-25 Martin Liska <mliska@suse.cz>
637 Yury Gribov <y.gribov@samsung.com>
638
639 * Makefile.in: Fix ln source location for vimrc file.
640 * Makefile.tpl: Likewise.
641
642 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
643
644 PR bootstrap/25672
645 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
646 cross-compiling. Similarly for CXX_FOR_TARGET.
647 * configure: Regenerate.
648
649 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
650
651 * Makefile.def: Add libmpx.
652 * configure.ac: Add libmpx.
653 * Makefile.in: Regenerate.
654 * configure: Regenerate.
655
656 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
657
658 * MAINTAINERS (CPU Port Maintainers): Add myself
659 i386 vector ISA extns mantainer.
660
661 2015-03-13 Jeff Law <law@redhat.com>
662
663 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
664 maintainer.
665 Remove Richard Henderson as a maintainer for the x86 port.
666
667 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
668
669 * MAINTAINERS (CPU Port Maintainers): Update my email address.
670
671 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
672
673 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
674 pointer bounds checker and i386 MPX maintainer.
675
676 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
677
678 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
679
680 2015-02-26 Martin Sebor <msebor@redhat.com>
681
682 * MAINTAINERS (Various Maintainers): Add self.
683
684 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
685
686 * configure.ac [--enable-as-accelerator-for] (enable_languages):
687 Make sure it contains lto.
688 * configure: Regenerate.
689
690 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
691
692 * configure: Regenerate.
693
694 2015-02-06 Diego Novillo <dnovillo@google.com>
695 1
696 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
697 middle-end, docstring): Remove myself.
698 (Write After Approval): Add myself.
699
700 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
701
702 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
703 (Write After Approval): Update address.
704
705 2015-01-29 David Malcolm <dmalcolm@redhat.com>
706
707 PR jit/64780
708 * configure.ac: Require the user to explicitly specify
709 --enable-host-shared if the jit is enabled.
710 * configure: Regenerate.
711
712 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
713
714 * MAINTAINERS (Write After Approval): Add myself.
715
716 2015-01-25 Tom de Vries <tom@codesourcery.com>
717
718 * MAINTAINERS: Make whitespace consistent.
719
720 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
721
722 * MAINTAINERS (Write After Approval): Add myself.
723
724 2015-01-20 Andre Vehreschild <vehre@gmx.de>
725
726 * MAINTAINERS: (Write After Approval): Add myself.
727
728 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
729
730 * MAINTAINERS: (Write After Approval): Add myself.
731
732 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
733
734 * MAINTAINERS: (Write After Approval): Add myself.
735
736 2015-01-13 Iain Sandoe <iain@codesourcery.com>
737
738 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
739 objective-c/c++ front end maintainer.
740
741 2015-01-13 Marek Polacek <polacek@redhat.com>
742
743 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
744
745 2015-01-12 Jeff Law <law@redhat.com>
746
747 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
748 a very long time.
749
750 2015-01-09 Ian Lance Taylor <iant@google.com>
751
752 * configure.ac (host_tools): Add gotools.
753 * Makefile.def (host_modules): Add gotools.
754 (dependencies): Add dependency of all-gotools on all-target-libgo.
755
756 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
757
758 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
759 * configure: Regenerate.
760
761 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
762
763 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
764 all-target-libgomp.
765 * Makefile.in: Regenerate.
766
767 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
768
769 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
770
771 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
772
773 * configure.ac: Add Visium support.
774 * configure: Regenerate.
775
776 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
777
778 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
779 * configure: Regenerate.
780
781 2015-01-03 Andrew Pinski <apinski@cavium.com>
782
783 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
784 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
785 (BASE_TARGET_EXPORTS): Add OBJCOPY.
786 (OBJCOPY_FOR_TARGET): New variable.
787 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
788 * Makefile.in: Regenerate.
789 * configure.ac: Check for already installed target objcopy.
790 Also GCC_TARGET_TOOL on objcopy.
791 * configure: Regenerate.
792
793 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
794
795 * config.sub: Update from upstream, to 2015-01-01 version.
796 * config.guess: Ditto.
797
798 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
799
800 * MAINTAINERS (RTEMS Ports): Add myself.
801
802 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
803
804 * MAINTAINERS (Write After Approval): Add myself.
805
806 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
807
808 * MAINTAINERS (Write After Approval): Add myself.
809
810 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
811
812 * configure.ac (--enable-as-accelerator-for): Don't set
813 ENABLE_AS_ACCELERATOR_FOR. Update all users.
814 * configure: Regenerate.
815
816 2014-12-13 Jakub Jelinek <jakub@redhat.com>
817
818 PR bootstrap/64023
819 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
820 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
821 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
822 to CXX.
823 * Makefile.in: Regenerated.
824
825 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
826 Yury Gribov <y.gribov@samsung.com>
827
828 * .gitignore: Added .local.vimrc and .lvimrc.
829 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
830 * Makefile.in: Regenerate.
831
832 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
833
834 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
835 * configure: Regenerated.
836
837 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
838
839 * MAINTAINERS (nvptx port): New entry.
840
841 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
842
843 * configure: Regenerate.
844
845 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
846
847 * configure.ac: Merge with Binutils.
848
849 2014-11-26 Tobias Burnus <burnus@net-b.de>
850
851 * Makefile.def: Make more dependent on mpfr, mpc and isl.
852 * Makefile.in: Regenerate.
853
854 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
855
856 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
857 missing flex.
858 * Makefile.in: Regenerated.
859
860 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
861
862 * Makefile.in: Regenerate.
863
864 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
865
866 PR bootstrap/63784
867 * libtool.m4: Add $pic_flag with -shared.
868
869 2014-11-21 Renlin Li <Renlin.Li@arm.com>
870
871 * MAINTAINERS (Write After Approval): Added myself.
872
873 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
874
875 * MAINTAINERS (write-after-approval): Add myself.
876
877 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
878
879 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
880 from 2 years ago.
881
882 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
883
884 Revert:
885 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
886
887 * MAINTAINERS (Write After Approval): Added myself as line map
888 maintainer.
889
890 2014-11-19 Renlin Li <Renlin.Li@arm.com>
891
892 Revert:
893 2014-11-19 Renlin Li <Renlin.Li@arm.com>
894
895 * MAINTAINERS (Write After Approval): Added myself.
896
897 2014-11-19 Renlin Li <Renlin.Li@arm.com>
898
899 * MAINTAINERS (Write After Approval): Added myself.
900
901 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
902
903 * MAINTAINERS (Write After Approval): Added myself as line map
904 maintainer.
905
906 2014-11-17 Dodji Seketeli <dodji@redhat.com>
907
908 * MAINTAINERS (Various Maintainers): Added myself as line map
909 maintainer.
910
911 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
912
913 * move-if-change: Sync from upstream gnulib.
914
915 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
916
917 * compile: Sync with upstream Automake.
918 * depcomp: Ditto.
919 * install-sh: Ditto.
920 * missing: Ditto.
921 * mkinstalldirs: Ditto.
922 * ylwrap: Ditto.
923
924 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
925
926 * config.sub: Update from upstream config repo.
927 * config.guess: Ditto.
928
929 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
930
931 * Makefile.def: Add liboffloadmic to target_modules. Make
932 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
933 * Makefile.in: Regenerate.
934 * configure: Regenerate.
935 * configure.ac: Add liboffloadmic to target binaries.
936 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
937 Add liboffloadmic to noconfig list when C++ is not supported.
938
939 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
940 Thomas Schwinge <thomas@codesourcery.com>
941 Ilya Verbin <ilya.verbin@intel.com>
942 Andrey Turetskiy <andrey.turetskiy@intel.com>
943
944 * configure: Regenerate.
945 * configure.ac (--enable-as-accelerator-for)
946 (--enable-offload-targets): New configure options.
947
948 2014-11-11 Tobias Burnus <burnus@net-b.de>
949
950 * Makefile.def: Make all-gcc depend on all-isl.
951 * Makefile.in: Regenerate.
952
953 2014-11-11 David Malcolm <dmalcolm@redhat.com>
954
955 * ChangeLog.jit: New.
956 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
957
958 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
959
960 PR target/63610
961 * libtool.m4: Fix globbing of darwin versions.
962 * configure: Regenerate.
963
964 2014-11-11 Tobias Burnus <burnus@net-b.de>
965
966 * Makefile.def: Remove CLooG.
967 * Makefile.tpl: Ditto.
968 * configure.ac: Ditto.
969 * configure: Regenerate.
970 * Makefile.in: Ditto.
971
972 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
973
974 * configure.ac: Handle nvptx-*-*.
975 * configure: Regenerate.
976
977 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
978
979 * MAINTAINERS (Write After Approval): Add myself.
980
981 2014-10-31 Jakub Jelinek <jakub@redhat.com>
982
983 * Makefile.def (libcc1): Remove bootstrap=true;.
984 * Makefile.in: Regenerated.
985
986 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
987
988 * configure.ac: Update comment.
989 * configure: Regenerate.
990
991 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
992
993 * MAINTAINERS (Write After Approval): Add myself.
994
995 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
996
997 * configure.ac (extra_host_libiberty_configure_flags): Add
998 --enable-shared also for libcc1's benefit.
999 * configure: Regenerate.
1000
1001 2014-10-29 Tristan Gingold <gingold@adacore.com>
1002
1003 * MAINTAINERS: Change my email address.
1004
1005 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1006 Tom Tromey <tromey@redhat.com>
1007
1008 * Makefile.def: Add libcc1 to host_modules.
1009 * configure.ac (host_tools): Add libcc1.
1010 * Makefile.in, configure: Rebuild.
1011
1012 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
1013
1014 * configure.ac (build_configargs): Don't share config.cache between
1015 build subdirs.
1016 * configure: Regenerate.
1017
1018 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1019
1020 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1021 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1022 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1023 leon3v7 as leon3.
1024 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1025 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1026 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1027 * config/sparc/sparc.md (cpu): Add leon3v7.
1028 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1029
1030 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1031
1032 * MAINTAINERS (write-after-approval): Add myself.
1033
1034 2014-10-23 Ian Lance Taylor <iant@google.com>
1035
1036 * configure.ac: Disable the Go frontend on systems where it is known
1037 to not work.
1038 * configure: Regenerate.
1039
1040 2014-10-23 Richard Biener <rguenther@suse.de>
1041
1042 * Makefile.def: Add libcpp build module and dependencies.
1043 * configure.ac: Add libcpp build module.
1044 * Makefile.in: Regenerate.
1045 * configure: Likewise.
1046
1047 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1048
1049 * MAINTAINERS (write-after-approval): Add myself.
1050
1051 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1052
1053 * INSTALL/README: Do not mention CVS.
1054
1055 2014-10-03 Jing Yu <jingyu@google.com>
1056
1057 * configure.ac: Add aarch64 to list of targets that support gold.
1058 * configure: Regenerate.
1059
1060 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
1061
1062 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1063
1064 2014-09-29 Catherine Moore <clm@codesourcery.com>
1065
1066 * MAINTAINERS: Add myself as MIPS maintainer.
1067
1068 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1069
1070 * MAINTAINERS: Move myself to MIPS maintainers.
1071
1072 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1073
1074 * MAINTAINERS: Put all email addresses between '<' and '>'.
1075
1076 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1077
1078 * MAINTAINERS: Move myself to reviewers (Fortran).
1079
1080 2014-09-01 Andi Kleen <ak@linux.intel.com>
1081
1082 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1083 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1084 * Makefile.in: Regenerate.
1085
1086 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1087
1088 * rtx-classes-status.txt: Delete
1089
1090 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1091
1092 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1093
1094 2014-08-27 Sebastian Pop <s.pop@samsung.com>
1095
1096 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1097 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1098 of checking for version number.
1099 * configure: Regenerated.
1100 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1101
1102 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1103
1104 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1105 is done; begin phase 6 (use extra rtx_def subclasses).
1106
1107 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1108
1109 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1110 done; begin phase 5 (additional rtx_def subclasses).
1111
1112 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1113
1114 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1115
1116 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1117
1118 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1119 SET_BB_HEADER are done.
1120
1121 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1122
1123 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1124 done.
1125
1126 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1127
1128 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1129
1130 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1131
1132 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1133
1134 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1135
1136 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1137
1138 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1139
1140 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1141
1142 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1143
1144 * rtx-classes-status.txt: Phase 3 (per-file commits within
1145 "config" subdirs) is done; begin phase 4 (removal of
1146 "scaffolding").
1147
1148 2014-08-23 David Malcolm <dmalcolm@redhat.com>
1149
1150 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1151 dir) is done; begin phase 3 (per-file commits within "config"
1152 subdirs).
1153
1154 2014-08-21 David Malcolm <dmalcolm@redhat.com>
1155
1156 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1157 phase 2 (per-file commits in main source dir).
1158
1159 2014-08-21 Bin Cheng <bin.cheng@arm.com>
1160
1161 * configure: Regenerated.
1162
1163 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1164
1165 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1166
1167 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1168
1169 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1170
1171 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1172
1173 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1174
1175 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1176
1177 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1178
1179 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1180
1181 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1182
1183 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1184
1185 * MAINTAINERS (Write After Approval): Add myself.
1186
1187 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1188
1189 * MAINTAINERS: Remove myself
1190
1191 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1192
1193 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1194
1195 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1196
1197 * MAINTAINERS (Write After Approval): Add myself.
1198
1199 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1200
1201 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1202 SET_BB_HEADER, SET_BB_FOOTER
1203
1204 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1205
1206 * rtx-classes-status.txt: New file
1207
1208 2014-08-18 Roman Gareev <gareevroman@gmail.com>
1209
1210 * configure.ac: Eliminate ClooG installation dependency.
1211 * configure: Regenerate.
1212 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1213 * Makefile.in: Regenerate.
1214
1215 2014-08-15 Ilya Verbin <iverbin@gmail.com>
1216
1217 * MAINTAINERS (Write After Approval): Add myself.
1218
1219 2014-08-15 Ilya Tocar <tocarip@gmail.com>
1220
1221 * MAINTAINERS (Write After Approval): Add myself.
1222
1223 2014-08-01 Jiong Wang <jiong.wang@arm.com>
1224
1225 * MAINTAINERS (Write After Approval): Add myself.
1226
1227 2014-07-28 Anthony Green <green@moxielogic.com>
1228
1229 Import from savannah.gnu.org:
1230 * config.sub: Update to 2014-07-28 version.
1231
1232 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1233
1234 * MAINTAINERS: Remove my MIPS maintainer entry.
1235
1236 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
1237
1238 PR target/47230
1239 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1240 * configure: Regenerate.
1241
1242 2014-07-24 James Norris <jnorris@codesourcery.com>
1243
1244 * MAINTAINERS (Write After Approval): Add myself.
1245
1246 2014-07-20 Roman Gareev <gareevroman@gmail.com>
1247
1248 * configure.ac: Accept only CLooG 0.18.1.
1249 * configure: Regenerate.
1250
1251 2014-07-17 Roman Gareev <gareevroman@gmail.com>
1252
1253 * configure.ac: Don't accept isl 0.11.
1254 * configure: Regenerate.
1255
1256 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1257
1258 * MAINTAINERS (Write After Approval): Add myself.
1259
1260 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1261
1262 * configure.ac: Don't accept isl 0.10.
1263 * configure: Regenerate.
1264
1265 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
1266
1267 Fix include path for in-tree cloog.
1268 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1269 * configure: Regenerate.
1270
1271 2014-06-18 Richard Henderson <rth@redhat.com>
1272
1273 * .gitignore: Import gcc_update output.
1274
1275 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1276
1277 * config-ml.in: Robustify ac_configure_args parsing.
1278
1279 * configure.ac (--enable-linker-plugin-configure-flags)
1280 (--enable-linker-plugin-flags): New flags.
1281 (configdirs): Conditionally add libiberty-linker-plugin.
1282 * configure: Regenerate.
1283 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1284 (host_modules) <lto-plugin>: Pay attention to
1285 @extra_linker_plugin_flags@ and
1286 @extra_linker_plugin_configure_flags@.
1287 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1288 * Makefile.in: Regenerate.
1289
1290 * Makefile.tpl (configure-[+prefix+][+module+])
1291 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1292 "module_srcdir" instead of "module" for locating a module's srcdir.
1293 * Makefile.in: Regenerate.
1294
1295 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1296
1297 * MAINTAINERS (Write After Approval): Add myself.
1298
1299 2014-06-06 Sebastian Pop <sebpop@gmail.com>
1300
1301 * MAINTAINERS: Update my email address.
1302
1303 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1304
1305 * MAINTAINERS (Write After Approval): Add myself.
1306
1307 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1308
1309 * MAINTAINERS (Write After Approval): Add myself.
1310
1311 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
1312
1313 PR libstdc++/61011
1314 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1315 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1316 * configure: Regenerate.
1317
1318 2014-05-28 Pedro Alves <palves@redhat.com>
1319
1320 * MAINTAINERS (Write After Approval): Add myself.
1321
1322 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1323
1324 * MAINTAINERS: Update my affiliation/email.
1325
1326 2014-05-19 Mike Stump <mikestump@comcast.net>
1327
1328 * MAINTAINERS: Add wide-int reviewers.
1329
1330 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1331
1332 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1333 * configure: Regenerated.
1334
1335 2014-05-15 Torvald Riegel <triegel@redhat.com>
1336
1337 * MAINTAINERS (libitm): Add myself as maintainer.
1338
1339 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
1340
1341 * MAINTAINERS (Write After Approval): Add myself.
1342
1343 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1344
1345 * config.sub, config.guess: Import from upstream.
1346
1347 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1348
1349 * MAINTAINERS (Write After Approval): Put myself in correct order.
1350
1351 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1352
1353 * MAINTAINERS (Write After Approval): Add myself.
1354
1355 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1356
1357 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1358 section.
1359
1360 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1361
1362 * MAINTAINERS (Write After Approval): Delete myself.
1363
1364 2014-04-17 Jakub Jelinek <jakub@redhat.com>
1365
1366 PR sanitizer/56781
1367 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1368 and -B* options with -Xcompiler.
1369
1370 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1371
1372 PR bootstrap/60620
1373 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1374 * Makefile.in: Regenerate.
1375
1376 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1377
1378 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1379 for WINDRES_FOR_TARGET in default-manifest.o rule.
1380 * Makefile.in: Regenerate.
1381
1382 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1383
1384 * MAINTAINERS (Write After Approval): Add myself.
1385
1386 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1387
1388 PR sanitizer/56781
1389 * Makefile.def: Set bootstrap=true; for host fixincludes.
1390 * configure.ac: Don't bootstrap host fixincludes unless
1391 --with-build-config=bootstrap-{a,ub}san.
1392 * Makefile.in: Regenerated.
1393 * configure: Regenerated.
1394
1395 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1396
1397 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1398 --enable-vtable-verify option parsing. Don't add
1399 target-libsanitizer to bootstrap_target_libs unless
1400 --with-build-config=bootstrap-asan or
1401 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1402 to bootstrap_target_libs unless --enable-vtable-verify.
1403 * configure: Regenerated.
1404
1405 2014-03-10 Anatoly Sokolov <aesok@post.ru>
1406
1407 * MAINTAINERS (Write After Approval): Add myself.
1408
1409 2014-03-07 Denis Chertykov <chertykov@gmail.com>
1410
1411 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1412
1413 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1414
1415 PR bootstrap/58572
1416 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1417 -I for libstdc++-v3 includes if $(LEAN).
1418 * Makefile.in: Regenerated.
1419
1420 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
1421
1422 * MAINTAINERS: Update my email address.
1423
1424 2014-02-24 Walter Lee <walt@tilera.com>
1425
1426 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1427 (tilegx-*-*): Change to tilegx*-*-*.
1428 * configure: Regenerate.
1429
1430 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
1431
1432 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1433
1434 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1435
1436 * MAINTAINERS (Write After Approval): Add myself.
1437
1438 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1439
1440 PR target/59788
1441 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1442 *solaris2*.
1443
1444 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
1445
1446 * MAINTAINERS: Update my email address.
1447
1448 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1449
1450 * MAINTAINERS: Convert to UTF-8.
1451 Properly sort Xinliang David Li's entry.
1452
1453 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1454 Sandra Loosemore <sandra@codesourcery.com>
1455
1456 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1457 nios2 port maintainers.
1458
1459 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1460
1461 * MAINTAINERS (Write After Approval): Add myself.
1462
1463 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1464
1465 * configure.ac: Add user-friendly check for native x86_64-linux
1466 multilibs.
1467 * configure: Regenerate.
1468
1469 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1470
1471 * MAINTAINERS: Add myself as sh maintainer.
1472
1473 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1474
1475 * MAINTAINERS: Add self as SLSR maintainer.
1476
1477 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
1478
1479 * MAINTAINERS: Update my email address.
1480
1481 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
1482
1483 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1484
1485 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1486
1487 * Makefile.in: Regenerate.
1488
1489 * Makefile.tpl: Fix typo.
1490 * Makefile.in: Regenerate partially.
1491
1492 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1493
1494 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1495 supported.
1496 * configure: Regenerated.
1497
1498 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1499
1500 * MAINTAINERS (Write After Approval): Add myself.
1501
1502 2013-10-30 Jason Merrill <jason@redhat.com>
1503
1504 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1505 --disable-build-format-warnings.
1506
1507 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1508
1509 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1510 depend on libstdc++ and libgcc.
1511 * configure: Regenerate.
1512 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1513 libcilkrts for POSIX and i*86, and x86_64 architectures.
1514 * Makefile.in: Added libcilkrts related fields to support building it.
1515
1516 2013-10-26 Jeff Law <law@redhat.com>
1517
1518 * Makefile.def (target_modules): Remove libmudflap
1519 (languages): Remove check-target-libmudflap).
1520 * Makefile.in: Rebuilt.
1521 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1522 * configure.ac (target_libraries): Remove target-libmudflap.
1523 Remove checks which disabled libmudflap on some systems.
1524 * configure: Rebuilt.
1525 * libmudflap: Directory removed.
1526
1527 2013-10-21 Cong Hou <congh@google.com>
1528
1529 * MAINTAINERS (Write After Approval): Add myself.
1530
1531 2013-10-16 Mike Stump <mikestump@comcast.net>
1532
1533 * .dir-locals.el: Add.
1534
1535 2013-10-15 David Malcolm <dmalcolm@redhat.com>
1536
1537 * configure.ac: Add --enable-host-shared
1538 * configure: Regenerate.
1539
1540 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1541
1542 Import from savannah.gnu.org:
1543 * config.guess: Update to 2013-06-10 version.
1544 * config.sub: Update to 2013-10-01 version.
1545
1546 2013-10-01 Simon Cook <simon.cook@embecosm.com>
1547
1548 Changes to build configuration to allow big endian ARC ELF toolchain
1549 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1550 * configure: Regenerate.
1551
1552 2013-09-20 Alan Modra <amodra@gmail.com>
1553
1554 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1555 ppc host match. Support little-endian powerpc linux hosts.
1556
1557 2013-09-19 Dodji Seketeli <dodji@redhat.com>
1558
1559 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1560 maintainer.
1561
1562 2013-09-12 DJ Delorie <dj@redhat.com>
1563
1564 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1565 maintainers.
1566
1567 2013-09-03 Richard Biener <rguenther@suse.de>
1568
1569 * configure.ac: Also allow ISL 0.12.
1570 * configure: Regenerated.
1571
1572 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1573
1574 * MAINTAINERS (Write After Approval): Add myself.
1575
1576 2013-08-27 David Malcolm <dmalcolm@redhat.com>
1577
1578 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1579
1580 2013-08-26 Caroline Tice <cmtice@google.com>
1581
1582 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1583 "Various Reviewers" to libvtv "Various Maintainers".
1584
1585 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1586
1587 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1588
1589 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1590
1591 * MAINTAINERS: Update name, email.
1592
1593 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
1594
1595 * MAINTAINERS (Write After Approval): Add myself.
1596
1597 2013-08-12 Caroline Tice <cmtice@google.com>
1598
1599 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1600 address in the Write After Approval section.
1601
1602 2013-08-09 Carlos O'Donell <carlos@redhat.com>
1603
1604 * MAINTAINERS (Write After Approval): Update email.
1605
1606 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1607
1608 * configure.ac: Adjust to check VTV_SUPPORTED.
1609 * configure: Regenerated.
1610
1611 2013-08-02 Caroline Tice <cmtice@google.com>
1612
1613 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1614 on non-linux systems; add target-libvtv to noconfigdirs; add
1615 libsupc++/.libs to C++ library search paths.
1616 * configure: Regenerated.
1617 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1618 libstdc++ and libgcc.
1619 * Makefile.in: Regenerated.
1620
1621 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
1622
1623 * MAINTAINERS (Write After Approval): Add myself.
1624
1625 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1626 Shiva Chen <shiva0217@gmail.com>
1627
1628 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1629 nds32 port maintainers.
1630
1631 2013-07-17 Tim Shen <timshen91@gmail.com>
1632
1633 * MAINTAINERS (Write After Approval): Add myself.
1634
1635 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1636
1637 * configure.ac: Sync from binutils.
1638 * configure: Regenerate.
1639
1640 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1641
1642 * MAINTAINERS (Write After Approval): Add myself.
1643
1644 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1645
1646 * MAINTAINERS (Write After Approval): Add myself.
1647
1648 2013-05-17 David Malcolm <dmalcolm@redhat.com>
1649
1650 * MAINTAINERS (Write After Approval): Add myself.
1651
1652 2013-04-30 Brooks Moses <bmoses@google.com>
1653
1654 * MAINTAINERS: Update my email; move myself from Fortran
1655 reviewer to Write After Approval.
1656
1657 2013-04-16 Andreas Schwab <schwab@suse.de>
1658
1659 * configure.ac (aarch64-*-*): Don't disable java.
1660 * configure: Regenerate.
1661
1662 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1663
1664 * MAINTAINERS (Write After Approval): Add myself.
1665
1666 2013-03-30 Matthias Klose <doko@ubuntu.com>
1667
1668 * Makefile.def (target_modules): Don't install libffi.
1669 * Makefile.in: Regenerate.
1670
1671 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1672
1673 * MAINTAINERS (Write After Approval): Add myself.
1674
1675 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1676
1677 * MAINTAINERS (Write After Approval): Add myself.
1678
1679 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1680
1681 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1682 * configure: Regenerated.
1683
1684 2013-02-05 Ian Lance Taylor <iant@google.com>
1685
1686 PR go/55969
1687 * configure.ac: Disable libgo on some systems where it does not
1688 work.
1689
1690 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
1691
1692 * MAINTAINERS: Explicitly add myself as AIX maintainer.
1693 Remove Geoff Keating as rs6000 port maintainer, at his request.
1694
1695 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
1696
1697 * MAINTAINERS: Update my email.
1698
1699 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
1700
1701 * configure: Re-generate.
1702
1703 2013-01-15 Richard Biener <rguenther@suse.de>
1704
1705 PR other/55973
1706 * configure: Re-generate.
1707
1708 2013-01-14 Matthias Klose <doko@ubuntu.com>
1709
1710 * Makefile.def (install-target-libsanitizer): Depend on
1711 install-target-libstdc++-v3.
1712 * Makefile.in: Regenerate.
1713
1714 2013-01-14 Richard Biener <rguenther@suse.de>
1715
1716 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1717 * configure: Re-generate
1718
1719 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1720
1721 * config.sub: Update from config repo.
1722
1723 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1724
1725 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1726 * Makefile.in: Regenerate.
1727
1728 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1729
1730 * MAINTAINERS (arc): Add new port maintainership for myself.
1731
1732 2013-01-09 Jason Merrill <jason@redhat.com>
1733
1734 * .gitignore: Import from gdb repository.
1735
1736 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1737
1738 * Makefile.def (configure-gcc): Depend on all-gmp.
1739 (all-gcc): Remove dependency on all-gmp.
1740 * Makefile.in: Regenerated.
1741
1742 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1743
1744 * config.sub: Merge from config repo.
1745 * config.guess: Ditto.
1746
1747 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1748
1749 * Makefile.def: Merge from binutils.
1750 * Makefile.in: Ditto.
1751
1752 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1753
1754 * MAINTAINERS: Update my email.
1755
1756 2012-12-29 Ben Elliston <bje@gnu.org>
1757
1758 * config.guess: Update to 2012-12-29 version.
1759 * config.sub: Likewise.
1760
1761 2012-12-20 Matthias Klose <doko@ubuntu.com>
1762
1763 * Makefile.def (install-target-libgfortran): Depend on
1764 install-target-libquadmath, install-target-libgcc.
1765 (install-target-libsanitizer): Depend on install-target-libgcc.
1766 (install-target-libjava): Depend on install-target-libgcc.
1767 (install-target-libitm): Depend on install-target-libgcc.
1768 (install-target-libobjc): Depend on install-target-libgcc.
1769 (install-target-libstdc++-v3): Depend on install-target-libgcc.
1770 * Makefile.in: Regenerate.
1771
1772 2012-12-19 Matthias Klose <doko@ubuntu.com>
1773
1774 * Makefile.def (install-target-libgo): Depend on
1775 install-target-libatomic.
1776 * Makefile.in: Regenerate.
1777
1778 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
1779
1780 PR go/55201
1781 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1782 * Makefile.in: Regenerate.
1783
1784 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1785
1786 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1787 * configure: Regenerate.
1788
1789 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1790
1791 * config.sub: Merge from config repo.
1792
1793 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1794
1795 * Makefile.def (target_modules): Add bootstrap=true and
1796 raw_cxx=true to libsanitizer.
1797 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1798 * Makefile.in: Regenerated.
1799 * configure: Likewise.
1800
1801 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
1802
1803 * MAINTAINERS: Remove self as RTL optimization maintainer.
1804
1805 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1806
1807 * MAINTAINERS (Write After Approval): Add myself.
1808
1809 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1810
1811 * Makefile.def (target_modules): Remove bootstrap=true and
1812 raw_cxx=true from libsanitizer.
1813 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1814 * Makefile.in: Regenerated.
1815 * configure: Likewise.
1816
1817 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1818
1819 * Makefile.def (target_modules): Add bootstrap=true and
1820 raw_cxx=true to libsanitizer.
1821 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1822 * Makefile.in: Regenerated.
1823 * configure: Likewise.
1824
1825 2012-11-28 Andrew Pinski <apinski@cavium.com>
1826
1827 PR bootstrap/54279
1828 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1829 * configure: Regenerate.
1830 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1831 * Makefile.in: Regenerate.
1832
1833 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1834
1835 * configure.ac: Disable libsanitizer if we're not building C++.
1836 * configure: Regenerate.
1837
1838 2012-11-15 Roland McGrath <roland@hack.frob.com>
1839
1840 * MAINTAINERS (Write After Approval): Add myself.
1841
1842 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
1843
1844 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1845 Kostya Serebryany (kcc@google.com) and
1846 Jakub Jelinek (jakub@redhat.com).
1847 Rename area for Dodji Seketeli (dodji@redhat.com).
1848
1849 2012-11-15 Dodji Seketeli <dodji@redhat.com>
1850
1851 * MAINTAINERS: (asan.c, related): Add myself.
1852
1853 2012-11-14 Roland McGrath <mcgrathr@google.com>
1854
1855 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1856 * configure: Regenerate.
1857
1858 2012-11-13 Richard Henderson <rth@redhat.com>
1859
1860 * configure.ac: Move libsanitizer logic to subdirectory.
1861 * configure: Regenerate.
1862
1863 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1864
1865 * configure.ac: Enable libsanitizer just on x86 linux for now.
1866 * configure: Re-generate.
1867
1868 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1869
1870 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1871 sections.
1872 * configure: Regenerate.
1873
1874 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
1875
1876 * configure.ac: Add section for configdirs for libsanitizer.
1877 Disable for cris-*-* and mmix-*-*.
1878 * configure: Regenerate.
1879
1880 2012-11-12 Wei Mi <wmi@google.com>
1881
1882 * configure.ac: Add libsanitizer to target_libraries.
1883 * Makefile.def: Ditto.
1884 * configure: Regenerate.
1885 * Makefile.in: Regenerate.
1886 * libsanitizer: New directory for asan runtime. Contains an empty
1887 tsan directory.
1888
1889 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
1890
1891 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1892 against Mingw64 w32api.
1893 * configure: Regenerate.
1894
1895 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1896
1897 * configure: Regenerated.
1898
1899 2012-11-03 Robert Mason <rbmj@verizon.net>
1900
1901 * configure.ac: add --disable-libstdcxx configure option
1902 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1903
1904 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1905
1906 * MAINTAINERS (Write After Approval): Add myself.
1907
1908 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1909
1910 * MAINTAINERS (Write After Approval): Add myself.
1911
1912 2012-10-24 Sharad Singhai <singhai@google.com>
1913
1914 * MAINTAINERS (Write After Approval): Add myself.
1915
1916 2012-10-24 Eric Christopher <echristo@gmail.com>
1917
1918 * MAINTAINERS: Update email address.
1919
1920 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1921
1922 PR bootstrap/54820
1923 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1924 * configure: Regenerate.
1925
1926 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
1927
1928 * MAINTAINERS (aarch64): Add Marcus and myself.
1929
1930 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1931
1932 PR bootstrap/54820
1933 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1934 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1935 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1936 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1937 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1938 * Makefile.in: Regenerate.
1939 * configure.ac (have_static_libs): New variable and associated check.
1940 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1941 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1942 * configure: Regenerate.
1943
1944 2012-10-10 Richard Biener <rguenther@suse.de>
1945
1946 * MAINTAINERS: Adjust for changed surname.
1947
1948 2012-10-04 Lawrence Crowl <crowl@google.com>
1949
1950 * MAINTAINERS (Write After Approval): Add myself.
1951
1952 2012-10-01 Cary Coutant <ccoutant@google.com>
1953
1954 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1955
1956 2012-09-28 Ian Lance Taylor <iant@google.com>
1957
1958 * Makefile.def: Make all-target-libgo depend on
1959 all-target-libbacktrace.
1960 * Makefile.in: Rebuild.
1961
1962 2012-09-26 Ian Lance Taylor <iant@google.com>
1963
1964 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1965 * Makefile.in: Rebuild.
1966
1967 2012-09-20 Walter Lee <walt@tilera.com>
1968
1969 * configure.ac: Add tilegx to list of targets that support gold.
1970 * configure: Regenerate.
1971
1972 2012-09-20 Marek Polacek <polacek@redhat.com>
1973
1974 * MAINTAINERS (Write After Approval): Add myself.
1975
1976 2012-09-19 Steve Ellcey <sellcey@mips.com>
1977
1978 * configure.ac: Add mips*-mti-elf* target.
1979 * configure: Regenerate.
1980
1981 2012-09-17 Ian Lance Taylor <iant@google.com>
1982
1983 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1984 * configure.ac (host_libs): Add libbacktrace.
1985 (target_libraries): Add libbacktrace.
1986 * Makefile.def (host_modules): Add libbacktrace.
1987 (target_modules): Likewise.
1988 * configure, Makefile.in: Rebuild.
1989
1990 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1991
1992 PR target/38607
1993 Merge upstream change.
1994 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1995
1996 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1997 Add libgomp*.o to compare_exclusions for AIX.
1998 * configure: Regenerate.
1999
2000 2012-09-06 Diego Novillo <dnovillo@google.com>
2001
2002 * configure.ac: Bump minimum GMP version to 4.2.3.
2003 * configure: Re-generate.
2004
2005 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
2006
2007 PR target/54461
2008 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2009 target-libgloss if not configured --with-avrlibc=no.
2010 * configure: Regenerate.
2011
2012 2012-09-04 Jason Merrill <jason@redhat.com>
2013
2014 * configure.ac: Fix --enable-languages=all.
2015
2016 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
2017
2018 * MAINTAINERS (Write After Approval): Add myself.
2019
2020 2012-09-03 Richard Guenther <rguenther@suse.de>
2021
2022 PR bootstrap/54138
2023 * configure.ac: Re-organize ISL / CLOOG checks to allow
2024 disabling with either --without-isl or --without-cloog.
2025 * configure: Regenerated.
2026
2027 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
2028
2029 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2030 * configure: Regenerate.
2031
2032 2012-08-27 Ulrich Drepper <drepper@gmail.com>
2033
2034 * MAINTAINERS: Fix my email address.
2035
2036 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2037
2038 PR binutils/4970
2039 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2040 and opcodes.
2041 * Makefile.in: Regenerated.
2042
2043 2012-08-26 Art Haas <ahaas@impactweather.com>
2044
2045 * configure: Regenerate.
2046
2047 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2048
2049 * INSTALL/README: Also refer to the online installation
2050 instructions.
2051
2052 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2053
2054 * MAINTAINERS (Write After Approval): Add myself.
2055 (Picochip port): Remove myself.
2056
2057 2012-08-14 Diego Novillo <dnovillo@google.com>
2058
2059 Merge from cxx-conversion branch.
2060
2061 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2062 POSTSTAGE1_CONFIGURE_FLAGS.
2063 * Makefile.in: Regenerate.
2064 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2065 Force C++ when bootstrapping.
2066 * configure: Regenerate.
2067
2068 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2069
2070 * MAINTAINERS (Write After Approval): Add myself.
2071
2072 2012-07-16 Joseph Myers <joseph@codesourcery.com>
2073
2074 * README: Document use of ranges of years in copyright notices.
2075
2076 2012-07-06 Richard Guenther <rguenther@suse.de>
2077
2078 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2079 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2080 --with-gmp=system.
2081 * Makefile.in: Regenerated.
2082 * configure: Likewise.
2083
2084 2012-07-06 Richard Guenther <rguenther@suse.de>
2085
2086 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2087 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2088 supply V=1 as extra_make_flags.
2089 * configure: Regenerated.
2090 * Makefile.in: Likewise.
2091
2092 2012-07-04 Tristan Gingold <gingold@adacore.com>
2093
2094 * configure: Regenerate.
2095
2096 2012-07-03 Richard Guenther <rguenther@suse.de>
2097
2098 * Makfile.def (isl): Remove not necessary extra_exports and
2099 extra_make_flags.
2100 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2101 * Makefile.in: Regenerated.
2102
2103 2012-07-03 Richard Guenther <rguenther@suse.de>
2104
2105 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2106 * configure.ac: If either the ISL or the CLooG check failed
2107 do not try to build in-tree versions.
2108 * Makefile.in: Regenerated.
2109 * configure: Regenerated.
2110
2111 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2112
2113 * configure: Regenerate.
2114
2115 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
2116
2117 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2118 maintainer.
2119
2120 2012-07-02 Richard Guenther <rguenther@suse.de>
2121
2122 * configure: Regenerated.
2123
2124 2012-07-02 Richard Guenther <rguenther@suse.de>
2125 Michael Matz <matz@suse.de>
2126 Tobias Grosser <tobias@grosser.es>
2127 Sebastian Pop <sebpop@gmail.com>
2128
2129 * Makefile.def: Add ISL host module, remove PPL host module.
2130 Adjust ClooG host module to use the proper ISL.
2131 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2132 * configure.ac: Include config/isl.m4. Add ISL host library,
2133 remove PPL. Remove PPL configury, add ISL configury, adjust
2134 ClooG configury.
2135 * Makefile.in: Regenerated.
2136 * configure: Likewise.
2137
2138 2012-07-02 Richard Guenther <rguenther@suse.de>
2139
2140 Merge from graphite branch
2141 2011-07-21 Tobias Grosser <tobias@grosser.es>
2142
2143 * configure: Regenerated.
2144 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2145 both cloog.org and legacy versions. The only supported version will
2146 be CLooG with the isl backend.
2147
2148 2011-07-21 Tobias Grosser <tobias@grosser.es>
2149
2150 * configure: Regenerated.
2151 * configure.ac: Require cloog isl 0.17.0
2152
2153 2011-07-21 Tobias Grosser <tobias@grosser.es>
2154
2155 * configure: Regenerated.
2156 * config/cloog.m4: Do not define CLOOG_ORG
2157
2158 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2159
2160 * configure.ac: Skip C if explicitly selected.
2161 * configure: Regenerate.
2162
2163 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
2164
2165 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2166 they contain -O2.
2167 * configure: Regenerate.
2168
2169 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2170
2171 PR debug/53740
2172 * df.h, df-problems.c, dce.c: Revert last patch.
2173
2174 2012-06-25 Iain Sandoe <iain@codesourcery.com>
2175
2176 * MAINTAINERS (Write After Approval): Update my email address.
2177
2178 2012-06-21 Meador Inge <meadori@codesourcery.com>
2179
2180 * MAINTAINERS (Write After Approval): Add myself.
2181
2182 2012-06-20 Jason Merrill <jason@redhat.com>
2183
2184 * Makefile.tpl (check-target-libgomp-c++): New.
2185 (check-target-libitm-c++): New.
2186 * Makefile.def (c++): Add them.
2187 * Makefile.in: Regenerate.
2188
2189 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
2190
2191 * MAINTAINERS (Write After Approval): Add myself.
2192
2193 2012-05-16 Olivier Hainque <hainque@adacore.com>
2194
2195 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2196 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2197 (install-no-fixedincludes): Adjust accordingly.
2198 * Makefile.in: Regenerate.
2199
2200 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2201
2202 Merge upstream change
2203 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2204
2205 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
2206
2207 * MAINTAINERS (Write After Approval): Add myself.
2208
2209 2012-05-09 Nick Clifton <nickc@redhat.com>
2210 Paul Smith <psmith@gnu.org>
2211
2212 PR bootstrap/50461
2213 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2214 allow for the fact that from release v3.1.0 of MPFR the source
2215 files were moved into a src sub-directory.
2216 * configure: Regenerate.
2217
2218 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2219
2220 * configure.ac: Bump minimum MPFR version to 2.4.0.
2221 * configure: Regenerated.
2222
2223 2012-05-01 Richard Henderson <rth@redhat.com>
2224
2225 * Makefile.def (libatomic): New target_module.
2226 * configure.ac (target_libraries): Add libatomic.
2227 (noconfigdirs): Check if libatomic is supported.
2228 * Makefile.in, configure: Rebuild.
2229
2230 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2231
2232 * MAINTAINERS (Write After Approval): Add myself.
2233
2234 2012-04-25 Joel Brobecker <brobecker@adacore.com>
2235
2236 * config.sub: Update to 2012-04-18 version from official repo.
2237
2238 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2239
2240 * MAINTAINERS (Write After Approval): Add myself.
2241
2242 2012-04-11 Steve Ellcey <sellcey@mips.com>
2243
2244 * MAINTAINERS: Changed email address.
2245
2246 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
2247
2248 PR target/52737
2249 * contrib/gcc_update (files_and_dependencies):
2250 Remove gcc/config/avr/t-multilib from touch data.
2251
2252 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2253
2254 * MAINTAINERS (OS Port Maintainers): Remove irix.
2255 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2256 (unsupported_languages): Remove mips-sgi-irix6.*.
2257 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2258 (with_stabs): Remove.
2259 * configure: Regenerate.
2260
2261 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2262
2263 * MAINTAINERS (OS Port Maintainers): Remove osf.
2264 * configure.ac (enable_libgomp): Remove *-*-osf*.
2265 (with_stabs): Remove alpha*-*-osf*.
2266 * configure: Regenerate.
2267
2268 2012-03-05 Tristan Gingold <gingold@adacore.com>
2269
2270 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2271 * configure: Regenerate.
2272
2273 2012-02-17 Walter Lee <walt@tilera.com>
2274
2275 * MAINTAINERS: (Write After Approval): Delete myself.
2276
2277 2012-02-14 Walter Lee <walt@tilera.com>
2278
2279 * MAINTAINERS (tilegx port): Add myself.
2280 (tilepro port): Add myself.
2281 (Write After Approval): Add myself.
2282
2283 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2284
2285 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2286 and Joseph Myers as docstring relicensing maintainers.
2287
2288 2012-02-09 Bin Cheng <bin.cheng@arm.com>
2289
2290 * MAINTAINERS (write-after-approval): Add myself.
2291
2292 2012-02-08 Ira Rosen <irar@il.ibm.com>
2293
2294 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2295 maintainer.
2296
2297 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2298
2299 * MAINTAINERS (Write After Approval): Move myself to
2300 maintain alphabetical order.
2301
2302 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2303
2304 * MAINTAINERS (Write After Approval): Add myself.
2305
2306 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2307
2308 * MAINTAINERS (Write After Approval): Add myself.
2309
2310 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2311 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2312
2313 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2314 * configure: Regenerate.
2315
2316 2012-01-23 Harshit Chopra <harshit@google.com>
2317
2318 * MAINTAINERS (Write After Approval): Add myself.
2319
2320 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
2321
2322 * configure.ac: Remove reference to mh-interix.
2323 * configure: Regenerate.
2324
2325 2012-01-05 Richard Henderson <rth@redhat.com>
2326
2327 PR bootstrap/51072
2328 * configure.ac: Disable libitm if c++ is not enabled.
2329 * configure: Rebuild.
2330
2331 * configure.ac: Fix regexp for same.
2332 * configure: Rebuild.
2333
2334 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2335
2336 * MAINTAINERS (Write After Approval): Add myself.
2337
2338 2012-01-02 Richard Guenther <rguenther@suse.de>
2339
2340 PR bootstrap/51686
2341 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2342 * Makefile.in: Regenerate.
2343
2344 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2345
2346 * MAINTAINERS (Write After Approval): Add myself.
2347
2348 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2349
2350 * configure: Regenerate.
2351
2352 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2353
2354 * MAINTAINERS (picochip): Changed email address.
2355
2356 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2357
2358 * MAINTAINERS (write-after-approval): Add self.
2359
2360 2011-11-29 DJ Delorie <dj@redhat.com>
2361
2362 * configure.ac (rl78-*-*) New case.
2363 * configure: Regenerate.
2364 * MAINTAINERS: Add myself as RL78 maintainer.
2365
2366 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2367
2368 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2369
2370 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
2371
2372 * libtool.m4: Additional FreeBSD 10 fixes.
2373
2374 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2375
2376 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2377 Maintainers section, as Epiphany maintainer.
2378
2379 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2380
2381 PR target/49992
2382 * configure.ac: Remove ranlib special-casing for Darwin.
2383 * configure: Regenerate.
2384
2385 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
2386
2387 * MAINTAINERS (Reviewers): Keep the list sorted.
2388
2389 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
2390
2391 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2392
2393 2011-11-09 Roland McGrath <mcgrathr@google.com>
2394
2395 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2396 * configure: Rebuild.
2397 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2398 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2399 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2400 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2401 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2402 Add READELF.
2403 * Makefile.in: Rebuild.
2404
2405 2011-11-09 Jason Merrill <jason@redhat.com>
2406
2407 * Makefile.def (language=c++): Remove check-c++0x.
2408 * Makefile.in (check-gcc-c++): Regenerate.
2409
2410 2011-11-08 Richard Henderson <rth@redhat.com>
2411
2412 * configure.ac: Test for libitm directory present first.
2413
2414 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2415
2416 * configure.ac: Test libitm/configure.tgt to disable libitm.
2417 * configure: Rebuild.
2418
2419 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
2420 Richard Henderson <rth@redhat.com>
2421
2422 Merged from transactional-memory.
2423
2424 * Makefile.def (lang_env_dependencies): libitm is c++.
2425 Add libitm target module.
2426 * configure.ac: Likewise.
2427 * config/mmap.m4: New file.
2428 * contrib/gcc_update: Add libitm to touch data.
2429 * Makefile.in, configure: Rebuild.
2430
2431 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2432
2433 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2434 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2435 * Makefile.in: Regenerate.
2436
2437 2011-11-01 DJ Delorie <dj@redhat.com>
2438
2439 * config.sub: Update to version 2011-10-29 (added rl78)
2440
2441 2011-10-27 Nick Clifton <nickc@redhat.com>
2442
2443 * config.sub: Import these changes from the config project:
2444
2445 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2446 Ben Elliston <bje@gnu.org>
2447
2448 * config.sub (epiphany): New.
2449
2450 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2451 Ben Elliston <bje@gnu.org>
2452
2453 * config.sub (hexagon, hexagon-*): New.
2454
2455 2011-08-23 Roland McGrath <mcgrathr@google.com>
2456
2457 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2458 64eb to be64.
2459
2460 2011-08-16 Roland McGrath <mcgrathr@google.com>
2461
2462 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2463 (nacl): Grok as alias for 32el-unknown-nacl.
2464
2465 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2466
2467 * MAINTAINERS (Write After Approval): Add myself.
2468
2469 2011-10-24 Teresa Johnson <tejohnson@google.com>
2470
2471 * MAINTAINERS (Write After Approval): Add myself.
2472
2473 2011-09-21 Jakub Jelinek <jakub@redhat.com>
2474
2475 * MAINTAINERS (sparc port): Remove myself.
2476
2477 2011-09-14 Tom de Vries <tom@codesourcery.com>
2478
2479 * MAINTAINERS (Write After Approval): Add myself.
2480
2481 2011-08-14 Yao Qi <yao@codesourcery.com>
2482
2483 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2484 * configure: Regenerate.
2485
2486 2011-07-26 Ian Lance Taylor <iant@google.com>
2487
2488 * configure.ac: Set have_compiler based on whether gcc directory
2489 exists, rather than on whether gcc is in configdirs.
2490 * configure: Rebuild.
2491
2492 2011-07-21 Joseph Myers <joseph@codesourcery.com>
2493
2494 * MAINTAINERS (Global Reviewers): Add self.
2495
2496 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2497
2498 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2499 link directories.
2500 * Makefile.in: Rebuild.
2501
2502 2011-07-20 Ian Lance Taylor <iant@google.com>
2503
2504 PR bootstrap/49787
2505 * configure.ac: Move --enable-bootstrap handling earlier in file.
2506 If --enable-bootstrap and either --enable-build-with-cxx or
2507 --enable-build-poststage1-with-cxx, enable C++ automatically.
2508 * configure: Rebuild.
2509
2510 2011-07-19 Ian Lance Taylor <iant@google.com>
2511
2512 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2513 make C++ a boot_language. Set and substitute
2514 POSTSTAGE1_CONFIGURE_FLAGS.
2515 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2516 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2517 * configure, Makefile.in: Rebuild.
2518
2519 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2520
2521 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2522 maintainers.
2523
2524 2011-07-18 Jakub Jelinek <jakub@redhat.com>
2525
2526 * MAINTAINERS (Global Reviewers): Add myself.
2527
2528 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2529
2530 * configure: Regenerate.
2531
2532 2011-07-16 Jason Merrill <jason@redhat.com>
2533
2534 * Makefile.def (language=c++): Add check-c++0x and
2535 check-target-libmudflap-c++.
2536 * Makefile.tpl (check-target-libmudflap-c++): New.
2537 * Makefile.in: Regenerate.
2538
2539 2011-07-16 Matthias Klose <doko@ubuntu.com>
2540
2541 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2542 * Makefile.def (target_modules/libjava): Pass
2543 $(EXTRA_CONFIGARGS_LIBJAVA).
2544 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2545 if not configured with --enable-static-libjava.
2546 * Makefile.in: Regenerate.
2547 * configure: Likewise.
2548
2549 2011-07-15 Jason Merrill <jason@redhat.com>
2550
2551 * Makefile.in (check-c++): Move check-gcc-c++0x after
2552 check-target-libstdc++-v3.
2553
2554 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2555
2556 * MAINTAINERS (c6x port): New entry.
2557
2558 2011-07-13 Jason Merrill <jason@redhat.com>
2559
2560 * Makefile.in (check-gcc-c++0x): New.
2561 (check-c++): Depend on it.
2562
2563 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2564
2565 PR target/39150
2566 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2567 x86_64-*-solaris2.1[0-9]*.
2568 * configure: Regenerate.
2569
2570 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2571
2572 * MAINTAINERS (RTL optimizers): Add self.
2573
2574 2011-06-27 Gabriel Charette <gchare@google.com>
2575
2576 * MAINTAINERS (Write After Approval): Add myself.
2577
2578 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2579
2580 PR regression/47836
2581 PR bootstrap/23656
2582 PR other/47733
2583 PR bootstrap/49247
2584 PR c/48825
2585 * configure.ac (target_libraries): Remove target-libiberty.
2586 Remove case-statement setting skipdirs=target-libiberty for
2587 multiple targets. Remove checking target_configdirs and
2588 removing target-libiberty but keeping target-libgcc if
2589 otherwise empty.
2590 * Makefile.def (target_modules): Don't add libiberty.
2591 (dependencies): Remove all traces of target-libiberty.
2592 * configure, Makefile.in: Regenerate.
2593
2594 2011-06-13 Walter Lee <walt@tilera.com>
2595
2596 * configure.ac (tilepro-*-*) New case.
2597 (tilegx-*-*): Likewise.
2598 * configure: Regenerate.
2599
2600 2011-06-06 Jing Yu <jingyu@google.com>
2601
2602 * configure.ac: Skip target-libiberty for
2603 arm*-*-linux-androideabi.
2604 * configure: Regenerated.
2605
2606 2011-06-06 Nick Clifton <nickc@redhat.com>
2607
2608 * config.sub: Sync from upstream.
2609
2610 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2611
2612 * MAINTAINERS (Write After Approval): Add myself.
2613
2614 2011-06-01 Daniel Jacobowitz <drow@false.org>
2615
2616 * MAINTAINERS: Update my email address.
2617
2618 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2619
2620 * MAINTAINERS (Write After Approval): Update my email address.
2621
2622 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2623
2624 * MAINTAINERS (Write After Approval): Add myself.
2625
2626 2011-05-08 Doug Kwan <dougkwan@google.com>
2627
2628 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2629 * configure: Regenerated.
2630 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2631 value from configure.
2632 * Makefile.in: Regenerated.
2633
2634 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2635
2636 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2637 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2638 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2639 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2640 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2641 *-*-vxworks*): Disable newlib and libgloss in separate case
2642 statement.
2643 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2644 to separate case statement.
2645 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2646 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2647 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2648 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2649 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2650 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2651 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2652 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2653 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2654 i[[3456789]]86-*-rdos*, m32r-*-*,
2655 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2656 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2657 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2658 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2659 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2660 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2661 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2662 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2663 and libgloss in main case over targets. Remove most empty cases
2664 in main case over targets.
2665 * configure: Regenerate.
2666
2667 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
2668
2669 * MAINTAINERS (Write After Approval): Add myself.
2670
2671 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2672
2673 * configure.ac: Remove code setting special library locations for
2674 hppa*64*-*-hpux11*. Remove code setting compiler for
2675 sparc-sun-solaris2*.
2676 * configure: Regenerate.
2677
2678 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2679
2680 * configure.ac: Separate libgloss_dir settings from general case
2681 over targets.
2682 * configure: Regenerate.
2683
2684 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2685
2686 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2687 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2688 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2689 cases in libgcj-disabling case statement.
2690 (hppa*64*-*-linux*): Set unsupported_languages instead of
2691 disabling target-zlib.
2692 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2693 to hppa*64*-*-hpux*.
2694 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2695 hppa*-*-hpux*.
2696 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2697 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2698 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2699 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2700 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2701 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2702 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2703 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2704 libgcj-disabling case statement.
2705 * configure: Regenerate.
2706
2707 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2708
2709 * configure.ac: Disable Java for targets not supporting libffi.
2710 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2711 Remove cases in Java-disabling statement.
2712 (*arm-wince-pe): Change to arm-wince-pe.
2713 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2714 cases in Java-disabling statement.
2715 (bfin-*-*): Don't disable Java again.
2716 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2717 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2718 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2719 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2720 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2721 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2722 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2723 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2724 Java-disabling statement.
2725 (mmix-*-*): Don't disable Java again.
2726 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2727 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2728 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2729 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2730 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2731 statement.
2732 * configure: Regenerate.
2733
2734 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2735
2736 * configure.ac: Separate cases disabling Java and Java libraries
2737 from general case over targets.
2738 * configure: Regenerate.
2739
2740 2011-04-21 Jie Zhang <jzhang918@gmail.com>
2741
2742 * MAINTAINERS: Update my email address.
2743
2744 2011-04-20 Easwaran Raman <eraman@google.com>
2745
2746 * MAINTAINERS (Write After Approval): Add myself.
2747
2748 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2749
2750 PR lto/48086
2751 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2752 * configure: Regenerate.
2753
2754 2011-04-16 Jim Meyering <meyering@redhat.com>
2755
2756 * MAINTAINERS (Write After Approval): Add myself.
2757
2758 2011-04-15 Dodji Seketeli <dodji@redhat.com>
2759
2760 * MAINTAINERS: Update my email address.
2761
2762 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
2763
2764 * MAINTAINERS (Write After Approval): Add myself.
2765
2766 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
2767
2768 * MAINTAINERS (Write After Approval): Add myself.
2769
2770 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
2771
2772 * MAINTAINERS (Write After Approval): Add myself.
2773
2774 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2775
2776 * configure.ac (build_tools): Remove build-byacc.
2777 (host_libs): Remove mmalloc.
2778 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2779 autoconf automake libtool diff rcs fileutils shellutils time
2780 textutils wdiff find uudecode hello tar gzip indent recode release
2781 sed perl gawk findutils gettext zip.
2782 (libgcj): Remove target-qthreads.
2783 (target_tools): Remove target-examples target-gperf.
2784 (YACC): Don't handle building byacc.
2785 * configure: Regenerate.
2786 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2787 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2788 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2789 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2790 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2791 handle building components.
2792 * Makefile.in: Regenerate.
2793
2794 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
2795
2796 * MAINTAINERS: Update my email address as Xtensa maintainer.
2797
2798 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2799
2800 * config.sub: Sync from upstream.
2801
2802 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2803
2804 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2805 (microblaze*): Don't disable libssp.
2806 * configure: Regenerate.
2807
2808 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2809
2810 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2811 moveifchange.
2812 * configure: Regenerate.
2813 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2814 * Makefile.in: Regenerate.
2815
2816 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2817
2818 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2819 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2820 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2821 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2822 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2823 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2824 md_exec_prefix cases.
2825 * configure: Regenerate.
2826
2827 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2828
2829 * configure.ac: Separate cases disabling target-libssp,
2830 target-libiberty, target-libstdc++-v3 and Fortran from general
2831 case over targets.
2832 * configure: Regenerate.
2833
2834 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2835
2836 * configure.ac (*-*-chorusos): Don't disable libgcj.
2837 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2838 Remove case.
2839 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2840 (arm-*-coff): Don't disable libgcj.
2841 (arm*-*-linux-gnueabi): Remove useless assignment.
2842 (arm-*-riscix*): Don't disable libgcj.
2843 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2844 configuration.
2845 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2846 (c54x*-*-*): Remove case.
2847 (tic54x-*-*): Don't disable GCC or GCC libraries.
2848 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2849 to *.
2850 (d10v-*-*): Don't disable GCC libraries.
2851 (d30v-*-*): Don't disable libgcj.
2852 (h8500-*-*): Don't disable GCC libraries.
2853 (i960-*-*): Don't disable libgcj.
2854 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2855 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2856 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2857 libgcj.
2858 (m68k-*-coff*): Remove case.
2859 (mmix-*-*): Don't disable libgloss on host.
2860 (mn10200-*-*, mn10300-*-*): Remove cases.
2861 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2862 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2863 Don't disable libgcj.
2864 (romp-*-*): Remove case.
2865 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2866 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2867 case.
2868 (v810-*-*): Don't disable GCC libraries.
2869 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2870 (ip2k-*-*): Don't disable GCC libraries.
2871 * configure: Regenerate.
2872
2873 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2874
2875 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2876 libffi on host.
2877 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2878 on host.
2879 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2880 * configure: Regenerate.
2881
2882 2011-03-26 John Marino <binutils@marino.st>
2883
2884 * configure.ac: Add support for *-*-dragonfly*
2885 * configure: Regenerate.
2886
2887 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2888
2889 * configure.ac (native_only): Remove.
2890 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2891 send-pr uudecode guile gnuserv on host.
2892 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2893 send-pr rcs guile perl texinfo libtool on host.
2894 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2895 automake send-pr rcs guile perl texinfo libtool on host.
2896 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2897 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2898 (alpha*-dec-osf*): Don't disable fileutils on target.
2899 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2900 texinfo send-pr expect dejagnu on target.
2901 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2902 target-qthreads on target.
2903 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2904 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2905 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2906 x86_64-*-mingw*): Don't disable expect on target.
2907 (*-*-cygwin*): Don't disable target-gperf on target.
2908 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2909 gnuserv on target.
2910 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2911 target.
2912 * configure: Regenerate.
2913
2914 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2915
2916 * configure.ac (target_tools): Remove target-groff.
2917 (native_only): Remove target-groff.
2918 (hppa*64*-*-*): Don't disable byacc.
2919 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2920 setting.
2921 (*-*-kaos*): Don't skip target-librx and target-groff.
2922 (*-*-netware*): Don't skip target-libmudflap.
2923 (*-*-tpf*): Don't skip target-libmudflap.
2924 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2925 directories on the host.
2926 (ia64*-*-*vms*): Don't skip tix.
2927 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2928 host.
2929 * configure: Regenerate.
2930
2931 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2932
2933 * configure.ac: Remove references to mt-mep, mt-netware,
2934 mt-wince.
2935 * Makefile.def: Add all-utils soft dependencies.
2936 * Makefile.tpl: Remove GDB_NLM_DEPS.
2937 * configure: Regenerate.
2938 * Makefile.in: Regenerate.
2939
2940 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2941
2942 * configure.ac: Do not include mh-x86omitfp.
2943 * configure: Regenerate.
2944
2945 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2946
2947 * configure.ac: Remove empty cases.
2948 * configure: Regenerate.
2949
2950 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2951
2952 * Makefile.def: Add dependency from termcap to gdb.
2953 * Makefile.in: Regenerate.
2954
2955 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2956
2957 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2958 * configure: Regenerate.
2959 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2960 * Makefile.tpl: Likewise.
2961 * Makefile.in: Regenerate.
2962
2963 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2964
2965 * configure.ac: Remove all mentions of tentative_cc.
2966 * configure: Regenerate.
2967
2968 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2969
2970 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2971 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2972 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2973 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2974 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2975 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2976 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2977 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2978 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2979 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2980 *-*-rhapsody*): Remove host cases.
2981 * configure: Regenerate.
2982
2983 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2984
2985 * configure.ac (ppc*-*-pe): Remove host case.
2986 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2987 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2988 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2989 cases.
2990 * configure: Regenerate.
2991
2992 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2993
2994 * config.sub: Update to version 2011-03-23.
2995
2996 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2997
2998 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2999 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3000 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3001 * configure: Regenerate.
3002
3003 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3004
3005 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3006 to Write After Approval.
3007 * config-ml.in: Don't handle arc-*-elf*.
3008 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3009 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3010 handle GCC libraries.
3011 * configure: Regenerate.
3012
3013 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3014
3015 PR bootstrap/48120:
3016 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3017 Add -lstdc++ -lm to LIBS.
3018 * configure: Regenerate.
3019
3020 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
3021
3022 * config.guess: Update to version 2011-02-02
3023 * config.sub: Update to version 2011-02-24
3024
3025 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3026
3027 PR lto/48086
3028 * configure.ac: Re-enable LTO on *-apple-darwin9.
3029 * configure: Regenerate.
3030
3031 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3032
3033 PR lto/48086
3034 * configure.ac: Disable LTO on darwin due to an assembler change in
3035 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3036 under 256.
3037 * configure: Regenerate.
3038
3039 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3040
3041 * MAINTAINERS: Update myself as score backend maintainer,
3042 update my e-mail address.
3043
3044 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
3045
3046 * MAINTAINERS: Update my e-mail address.
3047
3048 2011-03-06 Joey Ye <joey.ye@arm.com>
3049
3050 * MAINTAINERS: Update my e-mail address.
3051
3052 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3053
3054 * configure.ac: Adjust test of with_ppl.
3055 * configure: Regenerated.
3056
3057 2011-03-02 Kai Tietz <ktietz@redhat.com>
3058
3059 * MAINTAINERS: Adjust my e-mail address.
3060
3061 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3062
3063 * configure.ac: Add -lpwl to ppllibs.
3064 * configure: Regenerated.
3065
3066 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3067
3068 * config/cloog.m4: Add -lisl to clooglibs.
3069 * configure: Regenerated.
3070
3071 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3072
3073 * MAINTAINERS (CPU Port maintainers): Add self.
3074
3075 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3076
3077 * MAINTAINERS: Add myself as testsuite maintainer.
3078
3079 2011-02-15 Mike Stump <mikestump@comcast.net>
3080
3081 * MAINTAINERS: Add myself as testsuite maintainer.
3082
3083 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3084
3085 Import from Libtool and gnulib:
3086
3087 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3088
3089 Prepare for supporting FreeBSD 10.
3090 * config.rpath: Remove handling of freebsd1* which soon would
3091 match FreeBSD 10.0.
3092
3093 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3094
3095 Remove support for FreeBSD 1.x.
3096 * libtool.m4 (_LT_LINKER_SHLIBS)
3097 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3098 soon would incorrectly match FreeBSD 10.0.
3099
3100 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3101
3102 PR binutils/12283
3103 * move-if-change: Import version from gnulib.
3104
3105 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
3106
3107 PR lto/47225
3108 * Makefile.def (lto-plugin): Double dash for enable-shared.
3109 (configure-gcc): Depend on all-lto-plugin.
3110 * Makefile.in: Rebuilt.
3111
3112 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3113
3114 * configure.ac: Remove extra bracket.
3115 * configure: Regenerate.
3116
3117 2011-02-08 Tobias Burnus <burnus@net-b.de>
3118
3119 * MAINTAINERS: Add myself as libquadmath maintainer.
3120
3121 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
3122
3123 * MAINTAINERS: Update my email address.
3124
3125 2011-02-07 Joseph Myers <joseph@codesourcery.com>
3126
3127 * MAINTAINERS (option handling): Add self.
3128
3129 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
3130
3131 PR lto/47225
3132 * Makefile.def: Add dependency for install-gcc
3133 on install-lto-plugin.
3134 * Makfile.in: Regenerated
3135
3136 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3137
3138 * MAINTAINERS (CPU Port Maintainers): Add myself.
3139
3140 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
3141
3142 PR libgcj/44341
3143 * configure.ac: Discard --with-* flags for host when configuring
3144 target libraries for cross build.
3145 * configure: Rebuilt.
3146
3147 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3148
3149 * MAINTAINERS (linear loop transforms): Removed.
3150
3151 2011-01-25 Jakub Jelinek <jakub@redhat.com>
3152
3153 * configure.ac: If with_ppl is no, move setting with_cloog=no
3154 after CLOOG_REQUESTED check.
3155 * configure: Regenerated.
3156
3157 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3158
3159 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3160 CLooG has been requested.
3161 * configure: Regenerated.
3162
3163 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3164
3165 * configure: Regenerated.
3166 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3167
3168 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3169
3170 * configure: Regenerated.
3171 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3172
3173 2011-01-21 Andreas Schwab <schwab@redhat.com>
3174
3175 * configure.ac: Use AS_HELP_STRING throughout.
3176 * configure: Regenerate.
3177
3178 2011-01-18 Jie Zhang <jie.zhang@analog.com>
3179
3180 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3181 * configure: Regenerate.
3182
3183 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3184
3185 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3186
3187 2011-01-13 Joel Brobecker <brobecker@adacore.com>
3188
3189 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3190 for ia64-hpux.
3191 * configure: Regenerate.
3192
3193 2011-01-07 Jan Hubicka <jh@suse.cz>
3194
3195 PR lto/47225
3196 * Makefile.in: Regenerate.
3197 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3198 configure.
3199
3200 2011-01-07 Jan Hubicka <jh@suse.cz>
3201
3202 * Makefile.in: Regenerate.
3203 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3204 and configure dependency on lto-plugin configure.
3205 (lto-plugin module): Remove dependency on GCC; add dependency on
3206 liniberty.
3207
3208 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3209
3210 * MAINTAINERS (Write After Approval): Add myself.
3211
3212 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3213
3214 * configure: Regenerate.
3215
3216 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3217
3218 * configure.ac: (picochip): Disable libiberty.
3219
3220 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3221
3222 * MAINTAINERS (Write After Approval): Add myself.
3223
3224 2010-12-10 Ian Lance Taylor <iant@google.com>
3225
3226 PR bootstrap/46819
3227 * configure.ac: For --disable-libgcj clear libgcj_saved.
3228 * configure: Rebuild.
3229
3230 2010-12-10 Tobias Burnus <burnus@net-b.de>
3231
3232 PR fortran/46540
3233 * configure.ac: Add --disable-libquadmath and
3234 --disable-libquadmath-support.
3235 * configure: Regenerate.
3236
3237 2010-12-03 Ian Lance Taylor <iant@google.com>
3238
3239 * MAINTAINERS: Add myself as libgo maintainer.
3240
3241 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
3242
3243 PR libffi/46792
3244 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3245 * configure: Regenerate.
3246
3247 2010-12-02 Ian Lance Taylor <iant@google.com>
3248
3249 * configure.ac: Always set default for poststage1_ldflags to
3250 -static-libstdc++ -static-libgcc.
3251
3252 2010-11-29 Andreas Schwab <schwab@redhat.com>
3253
3254 * configure.ac: Move comment to remove extra space in last argument
3255 of GCC_TARGET_TOOL.
3256
3257 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
3258
3259 PR other/46026
3260 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3261 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3262 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3263 (BASE_FLAGS_TO_PASS): Use it.
3264 * configure: Rebuilt.
3265 * Makefile.in: Rebuilt.
3266
3267 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3268
3269 PR binutils/12258
3270 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3271 Properly check default linker.
3272 * configure: Regnerated.
3273
3274 2010-11-23 Matthias Klose <doko@ubuntu.com>
3275
3276 * configure.ac: For --enable-gold, handle value `default' instead of
3277 `both*'. New configure option --{en,dis}able-ld.
3278 * configure: Regenerate.
3279
3280 2010-11-20 Ian Lance Taylor <iant@google.com>
3281
3282 * configure.ac: Only disable a language library if no language needs
3283 it. Don't let --disable-libgcj uncondtionally disable libffi.
3284 * configure: Rebuild.
3285
3286 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3287
3288 * Makefile.in: Regenerate.
3289
3290 PR other/46202
3291 * configure.ac: Fix just-built in-tree STRIP name to be
3292 binutils/strip-new.
3293 * configure: Regenerate.
3294 * Makefile.def (install-strip-gcc, install-strip-binutils)
3295 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3296 (install-strip-sid): Mirror dependencies on non-strip variants
3297 of these targets on the respective -strip prerequisites.
3298 * Makefile.tpl (install-strip, install-strip-host)
3299 (install-strip-target): New targets.
3300 (install-strip-[+module+], install-strip-target-[+module+]):
3301 New targets.
3302 * Makefile.in: Regenerate.
3303
3304 2010-11-19 Ian Lance Taylor <iant@google.com>
3305 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3306
3307 * configure.ac: Add target-libgo to target_libraries. Set
3308 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3309 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3310 (HOST_EXPORTS): Add GOC.
3311 (BASE_TARGET_EXPORTS): Add GOC.
3312 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3313 (GOCFLAGS_FOR_TARGET): New variable.
3314 (EXTRA_HOST_FLAGS): Add GOC.
3315 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3316 * Makefile.def (target_modules): Add libgo.
3317 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3318 (dependencies): Add dependency from configure-target-libgo to
3319 configure-target-libffi and all-target-libstdc++-v3. Add
3320 dependencies from all-target-libgo to all-target-libffi.
3321 (languages): Add go.
3322 * configure: Rebuild.
3323 * Makefile.in: Rebuild.
3324
3325 2010-11-19 Ian Lance Taylor <iant@google.com>
3326
3327 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3328 compiler/flag environment variables.
3329
3330 2010-11-18 Ian Lance Taylor <iant@google.com>
3331
3332 * configure.ac: Check for lang_requires_boot_languages in
3333 config-lang.in files.
3334 * configure: Rebuild.
3335
3336 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3337 Tobias Burnus <burnus@net-b.de>
3338
3339 PR fortran/32049
3340 * Makefile.def: Add libquadmath; build it with language=fortran.
3341 * configure.ac: Add libquadmath.
3342 * Makefile.tpl: Handle multiple libs in check-[+language+].
3343 * Makefile.in: Regenerate.
3344 * configure: Regenerate.
3345
3346 2010-11-16 Tom Tromey <tromey@redhat.com>
3347
3348 * MAINTAINERS: Moved myself to reviewers section.
3349
3350 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
3351
3352 * MAINTAINERS: Moved myself to reviewers section.
3353
3354 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3355
3356 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3357 (Write After Approval): Remove self.
3358
3359 2010-11-15 Andreas Schwab <schwab@redhat.com>
3360
3361 * configure.ac: Fix spelling in option names.
3362 * configure: Regenerated.
3363
3364 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
3365
3366 PR bootstrap/39622
3367 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3368 * configure: Regenerated.
3369
3370 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3371
3372 * MAINTAINERS: Update my email address.
3373
3374 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3375
3376 * configure: Regenerate.
3377
3378 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3379
3380 * configure: Regenerate.
3381
3382 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3383
3384 * configure: Regenerate.
3385
3386 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3387
3388 * configure: Regenerate.
3389
3390 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3391
3392 * configure.ac: Support official CLooG.org versions.
3393 * configure: Regenerate.
3394 * config/cloog.m4: New.
3395
3396 2010-11-10 François Dumont <francois.cppdevs@free.fr>
3397
3398 * MAINTAINERS (Write After Approval): Add myself.
3399
3400 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
3401
3402 * MAINTAINERS: Update my email address.
3403
3404 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3405
3406 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3407 * configure: Regenerate.
3408
3409 2010-11-03 Ian Lance Taylor <iant@google.com>
3410 Dave Korn <dave.korn.cygwin@gmail.com>
3411
3412 PR lto/46273
3413 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3414 and on other supported platforms whenever LTO is enabled.
3415 * configure: Rebuild.
3416
3417 2010-11-02 Alan Modra <amodra@gmail.com>
3418
3419 PR binutils/12110
3420 * configure.ac: Error when source path contains spaces.
3421 * configure: Regenerate.
3422
3423 2010-10-23 James E. Wilson <wilson@codesourcery.com>
3424
3425 * MAINTAINERS: Update my email address.
3426
3427 2010-10-20 Ian Lance Taylor <iant@google.com>
3428
3429 * Makefile.def (target_modules): Set lib_path to src/.libs for
3430 libstdc++-v3 module.
3431 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3432 * Makefile.in: Rebuild.
3433
3434 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3435
3436 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3437 (Write After Approval): Remove myself.
3438
3439 2010-10-15 Tristan Gingold <gingold@adacore.com>
3440
3441 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3442
3443 2010-10-14 Douglas Rupp <rupp@gnat.com>
3444
3445 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3446
3447 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3448
3449 * configure.ac (build_lto_plugin): New shell variable.
3450 (--enable-lto): Turn on by default for all non-ELF platforms that
3451 have had LTO support added so far. Set build_lto_plugin appropriately
3452 for both ELF and non-ELF.
3453 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3454 * configure: Regenerate.
3455
3456 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3457
3458 Sync from src:
3459 * configure.ac (v850 support): Remove target-libgloss from
3460 noconfigdirs.
3461 * configure: Regenerate.
3462
3463 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3464
3465 PR bootstrap/45326
3466 PR bootstrap/45174
3467 * configure.ac: Honor initial values of $build_configargs,
3468 $host_configargs, $target_configargs. Mark the precious, so
3469 environment settings get recorded.
3470 * configure: Regenerate.
3471
3472 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3473
3474 PR bootstrap/45796
3475 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3476 Depend on all-build-libiberty.
3477 * Makefile.in: Regenerate.
3478
3479 2010-09-30 Michael Eager <eager@eagercon.com>
3480
3481 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3482 * configure: Regenerate.
3483
3484 2010-09-28 Michael Eager <eager@eagercon.com>
3485
3486 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3487
3488 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3489
3490 PR bootstrap/44621
3491 * configure.ac: Fix unportable shell quoting.
3492 * configure: Regenerate.
3493
3494 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3495
3496 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3497 targets and amend comment.
3498 * configure: Regenerate.
3499
3500 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3501
3502 * MAINTAINERS (Write After Approval): Add myself.
3503
3504 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3505
3506 * configure.ac: Enable LTO by default on Darwin.
3507 * configure: Regenerate.
3508
3509 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3510
3511 * MAINTAINERS (Write After Approval): Add myself.
3512
3513 2010-09-01 Ian Bolton <ian.bolton@arm.com>
3514
3515 * MAINTAINERS (Write After Approval): Add myself.
3516
3517 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3518
3519 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3520 ports
3521
3522 2010-07-28 David Yuste <david.yuste@gmail.com>
3523
3524 * MAINTAINERS (Write After Approval): Add myself.
3525
3526 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3527
3528 * configure.ac: Support all v850 targets.
3529 * configure: Regenerate.
3530
3531 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3532
3533 PR bootstrap/44455
3534 * configure.ac (extra_mpfr_configure_flags): Copy from
3535 extra_mpc_gmp_configure_flags.
3536 * configure: Re-generated.
3537
3538 2010-07-22 Andi Kleen <ak@linux.intel.com>
3539
3540 * MAINTAINERS (Write After Approval): Add myself.
3541
3542 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3543
3544 * MAINTAINERS (Write After Approval): Add myself.
3545
3546 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3547
3548 * MAINTAINERS (Write After Approval): Add myself.
3549
3550 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3551
3552 PR target/44862
3553 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3554 Provide -B option to allow for link spec %s substitutions for
3555 libstdc++.a on darwin.
3556 * Makefile.in: Regenerate.
3557
3558 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3559
3560 * MAINTAINERS (Reviewers): Update my e-mail address
3561
3562 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
3563
3564 * Makefile.def (configure-gcc): Depend on all-libelf.
3565 * Makefile.in: Rebuild.
3566
3567 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3568
3569 * MAINTAINERS (Write After Approval): Add myself in the right place.
3570
3571 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
3572
3573 * MAINTAINERS (Write After Approval): Add myself.
3574
3575 2010-05-25 Sterling Augustine <sterling@tensilica.com>
3576
3577 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3578
3579 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
3580
3581 * config.sub: Update to version 2010-05-21.
3582 * config.guess: Update to version 2010-04-03.
3583
3584 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3585
3586 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3587 * configure: Regenerate.
3588
3589 2010-05-12 Sriraman Tallam <tmsriram@google.com>
3590
3591 * MAINTAINERS (Write After Approval): Add myself.
3592
3593 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3594
3595 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3596 a platform that supports LTO.
3597 * configure: Regenerate.
3598
3599 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3600
3601 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3602 * configure: Regenerated.
3603
3604 2010-04-27 Roland McGrath <roland@redhat.com>
3605 H.J. Lu <hongjiu.lu@intel.com>
3606
3607 * configure.ac (--enable-gold): Support both, both/gold and
3608 both/bfd to add gold to configdirs without removing ld.
3609 * configure: Regenerated.
3610
3611 * Makefile.def: Add install-gold dependency to install-ld.
3612 * Makefile.in: Regenerated.
3613
3614 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3615
3616 PR lto/42776
3617 * configure.ac (--enable-lto): Refactor handling so libelf tests
3618 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3619 and allow LTO to be explicitly enabled on non-ELF platforms that
3620 are known to support it inside else-clause.
3621 * configure: Regenerate.
3622
3623 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3624
3625 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3626 * configure: Regenerate.
3627
3628 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3629
3630 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3631 * configure: Regenerate.
3632
3633 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3634
3635 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3636 separately.
3637 * configure: Regenerate.
3638
3639 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
3640
3641 * MAINTAINERS (Write After Approval): Add myself.
3642
3643 2010-04-14 Tristan Gingold <gingold@adacore.com>
3644
3645 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3646 * configure: Regenerate.
3647
3648 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3649
3650 * configure: Regenerate after change to elf.m4.
3651
3652 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3653
3654 * MAINTAINERS (Write After Approval): Add myself.
3655
3656 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3657
3658 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3659 * configure: Regenerated.
3660
3661 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3662
3663 * configure.ac: Print "buggy but acceptable" when CLooG
3664 revision is less than 9.
3665 * configure: Regenerated.
3666
3667 2010-04-01 Diego Novillo <dnovillo@google.com>
3668
3669 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3670
3671 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3672
3673 PR bootstrap/43615
3674 PR bootstrap/43328
3675
3676 Revert:
3677
3678 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3679
3680 * configure.ac: Do not pass --enable-multilib nor
3681 --disable-multilib in baseargs. Accept explicitly passed
3682 --enable_multilib.
3683 * configure: Regenerate.
3684
3685 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3686
3687 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3688
3689 2010-03-31 Janis Johnson <janis187@us.ibm.com>
3690
3691 * MAINTAINERS: Remove myself.
3692
3693 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3694
3695 PR bootstrap/43328
3696 * configure.ac: Do not pass --enable-multilib nor
3697 --disable-multilib in baseargs. Accept explicitly passed
3698 --enable_multilib.
3699 * configure: Regenerate.
3700
3701 2010-03-28 Andrew Pinski <pinskia@gmail.com>
3702
3703 * MAINTAINERS (spu port): Remove me.
3704
3705 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3706
3707 * configure.ac (tic6x-*-*): New case.
3708 * configure: Regenerate.
3709
3710 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3711
3712 * config.sub: Update to version 2010-03-22.
3713 * config.guess: Update to version 2009-12-30.
3714
3715 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3716
3717 PR ada/42554
3718 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3719 * configure: Regenerate.
3720
3721 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3722
3723 * MAINTAINERS: Update my email address.
3724
3725 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
3726
3727 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3728 (ghassan.shobaki@amd.com): Removed.
3729
3730 2010-03-17 Alan Modra <amodra@gmail.com>
3731
3732 * MAINTAINERS: Update my email address.
3733
3734 2010-03-16 Diego Novillo <dnovillo@google.com>
3735
3736 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3737 Matthews.
3738
3739 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3740
3741 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3742 Gutson, Jeffrey D. Oldham and Mark Shinwell.
3743
3744 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3745
3746 * MAINTAINERS: Update my email address.
3747
3748 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3749
3750 * MAINTAINERS: Update my email address.
3751
3752 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
3753
3754 * MAINTAINERS: Update my email address.
3755
3756 2010-03-09 Jie Zhang <jie@codesourcery.com>
3757
3758 * MAINTAINERS: Update my email address.
3759
3760 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3761
3762 PR libstdc++/32499
3763 * configure.ac (RANLIB): Default to true.
3764 (STRIP): Likewise.
3765 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3766 * configure: Regenerate.
3767
3768 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
3769
3770 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3771 (Write After Approval): Update my email address.
3772
3773 2010-02-17 Nick Clifton <nickc@redhat.com>
3774
3775 PR 11238
3776 * Makefile.tpl (local-distclean): Also remove config.cache files in
3777 sub-directories as there may not be Makefiles present in the
3778 sub-directories.
3779 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3780 the config.cache files found by the find command.
3781
3782 * Makefile.in: Regenerate.
3783 * configure.ac: Revert previous delta.
3784 * configure: Regenerate.
3785
3786 2010-02-15 Nick Clifton <nickc@redhat.com>
3787
3788 PR 11238
3789 * configure.ac: Delete config.cache files in sub-directories when
3790 deleting Makefiles.
3791 * configure: Regenerate.
3792
3793 2010-02-12 Ben Elliston <bje@gnu.org>
3794
3795 * MAINTAINERS: Update my email address.
3796
3797 2010-02-08 Andrew Pinski <pinskia@gmail.com>
3798
3799 * MAINTAINERS (spu port): Update my email address.
3800
3801 2010-02-08 Jie Zhang <jie.zhang@analog.com>
3802
3803 * MAINTAINERS: Add myself as a maintainer for the bfin port.
3804
3805 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3806
3807 * configure.ac: Add "recommended" version checks for GMP/MPC.
3808 Update recommended GMP/MPFR/MPC versions.
3809 * configure: Regenerate.
3810
3811 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
3812
3813 * MAINTAINERS: Move my Embecosm email address into the
3814 write-after-approval section.
3815
3816 2010-01-26 Ian Lance Taylor <iant@google.com>
3817
3818 * MAINTAINERS: Add myself as Go frontend maintainer.
3819
3820 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3821
3822 PR libstdc++/36101, PR libstdc++/42813
3823 * configure.ac (bootstrap_target_libs): Make inclusion of
3824 target-libgomp conditional on libgomb being in target_configdirs.
3825 * configure: Regenerate.
3826
3827 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3828
3829 PR libstdc++/36101, PR libstdc++/42813
3830 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3831 * configure: Regenerate.
3832
3833 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3834
3835 PR libstdc++/36101, PR libstdc++/42813
3836 * configure.ac (target_configdirs): Substitute.
3837 * Makefile.def: Bootstrap target module libgomp.
3838 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3839 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3840 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3841 * configure, Makefile.in: Regenerate.
3842
3843 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
3844
3845 * MAINTAINERS: Adjust my details.
3846
3847 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
3848
3849 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3850
3851 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
3852
3853 * MAINTAINERS: reindented my entry with tabs instead of spaces.
3854
3855 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
3856
3857 * MAINTAINERS (Write After Approval): Add myself.
3858
3859 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3860
3861 * MAINTAINERS (Write After Approval): Add myself.
3862
3863 2010-01-11 Richard Guenther <rguenther@suse.de>
3864
3865 PR lto/41569
3866 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3867 * Makefile.in: Regenerated.
3868
3869 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
3870
3871 * configure.ac: Enable libjava build on x86_64-*freebsd*.
3872 * configure: Regenerate.
3873
3874 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3875 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3876
3877 PR bootstrap/42424
3878 * configure.ac: Include libtool m4 files.
3879 (_LT_CHECK_OBJDIR): Call it.
3880 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3881 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3882
3883 * configure: Regenerate.
3884
3885 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3886
3887 PR bootstrap/41818
3888 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3889 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3890 * Makefile.in: Regenerate.
3891
3892 2010-01-02 Richard Guenther <rguenther@suse.de>
3893
3894 PR lto/41529
3895 * configure.ac: Include config/elf.m4. Disable LTO if not
3896 builting for an elf target.
3897 * configure: Regenerate.
3898
3899 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3900
3901 * MAINTAINERS: Change my email address.
3902
3903 2009-12-18 Ben Elliston <bje@au.ibm.com>
3904
3905 * config.sub, config.guess: Update from upstream sources.
3906
3907 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3908
3909 * MAINTAINERS (Write After Approval): Add myself.
3910
3911 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3912
3913 PR middle-end/30447
3914 PR middle-end/30789
3915 PR other/40302
3916
3917 * configure.ac: Require MPC.
3918 * configure: Regenerate.
3919
3920 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3921
3922 PR target/38384
3923 PR bootstrap/40972
3924 * libtool.m4: Sync from git Libtool.
3925 * ltoptions.m4: Likewise.
3926 * ltversion.m4: Likewise.
3927 * lt~obsolete.m4: Likewise.
3928 * ltmain.sh: Likewise.
3929
3930 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3931
3932 * configure.ac: Update minimum MPC version to 0.8.
3933 * configure: Regenerate.
3934
3935 2009-11-21 Sebastian Pop <sebpop@gmail.com>
3936
3937 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3938 * configure: Regenerated.
3939
3940 2009-11-21 Ian Lance Taylor <iant@google.com>
3941
3942 * configure.ac: Change default of poststage1_ldflags to be empty if
3943 poststage1_libs is set. When poststage1_libs is empty, and
3944 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3945 * configure: Rebuild.
3946
3947 2009-11-21 Adam Nemet <adambnmet@gmail.com>
3948
3949 * MAINTAINERS (Write After Approval): Update my email address.
3950
3951 2009-11-20 Ben Elliston <bje@au.ibm.com>
3952
3953 * config.guess: Update from upstream sources.
3954
3955 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3956
3957 * Makefile.def: Restore host and target settings for gmp.
3958 * Makefile.in: Rebuild.
3959
3960 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3961
3962 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3963 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3964 Fix portability of test of C++ as bootstrap language. Add
3965 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3966 * configure: Rebuild.
3967 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3968 and cloog. Fix in-tree ppl configuration. Introduce libelf
3969 in-tree building.
3970 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3971 (POSTSTAGE1_HOST_EXPORTS): Use it.
3972 (STAGE[+id+]_CXXFLAGS): New.
3973 (BASE_FLAGS_TO_PASS): Pass it down.
3974 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3975 extra_exports.
3976 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3977 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3978 extra_exports.
3979 * Makefile.in: Rebuild.
3980
3981 2009-11-17 Ben Elliston <bje@au.ibm.com>
3982
3983 * config.sub, config.guess: Update from upstream sources.
3984
3985 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3986
3987 * MAINTAINERS (Write After Approval): Add myself.
3988
3989 2009-11-09 Jon Beniston <jon@beniston.com>
3990
3991 * MAINTAINERS (Write After Approval): Add myself.
3992
3993 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3994
3995 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3996 paths for *-w64-mingw* and x86_64-*mingw*.
3997 * configure: Regenerated.
3998
3999 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
4000
4001 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4002
4003 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4004
4005 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4006 Phil Edwards to Write-After Approval.
4007
4008 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
4009
4010 * configure.ac: Disable target-winsup & co for
4011 x86_64-*-mingw* and *-w64-mingw* targets.
4012 * configure: Regenerated.
4013
4014 2009-10-16 Nick Clifton <nickc@redhat.com>
4015
4016 * MAINTAINERS: Add myself as a maintainer for the RX port.
4017
4018 2009-10-26 Johannes Singler <singler@kit.edu>
4019
4020 * MAINTAINERS (Write After Approval): Update my e-mail address.
4021
4022 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4023
4024 * configure.ac (CLooG test): Use = with test.
4025 * configure: Regenerate.
4026
4027 2009-10-22 Richard Guenther <rguenther@suse.de>
4028
4029 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4030 cloog if the ppl version check failed. Move flags saving
4031 before setting in libelf check.
4032 * configure: Regenerate.
4033
4034 2009-10-21 Richard Guenther <rguenther@suse.de>
4035
4036 * configure.ac: Adjust the ppl and cloog configure to work as
4037 documented. Disable cloog if ppl was disabled. Omit the version
4038 checks if they were disabled.
4039 * configure: Re-generate.
4040
4041 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4042
4043 * configure.ac: Add 'lto' to enable_languages, not
4044 new_enable_languages, and only if not already present.
4045 * configure: Regenerate.
4046
4047 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4048
4049 * README: Refer to the various COPYING* files instead of just
4050 COPYING.
4051 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4052
4053 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
4054
4055 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4056
4057 2009-10-07 Richard Guenther <rguenther@suse.de>
4058
4059 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4060 and Richard Guenther as reviewers.
4061 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4062 as reviewers.
4063
4064 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
4065
4066 * config.sub: Update from upstream sources.
4067
4068 2009-10-06 Ian Lance Taylor <iant@google.com>
4069
4070 * Makefile.def: check-gold depends upon all-gas.
4071 * Makefile.in: Rebuild.
4072
4073 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4074
4075 * MAINTAINERS (Write After Approval): Add myself.
4076
4077 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4078
4079 * Makefile.def: all-lto-plugin depends on all-libiberty.
4080 set bootstrap=true for lto-plugin.
4081 Add lto-plugin.
4082 * Makefile.in: Regenerate.
4083 * configure.ac (host_libs): Add lto-plugin.
4084 * configure: Regenerate.
4085
4086 2009-10-03 Diego Novillo <dnovillo@google.com>
4087
4088 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4089 (HOST_LIBELFLIBS): Define.
4090 (HOST_LIBELFINC): Define.
4091 * Makefile.in: Regenerate.
4092 * configure.ac: Add --enable-lto.
4093 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4094 If --enable-lto is used, add 'lto' to new_enable_languages.
4095 If --enable-lto is used and gold is enabled, add
4096 lto-plugin to configdirs.
4097 * configure: Regenerate.
4098
4099 2009-10-03 Simon Baldwin <simonb@google.com>
4100
4101 * configure.ac: If --with-system-zlib, suppress local zlib and
4102 pass --with-system-zlib to subdir configure scripts.
4103 * configure: Regenerate.
4104
4105 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
4106 Paolo Bonzini <bonzini@gnu.org>
4107
4108 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4109 $(srcdir).
4110 * Makefile.in: Rebuilt.
4111
4112 2009-09-26 Gary Funck <gary@intrepid.com>
4113
4114 * MAINTAINERS (Write After Approval): Add myself.
4115
4116 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4117
4118 * configure.ac: Update minimum MPC version to 0.7.
4119 * configure: Regenerate.
4120
4121 2009-09-25 Nick Clifton <nickc@redhat.com>
4122
4123 * configure.ac: Pass any --cache-file=/dev/null option on to
4124 subconfigures.
4125 * configure: Regenerate.
4126
4127 2009-09-23 Nick Clifton <nickc@redhat.com>
4128
4129 * config.sub, config.guess: Update from upstream sources.
4130
4131 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
4132
4133 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4134 * Makefile.in: Rebuilt.
4135
4136 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4137
4138 PR bootstrap/32272
4139 * configure.ac: Error out if $srcdir isn't '.' but contains
4140 host-${host_noncanonical}.
4141 * configure: Regenerate.
4142
4143 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4144
4145 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4146 maintainer.
4147
4148 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4149
4150 * configure.ac: If bootstrapping a combined tree with
4151 --enable-gold, require c++ in stage1_languages.
4152 * configure: Regenerate.
4153
4154 * configure.ac: Also add target_libs of stage1_languages to
4155 bootstrap_target_libs.
4156 * configure: Regenerate.
4157
4158 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4159 with --enable-languages not containing c++.
4160 * configure: Regenerate.
4161
4162 2009-09-15 Jie Zhang <jie.zhang@analog.com>
4163
4164 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4165 * configure: Regenerate.
4166
4167 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
4168
4169 * MAINTAINERS (Write After Approval): Update my e-mail address,
4170 and move from from here...
4171 (Waiting for paperwork): To here.
4172
4173 2009-09-09 Joseph Myers <joseph@codesourcery.com>
4174
4175 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4176
4177 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4178
4179 * configure.ac: Do not use $extrasub for replacing @if/@endif
4180 parts in Makefile; instead, use additional arguments to
4181 AC_CONFIG_COMMANDS to do the replacement manually, with several
4182 sed invocations, to avoid HP-UX sed command limits.
4183 * configure: Regenerate.
4184
4185 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
4186
4187 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4188 blank before -L.
4189
4190 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
4191
4192 * configure.ac (with-build-config): Document. Handle without.
4193 Handle missing argument.
4194 * configure: Rebuilt.
4195
4196 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
4197
4198 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4199 Default to bootstrap-debug only if compare-debug works.
4200 * configure: Rebuilt.
4201 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4202 * Makefile.in: Rebuilt.
4203
4204 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4205
4206 * MAINTAINERS (OS Port Maintainers): Update my email address.
4207
4208 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
4209
4210 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4211 * Makefile.in: Rebuilt.
4212
4213 2009-09-01 Chris Demetriou <cgd@google.com>
4214
4215 * MAINTAINERS (Write After Approval): Add myself.
4216
4217 2009-08-31 Dodji Seketeli <dodji@redhat.com>
4218
4219 PR debug/30161
4220 * include/dwarf2.h (enum dwarf_tag): Added
4221 DW_TAG_GNU_template_template_param
4222 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4223
4224 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4225
4226 * Makefile.tpl (AWK): Fix typo.
4227 * Makefile.in: Regenerate.
4228
4229 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4230
4231 * configure.ac: Detect awk and sed.
4232 * Makefile.def (flags_to_pass): Add AWK and SED.
4233 * Makefile.tpl (AWK, SED): New.
4234 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4235 * configure: Regenerate.
4236 * Makefile.in: Regenerate.
4237
4238 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4239
4240 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4241 (collapseslashes): Likewise.
4242
4243 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4244
4245 * configure.ac (AC_PREREQ): Bump to 2.64.
4246
4247 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4248
4249 * configure.ac: Remove --with-datarootdir, --with-docdir,
4250 --with-pdfdir, --with-htmldir switches.
4251 * configure: Regenerate.
4252
4253 * configure: Regenerate.
4254
4255 * compile: Sync from Automake 1.11.
4256 * depcomp: Likewise.
4257 * install-sh: Likewise.
4258 * missing: Likewise.
4259 * mkinstalldirs: Likewise.
4260 * ylwrap: Likewise.
4261
4262 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4263
4264 * ltmain.sh (func_normal_abspath): New function.
4265 (func_relative_path): Likewise.
4266 (func_mode_help): Document new -bindir option for link mode.
4267 (func_mode_link): Add new -bindir option, and use it to place
4268 output DLL if specified.
4269
4270 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4271
4272 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4273 (baseargs): Add --disable-option-checking.
4274 * configure: Regenerate.
4275
4276 * Makefile.def (configure-target-libiberty): Depend on
4277 all-binutils and all-ld.
4278 (configure-target-newlib): Likewise.
4279 * Makefile.in: Regenerate.
4280
4281 2009-08-17 Ben Elliston <bje@au.ibm.com>
4282
4283 * config.sub, config.guess: Update from upstream sources.
4284
4285 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4286
4287 Sync from src, merge:
4288
4289 2009-07-02 Tristan Gingold <gingold@adacore.com>
4290
4291 * configure.ac: Do not exclude gas for i386-*-darwin.
4292 Add a case for x86_64-*-darwin.
4293 * configure: Regenerate.
4294
4295 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4296
4297 * MAINTAINERS: Add my name to Write After Approval list.
4298
4299 2009-08-06 Michael Eager <eager@eagercon.com>
4300
4301 * configure.ac: Add Microblaze target.
4302 * configure: Regenerate.
4303
4304 2009-07-31 Christian Bruel <christian.bruel@st.com>
4305
4306 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4307 * configure: Regenerate.
4308
4309 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
4310
4311 * MAINTAINERS (Write After Approval): Update my e-mail address.
4312
4313 2009-07-06 Ian Lance Taylor <iant@google.com>
4314
4315 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4316 * configure: Rebuild.
4317
4318 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4319
4320 * MAINTAINERS: Move myself to the Graphite Reviewers.
4321
4322 2009-06-30 Wei Guozhi <carrot@google.com>
4323
4324 * MAINTAINERS: Add my name to Write After Approval list.
4325
4326 2009-06-26 Steve Ellcey <sje@cup.hp.com>
4327
4328 PR bootstrap/40338
4329 * configure.ac (comparestring): Create new variable.
4330 * Makefile.tpl (comparestring): Use to skip some comparisions.
4331 * configure: Regenerate.
4332 * Makefile.in: Regenerate.
4333
4334 2009-06-26 Doug Evans <dje@sebabeach.org>
4335
4336 * Makefile.def (host_modules): Add cgen.
4337 * Makefile.in: Regenerate.
4338 * configure.ac (host_tools): Add cgen.
4339 * configure: Regenerate.
4340
4341 2009-06-23 DJ Delorie <dj@redhat.com>
4342
4343 * MAINTAINERS: Add myself as mep maintainer.
4344
4345 2009-06-23 Ian Lance Taylor <iant@google.com>
4346
4347 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4348 boot_languages. Only bootstrap target libraries listed in
4349 target_libs for some boot language. Add --with-stage1-ldflags,
4350 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4351 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4352 if not building with C++.
4353 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4354 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4355 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4356 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4357 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4358 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4359 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4360 * configure, Makefile.in: Rebuild.
4361
4362 2009-06-23 Li Feng <nemokingdom@gmail.com>
4363
4364 * MAINTAINERS: Added my name to write-after-approval list.
4365
4366 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4367
4368 * configure.ac: Define is_elf for QNX Neutrino targets.
4369 * configure: Regenerate.
4370
4371 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4372
4373 * MAINTAINERS: Added my name to the write-after-approval list
4374
4375 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4376
4377 * configure.ac: Detect MPC in default directory.
4378 * configure: Regenerate.
4379
4380 2009-06-03 Jerome Guitton <guitton@adacore.com>
4381 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4382
4383 * Makefile.tpl (all): Avoid a trailing backslash.
4384 * Makefile.in: Regenerate.
4385
4386 2009-06-03 Ben Elliston <bje@au.ibm.com>
4387
4388 * config.sub, config.guess: Update from upstream sources.
4389
4390 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4391
4392 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4393 to noconfdirs.
4394 * configure: Regenerate.
4395
4396 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
4397
4398 * Makefile.tpl ([+compare-target+]): Compare all stage
4399 directories, rather than just gcc.
4400 * Makefile.in: Rebuilt.
4401
4402 2009-06-01 Doug Kwan <dougkwan@google.com>
4403
4404 * configure.ac: Support gold for target arm*-*-*.
4405 * configure: Regenerate.
4406
4407 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4408
4409 * Makefile.def: Add MPC support and dependencies.
4410 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4411
4412 * Makefile.in, configure: Regenerate.
4413
4414 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
4415
4416 * Makefile.tpl (all): Avoid harmless warning in make all when
4417 gcc-bootstrap is enabled but stage_last does not exist.
4418 * Makefile.in: Rebuilt.
4419
4420 2009-05-24 Nicolas Roche <roche@adacore.com>
4421
4422 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4423 * Makefile.in: Regenerate.
4424
4425 2009-05-21 Denis Chertykov <chertykov@gmail.com>
4426
4427 * MAINTAINERS: Update my e-mail address.
4428
4429 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4430
4431 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4432 * configure: Regenerate.
4433
4434 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4435
4436 PR other/40159
4437 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4438 gcc-no-bootstrap are mutually exclusive.
4439 * Makefile.in: Rebuilt.
4440
4441 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4442
4443 PR other/40159
4444 * Makefile.tpl (all): Don't end with unconditional success.
4445 * Makefile.in: Rebuilt.
4446
4447 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
4448
4449 PR target/37137
4450 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4451 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4452 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4453 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4454 stage_configureflags, stage_cflags and stage_libcflags into
4455 explicit Makefile macros.
4456 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4457 GFORTRAN.
4458 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4459 CC. Set CC_FOR_BUILD from CC.
4460 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4461 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4462 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4463 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4464 and GFORTRAN.
4465 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4466 (_LIBCFLAGS): Renamed to _TFLAGS.
4467 (do-compare-debug, do-compare3-debug): Drop.
4468 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4469 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4470 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4471 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4472 (XGCC_FLAGS_FOR_TARGET): New.
4473 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4474 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4475 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4476 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4477 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4478 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4479 TFLAGS.
4480 (BUILD_CONFIG): Include if requested.
4481 (all): Set TFLAGS on bootstrap.
4482 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4483 (all-stageid-prefixmodule): Likewise.
4484 (do-clean, distclean-stageid): Set TFLAGS.
4485 (restrap): Fix whitespace.
4486 * Makefile.in: Rebuilt.
4487
4488 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
4489
4490 * config.guess: Sync with src.
4491
4492 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4493
4494 * configure.ac ($with_ppl): Default to no if not supplied.
4495 ($with_cloog): Likewise.
4496 configure: Regenerate.
4497
4498 2009-04-27 James E. Wilson <wilson@codesourcery.com>
4499
4500 * MAINTAINERS: Update my e-mail address.
4501
4502 2009-04-27 Nick Clifton <nickc@redhat.com>
4503
4504 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4505
4506 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4507
4508 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4509 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4510 * Makefile.in: Regenerate.
4511
4512 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4513
4514 PR bootstrap/39739
4515 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4516 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4517
4518 * configure, Makefile.in: Regenerate.
4519
4520 2009-04-21 Taras Glek <tglek@mozilla.com>
4521
4522 * include/hashtab.h: Update GTY annotations to new syntax
4523 * include/splay-tree.h: Likewise
4524
4525 2009-04-17 Ben Elliston <bje@au.ibm.com>
4526
4527 * config.sub, config.guess: Update from upstream sources.
4528
4529 2009-04-15 Anthony Green <green@moxielogic.com>
4530
4531 * configure.ac: Add moxie support.
4532 * configure: Rebuilt.
4533
4534 2009-04-14 Jakub Jelinek <jakub@redhat.com>
4535
4536 * configure.ac: Change copyright header to refer to version
4537 3 of the GNU General Public License and to point readers at the
4538 COPYING3 file and the FSF's license web page.
4539 * Makefile.def: Likewise.
4540 * Makefile.tpl: Likewise.
4541 * Makefile.in: Regenerate.
4542
4543 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4544
4545 * configure.ac: Restore match for darwin9 or later. Use double
4546 brackets since regeneration eats one pair.
4547 * configure: Regenerate.
4548
4549 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4550
4551 PR gas/10039
4552 * configure.ac: Require texinfo 4.7.
4553 * configure: Regenerated.
4554
4555 2009-04-09 Nick Clifton <nickc@redhat.com>
4556
4557 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4558 the GCC Runtime Library Exception.
4559
4560 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4561
4562 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4563 * configure: Regenerate.
4564
4565 2009-04-01 Steve Ellcey <sje@cup.hp.com>
4566
4567 * Makefil.def (languages): New entries.
4568 * Makefile.tpl (check-gcc-*): New generic target.
4569 * Makefile.in: Regenerate.
4570
4571 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
4572
4573 * MAINTAINERS: Update my email address.
4574
4575 2009-03-18 Tom Tromey <tromey@redhat.com>
4576
4577 * configure: Rebuild.
4578 * configure.ac (host_libs): Add libiconv.
4579 * Makefile.in: Rebuild.
4580 * Makefile.def (host_modules): Add libiconv.
4581 (configure-gdb, all-gdb): Depend on libiconv.
4582
4583 2009-03-16 Tristan Gingold <gingold@adacore.com>
4584
4585 * configure.ac: Treat gdb as supported on x86_64-darwin.
4586 * configure: Regenerate.
4587
4588 2009-03-16 Joseph Myers <joseph@codesourcery.com>
4589
4590 * configure.ac (--with-host-libstdcxx): New option.
4591 * configure: Regenerate.
4592
4593 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
4594
4595 * MAINTAINERS: Move myself into the write after approval list.
4596
4597 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4598
4599 * MAINTAINERS: Update e-mail address.
4600
4601 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4602
4603 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4604
4605 2009-03-10 Ira Rosen <irar@il.ibm.com>
4606
4607 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4608
4609 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4610
4611 Backport from git Libtool:
4612
4613 2009-01-19 Robert Millan <rmh@aybabtu.com>
4614 Support GNU/kOpenSolaris.
4615 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4616 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4617 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4618 GNU/kOpenSolaris.
4619
4620 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4621
4622 * MAINTAINERS: Update e-mail address.
4623
4624 2009-02-24 Michael Eager <eager@eagercon.com>
4625
4626 * MAINTAINERS (Write After Approval): Add self.
4627
4628 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
4629
4630 * MAINTAINERS (Write After Approval): Add myself.
4631
4632 2009-02-05 Andreas Schwab <schwab@suse.de>
4633
4634 * Makefile.tpl (stage_last): Define $r and $s before using
4635 $(RECURSE_FLAGS_TO_PASS).
4636 * Makefile.in: Regenerate
4637
4638 2009-01-30 Ian Lance Taylor <iant@google.com>
4639
4640 * MAINTAINERS: Move myself to the Global Reviewers list.
4641
4642 2009-01-29 Robert Millan <rmh@aybabtu.com>
4643
4644 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4645 * configure: Regenerate.
4646
4647 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4648
4649 * MAINTAINERS: Make whitespace consistent.
4650 Remove Robert Millan from Write After Approval.
4651
4652 2009-01-16 Alan Modra <amodra@bigpond.net.au>
4653
4654 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4655 (all-opcodes): Depend on all-libiberty.
4656 * Makefile.in: Regenerate.
4657
4658 2009-01-15 Douglas B Rupp <rupp@gnat.com>
4659
4660 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4661 * configure: Regenerate.
4662
4663 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4664
4665 * MAINTAINERS (Write After Approval): Add myself.
4666
4667 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4668
4669 * MAINTAINERS: Add myself to reviewers (Fortran).
4670
4671 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
4672
4673 PR tree-optimization/38515
4674 * configure.ac (cloog-polylib): Removed.
4675 (with_ppl, with_cloog): Test for "no".
4676 * configure: Regenerated.
4677
4678 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
4679
4680 * MAINTAINERS: Moved myself to reviewers (Fortran).
4681
4682 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4683
4684 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4685 (Write After Approval): Remove myself.
4686
4687 2009-01-03 Diego Novillo <dnovillo@google.com>
4688
4689 * MAINTAINERS: Remove myself from alias maintainership.
4690
4691 2009-01-02 David Ayers <ayers@fsfe.org>
4692
4693 * MAINTAINERS: Update e-mail address.
4694
4695 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
4696
4697 * MAINTAINERS: Make whitespace consistent.
4698
4699 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4700
4701 Backport from upstream Libtool:
4702 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4703 Add cache variables to tests that require the linker to work.
4704 For shlibpath_overrides_runpath, this also changes the semantics
4705 to let the result from the C compiler take precedence.
4706
4707 2008-12-02 Ben Elliston <bje@au.ibm.com>
4708
4709 * config.sub, config.guess: Update from upstream sources.
4710
4711 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
4712
4713 * configure.ac (ppllibs): Add by default the lib flags.
4714 * configure: Regenerate.
4715
4716 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
4717
4718 * MAINTAINERS: Add myself to the write after approval list.
4719
4720 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
4721
4722 * configure.ac: Add double brackets on darwin[912].
4723 * configure: Regenerate.
4724
4725 2008-12-03 Daniel Kraft <d@domob.eu>
4726
4727 * MAINTAINERS: Moved myself and Mikael Morin from Write After
4728 Approval to Reviewer section (for Fortran front-end).
4729
4730 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
4731
4732 * configure.ac: Expand to darwin10 and later.
4733 * configure: Regenerate.
4734
4735 2008-12-02 Andreas Schwab <schwab@suse.de>
4736
4737 * Makefile.def: configure-target-boehm-gc depends on
4738 all-target-libstdc++-v3.
4739 * Makefile.in: Regenerate.
4740
4741 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
4742
4743 * MAINTAINERS: Add myself as mingw maintainer.
4744
4745 2008-12-02 Ben Elliston <bje@au.ibm.com>
4746
4747 * config.sub, config.guess: Update from upstream sources.
4748
4749 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
4750
4751 * README.SCO: Remove.
4752
4753 2008-11-29 Fernando Pereira <pronesto@gmail.com>
4754
4755 * MAINTAINERS: Add myself to the write after approval list.
4756
4757 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
4758
4759 * MAINTAINERS: Update my email address in WAA section.
4760
4761 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
4762
4763 * MAINTAINERS: Update e-mail address.
4764
4765 2008-11-27 Toon Moene <toon@moene.org>
4766
4767 * MAINTAINERS: Change e-mail address.
4768
4769 2008-11-27 Tristan Gingold <gingold@adacore.com>
4770
4771 * configure.ac: Build gdb for i?86-*-darwin*
4772 * configure: Regenerated.
4773
4774 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
4775
4776 * MAINTAINERS: Added my full name.
4777
4778 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4779
4780 PR bootstrap/38014
4781 PR bootstrap/37923
4782
4783 Revert:
4784
4785 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4786
4787 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4788 * Makefile.in: Regenerated.
4789
4790 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4791
4792 PR gdb/921
4793 PR gdb/1646
4794 PR gdb/2175
4795 PR gdb/2176
4796
4797 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4798 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4799 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4800 (HOST_EXPORTS): Pass CPPFLAGS.
4801 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4802 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4803 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4804 * Makefile.in, configure: Regenerated.
4805 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4806 and CPPFLAGS_FOR_BUILD.
4807
4808 2008-11-06 Jeff Law <law@redhat.com>
4809
4810 * MAINTAINERS: Add myself as middle end maintainer.
4811
4812 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
4813
4814 * MAINTAINERS (Write after approval): Add myself.
4815
4816 2008-11-05 Diego Novillo <dnovillo@google.com>
4817
4818 * MAINTAINERS (Global Reviewers): Add myself.
4819 (Non-Algorithmic Maintainers): Remove myself.
4820
4821 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
4822
4823 * MAINTAINERS (Write after approval): Add myself.
4824
4825 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
4826
4827 * MAINTAINERS (Write after approval): Add myself.
4828
4829 2008-10-31 Ben Elliston <bje@au.ibm.com>
4830
4831 * configure.ac (spu-*-*): Remove special case.
4832 * configure: Regenerate.
4833
4834 2008-10-30 Catherine Moore <clm@codesourcery.com>
4835
4836 * MAINTAINERS (Write after approval): Update my email address.
4837
4838 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
4839
4840 * configure.ac [spu-*-*]: Do not set skipdirs.
4841 * configure: Re-generate.
4842
4843 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
4844
4845 * MAINTAINERS (Various Maintainers): Add myself to reload.
4846
4847 2008-10-25 Richard Guenther <rguenther@suse.de>
4848
4849 * MAINTAINERS (Various Maintainers): Add myself as middle-end
4850 maintainer. Remove myself as libgcc-math maintainer.
4851 (Non-Algorithmic Maintainers): Remove myself.
4852
4853 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4854
4855 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4856 * Makefile.in: Regenerated.
4857
4858 2008-10-23 Cary Coutant <ccoutant@google.com>
4859
4860 * MAINTAINERS (Write after approval): Add myself.
4861
4862 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4863
4864 PR gdb/921
4865 PR gdb/1646
4866 PR gdb/2175
4867 PR gdb/2176
4868
4869 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4870 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4871 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4872 (HOST_EXPORTS): Pass CPPFLAGS.
4873 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4874 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4875 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4876 * Makefile.in, configure: Regenerated.
4877 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4878 and CPPFLAGS_FOR_BUILD.
4879
4880 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
4881
4882 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4883 Sebastian Pop.
4884
4885 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
4886
4887 * MAINTAINERS (Write After Approval): Added myself.
4888
4889 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4890
4891 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4892 recommended version to 2.3.2.
4893
4894 * configure: Regenerate.
4895
4896 2008-10-01 Mark Mitchell <mark@codesourcery.com>
4897
4898 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4899
4900 2008-09-29 David Daney <david.daney@caviumnetworks.com>
4901
4902 * MAINTAINERS (Write After Approval): Update e-mail address.
4903
4904 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4905
4906 * libtool.m4: Update to libtool 2.2.6.
4907 * lt~obsolete.m4: Update to libtool 2.2.6.
4908 * ltmain.sh: Update to libtool 2.2.6.
4909 * ltsugar.m4: Update to libtool 2.2.6.
4910 * ltversion.m4: Update to libtool 2.2.6.
4911 * ltoptions.m4: Update to libtool 2.2.6.
4912 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4913
4914 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4915
4916 * MAINTAINERS (Write After Approval): Add myself.
4917
4918 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4919
4920 * MAINTAINERS (Write After Approval): Update my name.
4921
4922 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4923
4924 * MAINTAINERS: Add myself in "Write After Approval".
4925
4926 2008-09-18 Steve Ellcey <sje@cup.hp.com>
4927
4928 * MAINTAINERS: Add myself as ia64 maintainer.
4929
4930 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4931
4932 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4933 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4934 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4935 and Michael Tiemann from Write After Approval since they do not
4936 actually have access.
4937
4938 2008-09-05 Richard Guenther <rguenther@suse.de>
4939
4940 * configure.ac: Initialize clooglibs to -lcloog.
4941 * configure: Re-generate.
4942
4943 2008-09-04 Le-Chun Wu <lcwu@google.com>
4944
4945 * MAINTAINERS (Write After Approval): Add myself.
4946
4947 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4948
4949 * configure.ac (--with-cloog-polylib): New.
4950 (--disable-cloog-version-check): New.
4951 (--disable-ppl-version-check): New.
4952 * configure: Re-generate.
4953
4954 2008-09-03 Richard Guenther <rguenther@suse.de>
4955
4956 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4957 cloog test.
4958 * configure: Re-generate.
4959
4960 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4961
4962 Add picoChip port.
4963 * MAINTAINERS: Add picoChip maintainers.
4964
4965 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4966 Tobias Grosser <grosser@fim.uni-passau.de>
4967 Jan Sjodin <jan.sjodin@amd.com>
4968 Harsha Jagasia <harsha.jagasia@amd.com>
4969 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4970 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4971 Adrien Eliche <aeliche@isty.uvsq.fr>
4972
4973 Merge from graphite branch.
4974 * configure: Regenerate.
4975 * Makefile.in: Regenerate.
4976 * configure.ac (host_libs): Add ppl and cloog.
4977 Add checks for PPL and CLooG.
4978 * Makefile.def (ppl, cloog): Added modules and dependences.
4979 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4980 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4981
4982 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4983
4984 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4985 (GCC_SHLIB_SUBDIR): New.
4986 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4987 * configure: Regenerate.
4988 * Makefile.in: Regenerate.
4989
4990 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4991
4992 * MAINTAINERS: Consistently use tabs to separate columns.
4993
4994 2008-08-29 Tristan Gingold <gingold@adacore.com>
4995
4996 * MAINTAINERS (Write after Approval): Add myself.
4997
4998 2008-08-28 Tristan Gingold <gingold@adacore.com>
4999
5000 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5001 Enable bfd, binutils and opcodes.
5002 * configure: Regenerate.
5003
5004 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5005
5006 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5007
5008 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5009
5010 * MAINTAINERS: Use correct Umlaut for last name.
5011
5012 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5013
5014 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5015
5016 2008-08-16 David Edelsohn <edelsohn@gnu.org>
5017
5018 * MAINTAINERS: Update my email address.
5019
5020 2008-08-16 Nicolas Roche <roche@adacore.com>
5021
5022 * Makefile.tpl: Add BOOT_ADAFLAGS.
5023 * Makefile.in: Regenerate.
5024
5025 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5026
5027 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5028 * configure: Regenerate.
5029
5030 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
5031
5032 * configure.ac: Add makefile fragments for hpux.
5033 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5034 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5035 * configure: Regenerate.
5036 * Makefile.in: Regenerate.
5037
5038 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
5039
5040 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5041
5042 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
5043
5044 * MAINTAINERS (Write after Approval): Add myself.
5045
5046 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5047
5048 * MAINTAINERS (Write After Approval): Add myself.
5049
5050 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
5051
5052 * MAINTAINERS (Write After Approval): Add myself.
5053
5054 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5055
5056 * MAINTAINERS: Update my email address.
5057
5058 2008-06-25 Joey Ye <joey.ye@intel.com>
5059
5060 * MAINTAINERS (Write After Approval): Add myself.
5061
5062 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5063
5064 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5065 * Makefile.in: Regenerate.
5066 * configure: Regenerate.
5067
5068 2008-06-17 Daniel Kraft <d@domob.eu>
5069
5070 * MAINTAINERS (Write After Approval): Add myself.
5071
5072 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5073
5074 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5075 "$@" is still intact with both Autoconf 2.59 and 2.62.
5076 * configure: Regenerate.
5077
5078 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5079
5080 * Makefile.tpl: Fix comment errors.
5081 * Makefile.in: Regenerate.
5082
5083 2008-06-12 David S. Miller <davem@davemloft.net>
5084 David Edelsohn <edelsohn@gnu.org>
5085
5086 * configure.ac: Add powerpc*-*-* to gold supported targets.
5087 * configure: Regenerate.
5088
5089 2008-06-08 Joseph Myers <joseph@codesourcery.com>
5090
5091 PR tree-optimization/36218
5092 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5093 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5094 (all prefix="build-"): Pass them to build-system sub-makes.
5095 * Makefile.in: Regenerate.
5096
5097 2008-06-07 Joseph Myers <joseph@codesourcery.com>
5098
5099 * MAINTAINERS (mt port): Remove.
5100 (sco5, unixware, sco udk): Remove.
5101 (Kean Johnston): Add to Write After Approval.
5102
5103 2008-05-30 Julian Brown <julian@codesourcery.com>
5104
5105 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5106 of libobjc for ARM EABI Linux.
5107 * configure: Regenerate.
5108
5109 2008-05-18 Xinliang David Li <davidxl@google.com>
5110
5111 * ChangeLog: Remove wrong ChangeLog entry.
5112
5113 2008-05-17 Xinliang David Li <davidxl@google.com>
5114
5115 * MAINTAINERS (Write After Approval): Add myself.
5116
5117 2008-05-15 Janus Weil <janus@gcc.gnu.org>
5118
5119 * MAINTAINERS (Write After Approval): Add myself.
5120
5121 2008-05-14 Rafael Espíndola <espindola@google.com>
5122
5123 * config-ml.in: don't handle --enable-shared and --enable-static.
5124
5125 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5126
5127 * MAINTAINERS: Update my email address.
5128
5129 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5130
5131 * MAINTAINERS: Update my email address.
5132
5133 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5134
5135 * MAINTAINERS (Write After Approval): Add myself.
5136
5137 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5138
5139 * MAINTAINERS (Write After Approval): Add myself.
5140
5141 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
5142
5143 * MAINTAINERS (crx): Add myself.
5144
5145 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5146
5147 Sync with src:
5148 2008-04-14 David S. Miller <davem@davemloft.net>
5149
5150 * configure.ac: Add sparc*-*-* to gold supported targets.
5151 * configure: Regenerate.
5152
5153 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5154
5155 PR bootstrap/35457
5156 * configure.ac: Include override.m4.
5157 * configure: Regenerate.
5158
5159 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5160
5161 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5162 * Makefile.in: Regenerate.
5163
5164 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
5165
5166 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5167 as nonconfigurable directories list.
5168 * configure: Regenerate.
5169
5170 2008-04-14 Ben Elliston <bje@au.ibm.com>
5171
5172 * config.sub, config.guess: Update from upstream sources.
5173
5174 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
5175
5176 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5177 * Makefile.in: Regenerate.
5178
5179 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5180
5181 * configure.ac: Do not build libssp for the AVR.
5182 * configure: Regenerate.
5183
5184 2008-04-07 Ian Lance Taylor <iant@google.com>
5185
5186 * Makefile.def: check-gold depends upon all-binutils.
5187 * Makefile.in: Regenerate.
5188
5189 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5190
5191 * MAINTAINERS (Write After Approval): Add myself.
5192
5193 2008-04-04 Nick Clifton <nickc@redhat.com>
5194
5195 PR binutils/4334
5196 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5197 builds.
5198 * configure: Regenerate.
5199
5200 2008-04-04 NightStrike <NightStrike@gmail.com>
5201
5202 PR other/35151
5203 * configure.ac: Combine rules for mingw32 and mingw64.
5204 * configure: Regenerate.
5205
5206 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
5207
5208 * MAINTAINERS (Write After Approval): Add myself.
5209
5210 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
5211
5212 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5213 * Makefile.in (.NOTPARALLEL): Ditto.
5214
5215 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5216
5217 * MAINTAINERS (Write After Approval): Add myself.
5218
5219 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
5220
5221 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5222 * Makefile.in (.NOTPARALLEL): Regenerate.
5223
5224 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
5225
5226 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5227 * Makefile.in: Regenerate.
5228
5229 2008-03-26 Jakub Staszak <kuba@et.pl>
5230
5231 * MAINTAINERS (Write After Approval): Add myself.
5232
5233 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5234
5235 * MAINTAINERS: Update e-mail address.
5236
5237 2008-03-20 Ian Lance Taylor <iant@google.com>
5238
5239 * configure.ac: Add support for --enable-gold.
5240 * Makefile.def: Add gold as a directory like ld.
5241 * configure, Makefile.in: Regenerate.
5242
5243 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5244
5245 * configure.ac: m4_include config/proginstall.m4.
5246 * configure: Regenerate.
5247
5248 Backport from upstream Libtool:
5249
5250 2007-10-12 Eric Blake <ebb9@byu.net>
5251
5252 Deal with Autoconf 2.62's semantic change in m4_append.
5253 * ltsugar.m4 (lt_append): Replace broken versions of
5254 m4_append.
5255 (lt_if_append_uniq): Don't require separator to be overquoted,
5256 and avoid broken m4_append.
5257 (lt_dict_add): Fix typo.
5258 * libtool.m4 (_LT_DECL): Don't overquote separator.
5259
5260 2008-03-13 David Edelsohn <edelsohn@gnu.org>
5261
5262 * config.rpath: Add AIX 6 support.
5263
5264 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
5265
5266 * Makefile.def (stageprofile). Remove -fprofile-generate
5267 from stage_libcflags.
5268 * Makefile.in: Regenerate.
5269
5270 2008-03-13 Ben Elliston <bje@au.ibm.com>
5271
5272 * config.sub, config.guess: Update from upstream sources.
5273
5274 2008-03-06 Tom Tromey <tromey@redhat.com>
5275
5276 * MAINTAINERS: Update for treelang deletion.
5277
5278 2008-03-03 James E. Wilson <wilson@tuliptree.org>
5279
5280 * MAINTAINERS: Update my email address.
5281
5282 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
5283
5284 * MAINTAINERS (darwin port): Add myself as a maintainer.
5285 (objective-c/c++): Add myself as a maintainer.
5286
5287 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5288
5289 * MAINTAINERS (Write After Approval): Update my email address.
5290
5291 2008-02-25 Tomas Bily <tbily@suse.cz>
5292
5293 * MAINTAINERS (Write After Approval): Add myself.
5294
5295 2008-02-23 Jakub Jelinek <jakub@redhat.com>
5296
5297 * MAINTAINERS (OpenMP): Add myself.
5298
5299 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
5300
5301 PR bootstrap/32009
5302 PR bootstrap/32161
5303
5304 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5305 * configure: Regenerate.
5306
5307 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5308 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5309 STAGE4_LIBCFLAGS): New.
5310 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5311 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5312 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5313 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5314 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5315 for target modules. Don't export LIBCFLAGS.
5316 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5317 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5318 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5319 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5320 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5321 * Makefile.in: Regenerate.
5322
5323 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5324
5325 PR libgcj/33085
5326 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5327 Do not use -DDLL_EXPORT. Backport from upstream.
5328
5329 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5330
5331 * MAINTAINERS (Write After Approval): Add myself.
5332
5333 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
5334
5335 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5336 * configure: Regenerate.
5337
5338 2008-01-31 Marc Gauthier <marc@tensilica.com>
5339
5340 * configure.ac (xtensa*-*-*): Recognize processor variants.
5341 * configure: Regenerate.
5342
5343 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5344
5345 PR bootstrap/34922
5346 * configure.ac (PARSE_ARGS): Push suitable setting of
5347 ac_subdirs_all, for `./configure --help=recursive'.
5348 Handle `+' in generic toplevel directory disabling.
5349 * configure: Regenerate.
5350
5351 2008-01-28 Nick Clifton <nickc@redhat.com>
5352
5353 * MAINTAINERS (xstormy16): Take over maintainership.
5354
5355 2008-01-25 Joseph Myers <joseph@codesourcery.com>
5356
5357 * MAINTAINERS (c4x port): Remove.
5358
5359 2008-01-24 David Edelsohn <edelsohn@gnu.org>
5360
5361 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5362
5363 2008-01-23 Ben Elliston <bje@au.ibm.com>
5364
5365 * config.sub, config.guess: Update from upstream sources.
5366
5367 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5368
5369 * MAINTAINERS (Write After Approval): Add myself.
5370
5371 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
5372
5373 * MAINTAINERS: Update my email address.
5374
5375 2008-01-09 Raksit Ashok <raksit@google.com>
5376
5377 * MAINTAINERS (Write After Approval): Add myself.
5378
5379 2008-01-09 Raksit Ashok <raksit@google.com>
5380
5381 * MAINTAINERS (Write After Approval): Add myself.
5382
5383 2008-01-08 Ben Elliston <bje@au.ibm.com>
5384
5385 * config.sub, config.guess: Update from upstream sources.
5386
5387 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5388
5389 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5390 Change recommended MPFR from 2.2.1 -> 2.3.0.
5391 * configure: Regenerate.
5392
5393 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5394
5395 * MAINTAINERS: Update my email address.
5396
5397 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5398
5399 * MAINTAINERS: Update my email address.
5400
5401 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5402
5403 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5404 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5405 * Makefile.in: Regenerate.
5406
5407 2007-12-10 Mark Heffernan <meheff@google.com>
5408
5409 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5410 misplaced entries.
5411
5412 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5413
5414 * configure.ac: Enable libjava for x86_64-*-darwin9.
5415 * configure: Regenerate.
5416
5417 2007-12-07 Bill Maddox <maddox@google.com>
5418
5419 * MAINTAINERS (Write After Approval): Add myself.
5420
5421 2007-12-05 Ben Elliston <bje@au.ibm.com>
5422
5423 * config.sub, config.guess: Update from upstream sources.
5424
5425 2007-12-02 Matthias Klose <doko@ubuntu.com>
5426
5427 * config-ml.in: Remove 64bit configure tests.
5428
5429 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5430
5431 * config-ml.in: Robustify against white space in absolute file
5432 names.
5433
5434 * config-ml.in (multi-clean): Substitute ${Makefile}.
5435 Remove superfluous ${Makefile} in list.
5436
5437 2007-11-19 Thiemo Seufer <ths@mips.com>
5438
5439 * config-ml.in: Don't hardcode the Makefile name.
5440
5441 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
5442
5443 * MAINTAINERS (Write After Approval): Add myself.
5444
5445 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
5446
5447 * MAINTAINERS (Write After Approval): Add myself.
5448
5449 2007-11-06 Doug Kwan <dougkwan@google.com>
5450
5451 * MAINTAINERS (Write After Approval): Add myself.
5452
5453 2007-10-25 Ben Elliston <bje@au.ibm.com>
5454
5455 * MAINTAINERS (mercury): Remove entry.
5456 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5457
5458 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5459
5460 * Makefile.def (dependencies): Make configure-gdb depend on
5461 all-intl.
5462 * Makefile.in: Regenerated.
5463
5464 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5465
5466 * MAINTAINERS (Fortran maintainer): Remove myself.
5467
5468 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
5469
5470 * Makefile.def: To avoid problems running with parallel makes,
5471 build newlib before libgloss so that target specific header
5472 files are availble.
5473 * Makefile.in: Regenerate
5474
5475 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5476
5477 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5478 * Makefile.in: Regenerate.
5479
5480 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5481
5482 * MAINTAINERS (Register allocation reviewer): Add myself.
5483
5484 2007-10-08 Mike Frysinger <vapier@gentoo.org>
5485
5486 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5487 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5488 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5489 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5490 * configure: Regenerate.
5491
5492 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
5493
5494 * MAINTAINERS (Register allocation reviewer): Add myself.
5495
5496 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
5497
5498 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5499 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5500 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5501 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5502 * configure.ac: Default them to host tools for $host = $build.
5503 Subst them.
5504
5505 * configure: Regenerate.
5506 * Makefile.in: Regenerate.
5507
5508 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
5509
5510 * MAINTAINERS (Register allocation reviewer): Add myself.
5511
5512 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
5513
5514 * MAINTAINERS (Register allocation reviewer): Add myself.
5515
5516 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
5517
5518 * MAINTAINERS (Write After Approval): Fix typo.
5519
5520 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5521
5522 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5523 * configure: Regenerate.
5524
5525 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5526
5527 PR bootstrap/31906
5528 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5529 they're already prefixed.
5530
5531 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5532
5533 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5534 libstdc++.
5535 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5536 * configure: Regenerate.
5537 * Makefile.in: Regenerate.
5538
5539 2007-09-17 Andreas Schwab <schwab@suse.de>
5540
5541 * configure.ac: Raise minimum makeinfo version to 4.6.
5542 * configure: Regenerate.
5543
5544 2007-09-17 Johannes Singler <singler@ira.uka.de>
5545
5546 * MAINTAINERS (write-after-approval) add myself
5547
5548 2007-09-15 Alan Modra <amodra@bigpond.net.au>
5549
5550 * configure.ac: Correct makeinfo version check.
5551 * configure: Regenerate.
5552
5553 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5554
5555 * MAINTAINERS: Update my email address.
5556
5557 2007-09-14 Richard Sandiford <richard@codesourcery.com>
5558
5559 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5560 to $skipdirs and only disable gprof for newlib. Use the normal
5561 mips*-elf* handling in other respects.
5562 * configure: Regnerate.
5563
5564 2007-09-12 David Daney <ddaney@avtrex.com>
5565
5566 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5567 enabling libgcj.
5568 * configure: Regenerate.
5569
5570 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5571
5572 PR other/32154
5573 * configure.ac: For libgloss targets, point the linker to the linker
5574 script, startup code and simulator library.
5575 * configure: Regenerate.
5576
5577 2007-09-07 Andrew Haley <aph@redhat.com>
5578
5579 * configure.ac (noconfigdirs): Remove target-libffi and
5580 target-libjava.
5581 * configure: Regenerate.
5582
5583 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5584
5585 PR target/33281
5586 * configure.ac: Use config/mh-mingw on mingw.
5587 * configure: Regenerate.
5588
5589 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5590
5591 * MAINTAINERS (Write After Approval): Add myself.
5592
5593 2007-09-05 Richard Guenther <rguenther@suse.de>
5594
5595 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5596 nor --disable-checking is provided also turn on yes and types
5597 checking for stage1.
5598 * configure: Re-generate.
5599
5600 2007-08-30 Krister Walfridsson <cato@df.lth.se>
5601
5602 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5603 (Write After Approval): Remove myself.
5604
5605 2007-08-29 Nick Clifton <nickc@redhat.com>
5606
5607 * config.sub, config.guess: Update from upstream sources.
5608
5609 2007-08-22 Bud Davis <jmdavis@link.com>
5610
5611 * MAINTAINERS (Write After Approval): Added myself.
5612 * MAINTAINERS (Reviewers): Removed myself.
5613
5614 2007-08-18 Paul Brook <paul@codesourcery.com>
5615 Joseph Myers <joseph@codesourcery.com>
5616
5617 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5618 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5619 * Makefile.in: Regenerate.
5620 * configure.ac (--with-debug-prefix-map): New.
5621 * configure: Regenerate.
5622
5623 2007-08-17 Richard Sandiford <richard@codesourcery.com>
5624 Nigel Stephens <nigel@mips.com>
5625
5626 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5627 as target_makefile_frag.
5628 * configure: Regenerate.
5629
5630 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
5631
5632 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5633 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5634 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5635 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5636 (do-compare, do-compare3, do-compare-debug): New.
5637 ([+compare-target+]): Use them.
5638
5639 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5640
5641 * MAINTAINERS (Write After Approval): Change my email address.
5642
5643 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5644 Ben Elliston <bje@au.ibm.com>
5645
5646 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5647 --silent if $silent.
5648 * configure: Regenerate.
5649
5650 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
5651
5652 * MAINTAINERS (Various Maintainers): Add myself as
5653 loop infrastructure maintainer. Update my e-mail
5654 address.
5655
5656 2007-07-31 Diego Novillo <dnovillo@google.com>
5657
5658 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5659 Adjust description.
5660
5661 2007-07-26 Richard Guenther <rguenther@suse.de>
5662
5663 * configure.ac: Add types checking to stage1 checking flags.
5664 * configure: Regenerate.
5665
5666 2007-07-17 Nick Clifton <nickc@redhat.com>
5667
5668 * COPYING3: New file. Contains version 3 of the GNU General
5669 Public License.
5670 * COPYING3.LIB: New file. Contains version 3 of the GNU
5671 Lesser General Public License.
5672
5673 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5674
5675 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5676
5677 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5678
5679 * MAINTAINERS (S/390 co-maintainer): Add myself.
5680 (Write After Approval): Remove myself.
5681
5682 2007-07-13 Dan Hipschman <dsh@google.com>
5683
5684 * MAINTAINERS (Write After Approval): Add myself.
5685
5686 2007-07-11 Nick Clifton <nickc@redhat.com>
5687
5688 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5689 WINDRES export.
5690 * Makefile.in: Regenerate.
5691
5692 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5693
5694 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5695 maintainer.
5696
5697 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5698
5699 * lt~obsolete.m4: New. Import from 20070318 libtool.
5700
5701 2007-07-03 Julian Brown <julian@codesourcery.com>
5702
5703 * MAINTAINERS (Write After Approval): Add myself.
5704
5705 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5706
5707 * configure.ac: Rewrite 'configure --help' strings to look nicer.
5708 * configure: Regenerate.
5709
5710 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5711
5712 * configure.ac: Add some missing m4 quotation.
5713 * configure: Regenerate.
5714
5715 2007-07-02 Simon Baldwin <simonb@google.com>
5716
5717 * MAINTAINERS (Write After Approval): Add myself.
5718
5719 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
5720
5721 * configure: Regenerate.
5722
5723 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
5724
5725 * Makefile.def: Add windmc tool to build.
5726 * Makefile.tpl: Likewise.
5727 * configure.ac: Likewise.
5728 * Makefile.in: Regenerate.
5729 * configure: Regenerate.
5730
5731 2007-06-28 DJ Delorie <dj@redhat.com>
5732
5733 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5734 not building newlib.
5735 * configure: Regenerated.
5736
5737 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
5738
5739 * MAINTAINERS (Write After Approval): Add myself.
5740
5741 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
5742
5743 * MAINTAINERS (Write After Approval): Add myself.
5744
5745 2007-06-19 Chris Matthews <chrismatthews@google.com>
5746
5747 * MAINTAINERS (Write After Approval): Add myself.
5748
5749 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5750
5751 * MAINTAINERS (Write After Approval): Add myself.
5752
5753 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5754
5755 * Makefile.def: Add dependency from configure-gdb to all-bfd.
5756 * Makefile.in: Regenerated.
5757
5758 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
5759
5760 * configure.ac: Don't add target-libmudflap to noconfigdirs for
5761 bfin*-*-uclinux* targets.
5762 * configure: Regenerate.
5763
5764 2007-06-14 Ian Lance Taylor <iant@google.com>
5765
5766 * MAINTAINERS: Add myself as non-algorithmic global write
5767 maintainer.
5768
5769 2007-06-14 Diego Novillo <dnovillo@google.com>
5770
5771 * MAINTAINERS: Add self as middle-end maintainer and
5772 non-algorithmic global write maintainer.
5773
5774 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5775
5776 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5777 Move all Fortran maintainers except Paul Brook into the
5778 Non-Autopoiesis section.
5779
5780 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
5781
5782 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5783 (distclean-stage[+id+]): Possibly delete stage_last.
5784 * Makefile.in: Regenerate.
5785
5786 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
5787
5788 * MAINTAINERS (Various Maintainer): Fix typo.
5789
5790 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
5791
5792 * MAINTAINERS (Various Maintainer): Add myself as
5793 dataflow maintainer.
5794
5795 2007-06-07 Ben Elliston <bje@au.ibm.com>
5796
5797 * config.sub, config.guess: Update from upstream sources.
5798
5799 2007-06-07 Ben Elliston <bje@au.ibm.com>
5800
5801 * Makefile.tpl: Fix spelling error.
5802 * Makefile.in: Regenerate.
5803
5804 2007-06-01 Steve Ellcey <sje@cup.hp.com>
5805
5806 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5807 lt_cv_sys_max_cmd_len.
5808
5809 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
5810
5811 * MAINTAINERS (Various Maintainers): Add myself as
5812 auto-vectorizer maintainer.
5813
5814 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
5815
5816 PR libjava/32098
5817 * libtool.m4: Revert previous change.
5818 * ltgcc.m4: Put it here.
5819
5820 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
5821
5822 * MAINTAINERS (Various Maintainers): Add myself as
5823 auto-vectorizer maintainer.
5824
5825 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
5826
5827 PR libjava/32098
5828 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5829
5830 2007-05-30 Richard Guenther <rguenther@suse.de>
5831
5832 * MAINTAINERS (Various Maintainers): Add myself as
5833 auto-vectorizer maintainer.
5834
5835 2007-05-30 Jakub Jelinek <jakub@redhat.com>
5836
5837 PR bootstrap/29382
5838 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5839 * configure: Rebuilt.
5840
5841 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
5842
5843 * MAINTAINERS (Write After Approval): Removed my name.
5844
5845 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
5846
5847 * MAINTAINERS (Write After Approval): Remove myself.
5848
5849 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
5850
5851 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5852
5853 2007-05-23 Steve Ellcey <sje@cup.hp.com>
5854
5855 * ltmain.sh: Update from ToT Libtool.
5856 * libtool.m4: Update from ToT Libtool.
5857 * ltsugar.m4: New. Update from ToT Libtool.
5858 * ltversion.m4: New. Update from ToT Libtool.
5859 * ltoptions.m4: New. Update from ToT Libtool.
5860 * ltconfig: Remove.
5861 * ltcf-c.sh: Remove.
5862 * ltcf-cxx.sh: Remove.
5863 * ltcf-gcj.sh: Remove.
5864
5865 2007-05-22 Ollie Wild <aaw@google.com>
5866
5867 * MAINTAINERS (Write After Approval): Add myself.
5868
5869 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
5870
5871 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5872 stage_cflags.
5873 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5874 Remove CFLAGS/LIBCFLAGS.
5875 (configure-stage[+id+]-[+prefix+][+module+],
5876 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5877 * Makefile.in: Regenerate.
5878
5879 2007-05-15 Diego Novillo <dnovillo@google.com>
5880
5881 * MAINTAINERS: Update e-mail address.
5882
5883 2007-05-15 Revital Eres <eres@il.ibm.com>
5884
5885 * MAINTAINERS (Write After Approval): Add myself.
5886
5887 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
5888
5889 * MAINTAINERS (Write After Approval): Updated my address.
5890
5891 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
5892
5893 * MAINTAINERS (Write After Approval): Add myself.
5894
5895 2007-05-11 Silvius Rus <rus@google.com>
5896
5897 * MAINTAINERS (Write After Approval): Add myself.
5898
5899 2007-04-23 Tom Tromey <tromey@redhat.com>
5900
5901 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5902
5903 2007-04-22 Mark Mitchell <mark@codesourcery.com>
5904
5905 * MAINTAINERS (cpplib): Rename to ...
5906 (libcpp): ... this. Add C/C++ front end maintainers.
5907
5908 2007-04-14 Steve Ellcey <sje@cup.hp.com>
5909
5910 * config-ml.in: Pass ${ml_config_env} to configure calls.
5911
5912 2007-04-04 Christian Bruel <christian.bruel@st.com>
5913
5914 * MAINTAINERS (Write After Approval): Add myself.
5915
5916 2007-04-02 Dave Korn <dave.korn@artimi.com>
5917
5918 * MAINTAINERS (Write After Approval): Add myself.
5919
5920 2007-03-31 Tobias Burnus <burnus@net-b.de>
5921
5922 * MAINTAINERS (fortran 95 front end): Add myself.
5923
5924 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5925
5926 * MAINTAINERS (Write After Approval): Add myself.
5927
5928 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
5929
5930 * MAINTAINERS (Modulo Scheduler): Add myself.
5931
5932 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5933
5934 * MAINTAINERS (fortran 95 front end): Add myself.
5935 (c++ front end): whitespace fix.
5936
5937 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5938
5939 * MAINTAINERS (Write After Approval): Add myself.
5940
5941 2007-03-21 Richard Sandiford <richard@codesourcery.com>
5942
5943 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5944 of glob. Quote arguments with single quotes too.
5945 * configure: Regenerate.
5946
5947 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5948
5949 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5950 * Makefile.in: Regenerate
5951
5952 2007-03-07 Andreas Schwab <schwab@suse.de>
5953
5954 * configure: Regenerate.
5955
5956 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5957
5958 * configure.ac: Add "--with-pdfdir" configure option,
5959 which defines pdfdir variable.
5960 * Makefile.def (target=fixincludes): Add install-pdf to
5961 missing targets.
5962 (recursive_targets): Add install-pdf target.
5963 (flags_to_pass): Add pdfdir.
5964 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5965 target.
5966 * configure: Regenerate
5967 * Makefile.in: Regenerate
5968
5969 2007-02-28 Eric Christopher <echristo@apple.com>
5970
5971 Revert:
5972 2006-12-07 Mike Stump <mrs@apple.com>
5973
5974 * Makefile.def (dependencies): Add dependency for
5975 install-target-libssp and install-target-libgomp on
5976 install-gcc.
5977 * Makefile.in: Regenerate.
5978
5979 2007-02-27 Matt Kraai <kraai@ftbfs.org>
5980
5981 * configure: Regenerate.
5982 * configure.ac: Move statements after variable declarations.
5983
5984 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5985
5986 * MAINTAINERS: Add myself as sh maintainer.
5987
5988 2007-02-19 Joseph Myers <joseph@codesourcery.com>
5989
5990 * configure.ac: Adjust for loop syntax.
5991 * configure: Regenerate.
5992
5993 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5994
5995 * configure: Rebuilt.
5996
5997 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5998
5999 * configure.ac: Drop multiple occurrences of --enable-languages,
6000 and fix its quoting.
6001 * configure: Rebuilt.
6002
6003 2007-02-17 Mark Mitchell <mark@codesourcery.com>
6004 Nathan Sidwell <nathan@codesourcery.com>
6005 Vladimir Prus <vladimir@codesourcery.com>
6006 Joseph Myers <joseph@codesourcery.com>
6007
6008 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6009 * configure: Regenerate.
6010
6011 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6012
6013 * ltconfig (freebsd*): Default to elf.
6014
6015 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6016
6017 * configure.ac (target_libraries): Move libgcc before libiberty.
6018 * configure: Regenerated.
6019
6020 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6021 Paolo Bonzini <bonzini@gnu.org>
6022
6023 PR bootstrap/30753
6024 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6025 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6026 * configure: Regenerated.
6027
6028 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6029
6030 * MAINTAINERS (Language Front End Maintainers): Update my mail
6031 address.
6032
6033 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6034
6035 PR bootstrap/30748
6036 * configure.ac: Correct syntax for Solaris ksh.
6037 * configure: Regenerated.
6038
6039 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6040
6041 * configure.ac: Sync with src.
6042 * configure: Regenerate.
6043
6044 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6045
6046 * Makefile.in: Regenerate.
6047
6048 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6049
6050 * config.sub: Sync with src.
6051
6052 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6053
6054 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6055 noncanonical equivalents.
6056 * configure.in: Rename to...
6057 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6058 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6059 target_noncanonical. Use them. Rewrite removal of configure
6060 arguments for autoconf 2.59. Discard variable settings. Force
6061 program_transform_name for native tools.
6062
6063 * Makefile.in: Regenerated.
6064 * configure: Regenerated with autoconf 2.59.
6065
6066 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
6067
6068 * MAINTAINERS (Write After Approval): Add myself.
6069
6070 2007-01-31 Andreas Schwab <schwab@suse.de>
6071
6072 * Makefile.tpl (LDFLAGS): Substitute it.
6073 * Makefile.in: Regenerate.
6074
6075 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
6076
6077 * MAINTAINERS (Write After Approval): Add myself.
6078
6079 2007-01-28 David Edelsohn <edelsohn@gnu.org>
6080
6081 * MAINTAINERS (spu port): Add myself.
6082
6083 2007-01-23 Richard Guenther <rguenther@suse.de>
6084
6085 PR bootstrap/30541
6086 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6087 * Makefile.tpl (GNATBIND): Substitute it.
6088 (GNATMAKE): Likewise.
6089 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6090 of STAGE_PREFIX.
6091 * Makefile.in: Regenerate.
6092 * configure: Regenerate.
6093
6094 2007-01-18 Mike Stump <mrs@apple.com>
6095
6096 * configure.in: Re-enable -Werror for gcc builds.
6097
6098 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
6099
6100 * MAINTAINERS (Write After Approval): Add myself.
6101
6102 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6103
6104 * configure.in: Change == to = in test command.
6105 * configure: Regenerate.
6106
6107 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6108 Nick Clifton <nickc@redhat.com>
6109 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6110
6111 * configure.in (build_configargs, host_configargs, target_configargs):
6112 Remove build/host/target parameters.
6113 (host_libs): Add gmp and mpfr.
6114 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6115 * Makefile.def (gmp, mpfr): New.
6116 (gcc): Remove target.
6117 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6118 target_os, target_vendor): New.
6119 (configure): Add host_alias/target_alias arguments; adjust invocations.
6120 * configure: Regenerate.
6121 * Makefile.in: Regenerate.
6122
6123 2007-01-11 Matt Fago <fago@earthlink.net>
6124
6125 * configure.in: Try to link to functions only in mpfr 2.2.x
6126 to improve robustness of configure tests.
6127 * configure: Regenerate.
6128
6129 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
6130
6131 * MAINTAINERS: Add myself as i386 maintainer.
6132
6133 2007-01-08 Jan Hubicka <jh@suse.cz>
6134
6135 * MAINTAINERS: Add myself as i386 maintainer.
6136
6137 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
6138
6139 * configure.in: Add support for an x86_64-mingw* target.
6140 * configure: Regenerate.
6141
6142 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6143
6144 * Makefile.tpl (all-target): Correct @if conditional for target
6145 modules.
6146 * configure.in: Omit libiberty if building only target libgcc.
6147 * configure, Makefile.in: Regenerated.
6148
6149 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
6150
6151 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6152 * configure: Regenerate.
6153
6154 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6155
6156 * Makefile.def (target_modules): Add libgcc.
6157 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6158 * Makefile.tpl (clean-target-libgcc): Delete.
6159 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6160 on gcc even for bootstrapped modules. Rewrite handling of
6161 lang_env_dependencies to loop over target_modules.
6162 * configure.in (target_libraries): Add target-libgcc.
6163 * Makefile.in, configure: Regenerated.
6164
6165 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6166
6167 * configure.in: Reorganize recognition of languages. Add
6168 --enable-stage1-languages. Show supported languages for the chosen
6169 target rather than all recognized languages.
6170 * configure: Regenerate.
6171
6172 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6173
6174 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6175 * Makefile.in: Regenerate.
6176
6177 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6178
6179 * configure.in: Warn that MPFR 2.2.0 is buggy.
6180 * configure: Regenerate.
6181
6182 2006-12-27 Ian Lance Taylor <iant@google.com>
6183
6184 * configure.in: When removing Makefiles to force a reconfigure, also
6185 remove prev-DIR*/Makefile.
6186 * configure: Regenerate.
6187
6188 2006-12-22 Andreas Schwab <schwab@suse.de>
6189
6190 * configure: Regenerate with correct autoconf version.
6191
6192 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6193
6194 * configure.in: add AC_SUBST for *_FOR_TARGET.
6195 * configure: Regenerate.
6196
6197 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6198
6199 * configure.in: Simplify logic for rejecting languages that cannot
6200 be built. Separate the case when a language is unsupported,
6201 from the case when the user chooses not to build a language.
6202
6203 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6204
6205 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6206 it only affects bootstrap and could be tested on "$host" as well.
6207 * configure: Regenerate.
6208 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6209
6210 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6211
6212 PR bootstrap/29544
6213 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6214 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6215 move here comment from Makefile.tpl.
6216 * Makefile.tpl: Move some definitions higher in the file.
6217 (STAGE1_CHECKING): New.
6218 * configure.in: Add --enable-stage1-checking.
6219 * configure: Regenerate.
6220 * Makefile.in: Regenerate.
6221
6222 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6223
6224 * MAINTAINERS: Add myself as build system maintainer.
6225
6226 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
6227
6228 * MAINTAINERS (Write After Approval): Add myself.
6229
6230 2006-12-13 Eric Christopher <echristo@apple.com>
6231
6232 * MAINTAINERS: Add myself as darwin maintainer.
6233
6234 2006-12-11 Ian Lance Taylor <ian@airs.com>
6235
6236 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6237
6238 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
6239
6240 MAINTAINERS: Update my entry.
6241
6242 2006-12-11 Alan Modra <amodra@bigpond.net.au>
6243
6244 * configure.in: Handle spu makefile frag.
6245 * Makefile.tpl (MAINT): Define
6246 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6247 * configure: Regenerate.
6248 * Makefile.in: Regenerate.
6249
6250 2006-12-11 Ben Elliston <bje@au.ibm.com>
6251
6252 * config.guess: Import latest version.
6253 * config.sub: Likewise.
6254
6255 2006-12-11 Ben Elliston <bje@au.ibm.com>
6256
6257 * configure.in (spu-*-*): Don't skip target-libiberty.
6258 * configure: Regenerate.
6259
6260 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6261
6262 PR bootstrap/30134
6263 * configure.in: Correct x86 darwin support for libjava to powerpc
6264 and i?86 only.
6265 * configure: Regenerate.
6266
6267 2006-12-08 Sandro Tolaini <tolaini@libero.it>
6268
6269 * configure.in: Add x86 darwin support for libjava.
6270 * configure: Regenerate.
6271
6272 2006-12-07 Mike Stump <mrs@apple.com>
6273
6274 * Makefile.def (dependencies): Add dependency for
6275 install-target-libssp and install-target-libgomp on
6276 install-gcc.
6277 * Makefile.in: Regenerate.
6278
6279 2006-12-04 Richard Guenther <rguenther@suse.de>
6280
6281 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6282 (Non-Algorithmic Maintainers): Move over non-algorithmic
6283 loop optimizer maintainers, add myself as a non-algorithmic
6284 middle-end maintainer.
6285
6286 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
6287
6288 * MAINTAINERS (Write After Approval): Add myself.
6289
6290 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6291
6292 * configure.in: Update error message for missing GMP/MPFR.
6293
6294 * configure: Regenerate.
6295
6296 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6297
6298 * configure.in: Update MPFR version in error message.
6299
6300 * configure: Regenerate.
6301
6302 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6303
6304 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6305 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6306 --with-gmp-lib): New flags.
6307
6308 * configure: Regenerate.
6309
6310 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6311
6312 * MAINTAINERS (Write After Approval): Change my email address.
6313
6314 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6315
6316 * MAINTAINERS (Write After Approval): Add myself.
6317
6318 2006-11-22 Philipp Thomas <pth@suse.de>
6319
6320 * MAINTAINERS (i18n): Update e-mail address.
6321
6322 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6323
6324 * MAINTAINERS (spu port): Add myself as maintainer.
6325 (Write After Approval): Remove myself.
6326
6327 2006-11-22 Ben Elliston <bje@au.ibm.com>
6328
6329 * configure.in (skipdirs): Don't build libssp for SPU.
6330 * configure: Regenerate.
6331
6332 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6333
6334 * MAINTAINERS (spu port): Add myself as maintainer.
6335 (libobjc): Update my email address.
6336
6337 2006-11-21 Andrea Bona <andrea.bona@st.com>
6338
6339 * MAINTAINERS (Write After Approval): Add myself.
6340
6341 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6342
6343 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6344 * configure : Rebuilt.
6345
6346 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6347
6348 * MAINTAINERS (Write After Approval): Add myself.
6349
6350 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6351
6352 * MAINTAINERS (Write After Approval): Add myself.
6353
6354 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6355
6356 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6357 libmpfr.a.
6358 * configure: Regenerate.
6359
6360 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
6361
6362 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6363 (unstage): Test for stage_last presence.
6364
6365 PR bootstrap/29802
6366 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6367 STAGE_PREFIX.
6368 * Makefile.in: Regenerate.
6369
6370 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6371
6372 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6373 maintainers.
6374
6375 2006-11-14 Erven Rohou <erven.rohou@st.com>
6376
6377 * MAINTAINERS (Write After Approval): Add myself.
6378
6379 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
6380
6381 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6382 and stageN-package/Makefile.
6383 * Makefile.in: Regenerated.
6384
6385 2006-11-14 Jie Zhang <jie.zhang@analog.com>
6386
6387 * configure.in: Remove target-libgloss from noconfigdirs for
6388 bfin-*-*.
6389 * configure: Regenerated.
6390
6391 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6392
6393 * configure.in (have_gmp): Only error if the gcc directory exists.
6394
6395 * configure: Regenerate.
6396
6397 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6398
6399 * configure.in: Robustify error message for missing GMP/MPFR.
6400
6401 * configure: Regenerate.
6402
6403 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
6404
6405 * MAINTAINERS (Write After Approval): Add myself.
6406
6407 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
6408
6409 * MAINTAINERS: Change email address.
6410
6411 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6412
6413 * MAINTAINERS (Write After Approval): Add myself.
6414
6415 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6416
6417 * MAINTAINERS (Write After Approval): Add myself.
6418
6419 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6420
6421 * MAINTAINERS (Write After Approval): Move myself to
6422 Write After Approval section.
6423
6424 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6425
6426 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6427 need_gmp anymore.
6428 * configure: Regenerate.
6429
6430 2006-10-16 Tobias Burnus <burnus@net-b.de>
6431
6432 * MAINTAINERS (Write After Approval): Add myself.
6433
6434 2006-10-16 Ben Elliston <bje@au.ibm.com>
6435
6436 * config.guess: Import latest version.
6437 * config.sub: Likewise.
6438
6439 2006-10-10 Brooks Moses <bmoses@stanford.edu>
6440
6441 * Makefile.def: Added pdf target handling.
6442 * Makefile.tpl: Added pdf target handling.
6443 * Makefile.in: Regenerated.
6444
6445 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6446
6447 * MAINTAINERS: Add self as score port maintainer.
6448
6449 2006-10-04 Brooks Moses <bmoses@stanford.edu>
6450
6451 * MAINTAINERS (Write After Approval): Add myself.
6452
6453 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6454
6455 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
6456 or newer.
6457 * configure: Regenerated.
6458
6459 2006-09-27 Dave Brolley <brolley@redhat.com>
6460
6461 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6462 using $s instead of $r.
6463 * configure: Regenerated.
6464
6465 2006-09-26 Thiemo Seufer <ths@mips.com>
6466
6467 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6468 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6469 * configure: Regenerate.
6470
6471 2006-09-24 Graeme Peterson <gridly@gmail.com>
6472
6473 * MAINTAINERS (Write After Approval): Remove myself.
6474
6475 2006-09-22 Chao-ying Fu <fu@mips.com>
6476
6477 * MAINTAINERS (Write After Approval): Add myself.
6478
6479 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6480
6481 * MAINTAINERS: Add self as soft-fp maintainer.
6482
6483 2006-09-09 Anatoly Sokolov <aesok@post.ru>
6484
6485 * MAINTAINERS: Add myself as avr maintainer.
6486 Remove Marek Michalkiewicz as avr maintainer.
6487
6488 2006-09-07 Roberto Costa <roberto.costa@st.com>
6489
6490 * MAINTAINERS (Write After Approval): Add myself.
6491
6492 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
6493
6494 * configure.in: Never build newlib for a Mingw host.
6495 Never build newlib as Mingw target library.
6496 Test the existence of winsup/cygwin for building a Cygwin newlib,
6497 rather than just winsup.
6498 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6499 building a Mingw target.
6500 * configure: Regenerate.
6501
6502 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6503
6504 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6505
6506 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
6507
6508 * config.guess: Import from src (was more updated).
6509 * config.sub: Likewise.
6510
6511 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6512
6513 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6514 * configure: Regenerated.
6515
6516 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
6517
6518 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6519 for stages after the first.
6520
6521 2006-07-17 Jakub Jelinek <jakub@redhat.com>
6522
6523 * Makefile.def: Add dependencies for configure-opcodes
6524 on configure-intl and all-opcodes on all-intl.
6525 * Makefile.in: Regenerated.
6526
6527 2006-07-13 Ben Elliston <bje@au.ibm.com>
6528
6529 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6530
6531 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6532
6533 Port to hosts whose 'sort' and 'tail' implementations
6534 treat operands with leading '+' as file names, as POSIX
6535 has required since 2001. However, make sure the code still
6536 works on pre-POSIX hosts.
6537 * ltmain.sh: Don't assume "sort +2" is equivalent to
6538 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6539
6540 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6541
6542 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6543
6544 2006-07-04 Peter O'Gorman <peter@pogma.com>
6545
6546 * ltconfig: chmod 644 before ranlib during install.
6547
6548 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6549
6550 PR bootstrap/18058
6551 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6552 if the bootstrap compiler is a GCC version that supports it.
6553 * configure: Regenerate.
6554
6555 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6556
6557 * configure.in: Fix thinkos in previous check-in.
6558 * configure: Regenerate.
6559
6560 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6561
6562 PR other/27063
6563 * configure.in: Test subdir_requires and give an appropriate
6564 error message.
6565 * configure: Regenerate.
6566
6567 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6568
6569 * MAINTAINERS (Write After Approval): Add myself.
6570
6571 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
6572
6573 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6574
6575 2006-06-22 Steve Ellcey <sje@cup.hp.com>
6576
6577 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6578
6579 2006-06-20 David Ayers <d.ayers@inode.at>
6580
6581 PR bootstrap/28072
6582 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6583 whether target-libjava is being configured instead of whether the
6584 java front end is enabled.
6585 * configure: Regenerate.
6586
6587 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6588
6589 PR target/27540
6590 * configure.in: Only enable libgomp on IRIX 6.
6591 * configure: Regenerate.
6592
6593 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
6594
6595 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6596 too.
6597 * Makefile.in: Regenerate.
6598
6599 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6600
6601 * config-ml.in: Alter CCASFLAGS to include special
6602 multilib options the same as is done for CFLAGS.
6603
6604 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6605
6606 * configure.in: Don't enable libgomp on hpux10.
6607 * configure: Rebuilt.
6608
6609 2006-06-12 David Ayers <d.ayers@inode.at>
6610
6611 PR bootstrap/27963
6612 PR target/19970
6613 * configure.in: Remove target-boehm-gc from noconfigdirs where
6614 ${libgcj} is specified.
6615 * configure: Regenerate.
6616
6617 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
6618
6619 Sync from src:
6620
6621 * configure.in: Sync.
6622 * configure: Regenerated.
6623
6624 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6625
6626 * Makefile.def: Added dependencies from sim and gdb on intl, and
6627 added configure dependencies to everything with an all dependency
6628 on intl.
6629 * Makefile.in: Regenerated.
6630
6631 2006-06-06 David Ayers <d.ayers@inode.at>
6632
6633 PR libobjc/13946
6634 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6635 * Makefile.in: Regenerate.
6636 * configure.in: Add --enable-objc-gc at toplevel and have it
6637 enable boehm-gc for Objective-C.
6638 Remove target-boehm-gc from libgcj.
6639 Add target-boehm-gc to target_libraries.
6640 Add target-boehm-gc to noconfigdirs where ${libgcj}
6641 is specified.
6642 Assert that boehm-gc is supported when requested for Objective-C.
6643 Only build boehm-gc if needed either for Java or Objective-C.
6644 * configure: Regenerate.
6645
6646 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
6647
6648 PR 27674
6649 * Makefile.tpl (configure-[+prefix+][+module+],
6650 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6651 Remove rule to unstage bootstrapped modules.
6652 (stage_current): New.
6653 * Makefile.in: Regenerate.
6654
6655 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6656
6657 * MAINTAINERS (Write After Approval): Update my e-mail address.
6658
6659 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6660
6661 * include/libiberty.h: Declare pex_run_in_environment.
6662
6663 2006-05-31 Asher Langton <langton2@llnl.gov>
6664
6665 * MAINTAINERS (Write After Approval): Add myself.
6666
6667 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
6668
6669 * Makefile.def (bfd, opcodes): Fix lib_path.
6670 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6671 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6672 * Makefile.in: Regenerate.
6673
6674 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6675
6676 * Makefile.in: Regenerate.
6677
6678 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6679
6680 * Makefile.def: Add install-html target. Add datarootdir
6681 docdir and htmldir to flags_to_pass.
6682 * Makefile.tpl: Add install-html target.
6683 * Makefile.in: Regenerate.
6684 * configure.in: Add --with-datarootdir, --with-docdir, and
6685 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6686 * configure: Regenerate.
6687
6688 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6689
6690 * configure.in: Enable gprof for cross builds.
6691 * configure: Regenerate.
6692
6693 2006-05-22 Richard Guenther <rguenther@suse.de>
6694
6695 Revert
6696 2006-01-31 Richard Guenther <rguenther@suse.de>
6697 Paolo Bonzini <bonzini@gnu.org>
6698
6699 * Makefile.def (target_modules): Add libgcc-math target module.
6700 * configure.in (target_libraries): Add libgcc-math target library.
6701 (--enable-libgcc-math): New configure switch.
6702 * Makefile.in: Re-generate.
6703 * configure: Re-generate.
6704 * libgcc-math: New toplevel directory.
6705
6706 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6707 Andreas Tobler <a.tobler@schweiz.ch>
6708
6709 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
6710 * configure: Rebuilt.
6711
6712 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
6713
6714 * MAINTAINERS (Write After Approval): Add myself.
6715
6716 2006-05-01 DJ Delorie <dj@redhat.com>
6717
6718 * configure.in: Restore CFLAGS if GMP isn't present.
6719 * configure: Regenerate.
6720
6721 2006-05-01 Richard Guenther <rguenther@suse.de>
6722
6723 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6724 maintainer.
6725
6726 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
6727
6728 * MAINTAINERS (Write After Approval): Add myself.
6729
6730 2006-04-28 Jan Beulich <jbeulich@novell.com>
6731
6732 * MAINTAINERS (Write After Approval): Add myself.
6733
6734 2006-04-18 DJ Delorie <dj@redhat.com>
6735
6736 * configure.in (m32c): Build libstdc++-v3. Pass flags to
6737 reference libgloss so that libssp can be built in a combined
6738 tree.
6739 * configure: Regenerate.
6740
6741 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
6742
6743 * MAINTAINERS (Write After Approval): Add myself.
6744
6745 2006-04-05 Ben Elliston <bje@au.ibm.com>
6746
6747 * configure.in: Require makeinfo 4.4 or higher.
6748 * configure: Regenerate.
6749
6750 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
6751
6752 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6753 Rearrange the entries of other libraries to have them in one place.
6754
6755 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
6756
6757 * MAINTAINERS (Write After Approval): Remove myself.
6758 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6759
6760 2006-03-14 Richard Guenther <rguenther@suse.de>
6761
6762 * configure: Regenerate with autoconf 2.13.
6763
6764 2006-03-13 Jim Blandy <jimb@codesourcery.com>
6765
6766 * MAINTAINERS: Use my work address.
6767
6768 * MAINTAINERS: Update my E-mail address.
6769
6770 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
6771
6772 * configure.in: Handle --disable-<component> generically.
6773 * configure: Regenerate.
6774
6775 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
6776
6777 PR libgcj/17311
6778 * ltmain.sh: Don't use "$finalize_rpath" for compile.
6779
6780 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
6781
6782 * MAINTAINERS (Write After Approval): Remove myself.
6783 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6784
6785 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
6786
6787 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
6788 (TARGET_CONFIGDIRS): Remove.
6789 * configure.in: Remove AC_SUBST(target_configdirs).
6790 * Makefile.in, configure: Regenerated.
6791
6792 2006-02-20 Steven G. Kargl <kargls@comcast.net>
6793
6794 * MAINTAINERS (Write After Approval): Remove myself.
6795 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6796
6797 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
6798
6799 PR bootstrap/25670
6800
6801 * Makefile.tpl ([+compare-target+]): Print explanation messages.
6802
6803 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6804 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6805 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6806 BUILD_PREFIX, BUILD_PREFIX_1.
6807 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6808
6809 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6810 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6811
6812 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6813 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6814 of `cat stage_current`. Always provide the `r' and `s' variables.
6815 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6816 a single shell execution.
6817 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6818 bootstrapped modules, make the stage1 module if the build was not
6819 started yet, else build the current stage.
6820 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6821 (all-build, all-host, all-target, [+make_target+]-host,
6822 [+make_target+]-target): Do not use \-continued lines.
6823 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6824 (current_stage, restrap, stage_last): New.
6825
6826 * Makefile.in: Regenerate.
6827 * configure: Regenerate.
6828
6829 2006-02-19 Bud Davis <jmdavis@link.com>
6830
6831 * MAINTAINERS (Write After Approval): Remove myself.
6832 (Language Front End Maintainers): Add myself as fortran 95
6833 maintainer and update e-mail address.
6834
6835 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6836
6837 * MAINTAINERS (Write After Approval): Remove myself.
6838 (Language Front End Maintainers): Add myself as fortran 95
6839 maintainer.
6840
6841 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
6842
6843 * MAINTAINERS (Write After Approval): Add myself.
6844
6845 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
6846
6847 * MAINTAINERS (Write After Approval): Remove myself.
6848 (Language Front End Maintainers): Add myself as
6849 fortran 95 maintainer.
6850
6851 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6852
6853 Sync from src:
6854
6855 2005-12-27 Leif Ekblad <leif@rdos.net>
6856
6857 * configure.in: Add support for RDOS target.
6858 * configure: Regenerate.
6859
6860 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6861 Andreas Schwab <schwab@suse.de>
6862
6863 * configure: Regenerate.
6864
6865 2006-02-12 David Edelsohn <edelsohn@gnu.org>
6866
6867 * configure.in (enable_libgomp): Add AIX.
6868 * configure: Regenerate.
6869
6870 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6871
6872 * MAINTAINERS (Write After Approval): Add myself.
6873
6874 2006-02-03 Lee Millward <lee.millward@gmail.com>
6875
6876 * MAINTAINERS (Write After Approval): Add myself.
6877
6878 2006-01-31 Richard Guenther <rguenther@suse.de>
6879 Paolo Bonzini <bonzini@gnu.org>
6880
6881 * Makefile.def (target_modules): Add libgcc-math target module.
6882 * configure.in (target_libraries): Add libgcc-math target library.
6883 (--enable-libgcc-math): New configure switch.
6884 * Makefile.in: Re-generate.
6885 * configure: Re-generate.
6886 * libgcc-math: New toplevel directory.
6887
6888 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
6889
6890 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6891 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6892 the assembler, linker and binutils.
6893 * configure: Regenerate.
6894
6895 2006-01-22 Dirk Mueller <dmueller@suse.de>
6896
6897 * MAINTAINERS (Write After Approval): Add myself.
6898
6899 2006-01-20 Diego Novillo <dnovillo@redhat.com>
6900
6901 * configure: Regenerate.
6902
6903 2006-01-18 Richard Henderson <rth@redhat.com>
6904 Jakub Jelinek <jakub@redhat.com>
6905 Diego Novillo <dnovillo@redhat.com>
6906
6907 * libgomp: New directory.
6908 * Makefile.def: Add target_module libgomp.
6909 * Makefile.in: Regenerate.
6910 * configure.in (target_libraries): Add target-libgomp.
6911 * configure: Regenerate.
6912
6913 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
6914
6915 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6916 @ from continuation.
6917 * Makefile.in: Rebuilt.
6918
6919 2006-01-04 Chris Lattner <sabre@gnu.org>
6920
6921 * MAINTAINERS (Write After Approval): Add myself.
6922
6923 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
6924
6925 PR bootstrap/24252
6926
6927 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6928 * Makefile.tpl (OBJDUMP): New.
6929 (EXTRA_HOST_FLAGS): Add it.
6930 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6931
6932 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6933 to use symbolic links between directories. Avoid race conditions
6934 or make them harmless.
6935 * configure.in: Do not try to use symbolic links between directories.
6936
6937 * Makefile.def (LEAN): Pass.
6938 * Makefile.tpl (LEAN): Define.
6939 (stage[+id+]-start): Accept that the previous directory does not
6940 exist, if the bootstrap is lean.
6941 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6942 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6943 configure substitution.
6944 ([+compare-target+]): Likewise.
6945 ([+bootstrap-target+]-lean): New.
6946 * configure.in: Remove lean bootstrap support from here.
6947
6948 * Makefile.in: Regenerate.
6949 * configure: Regenerate.
6950
6951 2006-01-04 Ben Elliston <bje@au.ibm.com>
6952
6953 * MAINTAINERS (libdecnumber): Add myself.
6954
6955 2006-01-02 Mark Mitchell <mark@codesourcery.com>
6956
6957 * libtool-ldflags: New script.
6958
6959 2006-01-02 Andreas Schwab <schwab@suse.de>
6960
6961 * configure.in: When reconfiguring remove Makefile in
6962 all stage directories.
6963 * configure: Regenerate.
6964
6965 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6966
6967 * MAINTAINERS: Update my email address.
6968
6969 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
6970
6971 Revert Ada-related part of the previous change.
6972
6973 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6974 Do not pass.
6975 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6976 * Makefile.in: Regenerate.
6977 * configure.in: Do not include mt-ppc-aix target fragment.
6978 * configure: Regenerate.
6979
6980 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
6981
6982 * configure.in: Select appropriate fragments for PowerPC/AIX.
6983 * configure: Regenerate.
6984
6985 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6986 BOOT_CFLAGS, BOOT_LDFLAGS.
6987 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6988 BOOT_CFLAGS, BOOT_LDFLAGS.
6989 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6990 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6991 (stage): Fail if we cannot complete the work.
6992 * Makefile.in: Regenerate.
6993
6994 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6995
6996 * configure.in: Replace ms1 with mt.
6997 * configure: Rebuilt.
6998
6999 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7000
7001 * MAINTAINERS: Update my email address.
7002
7003 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
7004
7005 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7006 install-host-nogcc): Don't invoke $(stage) at the end.
7007 * Makefile.in: Regenerate.
7008
7009 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
7010
7011 * configure.in: Flip the top-level bootstrap switch.
7012 * configure: Regenerate.
7013
7014 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7015
7016 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7017 $(stage) and $(unstage).
7018 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7019 (all): Remove stray semicolon.
7020 (local-distclean): Don't handle multilib.tmp and multilib.out.
7021 (install.all): Set $s for consistency.
7022 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7023 check_multilibs setting. Always make the install directory.
7024 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7025 Correct @if/@endif.
7026 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7027 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7028 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7029 (multilib.out): Remove.
7030 * Makefile.in: Regenerated.
7031
7032 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
7033
7034 * MAINTAINERS (Write After Approval): Add myself.
7035
7036 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7037
7038 * MAINTAINERS: Add myself as mt maintainer.
7039
7040 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7041
7042 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7043
7044 * MAINTAINERS: Change email address.
7045
7046 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
7047
7048 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7049 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7050 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7051 Find in-tree tools if available.
7052 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7053 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7054 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7055 (COMPILER_*_FOR_TARGET): New.
7056 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7057 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7058 (CONFIGURED_*, USUAL_*): Remove.
7059 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7060 STRIP): Use autoconf substitutions.
7061 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7062 COMPILER_NM_FOR_TARGET): New.
7063 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7064
7065 (all): Make all-host and all-target in parallel.
7066 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7067 that $$r and $$s are set before invoking a recursive make.
7068 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7069 ([+bootstrap-target+]): Inline most of the `all' target.
7070
7071 2005-11-29 Ben Elliston <bje@au.ibm.com>
7072
7073 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7074 from the gcc build directory.
7075 * Makefile.in: Regenerate.
7076
7077 2005-11-29 Ben Elliston <bje@au.ibm.com>
7078
7079 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7080 depend on all-libdecnumber.
7081 * configure.in (host_libs): Include libdecnumber.
7082 * Makefile.in: Regenerate.
7083 * configure: Likewise.
7084
7085 2005-11-29 Ben Elliston <bje@au.ibm.com>
7086
7087 * libdecnumber: Import decNumber sources from the dfp-branch.
7088
7089 2005-11-21 Kean Johnston <jkj@sco.com>
7090
7091 * config.sub, config.guess: Sync from upstream sources.
7092
7093 2005-11-21 Ben Elliston <bje@au.ibm.com>
7094
7095 Import from Autoconf sources:
7096
7097 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7098 * config/move-if-change: Don't output "$2 is unchanged";
7099 suggested by Ben Elliston. Handle weird characters correctly.
7100
7101 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7102
7103 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7104 to match upstream libtool for darwin.
7105
7106 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7107
7108 * Makefile.def: Remove gdb dependencies for gdbtk.
7109 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7110 (configure-gdb, install-gdb): New rules.
7111 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7112 * Makefile.in, configure: Regenerated.
7113
7114 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7115
7116 * MAINTAINERS (Write After Approval): Add myself.
7117
7118 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7119
7120 * MAINTAINERS (Write After Approval): Add myself.
7121
7122 2005-10-24 Diego Novillo <dnovillo@redhat.com>
7123
7124 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7125 Diego Novillo.
7126
7127 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
7128
7129 PR bootstrap/24297
7130 * Makefile.tpl (do-[+make-target+], do-check, install,
7131 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7132 are set before recursing.
7133 * Makefile.in: Regenerate.
7134
7135 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7136
7137 PR bootstrap/18939
7138 * Makefile.def (gcc) <target>: Fix thinko.
7139 * Makefile.in: Regenerate.
7140
7141 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7142
7143 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7144 * configure: Regenerate.
7145
7146 2005-10-15 Jie Zhang <jie.zhang@analog.com>
7147
7148 * MAINTAINERS (Write After Approval): Add self.
7149
7150 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
7151
7152 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7153 target-libffi, target-qthreads, target-libjava, and
7154 targetlibobjc.
7155 * configure: Regenerate.
7156
7157 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7158
7159 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7160 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7161 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7162 (USUAL_OBJDUMP_FOR_TARGET): New.
7163 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7164 * configure.in: Check for $OBJDUMP_FOR_TARGET.
7165 * configure, Makefile.in: Regenerated.
7166
7167 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7168
7169 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7170 before other host packages.
7171
7172 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7173
7174 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7175
7176 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7177
7178 PR bootstrap/22340
7179
7180 * configure.in (default_target): Remove.
7181 * Makefile.tpl (all): Do not use prerequisites as subroutines
7182 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7183 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7184 use prerequisites as subroutines.
7185 (check-host, check-target): New.
7186 (bootstrap configure & all targets): Do not use stage*-start
7187 if the directory layout is already ok.
7188 (non-bootstrap configure & all targets): Prepend a $(unstage).
7189 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7190 (NOTPARALLEL): Remove.
7191 (unstage, stage variables): New variables.
7192 (unstage, stage targets): Simply expand to those variables.
7193
7194 * configure: Regenerate.
7195 * Makefile.in: Regenerate.
7196
7197 2005-10-04 James E Wilson <wilson@specifix.com>
7198
7199 * Makefile.def (lang_env_dependencies): Add libmudflap.
7200 * Makefile.in: Regenerate.
7201
7202 2005-10-03 Andreas Schwab <schwab@suse.de>
7203
7204 Backport from libtool CVS:
7205 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7206
7207 * ltmain.sh: add support for installing into temporary
7208 staging area (e.g. 'make install DESTDIR=...')
7209
7210 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7211
7212 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7213 * configure: Regenerated.
7214
7215 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7216
7217 * configure: Regenerate with the correct
7218 autoconf version.
7219
7220 2005-09-30 Catherine Moore <clm@cm00re.com>
7221
7222 * configure.in (bfin-*-*): New.
7223 * configure: Regenerated.
7224
7225 2005-09-28 Geoffrey Keating <geoffk@apple.com>
7226
7227 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7228 (LIPO_FOR_TARGET): New.
7229 (CONFIGURED_LIPO_FOR_TARGET): New.
7230 (USUAL_LIPO_FOR_TARGET): New.
7231 (STRIP_FOR_TARGET): New.
7232 (CONFIGURED_STRIP_FOR_TARGET): New.
7233 (USUAL_STRIP_FOR_TARGET): New.
7234 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7235 STRIP_FOR_TARGET.
7236 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7237 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7238 * Makefile.in: Regenerate.
7239 * configure: Regenerate.
7240
7241 2005-09-19 David Edelsohn <edelsohn@gnu.org>
7242
7243 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7244 (rs6000-*-aix*): Same.
7245 * configure: Regenerate.
7246
7247 2005-09-16 Tom Tromey <tromey@redhat.com>
7248
7249 * MAINTAINERS: Add self as java maintainer.
7250
7251 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7252
7253 * configure.in: Recognize f95 in the --enable-languages option,
7254 and substitute it for fortran, issuing a warning.
7255 * configure: Regenerate.
7256
7257 2005-08-30 Phil Edwards <phil@codesourcery.com>
7258
7259 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7260 * configure: Regenerated.
7261
7262 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
7263
7264 * MAINTAINERS: Add self as ms1 maintainer.
7265
7266 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7267
7268 * Makefile.def (libssp): Add to lang_env_dependencies.
7269 * Makefile.in: Regenerate.
7270
7271 2005-08-18 Ian Lance Taylor <ian@airs.com>
7272
7273 * MAINTAINERS: Add myself as middle-end maintainer.
7274
7275 2005-08-17 Christian Groessler <chris@groessler.org>
7276
7277 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7278 * Makefile.in: Regenerate.
7279
7280 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7281
7282 * MAINTAINERS (write after approval): Added myself.
7283
7284 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7285
7286 * MAINTAINERS (Write After Approval): Add myself.
7287
7288 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
7289
7290 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7291 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7292 Look for alternate names of the target cc and c++
7293 * configure: Regenerate.
7294
7295 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
7296
7297 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7298 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7299 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7300 tools; remove code to manually set them.
7301 (Target tools): Look in the environment for them.
7302 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7303 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7304 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7305 build directory.
7306 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7307 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7308 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7309 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7310 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7311 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7312 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7313 * configure: Regenerate.
7314 * Makefile.in: Regenerate.
7315
7316 2005-07-28 Ben Elliston <bje@au.ibm.com>
7317
7318 * MAINTAINERS: Update for removed CPU targets.
7319
7320 2005-07-27 Mark Mitchell <mark@codesourcery.com>
7321
7322 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7323 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7324 * Makefile.in: Regenerated.
7325
7326 2005-07-26 Mark Mitchell <mark@codesourcery.com>
7327
7328 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7329 (CFLAGS_FOR_TARGET): Use it.
7330 (CXXFLAGS_FOR_TARGET): Likewise.
7331 * Makefile.in: Regenerated.
7332 * configure.in (--with-build-sysroot): New option.
7333 * configure: Regenerated.
7334
7335 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
7336
7337 * Makefile.tpl: Wrap install between unstage and stage
7338 * Makefile.in: Regenerate.
7339
7340 2005-07-21 Eric Christopher <echristo@apple.com>
7341
7342 * MAINTAINERS: Update affiliation.
7343
7344 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7345
7346 * MAINTAINERS: Add self as crx port maintainer.
7347
7348 2005-07-20 DJ Delorie <dj@redhat.com>
7349
7350 * MAINTAINERS: Add self as m32c maintainer.
7351
7352 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7353
7354 * all files: Update FSF address.
7355
7356 2005-07-15 Eric Christopher <echristo@redhat.com>
7357
7358 * MAINTAINERS: Change affiliation.
7359
7360 2005-07-14 Jim Blandy <jimb@redhat.com>
7361
7362 * configure.in: Add cases for Renesas m32c.
7363 * configure: Regenerated.
7364
7365 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7366
7367 * COPYING.LIB: Update from fsf.org.
7368
7369 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7370
7371 * COPYING, compile, config.guess,
7372 config.sub, install-sh, missing, mkinstalldirs,
7373 symlink-tree, ylwrap: Sync from upstream sources.
7374 * config-ml.in: Update FSF address.
7375
7376 2005-07-13 Eric Christopher <echristo@redhat.com>
7377
7378 * configure.in: Add toplevel noconfigdir support for tpf.
7379 * configure: Regenerate.
7380
7381 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
7382
7383 PR ada/22340
7384
7385 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7386 * Makefile.in: Regenerate.
7387
7388 2005-07-07 Mark Mitchell <mark@codesourcery.com>
7389
7390 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7391 Brolley to write-after-approval.
7392
7393 2005-07-07 Andreas Schwab <schwab@suse.de>
7394
7395 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7396 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7397 * Makefile.in: Regenerated.
7398
7399 2005-07-06 Geoffrey Keating <geoffk@apple.com>
7400
7401 * configure.in: Don't build sim or rda when targetting darwin.
7402 * configure: Regenerate.
7403
7404 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
7405
7406 * configure.in: Add --enable-libssp and --disable-libssp.
7407 * configure: Regenerate with autoconf-2.13.
7408
7409 2005-07-02 Jakub Jelinek <jakub@redhat.com>
7410
7411 * Makefile.def (target_modules): Add libssp.
7412 * configure.in (target_libraries): Add target-libssp.
7413 * configure: Rebuilt.
7414 * Makefile.in: Rebuilt.
7415
7416 2005-07-01 Zack Weinberg <zackw@panix.com>
7417
7418 * MAINTAINERS: Change email address. Resign from maintainership.
7419
7420 2005-07-01 Richard Guenther <rguenther@suse.de>
7421
7422 * MAINTAINERS: Change my e-mail address and affiliation.
7423
7424 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
7425
7426 * Makefile.def (stagefeedback): Come after profile.
7427 Define profiledbootstrap target.
7428 * Makefile.tpl (profiledbootstrap): Remove.
7429 (stageprofile-end): Zap stagefeedback.
7430 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7431 * Makefile.in: Regenerate.
7432
7433 2005-06-13 Richard Sandiford <richard@codesourcery.com>
7434
7435 * MAINTAINERS: Update my email address.
7436
7437 2005-06-13 Zack Weinberg <zack@codesourcery.com>
7438
7439 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7440 In 'cpp' stanza, support '#line' as well as '# '.
7441
7442 2005-06-08 Andreas Schwab <schwab@suse.de>
7443
7444 * MAINTAINERS: Move myself from 'Write After Approval' to
7445 'CPU Port Maintainers' section as m68k maintainer.
7446
7447 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
7448
7449 * configure.in (unsupported_languages): New macro.
7450 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7451 non-ported target libraries in noconfigdirs.
7452 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7453 non-linux-gnu. Remove libgcj_ex_libffi.
7454 <lang_frag loop>: Set add_this_lang=no if the language is in
7455 unsupported_languages.
7456 * configure: Regenerate.
7457
7458 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7459
7460 * configure.in: Fix typo in handling of --with-mpfr-dir.
7461 * configure: Regenerate.
7462
7463 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7464
7465 * MAINTAINERS: Update my email address.
7466
7467 2005-06-02 Jim Blandy <jimb@redhat.com>
7468
7469 * config.sub: Add cases for the Renesas m32c. (This patch has been
7470 accepted into the master sources.)
7471
7472 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
7473 Michael Snyder <msnyder@redhat.com>
7474 Stan Cox <scox@redhat.com>
7475
7476 * configure.in: Set noconfigdirs for ms1.
7477
7478 * configure: Regenerate.
7479
7480 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7481
7482 * MAINTAINERS (Write After Approval): Add self.
7483
7484 2005-06-01 Josh Conner <jconner@apple.com>
7485
7486 * MAINTAINERS (Write After Approval): Add self.
7487
7488 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
7489
7490 * MAINTAINERS: Update my email address.
7491
7492 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7493
7494 * MAINTAINERS (Write After Approval): Add self.
7495
7496 2005-05-26 Chris Demetriou <cgd@broadcom.com>
7497
7498 * MAINTAINERS (Write After Approval): Remove self.
7499
7500 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
7501
7502 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7503 (Dependencies): Consider target modules for bootstrap dependencies.
7504 Make target bootstrap modules depend on each stage's gcc.
7505 * Makefile.in: Regenerate.
7506
7507 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
7508
7509 * Makefile.def (configure-gcc): Depend on binutils having been built.
7510 (all-gcc): No need to do it here.
7511 * Makefile.in: Regenerate.
7512
7513 2005-05-19 Paul Brook <paul@codesourcery.com>
7514
7515 * configure.in: Rewrite misleading error message when requested
7516 language cannot be built.
7517 * configure: Regenerate.
7518
7519 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7520
7521 * ylwrap: Import from Automake 1.9.5.
7522
7523 2005-05-13 David Ung <davidu@mips.com>
7524
7525 * MAINTAINERS (Write After Approval): Add self.
7526
7527 2005-05-09 Mike Stump <mrs@apple.com>
7528
7529 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7530 lt_cv_sys_max_cmd_len for now.
7531
7532 2005-05-09 Stan Cox <scox@redhat.com>
7533
7534 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7535
7536 2005-05-08 Matt Kraai <kraai@ftbfs.org>
7537
7538 * README.SCO: Update the URL.
7539
7540 2005-05-05 David Edelsohn <edelsohn@gnu.org>
7541
7542 * ltconfig: Define file_list_spec. Pass file_list_spec and
7543 with_gnu_ld to libtool.
7544 * ltcf-c.sh (aix[45]): Define file_list_spec.
7545 * ltcf-cxx.sh (aix[45]): Same.
7546 * ltcf-gcj.sh (aix[45]): Same.
7547 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7548 exists, write list of input files to temporary file.
7549
7550 2005-05-04 Mike Stump <mrs@apple.com>
7551
7552 * configure.in: Always pass --target to target configures as
7553 otherwise rebuilds that do --recheck will fail.
7554 * confiugure: Rebuilt.
7555
7556 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
7557
7558 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7559 STAGE_HOST_EXPORTS.
7560 (configure, all): Add bootstrap support.
7561 (Host modules, target modules): Pass post-stage1 flags and exports.
7562 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7563 * Makefile.in: Regenerate.
7564
7565 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
7566
7567 * configure: Regenerate.
7568
7569 2005-04-27 Mike Stump <mrs@apple.com>
7570
7571 * MAINTAINERS: Add self as darwin maintainer.
7572
7573 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7574
7575 * config.sub: Update from master copy.
7576
7577 2005-04-21 Mike Stump <mrs@apple.com>
7578
7579 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7580 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7581
7582 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
7583
7584 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7585 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7586 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7587 "*-*-elf" and "*-*-linux*".
7588 * configure: Regenerate.
7589
7590 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7591
7592 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7593
7594 2005-04-12 Mike Stump <mrs@apple.com>
7595
7596 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7597
7598 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7599
7600 * MAINTAINERS (Write After Approval): Add myself.
7601
7602 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7603
7604 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7605
7606 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
7607
7608 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7609 (TARGET_CONFIGARGS): Include --with-target-subdir.
7610 (configure, all): New macros. Use them throughout.
7611 * Makefile.in: Regenerate.
7612
7613 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7614
7615 * MAINTAINERS (Write After Approval): Add myself.
7616
7617 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7618
7619 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7620
7621 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7622
7623 * MAINTAINERS: Move John Carr to Write After Approval.
7624
7625 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
7626
7627 * config/mh-mingw32: Delete.
7628 * configure.in: Don't use it.
7629 * configure: Regenerate.
7630
7631 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
7632
7633 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7634 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7635 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7636 (HOST_LIB_PATH): Generate from Makefile.def.
7637 (TARGET_LIB_PATH): Likewise.
7638 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7639 * Makefile.in: Regenerate.
7640 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7641 (RPATH_ENVVAR): Include Darwin case.
7642 * configure: Regenerate.
7643
7644 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7645
7646 * MAINTAINERS (Various Maintainers): Remove self.
7647 (Write After Approval): Add self.
7648
7649 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7650
7651 * MAINTAINERS (Various Maintainers): Add self.
7652
7653 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
7654
7655 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7656 * configure: Regenerate.
7657
7658 2005-03-21 Zack Weinberg <zack@codesourcery.com>
7659
7660 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7661 gcc_version, and gcc_version_trigger from set of flags to pass.
7662 * Makefile.tpl: Remove definitions of above variables.
7663 (config.status): Remove dependency on $(gcc_version_trigger).
7664 * Makefile.in: Regenerate.
7665 * configure.in: Do not reference config/gcc-version.m4 nor
7666 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7667 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7668 * configure: Regenerate.
7669
7670 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
7671 Andrew Pinski <pinskia@physics.uc.edu>
7672
7673 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7674 * Makefile.in: Regenerate.
7675
7676 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7677
7678 * MAINTAINERS (Write After Approval): Add myself.
7679
7680 2005-03-03 David Ayers <d.ayers@inode.at>
7681
7682 * MAINTAINERS (Write After Approval): Add myself.
7683
7684 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
7685
7686 PR libgcj/20160
7687 * ltmain.sh: Avoid creating archives with components that have
7688 duplicate basenames.
7689
7690 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7691
7692 PR bootstrap/20250
7693 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7694 instead of check.
7695 * Makefile.in: Regenerate.
7696
7697 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7698
7699 * Makefile.in: Regenerate to fix conflict between the previous two
7700 patches.
7701
7702 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7703
7704 PR bootstrap/17383
7705 * Makefile.def (target_modules): Remove "stage", now unnecessary.
7706 * Makefile.tpl (HOST_SUBDIR): New substitution.
7707 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7708 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7709 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7710 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7711 (Host modules, Bootstrapped modules): Use it.
7712 (Build modules, Target modules): Do not create symlink trees,
7713 always configure out-of-srcdir.
7714 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7715 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7716 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7717 $(HOST_SUBDIR). Create a symlink for host_subdir.
7718
7719 * Makefile.in: Regenerate.
7720 * configure: Regenerate.
7721
7722 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7723
7724 Merged from libada-gnattools-branch:
7725 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
7726
7727 * gnattools: New directory.
7728 * Makefile.def: Add gnattools as a module, depending on target-libada.
7729 * Makefile.in: Regenerate.
7730 * configure.in: Include gnattools in host_tools; disable it if ada
7731 is disabled.
7732 * configure: Regenerate.
7733
7734 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
7735
7736 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7737 treelang maintainer.
7738 (Write After Approval): Remove myself.
7739
7740 2005-02-23 Paul Schlie <schlie@comcast.net>
7741
7742 * configure.in: Allow darwin targeted ports to build tk, itcl and
7743 libgui.
7744 * configure: Regenerate.
7745
7746 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7747
7748 PR libgcj/10353
7749 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7750 * configure: Regenerate.
7751
7752 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
7753
7754 * MAINTAINERS (Write After Approval): Add myself.
7755
7756 2005-02-10 Ian Lance Taylor <ian@airs.com>
7757
7758 * MAINTAINERS: Update my e-mail address.
7759
7760 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
7761
7762 * MAINTAINERS (Write After Approval): Add myself.
7763
7764 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
7765
7766 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7767 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7768 target-libgloss when not *-*-elf and *-*-aout.
7769 * configure: Regenerate.
7770
7771 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
7772
7773 * MAINTAINERS: Remove obsolete entries.
7774
7775 * MAINTAINERS (Write After Approval): Add Michael Matz.
7776
7777 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
7778
7779 * MAINTAINERS: Remove self as cpplib maintainer.
7780
7781 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7782
7783 * install-sh, config.sub: Import from upstream.
7784
7785 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7786
7787 PR bootstrap/18222
7788 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7789 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7790 * Makefile.in: Regenerate.
7791
7792 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
7793
7794 * MAINTAINERS: Update my email address.
7795
7796 2005-01-12 David Edelsohn <edelsohn@gnu.org>
7797 Andreas Schwab <schwab@suse.de>
7798
7799 PR bootstrap/18033
7800 * config-ml.in: Eval option if surrounded by single quotes.
7801
7802 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
7803
7804 Revert 2004-12-28 Makefile changes, a better fix will be
7805 applied to mainline and src after GCC 4.0 branches.
7806
7807 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
7808
7809 PR bootstrap/17383
7810
7811 * Makefile.def (target_modules): Remove stage parameter,
7812 it is always true now.
7813 * Makefile.tpl (configure-build-[+module+],
7814 configure-target-[+module+]): Always build symlink tree
7815 for the directory and for include. BUILD_SUBDIR and
7816 TARGET_SUBDIR cannot be . anymore.
7817 * Makefile.in: Regenerate.
7818
7819 2004-12-25 David Edelsohn <edelsohn@gnu.org>
7820
7821 Revert 2004-12-08 Makefile changes.
7822
7823 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
7824
7825 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7826 cygwin, mingw.
7827
7828 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
7829
7830 * configure.in (sh64-*-*): Reenable gprof.
7831 * configure: Regenerate.
7832
7833 2004-12-08 David Edelsohn <edelsohn@gnu.org>
7834
7835 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7836 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7837 (EXTRA_TARGET_FLAGS): Add PICFLAG.
7838 * Makefile.in: Regenerate.
7839
7840 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
7841
7842 * MAINTAINERS: Update my email address.
7843
7844 2004-12-07 Matt Kraai <kraai@ftbfs.org>
7845
7846 * Makefile.tpl: Generate normal dependencies if the LHS module is
7847 not bootstrapped.
7848 * Makefile.in: Regenerate.
7849
7850 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7851
7852 * configure.in: Include config/gxx-include-dir.m4. Use
7853 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
7854 * configure: Regenerate.
7855
7856 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7857
7858 * config.if: Delete.
7859 * configure.in: Set libstdcxx_incdir directly.
7860 * configure: Regenerate.
7861
7862 2004-12-02 Eric Christopher <echristo@redhat.com>
7863
7864 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7865 * Makefile.in: Regenerate.
7866
7867 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7868
7869 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7870 * configure: Regenerate.
7871
7872 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7873
7874 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
7875 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
7876 * configure: Regenerate.
7877
7878 2004-12-01 Eric Christopher <echristo@redhat.com>
7879
7880 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7881 of things to remove.
7882
7883 2004-11-29 Matt Kraai <kraai@ftbfs.org>
7884
7885 * MAINTAINERS (Write After Approval): Update my e-mail address.
7886
7887 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
7888
7889 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7890 from CVS libtool to always pass_all.
7891
7892 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7893
7894 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7895 (hppa*64*-*-*): Delete incorrect comment.
7896 * configure: Rebuilt.
7897
7898 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7899
7900 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7901
7902 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7903
7904 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7905 from CVS libtool to always pass_all.
7906
7907 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7908
7909 * install-sh, compile: Import from automake.
7910
7911 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7912
7913 * config.guess, config.sub: Import from savannnah.
7914
7915 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
7916
7917 * MAINTAINERS (Write After Approval): Add myself
7918
7919 2004-11-12 Mike Stump <mrs@apple.com>
7920
7921 * Makefile.def: Add html support.
7922 * Makefile.tpl: Likewise.
7923 * Makefile.in: Regenerate.
7924
7925 2004-11-11 Geoffrey Keating <geoffk@apple.com>
7926
7927 PR 18423
7928 * configure.in: Remove all instances of build-fixincludes from
7929 noconfigdirs.
7930 (build_configargs): Supply --target to subdirectories.
7931 * configure: Regenerate.
7932
7933 * Makefile.def: Make gcc install depend on fixincludes install.
7934 * Makefile.in: Regenerate.
7935
7936 2004-11-10 Janis Johnson <janis187@us.ibm.com>
7937
7938 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7939
7940 2004-11-11 Paul Brook <paul@codesourcery.com>
7941
7942 * MAINTAINERS: Add self as arm maintainer. Update email address.
7943
7944 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7945
7946 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7947 target-libgfortran.
7948 * configure: Regenerate.
7949
7950 2004-11-07 David Edelsohn <edelsohn@gnu.org>
7951
7952 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7953 like CC.
7954
7955 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
7956
7957 * Makefile.def (host fixincludes): Specify missing targets.
7958 * Makefile.in: Regenerate.
7959
7960 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7961
7962 * MAINTAINERS: Add myself
7963
7964 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7965
7966 * MAINTAINERS (Write After Approval): Add myself.
7967
7968 2004-11-04 Geoffrey Keating <geoffk@apple.com>
7969
7970 * Makefile.def: Build fixincludes for the host, too.
7971 * Makefile.in: Regenerate.
7972 * configure.in (host_tools): Add fixincludes.
7973 * configure: Regenerate.
7974
7975 2004-11-04 Daniel Jacobowitz <dan@debian.org>
7976
7977 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7978 * configure: Regenerated.
7979
7980 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7981
7982 PR other/17783
7983 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7984 * configure: Regenerated.
7985
7986 2004-10-31 Mark Mitchell <mark@codesourcery.com>
7987
7988 * README.SCO: Update per FSF instructions.
7989
7990 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
7991
7992 PR target/18151
7993 * configure.in (case ${target}): Do not build fixincludes for avr.
7994 * configure: Regenerated.
7995
7996 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
7997
7998 * configure.in (case ${target}): Do not build fixincludes
7999 on platforms where it is not used.
8000 * configure: Regenerated.
8001
8002 2004-10-23 Daniel Jacobowitz <dan@debian.org>
8003
8004 * configure.in: Use an absolute path to install-sh.
8005 * configure: Regenerated.
8006
8007 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8008
8009 * MAINTAINERS (Write After Approval): Add myself.
8010
8011 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8012
8013 * MAINTAINERS: Remove from Write After Approval those that are
8014 already maintainers.
8015
8016 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8017
8018 * MAINTAINERS: Update my email address.
8019
8020 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8021
8022 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8023 * configure: Regenerate.
8024
8025 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
8026
8027 * MAINTAINERS: Update my email address.
8028
8029 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8030
8031 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8032 entries belonging to this category.
8033
8034 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8035
8036 * MAINTAINERS: Update my e-mail address.
8037
8038 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
8039
8040 Fix wrong conflict resolution in:
8041
8042 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8043
8044 * Makefile.in: Regenerate.
8045 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8046 in the recursive `make', instead of hardwiring `all'.
8047 (Autogenerated TARGET-* variables): New.
8048
8049 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8050
8051 * configure.in: Enable target-libgloss for crx-*-*.
8052 * configure: Regenerate.
8053
8054 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8055
8056 * MAINTAINERS (Various Maintainers): Move the "windows,
8057 cygwin, mingw" maintainer to ...
8058 (OS Port Maintainers): ... here.
8059
8060 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8061
8062 * MAINTAINERS (Write After Approval): Remove those that are
8063 maintainers of some subsystem.
8064
8065 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8066
8067 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8068 * ltcf-cxx.sh (tpf*): Likewise.
8069 * ltconfig (tpf*): Add TPF OS configuration support.
8070
8071 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8072
8073 * MAINTAINERS: Change my email address to my new work account.
8074
8075 2004-09-24 Michael Roth <mroth@nessie.de>
8076
8077 * configure.in (--without-headers): Add missing double quotes.
8078 * configure: Regenerate.
8079
8080 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
8081
8082 * ylwrap: Revert to previous version.
8083
8084 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8085
8086 PR bootstrap/17369
8087 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8088 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8089 SET_GCC_LIB_PATH_CMD.
8090 (BASE_TARGET_EXPORTS): Likewise.
8091 * Makefile.in: Regenerated.
8092
8093 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8094 * configure: Regenerated.
8095
8096 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8097
8098 * config.guess: New upstream version
8099 * compile, depcomp, install-sh, ylwrap: Likewise.
8100
8101 2004-09-19 Roger Sayle <roger@eyesopen.com>
8102
8103 * config/mh-x86omitfp: New host makefile fragment. Add
8104 -fomit-frame-pointer to the default BOOT_CFLAGS.
8105 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8106 * configure: Regenerate.
8107
8108 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8109
8110 PR target/11572
8111 * configure.in (*-*-darwin*): Renable libobjc.
8112 * configure: Regenerate.
8113
8114 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8115
8116 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8117
8118 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
8119
8120 * Makefile.def: Remove libbanshee.
8121 * Makefile.tpl: Ditto.
8122 * configure.in: Ditto.
8123 * Makefile.in: Regen.
8124 * configure: Ditto.
8125
8126 2004-09-08 David Edelsohn <edelsohn@gnu.org>
8127
8128 * ltmain.sh: Use $pic_object as $non_pic_object if
8129 $non_pic_object=none.
8130
8131 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
8132
8133 * missing: Import latest version from master repository.
8134
8135 2004-09-06 Nick Clifton <nickc@redhat.com>
8136
8137 * config.sub: Import latest version from master repository.
8138 * config.guess: Likewise.
8139 This includes these changes:
8140
8141 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8142
8143 * config.sub: Handle crisv32, alias etraxfs.
8144 * config.guess (crisv32:Linux:*:*): Handle.
8145
8146 2004-08-13 Brad Smith <brad@comstyle.com>
8147
8148 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8149 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8150
8151 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8152
8153 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8154 assume the processor is a powerpc. This is because coreutils
8155 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8156 in this case, due to a MacOS X bug that causes
8157 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8158 to return a negative number.
8159 Problem reported by Petter Reinholdtsen in:
8160 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8161
8162 2004-07-19 Ben Elliston <bje@gnu.org>
8163
8164 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8165
8166 2004-06-24 Ben Elliston <bje@gnu.org>
8167
8168 * config.guess: Update copyright years.
8169 * config.sub: Likewise.
8170
8171 2004-06-22 Robert Millan <robertmh@gnu.org>
8172
8173 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8174 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8175
8176 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8177
8178 * config.guess (*:*VMS:*:*): New entry. Replaces
8179 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8180 manufacturer.
8181
8182 2004-06-22 Ben Elliston <bje@gnu.org>
8183
8184 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8185 * config.sub: Likewise.
8186
8187 2004-06-22 Ben Elliston <bje@gnu.org>
8188
8189 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8190 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8191
8192 2004-06-11 Ben Elliston <bje@gnu.org>
8193
8194 * config.guess (pegasos:OpenBSD:*:*): Remove.
8195
8196 2004-06-11 Ben Elliston <bje@gnu.org>
8197
8198 From Wouter Verhelst <wouter@grep.be>:
8199 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8200
8201 2004-06-11 Ben Elliston <bje@gnu.org>
8202
8203 * config.guess (luna88k:OpenBSD:*:*): New.
8204
8205 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8206
8207 * config.guess (m32r*:Linux:*:*): New case.
8208 * config.sub: Handle m32rle.
8209
8210 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8211
8212 From Jens Petersen <petersen@redhat.com>:
8213 * config.sub: Handle sparcv8.
8214
8215 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8216
8217 From Tom Smith <smith@cag.lkg.hp.com>:
8218 * config.guess: Version suffixes are equally significant on Tru64
8219 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8220 prefix of "P" (patched kernel).
8221
8222 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8223
8224 * config.sub: Add support for National Semiconductor CRX target.
8225
8226 2004-09-03 Janis Johnson <janis187@us.ibm.com>
8227
8228 * MAINTAINERS (Various Maintainers): Remove myself as web page
8229 maintainer, add myself as maintainer of build status lists.
8230
8231 2004-09-03 Jan Beulich <jbeulich@novell.com>
8232
8233 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8234 *-*-netware, but add target-libmudflap.
8235 Consolidate *-*-netware targets (of which really only i?86 exists)
8236 into a single entry.
8237 * configure: Likewise.
8238
8239 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
8240
8241 * Makefile.tpl (sorry): Remove.
8242 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8243 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8244 (do-clean): Clean per-stage directories too.
8245 (do-distclean): Run distclean-stage1 too.
8246 (.NOTPARALLEL): Enable during toplevel bootstrap.
8247 (stage[+id+]-bubble): Enable parallel execution during
8248 the recursive invocation.
8249 * Makefile.in: Regenerate.
8250
8251 Fix previous checkin:
8252
8253 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8254 include.
8255 * configure.in: Fix indentation.
8256 * configure: Regenerate.
8257
8258 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
8259
8260 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8261 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8262 * configure: regenerate
8263 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8264 -mdynamic-no-pic
8265
8266 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
8267
8268 * Makefile.def (build_modules): Add fixincludes.
8269 (dependencies): Make gcc depend on fixincludes.
8270 * configure.in (build_tools): Add fixincludes.
8271 (build_configdirs): Always include build_libs.
8272 * Makefile.in: Regenerate.
8273 * configure: Regenerate.
8274
8275 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
8276
8277 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8278 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8279 phony targets; do not generate timestamp files.
8280 (distclean-stageN): Remove references to their timestamp files.
8281 (restageN, touch-stageN): Remove.
8282 (stageN-bubble): Rewritten.
8283 (compare): Support lean bootstraps.
8284 * Makefile.in: Regenerate.
8285
8286 * configure.in: Only warn when bootstrapping but
8287 build != host or build != target. Support lean bootstraps.
8288 * configure: Regenerate.
8289
8290 2004-08-26 Phil Edwards <phil@codesourcery.com>
8291
8292 * configure.in: Give a better error message if GMP/MPFR are missing
8293 and a language needing them has been requested.
8294 * configure: Regenerated.
8295
8296 2004-08-25 Phil Edwards <phil@codesourcery.com>
8297
8298 * configure.in: Print a list of available language front-ends if
8299 a requested one is missing. Tidy stray tab characters.
8300 * configure: Regenerated.
8301
8302 2004-08-19 Michael Koch <konqueror@gmx.de>
8303
8304 * gcc/doc/install.texi: Update entry about automake for libjava.
8305
8306 2004-08-17 Robert Millan <robertmh@gnu.org>
8307
8308 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8309 (instead of FreeBSD).
8310 * configure: Regenerate.
8311
8312 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8313
8314 * Makefile.in: Regenerate.
8315 * configure: Regenerate.
8316
8317 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8318 stage_*_flags.
8319 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8320 for bootstrapped modules if toplevel bootstrap is going.
8321 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8322 modules. Adjust for changes in Makefile.def. Enable several
8323 rules even in non-bootstrap mode, just to avoid peppering the
8324 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8325 (stage-[+prev+]-bubble): Remove.
8326
8327 * Makefile.def (Dependencies): Depend on all-build-bison,
8328 all-build-flex, all-build-byacc, all-build-texinfo, rather
8329 than the host variations.
8330 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8331 with BUILD_SUBDIR.
8332 (BISON): Update for recent Bisons.
8333 (YACC): Fix typo.
8334 (cross): Depend on all-build.
8335 (all): Do not depend on all-build.
8336 (prebootstrap): Remove.
8337 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8338 (Prebootstrap dependencies): Add them to the per-stage targets
8339 and to all-prebootstrap.
8340 * configure.in (build_configdirs): Always enable build_tools.
8341 (BUILD_DIR_PREFIX): Remove.
8342
8343 * Makefile.def (gcc): Add target variable.
8344 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8345 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8346 in the recursive `make', instead of hardwiring `all'.
8347 (Autogenerated TARGET-* variables): New.
8348
8349 2004-08-13 Brian Booth <bbooth@redhat.com>
8350
8351 * MAINTAINERS: Remove myself from write-after-approval.
8352
8353 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8354
8355 * src-release: Stop distributing mmalloc with gdb (which doesn't
8356 use it).
8357 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8358 * Makefile.in: Regenerate.
8359
8360 2004-08-09 Mark Mitchell <mark@codesourcery.com>
8361
8362 * configure.in (arm*-*-eabi*): New target.
8363 * configure: Regenerate.
8364
8365 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
8366
8367 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8368 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8369 (Dependencies): New section.
8370 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8371 (configure-target-[+module+]): Depend on maybe-all-gcc
8372 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8373 (toplevel profiledbootstrap): Fix dependencies.
8374 * Makefile.in: Regenerate.
8375
8376 2004-08-03 Mark Mitchell <mark@codesourcery.com>
8377
8378 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8379 target-libiberty to noconfigdirs.
8380 * configure: Regenerate.
8381
8382 2004-08-03 Paul Brook <paul@codesourcery.com>
8383
8384 * configure.in: Check for MPFR as well as GMP.
8385 * configure: Regenerate.
8386
8387 2004-08-01 Robert Millan <robertmh@gnu.org>
8388
8389 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8390 libmudflap for all GNU-based systems (with Glibc).
8391 * configure: Regenerate.
8392
8393 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
8394
8395 * Makefile.def (host-modules): Add gcc.
8396 * Makefile.in: Regenerate.
8397 * Makefile.tpl (sorry): New rule.
8398 (configure-host, all-host, [+make_target+]-host, do-check,
8399 install-host): Do not add gcc as a special case.
8400 (host modules): Add a small special-casing for gcc. Export
8401 extra_make_flags through the environment.
8402 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8403 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8404 other recursive targets for gcc): Remove.
8405
8406 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8407 (stage, unstage): New rules.
8408 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8409 distclean-stage[+id+]): Use stage_current.
8410 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8411 the stage*-start rules.
8412
8413 2004-08-02 Geoffrey Keating <geoffk@apple.com>
8414
8415 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8416 use -all_load flag.
8417
8418 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
8419
8420 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8421 * configure: Regenerate.
8422
8423 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8424
8425 * maintainer-scripts/gcc_release: Revert yesterday's change.
8426
8427 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8428
8429 * MAINTAINERS: Add myself to write-after-approval.
8430
8431 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8432
8433 * libf2c: Removed.
8434 * gcc/gccbug.in: Updated because of libf2c removal.
8435 * maintainer-scripts/gcc_release: Ditto.
8436
8437 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
8438
8439 * configure.in: Build libmudflap by default on FreeBSD.
8440 * configure: Regenerated.
8441
8442 2004-07-09 Mark Mitchell <mark@codesourcery.com>
8443
8444 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8445 systems.
8446 * configure: Regenerated.
8447
8448 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8449
8450 PR target/16344
8451 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8452 feedback based compiler.
8453 * Makefile.in: Rebuilt.
8454
8455 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
8456
8457 * Makefile.def (host_modules): Set bootstrap=true for flex.
8458 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8459 * Makefile.in: Rebuilt.
8460
8461 2004-07-07 Jan Hubicka <jh@suse.cz>
8462
8463 * MAINTAINERS: Add self as a profile feedback maintainer.
8464
8465 2004-07-05 Phil Edwards <phil@codesourcery.com>
8466
8467 * configure.in: Do not prepend $srcdir to /dev/null in
8468 makefile fragments.
8469 * configure: Regenerate.
8470
8471 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
8472
8473 * Makefile.def (build_modules): Add bison, byacc, flex,
8474 m4, texinfo.
8475 (flags_to_pass): Add FLEX.
8476 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8477 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8478 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8479 DEFAULT_MAKEINFO): Remove.
8480 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8481 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8482 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8483 objdir or else use configured tool.
8484 (all-build): New.
8485 (all): Depend on it.
8486 (Build module dependencies): Add.
8487 * Makefile.in: Regenerate.
8488 * configure.in: Better support for multiple build modules,
8489 matching what is done for host/target modules. Do not look
8490 for "plausible" locations of build tools if Canadian cross.
8491 Use autoconf's AC_PROG_CC to find a C compiler. Define
8492 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8493 * configure: Regenerate.
8494
8495 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8496
8497 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8498 * Makefile.in: Regenerate.
8499
8500 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8501
8502 * Makefile.tpl (configure-build-[+module+],
8503 configure-[+module+], configure-target-[+module+]): Pass
8504 [+extra_configure_args+].
8505 (all-build-[+module+], all-[+module+], check-[+module+],
8506 install-[+module+], [+make_target+]-[+module+],
8507 all-target-[+module+], check-target-[+module+],
8508 install-target-[+module+], [+make_target+]-target-[+module+]):
8509 Pass [+extra_make_args+].
8510 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8511 (GCC_HOST_EXPORTS): Remove.
8512 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8513 cross, check-gcc, check-gcc-c++, install-gcc,
8514 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8515 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8516 * Makefile.in: Regenerate.
8517
8518 2004-06-21 Matthew Sachs <msachs@apple.com>
8519
8520 * MAINTAINERS: Added self to write-after-approval.
8521
8522 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8523
8524 * configure.in: Check for srcdir/winsup rather than build directory
8525 winsup.
8526 * configure: Regenerate.
8527
8528 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
8529
8530 * configure.in: Don't build Cygwin native newlib if winsup
8531 directory is missing. Emit warning instead.
8532 * configure: Regenerate.
8533
8534 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
8535
8536 * Makefile.tpl (touch-stage[+id+]): New.
8537 (restage[+prev+]): Depend on touch-stage[+id+].
8538
8539 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8540 Use it throughout.
8541
8542 * Makefile.def: Add profile and feedback bootstrap stages.
8543 Remove next field from bootstrap stages.
8544 * Makefile.tpl (LN, LN_S): Substitute.
8545 (stageN-start, stageN-end): Use double-colon rules, to
8546 provide a hook for additional setup commands.
8547 (distclean-stageN-gcc, restageN): Create dependencies from
8548 [+prev+], not from [+next+].
8549 (stageN-bubble): Add commands for successive stages from
8550 [+prev+], using double-colon rules.
8551 (all-stageN-gcc): Fix typo.
8552 (stagefeedback-start, profiledbootstrap): New.
8553 * Makefile.in: Regenerate.
8554 * configure.in: Call ACX_PROG_LN.
8555 * configure: Regenerate.
8556
8557 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8558
8559 * MAINTAINERS (Write After Approval): Add myself.
8560
8561 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8562
8563 * MAINTAINERS (Write After Approval): Add myself.
8564
8565 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
8566
8567 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8568 without gcc.
8569 * configure: Regenerate.
8570
8571 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8572
8573 * Makefile.tpl: Fix typo.
8574 * Makefile.in: Regenerate.
8575
8576 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8577
8578 * configure.in: Remove new- prefix from toplevel
8579 bootstrap targets.
8580 * configure: Regenerate.
8581
8582 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8583
8584 * Makefile.tpl (all.normal): Rename to all.
8585 (all): Replace with a rule to pick the default
8586 target from configure.
8587 (all-gcc, configure-gcc): Use conditionals to
8588 do nothing when toplevel bootstrap is going on.
8589 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8590 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8591 * configure.in: Support --enable-bootstrap.
8592
8593 * Makefile.def: Remove new- prefix from toplevel
8594 bootstrap targets.
8595 * Makefile.tpl: Likewise.
8596
8597 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8598 target.
8599
8600 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8601 $(RECURSE_FLAGS) to recursive invocation of make.
8602
8603 * Makefile.in: Regenerate.
8604 * configure: Regenerate.
8605
8606 2004-05-30 Andreas Jaeger <aj@suse.de>
8607 Jim Wilson <wilson@specifixinc.com>
8608
8609 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8610 like CC.
8611
8612 2004-05-27 Daniel Jacobowitz <dan@debian.org>
8613
8614 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8615 * configure: Regenerate.
8616
8617 2004-05-25 Daniel Jacobowitz <drow@false.org>
8618
8619 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8620 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8621 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8622 targets.
8623 * Makefile.in: Regenerate.
8624
8625 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
8626
8627 * configure.in: Test the ability to symlink directories.
8628 * configure: Regenerate.
8629
8630 * Makefile.def (bootstrap-stage): New definitions.
8631 * Makefile.tpl (configure-stage1-gcc,
8632 configure-stage2-gcc, configure-stage3-gcc,
8633 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8634 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8635 new-restage3, compare): Autogenerate, see Makefile.in
8636 entry for behavioral changes.
8637 (distclean-stage1, new-stage1-start, new-stage1-end,
8638 new-stage1-bubble, distclean-stage2, new-stage2-start,
8639 new-stage2-end, new-stage2-bubble, distclean-stage3,
8640 new-stage3-start, new-stage3-end): New autogenerated targets.
8641 (objext, prebootstrap, BOOT_CFLAGS,
8642 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8643 targets.
8644
8645 * Makefile.in: Regenerate.
8646 (distclean-stage1, new-stage1-start, new-stage1-end,
8647 new-stage1-bubble, distclean-stage2, new-stage2-start,
8648 new-stage2-end, new-stage2-bubble, distclean-stage3,
8649 new-stage3-start, new-stage3-end): New targets.
8650 (all-stage1-gcc): Move prebootstrap dependency from here...
8651 (configure-stage1-gcc): ...to here.
8652 (new-bootstrap): Use bubble targets.
8653 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8654 Use per-stage distclean targets.
8655 (configure-stage1-gcc, configure-stage2-gcc,
8656 configure-stage3-gcc, all-stage1-gcc,
8657 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8658 Use new-stageN-start to prepare the tree.
8659
8660 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
8661
8662 * Makefile.def (host_modules): add libcpp.
8663 * Makefile.tpl: Add dependencies on and for libcpp.
8664 * Makefile.in: Regenerate.
8665 * configure.in: Add libcpp host module.
8666 * configure: Regenerate.
8667
8668 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
8669
8670 * Makefile.tpl: Whenever a recursive target is defined, wrap
8671 it in a special @if/@endif block, and prepare its maybe
8672 dependency in the @if/@endif block
8673 * configure.in: Instead of writing maybe dependencies, remove
8674 the @if/@endif statements, and remove the @if/@endif blocks
8675 that remain.
8676 * configure: Regenerate.
8677 * Makefile.in: Regenerate.
8678
8679 2004-05-20 Janis Johnson <janis187@us.ibm.com>
8680
8681 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8682
8683 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8684
8685 PR bootstrap/15120
8686 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8687 * */configure: Rebuilt.
8688
8689 2004-05-17 Zack Weinberg <zack@codesourcery.com>
8690
8691 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8692 of libf2c.
8693 * configure, Makefile.in: Regenerate.
8694
8695 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
8696
8697 * MAINTAINERS (Write After Approval): Add myself.
8698
8699 2004-05-13 Diego Novillo <dnovillo@redhat.com>
8700
8701 Merge from tree-ssa-20020619-branch.
8702
8703 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8704 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8705 (HOST_GMPLIBS): Define.
8706 (HOST_GMPINC): Define.
8707 (TARGET_LIB_PATH): Add libmudflap.
8708 (GFORTRAN_FOR_TARGET): Define.
8709 (configure-build*): Export GFORTRAN.
8710 (configure-gcc): Export GMPLIBS and GMPINC.
8711 (all-gcc): Add maybe-all-libbanshee.
8712 (configure-target-libgfortran): Define.
8713 * Makefile.in: Regenerate.
8714 * configure.in (host_libs): Add libbanshee.
8715 (target_libraries): Add target-libmudflap and target-libgfortran.
8716 Add --with-libbanshee.
8717 Handle --disable-libmudflap.
8718 (*-*-freebsd*): Use with_gmp.
8719 Add $(libgcj) to noconfigdirs.
8720 * configure: Regenerate.
8721 * depcomp: New file.
8722 * MAINTAINERS: Add tree-ssa maintainers.
8723
8724 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
8725
8726 * MAINTAINERS (Various Maintainers): Add myself.
8727
8728 2004-04-30 Brian Ford <ford@vss.fsi.com>
8729
8730 * MAINTAINERS (Write After Approval): Add myself.
8731
8732 2004-04-29 Uros Bizjak <uros@kss-loka.si>
8733
8734 * MAINTAINERS (Write After Approval): Add myself.
8735
8736 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
8737
8738 * config/acx.m4: Fix fastcompare support for new-bootstrap.
8739 * configure: Regenerate.
8740
8741 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
8742
8743 Revert:
8744 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8745
8746 * Makefile.def (flags_to_pass): Remove *dir variables that
8747 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8748 as well as prefix and exec_prefix.
8749 * Makefile.in: Regenerate.
8750
8751 2004-04-26 Robert Millan <robertmh@gnu.org>
8752
8753 Add patches from libtool CVS.
8754 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8755 * ltconfig: Likewise.
8756 * ltcf-c.sh: Likewise.
8757 * ltcf-cxx.sh: Likewise.
8758 * ltcf-gcj.sh: Likewise.
8759
8760 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8761
8762 * Makefile.def (host_modules): Mark with the bootstrap
8763 flag packages on which gcc depends.
8764 * Makefile.tpl (all-bootstrap): Use it.
8765 * Makefile.in: Regenerate.
8766
8767 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8768
8769 * Makefile.def (flags_to_pass): Remove *dir variables that
8770 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8771 as well as prefix and exec_prefix.
8772 * Makefile.in: Regenerate.
8773
8774 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8775
8776 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8777 * configure: Regenerate.
8778 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8779 * gcc/Makefile.tpl (compare): Use the result of the test.
8780 * gcc/Makefile.in: Regenerate.
8781
8782 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
8783
8784 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8785 Always relocate gcc and prev-gcc to the original names, even
8786 if the build fails.
8787 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8788 New targets.
8789
8790 2004-04-23 Laurent GUERBY <laurent@guerby.net>
8791
8792 * MAINTAINERS: Update my email address.
8793
8794 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8795
8796 * configure.in (mips*-*-irix5*): Enable ld.
8797 * configure: Regenerate.
8798
8799 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8800
8801 * configure: Regenerate.
8802
8803 2004-04-15 James E Wilson <wilson@specifixinc.com>
8804
8805 * Makefile.tpl (configure-[+module+], configure-gcc,
8806 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8807 Set and export LDFLAGS.
8808 * Makefile.in: Regenerate.
8809
8810 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
8811
8812 * MAINTAINERS: Add myself to write-after-approval.
8813
8814 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
8815
8816 PR bootstrap/14871
8817 * Makefile.tpl: If we don't have built-in-tree target tools,
8818 use the ones found by configure rather than hacking around with
8819 program_transform_name.
8820 * configure.in: Give Makefile.tpl the information necessary
8821 to do that.
8822 * Makefile.in: Regenerate.
8823 * configure: Regenerate.
8824
8825 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
8826
8827 PR bootstrap/14760
8828 * configure.in: When computing baseargs, strip *all* copies of
8829 offending options. Also, don't match/substitute the trailing space,
8830 so that this actually works when two similar options are separated by
8831 only one space.
8832 * configure: Regenerate.
8833
8834 2004-04-06 David Edelsohn <edelsohn@gnu.org>
8835
8836 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8837 (rs6000-*-aix*): Same.
8838 * configure: Regenerate.
8839
8840 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
8841
8842 * MAINTAINERS: Add myself to write-after-approval.
8843
8844 2004-04-03 Bud Davis <bdavis9659@comcast.net>
8845
8846 * MAINTAINERS: Add myself to write-after-approval.
8847
8848 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
8849
8850 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8851 STRICT_WARN, WARN_CFLAGS flags passed down to make.
8852 * Makefile.in: Regenerate.
8853
8854 * configure.in (top level bootstrap support): Rework --enable-werror
8855 to set @stage2_werror_flag@.
8856 * configure: Regenerate.
8857 * Makefile.tpl (top level bootstrap support): Pass
8858 @stage2_werror_flag@ down to configure in stages 2 and 3.
8859 * Makefile.in: Regenerate.
8860
8861 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
8862
8863 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8864 for stages 2 and 3 as well as in make. As a consequence, remove
8865 OUTPUT_OPTION (now detected by configure) from the flags passed down
8866 to make.
8867 * Makefile.in: Regenerate.
8868
8869 * Makefile.tpl (new-bootstrap): Fix typo.
8870 * Makefile.in: Regenerate.
8871
8872 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
8873
8874 * Makefile.tpl: Rearrange by moving recursive_targets rules
8875 into their proper sections.
8876 * Makefile.tpl (top level bootstrap support): Move disabling
8877 of coverage flags from 'make' to 'configure'; improve comments.
8878 * Makefile.in: Regenerate.
8879
8880 * Makefile.tpl (experimental top level bootstrap) Move stage1
8881 language setting from all- target to configure- target; disable
8882 intermodule optimization in stage 1; prevent gratuitous rebuilds
8883 of stage 1.
8884 * Makefile.in: Regenerate.
8885 * configure.in: Comma-separate stage 1 language list for top
8886 level bootstrap.
8887 * configure: Regenerate.
8888
8889 * Makefile.tpl: Clean up experimental top level bootstrap support:
8890 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8891 prev-gcc in configure- targets as well as all- targets.
8892 * Makefile.in: Regenerate.
8893
8894 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
8895
8896 * compile: New file imported from automake.
8897
8898 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
8899
8900 * configure.in: Remove symbolic link section.
8901 * configure: Regenerate.
8902 * Makefile.tpl (links): Remove.
8903 * Makefile.in: Regenerate.
8904
8905 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
8906 Nathanael Nerode <neroden@gcc.gnu.org>
8907
8908 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8909 Set with AC_CHECK_PROGS.
8910 * configure.in: Fix comment typo from last patch.
8911 * configure: Regenerate.
8912
8913 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8914
8915 * Makefile.tpl: Introduce experimental top level bootstrap support.
8916 * Makefile.in: Regenerate.
8917 * configure.in: Introduce support for top level bootstrap.
8918 * configure: Regenerate.
8919
8920 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
8921 Paolo Bonzini <bonzini@gnu.org>
8922
8923 PR bootstrap/14522
8924 * configure.in: Cope with shells that do not support unquoted ^
8925 * configure: Regenerate.
8926
8927 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
8928 Paolo Bonzini <bonzini@gnu.org>
8929
8930 PR bootstrap/14522
8931 * configure.in: Cope with shells that do not support nesting
8932 quotes inside quoted backquote substitutions.
8933 * configure: Regenerate.
8934
8935 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8936
8937 PR bootstrap/14522
8938 * configure.in: Fix escaping of $.
8939 * configure: Regenerate.
8940
8941 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8942
8943 * configure: Regenerate, since I forgot to while committing Paolo's
8944 changes.
8945
8946 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
8947
8948 PR ada/14131
8949 Move language detection to the top level.
8950 * configure.in: Find default values for the tools as
8951 soon as possible. Disable ada if GNAT is not found.
8952 Emit error message about missing languages. Expand
8953 --enable-languages=all for the gcc subdirectory.
8954
8955 2004-03-10 Ben Elliston <bje@gnu.org>
8956
8957 * MAINTAINERS: Update my email address.
8958
8959 2004-03-05 David Edelsohn <edelsohn@gnu.org>
8960
8961 * ltconfig: Disable building static libraries if building shared
8962 libraries on AIX 5L.
8963
8964 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
8965
8966 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8967 and disable libgcj.
8968 * configure: Regenerated.
8969
8970 2004-03-01 Brian Booth <bbooth@redhat.com>
8971
8972 * MAINTAINERS: Add myself to write-after-approval.
8973
8974 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
8975
8976 * MAINTAINERS: Add myself to write-after-approval.
8977
8978 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8979
8980 PR bootstrap/7087
8981 * Makefile.tpl: Guard XFOO sed statements better.
8982 * Makefile.tpl: Add dependency for configure-target-libada.
8983 * Makefile.in: Regenerate (incidentally fixes broken
8984 commit when libada-branch was merged).
8985
8986 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8987
8988 * MAINTAINERS: Add myself to write-after-approval.
8989
8990 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8991
8992 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8993 maintainers.
8994
8995 2004-02-20 Andrew Cagney <cagney@redhat.com>
8996
8997 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8998 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8999
9000 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9001
9002 PR bootstrap/11932
9003 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9004
9005 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
9006
9007 * MAINTAINERS: Added myself to write-after-approval.
9008
9009 2004-02-14 Michael Koch <konqueror@gmx.de>
9010
9011 * MAINTAINERS: Added myself to write-after-approval.
9012
9013 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9014
9015 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9016 some OS port maintainers to OS port maintainers section.
9017
9018 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
9019
9020 * MAINTAINERS: Add self.
9021
9022 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9023
9024 * MAINTAINERS: Alphabetize.
9025
9026 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
9027
9028 * MAINTAINERS: Remove myself.
9029
9030 2004-02-11 David Edelsohn <edelsohn@gnu.org>
9031
9032 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9033 (rs6000-*-aix*): Same.
9034 * configure: Regenerate.
9035
9036 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9037
9038 * configure.in (host): Add in missing $noconfigdirs to defines.
9039 * configure: Regenerate.
9040
9041 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9042 Nathanael Nerode <neroden@gcc.gnu.org>
9043
9044 PR ada/6637, PR ada/5911
9045 Merge with libada-branch:
9046 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9047 with appropriate dependencies. Add --enable-libada configure switch.
9048 * configure, Makefile.in: Regenerate.
9049
9050 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
9051
9052 * MAINTAINERS: Add myself to write-after-approval.
9053
9054 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9055
9056 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9057 * configure: Regenerate.
9058
9059 2004-02-04 Geoffrey Keating <geoffk@apple.com>
9060
9061 Merge from upstream:
9062
9063 * ltmain.in: When setting IFS to '~', be careful about user
9064 arguments that contain '~'.
9065
9066 2004-02-04 Peter O'Gorman <peter@pogma.com>
9067
9068 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9069 Also test $base_compile against $CC with escaped arguments. Bug
9070 reported by Geoff Keating <geoffk@apple.com>.
9071
9072 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9073
9074 * MAINTAINERS: Remove i960 port.
9075
9076 2004-01-23 DJ Delorie <dj@redhat.com>
9077
9078 * Makefile.def (target_modules) [libiberty]: Don't stage.
9079 * Makefile.in: Rebuilt.
9080
9081 2004-01-20 Caroline Tice <ctice@apple.com>
9082
9083 * MAINTAINERS: Add myself to write-after-approval.
9084
9085 2004-01-19 Paolo Carlini <pcarlini@suse.de>
9086
9087 * MAINTAINERS: Update my email address.
9088
9089 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9090
9091 * MAINTAINERS: Add myself to write-after-approval.
9092
9093 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9094
9095 * MAINTAINERS: Remove entries without email address.
9096
9097 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
9098
9099 * MAINTAINERS: Add myself to write-after-approval.
9100
9101 2004-01-15 Steven Bosscher <stevenb@suse.de>
9102
9103 * MAINTAINERS: Update my email address.
9104
9105 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
9106
9107 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9108 * Makefile.tpl (configure-target-[+module+]): Support stage.
9109 * Makefile.in: Rebuilt.
9110
9111 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9112
9113 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9114
9115 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
9116
9117 * MAINTAINERS: Add myself as a MIPS maintainer.
9118
9119 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9120
9121 * configure.in: Use ./config.cache, not config.cache.
9122 * configure: Regenerate.
9123 * Makefile.tpl: Special-casing not needed for GCC any more.
9124 * Makefile.in: Regenerate.
9125
9126 * configure.in: Don't share a cache file for host dirs.
9127 * configure: Regenerate.
9128
9129 * config-ml.in: Don't mess with the cache file.
9130
9131 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9132
9133 * MAINTAINERS: Move myself from 'Write After Approval' to
9134 'CPU Port Maintainers' section as SPARC maintainer.
9135
9136 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9137
9138 * Makefile.tpl: Make GCC use a separate config.cache.
9139 * Makefile.in: Regenerate.
9140
9141 PR bootstrap/11932, PR bootstrap/11933
9142 (I don't know if it will fix either of them, but it relates
9143 to them.)
9144 * configure.in: Don't use shared config.cache for target
9145 directories.
9146 * configure: Regenerate.
9147
9148 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9149
9150 * MAINTAINERS: Add myself to 'Write After Approval' section.
9151
9152 2003-12-31 Roger Sayle <roger@eyesopen.com>
9153
9154 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9155 * configure: Regenerated.
9156
9157 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9158
9159 * MAINTAINERS: Remove the mn10200 maintainer.
9160
9161 2003-12-21 Bernardo Innocenti <bernie@develer.com>
9162
9163 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9164 * configure: Regenerated.
9165
9166 2003-12-16 Jan Hubicka <jh@suse.cz>
9167
9168 * MAINTAINERS: Add myself as callgraph maintainer.
9169
9170 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9171
9172 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9173 * configure: Regenerate.
9174
9175 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9176
9177 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9178 'Write After Approval' section. Update email.
9179
9180 2003-12-01 James Lemke <jim@wasabisystems.com>
9181
9182 * MAINTAINERS (Write After Approval): Add myself.
9183
9184 2003-11-20 Matt Thomas <matt@3am-software.com>
9185
9186 * MAINTAINERS: Add myself as a vax port maintainer.
9187
9188 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9189
9190 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9191 (configure-build-[+module+], configure-[+module+]): Likewise.
9192 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9193 * Makefile.in: Regenerate.
9194
9195 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9196
9197 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9198 shared/dylibed libraries.
9199 * ltmain.sh: Likewise.
9200 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9201 * ltcf-cxx.sh: Likewise.
9202 * ltcf-gcj.sh: Likewise.
9203 * ltconfig: Likewise.
9204
9205 2003-11-17 Stan Cox <scox@redhat.com>
9206
9207 * MAINTAINERS: Add myself as iq2000 port maintainer.
9208
9209 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9210
9211 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9212 * Makefile.in: Regenerate.
9213
9214 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9215
9216 * config.sub: Update to 2003-11-03 version.
9217
9218 2003-10-20 Phil Edwards <phil@codesourcery.com>
9219
9220 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9221 * configure: Regenerate.
9222
9223 2003-10-20 Nicolas Pitre <nico@cam.org>
9224
9225 * MAINTAINERS: Add myself to 'Write After Approval' section.
9226
9227 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9228
9229 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9230
9231 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9232
9233 * MAINTAINERS: Update my email address.
9234
9235 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9236
9237 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9238
9239 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
9240
9241 * MAINTAINERS: Add myself to 'Write After Approval' section.
9242
9243 2003-10-16 Bernardo Innocenti <bernie@develer.com>
9244
9245 * config.guess: Update to 2003-10-16 version.
9246 * config.sub: Update to 2003-10-16 version.
9247
9248 2003-10-15 David Daney <ddaney@avtrex.com>
9249
9250 * MAINTAINERS: Added myself to 'Write After Approval' section.
9251
9252 2003-10-15 Falk Hueffner <falk@debian.org>
9253
9254 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9255 'Write After Approval' section. Update email.
9256
9257 2003-10-14 Roger Sayle <roger@eyesopen.com>
9258
9259 * MAINTAINERS: Move myself from 'Write After Approval' to
9260 'Various Maintainers' section as middle-end maintainer.
9261
9262 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9263
9264 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9265 HOST_FLAGS_TO_PASS.
9266 * Makefile.in: Regenerate.
9267
9268 2003-10-11 Bernardo Innocenti <bernie@develer.com>
9269
9270 * config.guess: Update to 2003-10-07 version.
9271 * config.sub: Update to 2003-10-07 version.
9272
9273 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9274
9275 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9276 * ltconfig (irix5*, irix6*): Don't override version_type.
9277
9278 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9279
9280 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9281 * configure: Rebuilt
9282 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9283 * Makefile.in: Rebuilt
9284
9285 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9286
9287 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9288
9289 2003-09-30 Carlo Wood <carlo@alinoe.com>
9290
9291 * MAINTAINERS (Write After Approval): Add myself.
9292
9293 2003-09-29 Paul Koning <ni1d@arrl.net>
9294
9295 * MAINTAINERS: Move myself from "Write After Approval"
9296 to CPU platform maintainers for pdp11 platform.
9297
9298 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9299
9300 * MAINTAINERS: Move myself from 'Write After Approval' to
9301 'Various Maintainers' section as libffi testsuite maintainer.
9302
9303 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
9304
9305 * configure.in: Pass a computed --program-transform-name
9306 to subconfigures.
9307 * configure: Regenerated.
9308
9309 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9310
9311 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9312 * Makefile.in: Regenerate.
9313
9314 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9315 * Makefile.in: Regenerate.
9316
9317 2003-09-19 Ziemowit Laski <zlaski@apple.com>
9318
9319 * MAINTAINERS: Move myself from 'Write After Approval'
9320 to 'Various Maintainers' (objective-c) section.
9321
9322 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
9323
9324 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9325 quoting.
9326 * configure: Regenerated.
9327
9328 2003-09-16 Joel Brobecker <brobecker@gnat.com>
9329
9330 * MAINTAINERS (Write After Approval): Add myself to write after
9331 approval list.
9332
9333 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9334
9335 * MAINTAINERS (Write After Approval): Add myself.
9336
9337 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9338
9339 * MAINTAINERS: Update my e-mail address.
9340
9341 2003-09-09 Alan Modra <amodra@bigpond.net.au>
9342
9343 * libtool.m4 (LD): Correct powerpc64 host match.
9344
9345 2003-09-06 James E Wilson <wilson@tuliptree.org>
9346
9347 * MAINTAINTERS: Update my affiliation and email address.
9348
9349 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9350
9351 * MAINTAINERS (Write After Approval): Add myself.
9352
9353 2003-09-04 DJ Delorie <dj@redhat.com>
9354
9355 * configure: Regenerate.
9356
9357 2003-09-04 Robert Millan <robertmh@gnu.org>
9358
9359 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9360
9361 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9362
9363 * configure.in: Ensure arguments to sed are properly spaced.
9364 * configure: Regenerate.
9365
9366 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9367
9368 * MAINTAINERS: Update my e-mail address.
9369
9370 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9371
9372 * MAINTAINERS (Write After Approval): Add myself.
9373
9374 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
9375
9376 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9377 * configure: Regenerated.
9378
9379 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9380
9381 * MAINTAINERS: Update my email address.
9382
9383 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
9384
9385 * configure.in: Use newline instead of semicolon when assuming
9386 shell arguments in a for loop.
9387 * configure: Regenerated.
9388
9389 2003-08-22 Jason Eckhardt <jle@rice.edu>
9390
9391 * MAINTAINERS: Resurrect the i860 maintainer.
9392
9393 2003-08-20 Geoffrey Keating <geoffk@apple.com>
9394
9395 PR 8180
9396 * configure.in: When testing with_libs and with_headers, treat
9397 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9398 * configure: Regenerate.
9399
9400 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9401 make, shell, etc.
9402 (baseargs): Likewise.
9403 * configure: Regenerate.
9404
9405 2003-08-20 Bernardo Innocenti <bernie@develer.com>
9406
9407 * MAINTAINERS (Write After Approval): Add myself.
9408
9409 2003-08-19 Geoffrey Keating <geoffk@apple.com>
9410
9411 * configure.in: Disable libgcj for darwin not on powerpc.
9412 * configure: Rebuild.
9413
9414 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9415
9416 * config-ml.in, symlink-tree: Add license.
9417
9418 2003-08-03 Richard Stallman <rms@gnu.org>
9419 Eben Moglen <moglen@columbia.edu>
9420
9421 * README.SCO: New file.
9422
9423 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9424
9425 * Makefile.tpl (check, check-c++): Express dependencies using
9426 dependencies rather than commands.
9427 * Makefile.in: Regenerate.
9428
9429 2003-08-01 Andrew Cagney <cagney@redhat.com>
9430
9431 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9432 * configure: Ditto.
9433
9434 2003-07-31 Geoffrey Keating <geoffk@apple.com>
9435
9436 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9437 * Makefile.in: Update.
9438
9439 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9440
9441 * configure.in: Enable libgcj for darwin.
9442 * configure: Rebuild.
9443
9444 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
9445
9446 * config-ml.in: Use ac_configure_args directly instead of
9447 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9448 actually seen.
9449
9450 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9451
9452 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9453 creating target and build subdirs to build all parent dirs as needed.
9454 * Makefile.in: Rebuild.
9455 * configure.in: Don't build dirs explicitly here.
9456 * configure: Rebuild.
9457
9458 2003-07-26 Paul Brook <paul@nowt.org>
9459
9460 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9461
9462 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
9463
9464 * Makefile.tpl (all-make): Depend on intl.
9465 * Makefile.in: Rebuilt.
9466
9467 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
9468
9469 * install-sh: Update to newer upstream versions (associated with
9470 aclocal 1.7).
9471 * mkinstalldirs: Likewise.
9472 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9473
9474 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9475
9476 * MAINTAINERS: Move self from Bug database only accounts
9477 to write-after-approval.
9478
9479 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9480
9481 * config.if: Remove unused libc_interface determination.
9482
9483 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9484
9485 * MAINTAINERS: Move self from write-after-approval to
9486 build machinery (*.in).
9487
9488 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9489
9490 PR bootstrap/11273
9491 PR bootstrap/11408
9492 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9493 unused INSTALL_PROGRAM_ARGS.
9494 * configure.in: Use AC_PROG_INSTALL.
9495 * Makefile.in: Regenerate.
9496 * configure: Regenerate.
9497
9498 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9499
9500 * MAINTAINERS: Alphabetize.
9501
9502 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
9503
9504 * configure: Rebuilt.
9505 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9506 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9507 newlib nor libgloss.
9508 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9509 * configure.in (am33_2.0-*-linux*): Added.
9510
9511 2003-07-09 Bob Wilson <bob.wilson@acm.org>
9512
9513 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9514 * configure: Regenerate.
9515
9516 2003-07-07 Zack Weinberg <zack@codesourcery.com>
9517
9518 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9519 * Makefile.in: Regenerate.
9520
9521 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9522
9523 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9524 * Makefile.in: Regenerate.
9525
9526 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
9527
9528 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9529 * Makefile.in: Regenerated.
9530
9531 * config-ml.in: Replace PWD with PWD_COMMAND.
9532
9533 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9534
9535 * intl: New directory; see intl/ChangeLog for details.
9536 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9537 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9538 * Makefile.in: Regenerate.
9539
9540 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9541
9542 * configure.in: Clean up config-lang.in handling. Delete
9543 useless assignment to "subdirs".
9544 * configure: Regenerate.
9545
9546 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9547
9548 * configure.in: Rename 'target_libs' to 'target_libraries'.
9549 Remove useless reference to 'target_libs'.
9550 * configure: Regenerate.
9551
9552 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9553
9554 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9555 * Makefile.in: Regenerate.
9556
9557 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9558
9559 * Makefile.def: Introduce flags_to_pass.
9560 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9561 * Makefile.in: Regenerate.
9562
9563 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9564
9565 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9566 and target-libgloss.
9567 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9568 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9569 * configure: Regenerate.
9570
9571 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9572
9573 * configure.in: Update testsuite_flags to new location.
9574 * configure. Regenerate.
9575
9576 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9577
9578 * Makefile.tpl: Remove BUILD_CC stuff.
9579 * Makefile.in: Regenerate.
9580
9581 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9582
9583 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9584
9585 2003-06-16 Graeme Peterson <gp@qnx.com>
9586
9587 * MAINTAINERS (Write After Approval): Add myself.
9588
9589 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
9590
9591 * config.guess: Update to 2003-06-12 version.
9592 * config.sub: Update to 2003-06-13 version.
9593
9594 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
9595
9596 * config.guess: Update to 2003-06-06 version.
9597 * config.sub: Update to 2003-06-06 version.
9598
9599 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9600
9601 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9602 * configure. Regenerate.
9603
9604 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9605
9606 * configure.in: Disable serial configure by default.
9607 * configure: Regenerate.
9608 * Makefile.tpl: Abolish .NOTPARALLEL.
9609 * Makefile.in: Regenerate.
9610
9611 * Makefile.tpl: Replace {build,host,target}_canonical by
9612 {build,host,target}.
9613 * Makefile.in: Regenerate.
9614
9615 * Makefile.tpl: Fix stupid pasto.
9616 * Makefile.in: Regenerate.
9617
9618 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9619
9620 * Makefile.tpl: Remove bogus conditional.
9621 * Makefile.in: Regenerate.
9622
9623 2003-06-05 Jan Hubicka <jh@suse.cz>
9624
9625 * Makefile.tpl (profiledbootstrap): New target.
9626 * Makefile.in (profiledbootstrap): New target.
9627
9628 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9629
9630 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9631 Pinski. Remove user names from other bugzilla-only maintainers.
9632
9633 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9634
9635 * Makefile.tpl: Make 'recursive targets' using autogen rather
9636 than shell loop. Remove duplicate 'clean' targets and false
9637 comments.
9638 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9639 Add systematic method of specifying missing targets in subdirs.
9640 Add copyright boilerplate.
9641 * Makefile.in: Regenerate.
9642 * configure.in: Add 'recursive targets' to maybe list.
9643 * configure: Regenerate.
9644
9645 * MAINTAINERS: "GNATS only" -> "Bug database only".
9646
9647 * Makefile.tpl: Rename [+target+] to [+make_target+].
9648 * Makefile.def: Rename 'target' to 'make_target'.
9649
9650 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
9651
9652 * MAINTAINERS: Add self as options handling maintainer.
9653
9654 2003-05-28 Michael Meissner <gnu@the-meissners.org>
9655
9656 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9657 been too long since I touched those ports.
9658
9659 2003-05-28 DJ Delorie <dj@redhat.com>
9660
9661 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9662 * Makefile.in: Regenerate.
9663
9664 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9665
9666 * configure.in: Use curly braces in the definition of tooldir.
9667 * configure: Regenerate.
9668
9669 2003-05-21 DJ Delorie <dj@redhat.com>
9670
9671 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9672 newlib or libgloss.
9673 * Makefile.in: Regenerate.
9674
9675 2003-05-21 DJ Delorie <dj@redhat.com>
9676
9677 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9678 * Makefile.in: Regenerate.
9679
9680 2003-05-20 Ian Lance Taylor <ian@airs.com>
9681
9682 * MAINTAINERS: Update my e-mail address.
9683
9684 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9685
9686 * configure.in: Switch more things to use maybe dependencies.
9687 * Makefile.tpl: Switch more things to use maybe dependencies.
9688 Factor out common code from autogen IF statements.
9689 * configure: Regenerate.
9690 * Makefile.in: Regenerate.
9691
9692 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
9693
9694 * configure.in: Accept i[3456789]86 for machine type.
9695 * configure: Regenerate.
9696
9697 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
9698
9699 * configure.in: Switch more things to use maybe dependencies.
9700 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
9701 * configure: Regenerate.
9702 * Makefile.tpl: Switch more things to use maybe dependencies.
9703 * Makefile.in: Regenerate.
9704
9705 2003-05-16 Andreas Schwab <schwab@suse.de>
9706
9707 * Makefile.tpl (install-opcodes): Define.
9708 * Makefile.in: Rebuild.
9709
9710 2003-05-13 Andreas Jaeger <aj@suse.de>
9711
9712 * config.guess: Update to 2003-05-09 version.
9713 * config.sub: Update to 2003-05-09 version.
9714
9715 2003-05-13 Michael Eager <eager@mvista.com>
9716
9717 * configure.in: Correct sed script so that options in quotes are not
9718 deleted.
9719 * configure: Rebuild.
9720
9721 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
9722
9723 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9724 and $$s/newlib/libc/sys/cygwin32 include paths.
9725 * configure: Ditto.
9726
9727 2003-05-12 Michael Meissner <gnu@the-meissners.org>
9728
9729 * MAINTAINERS: Update my email addresses.
9730
9731 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9732
9733 * config-ml.in: Propagate INSTALL variables.
9734
9735 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9736
9737 * MAINTAINERS: Remove duplicate entries in Write After Approval.
9738
9739 2003-05-02 Chris Demetriou <cgd@broadcom.com>
9740
9741 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9742 * Makefile.in: Regenerate.
9743
9744 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
9745
9746 * MAINTAINERS (GNATS only): Add Falk Hueffner.
9747
9748 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
9749
9750 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9751
9752 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
9753
9754 * Makefile.tpl: Clean $(BUILD_SUBDIR).
9755 * Makefile.in: Regenerated.
9756
9757 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
9758
9759 * MAINTAINERS (Write After Approval): Upgrade myself from
9760 GNATS only to write-after-approval. Update my mail address.
9761
9762 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
9763
9764 (OS Port Maintainers: freebsd): Add myself.
9765
9766 2003-04-22 Mark Mitchell <mark@codesourcery.com>
9767
9768 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9769
9770 2003-04-22 Kean Johnston <jkj@sco.com>
9771
9772 * MAINTAINERS (SCO ports): Added myself.
9773
9774 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
9775
9776 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9777
9778 2003-04-19 Kean Johnston <jkj@sco.com>
9779
9780 * MAINTAINERS (Write After Approval): Add myself.
9781
9782 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9783
9784 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9785 * Makefile.in: Regenerate.
9786
9787 2003-04-18 Jakub Jelinek <jakub@redhat.com>
9788
9789 * configure.in (powerpc64*-*-linux*): Remove.
9790 * configure: Rebuilt.
9791
9792 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
9793
9794 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
9795 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9796 and restrap.
9797 * Makefile.in: Regenerate.
9798
9799 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
9800
9801 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9802 * configure: Regenerated.
9803
9804 2003-04-15 DJ Delorie <dj@redhat.com>
9805
9806 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9807
9808 2003-04-13 Nick Clifton <nickc@redhat.com>
9809
9810 * config-ml.in: Remove support for --disable-aix removing
9811 call-aix multilibs.
9812
9813 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
9814
9815 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9816 * */configure: Rebuilt.
9817
9818 2003-04-08 Joel Sherrill <joel@oarcorp.com>
9819
9820 * MAINTAINERS: Add my email address.
9821
9822 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
9823
9824 * MAINTAINERS (Write After Approval): Add myself.
9825
9826 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
9827
9828 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9829 * Makefile.in: Regenerate.
9830
9831 2003-03-14 Michael Chastain <mec@shout.net>
9832
9833 * Makefile.in: Regenerate with correct Makefile.def.
9834
9835 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
9836
9837 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
9838 Make macro.
9839 * Makefile.in: Regenerate.
9840 * configure.in: Clean up gxx_include_dir logic.
9841 * configure: Regenerate.
9842
9843 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
9844
9845 * MAINTAINERS (Write After Approval): Add myself.
9846
9847 2003-03-10 Ben Elliston <bje@wasabisystems.com>
9848
9849 * MAINTAINERS: Update my mail address.
9850
9851 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9852
9853 * configure.in (gxx_include_dir): Fix typo.
9854 * configure: Regenerated.
9855
9856 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9857
9858 * Makefile.tpl: Reindent.
9859 * Makefile.in: Regenerate.
9860 * configure.in: Reindent. Don't set unused variables.
9861 * configure: Regenerate.
9862
9863 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
9864
9865 * configure.in: Include $(build_tooldir)/sys-include in
9866 FLAGS_FOR_TARGET.
9867 * configure: Regenerated.
9868
9869 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9870
9871 * Makefile.tpl: Always pass down RANLIB.
9872 * Makefile.in: Regenerate.
9873
9874 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9875 * Makefile.in: Regenerate.
9876 * configure.in: Remove unused logic relating to --enable-shared
9877 and --enable-threads. Remove bogus comments. Remove redundant
9878 noconfigdirs.
9879 * configure: Regenerate.
9880
9881 * configure.in: Replace ${libstdcxx_version} by its value.
9882 Remove reference to mh-dgux.
9883 * configure: Regenerate.
9884
9885 2003-03-03 Kevin Buettner <kevinb@redhat.com>
9886
9887 * MAINTAINERS (Write After Approval): Add myself.
9888
9889 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9890
9891 * Makefile.tpl: Rearrange.
9892 * Makefile.in: Regenerate.
9893
9894 2003-02-25 Uwe Stieber <uwe@wwws.de>
9895
9896 * configure.in: Add support for kaOS as cross build target system.
9897 * configure: Regenerated.
9898
9899 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9900
9901 * MAINTAINERS (Write after approval): Add myself.
9902
9903 2003-02-21 James E Wilson <wilson@tuliptree.org>
9904
9905 * MAINTAINERS: Update my email address.
9906
9907 2003-02-21 Zack Weinberg <zack@codesourcery.com>
9908
9909 * MAINTAINERS: Add self to blanket write privs. section.
9910
9911 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
9912
9913 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9914 configure-target-* as some target builds may require additional
9915 flags for preprocessor tests.
9916 * Makefile.in: Regenerated.
9917
9918 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
9919
9920 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9921 * ltconfig: Handle it.
9922 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9923 auto-detecting it.
9924
9925 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9926 it is used as argument to $CC.
9927 * ltcf-gcj.sh: Likewise.
9928
9929 * configure.in: Introduce --enable-maintainer-mode.
9930 * configure: Rebuilt.
9931 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9932 for maintainer mode.
9933 * Makefile.in: Rebuilt.
9934
9935 2003-02-18 Jason Merrill <jason@redhat.com>
9936
9937 * Makefile.tpl (check-c++): Allow parallelism.
9938
9939 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9940
9941 * MAINTAINERS: Remove John Carr (who never actually had access to
9942 gcc.gnu.org).
9943
9944 2003-02-15 Geoffrey Keating <geoffk@apple.com>
9945
9946 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9947 don't configure target-libobjc.
9948 * configure: Regenerate.
9949
9950 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9951
9952 * Makefile.tpl (RANLIB): Define.
9953 * Makefile.in: Regenerate.
9954
9955 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9956
9957 * MAINTAINERS: Update my email.
9958
9959 2003-02-06 Keith R Seitz <keiths@redhat.com>
9960
9961 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9962 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9963 * Makefile.in: Regenerated.
9964 * configure.in: Remove all traces of snavigator, db, and grep.
9965 * configure: Regenerated.
9966
9967 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9968
9969 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9970 After Approval.
9971
9972 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9973
9974 * MAINTAINERS (Write after approval): Add myself.
9975
9976 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
9977
9978 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9979 * Makefile.in: Regenerated.
9980
9981 2003-01-30 Roger Sayle <roger@eyesopen.com>
9982
9983 * config.guess: Updated to 2003-01-30's version.
9984 * config.sub: Updated to 2003-01-28's version.
9985
9986 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
9987
9988 * config.if: If gcc_version is already set, just use it. Don't set
9989 gcc_version_trigger if it's already set, otherwise set it to
9990 gcc/version.c, but only if the file exists. If it is not set and
9991 gcc/version.c does not exist, try to extract the version number from
9992 $CC.
9993
9994 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9995
9996 * MAINTAINERS: Add myself to write-after-approval list.
9997
9998 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
9999
10000 * configure.in: Revert 24Jan change.
10001 * configure: Regenerate.
10002
10003 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10004
10005 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10006 entry of HJ Lu.
10007
10008 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10009
10010 * configure.in: Revert previous change.
10011 * configure: Regenerate.
10012
10013 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10014
10015 * configure.in: Make rda native-only.
10016 * configure: Regenerate.
10017
10018 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10019
10020 * MAINTAINERS: Move myself from GNATS-only-accounts to
10021 write-after-approval.
10022
10023 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10024
10025 * configure.in: Add missing \.
10026 * configure: Rebuilt.
10027
10028 2003-01-17 Jakub Jelinek <jakub@redhat.com>
10029
10030 * configure.in (baseargs): Avoid using \| in sed regular
10031 expressions.
10032 * configure: Rebuilt.
10033
10034 2003-01-16 Jakub Jelinek <jakub@redhat.com>
10035
10036 * configure.in (baseargs): Remove all supported forms of
10037 --cache-file, --srcdir, --host, --build and --target options
10038 from argument lists.
10039 * configure: Rebuilt.
10040
10041 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
10042
10043 * MAINTAINERS: Add myself to write-after-approval list.
10044
10045 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
10046
10047 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10048 * configure: Rebuilt.
10049
10050 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10051
10052 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10053 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10054 * Makefile.in: Regenerate.
10055 * configure: Regenerate.
10056
10057 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
10058
10059 * configure.in: Remove Makefile in build, host and target modules
10060 unless configure was run with --no-recursion.
10061 * configure: Rebuilt.
10062
10063 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10064
10065 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10066 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10067 * Makefile.in: Regenerate.
10068
10069 2003-01-08 Chris Demetriou <cgd@broadcom.com>
10070
10071 * config.guess: Update to 2003-01-03 version.
10072 * config.sub: Update to 2003-01-03 version.
10073
10074 2003-01-07 Christopher Faylor <cgf@redhat.com>
10075
10076 * configure: Regenerate with proper autoconf 2.13.
10077
10078 2003-01-07 Christopher Faylor <cgf@redhat.com>
10079
10080 * configure.in: Add AC_PREREQ for consistency.
10081 * configure: Regenerate.
10082
10083 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10084
10085 * configure.in (GDB_TK): Add tcl directories conditional on
10086 gdb/gdbtk directory being present.
10087 * configure: Regenerate.
10088
10089 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
10090
10091 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10092 used by gcc if LD is not defined and we are not doing a Canadian Cross.
10093 * configure: Rebuilt.
10094
10095 2002-12-31 Tom Tromey <tromey@redhat.com>
10096
10097 * Makefile.in: Rebuilt.
10098 * Makefile.def (target_modules) [libffi]: Allow installation.
10099
10100 2002-12-31 Andreas Schwab <schwab@suse.de>
10101
10102 * configure.in: Fix use of $program_transform_name.
10103 * configure: Regenerated.
10104
10105 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
10106
10107 * configure.in (baseargs): Don't remove first configure argument.
10108 * configure: Regenerated.
10109
10110 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
10111
10112 * Makefile.tpl (local-distclean): Don't remove...
10113 (multilib.ts): ... this. Moved into...
10114 (multilib.out): ... this. Don't use sub-make.
10115 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10116 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10117 (configure-build-[+module+], configure-[+module+],
10118 configure-target-[+module+], configure-gcc): ... these. Test
10119 for Makefile existence. Drop config.status from dependencies.
10120 * Makefile.in: Rebuilt.
10121 * configure.in: Move gcc-version-trigger to the end of
10122 ac_configure_args. Add comments to maybedep.tmp and
10123 serdep.tmp. Introduce --disable-serial-configure. Remove
10124 nonopt from baseargs, matching and removing corresponding
10125 whitespace while at it.
10126 * configure: Rebuilt.
10127
10128 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
10129
10130 * configure.in (host_configargs): Replace reference to
10131 no-longer-defined buildopts with --build=${build_alias}.
10132 * configure: Rebuilt.
10133
10134 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10135 program_transform_name to standard idiom.
10136 (AUTOGEN, AUTOCONF): Define.
10137 (Makefile.in): Use $(AUTOGEN).
10138 (Makefile): Depend on config.status, and use autoconf-style rule to
10139 build it. Move original commands to...
10140 (config.status): ... this new target.
10141 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10142 $(AUTOCONF).
10143 * Makefile.in: Rebuilt.
10144
10145 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10146
10147 * Makefile.tpl: Fix dramatic bustage due to change in
10148 program_transform_name.
10149 * Makefile.in: Regenerate.
10150
10151 * configure.in: Remove unnecessary PATH setting.
10152 * configure: Regnerate.
10153
10154 * configure.in: Don't default to unprefixed tools unless
10155 the native tools will work.
10156 * configure: Regenerate.
10157
10158 * configure.in: Convert to autoconf script. Blow away lots
10159 of now-redundant Makefile fragments.
10160 * configure: Generate using Autoconf.
10161 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10162 * Makefile.in: Regenerate.
10163
10164 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10165
10166 * configure: Fix stupid bug where RANLIB was mistakenly included.
10167
10168 * configure.in: Rename (buildargs, hostargs, targargs) to
10169 (build_configargs, host_configargs, target_configargs).
10170
10171 * configure.in: Move logic out of sed statement.
10172
10173 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
10174 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10175
10176 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10177
10178 * config.sub: Import from master repository
10179 * config.guess: Ditto
10180
10181 2002-12-24 Andreas Schwab <schwab@suse.de>
10182
10183 * Makefile.tpl (multilib.out): Fix missing space.
10184 * Makefile.in: Regenerate.
10185
10186 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10187
10188 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10189 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10190 * Makefile.in: Regenerate.
10191 * configure.in: Remove unnecessary leftovers.
10192
10193 2002-12-21 Geoffrey Keating <geoffk@apple.com>
10194
10195 * configure.in (extra_ranlibflags_for_target): New variable.
10196 (*-*-darwin): Add -c to ranlib commands.
10197 * configure (tooldir): Handle extra_ranlibflags_for_target.
10198
10199 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
10200
10201 * Makefile.tpl: Revert HJL's change.
10202 * Makefile.in: Regenerated.
10203 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10204 always.
10205
10206 2002-12-19 Andreas Schwab <schwab@suse.de>
10207
10208 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10209 * Makefile.in: Regenerate.
10210
10211 2002-12-18 H.J. Lu <hjl@gnu.org>
10212
10213 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10214 * Makefile.in: Regenerated.
10215
10216 * configure.in (build_prefix): New. Substitute.
10217
10218 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10219
10220 * Makefile.tpl: Don't let real targets depend on phony targets.
10221 * Makefile.in: Regenerate.
10222
10223 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10224 * Makefile.in: Regenerate.
10225
10226 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10227
10228 * config.sub: Import from master repository
10229 * config.guess: Ditto
10230
10231 2002-12-16 Jason Merrill <jason@redhat.com>
10232
10233 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10234 previous 'make bootstrap'.
10235 * Makefile.in: Regenerate.
10236
10237 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10238
10239 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10240
10241 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10242
10243 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10244 * Makefile.in: Regenerate.
10245
10246 2002-12-13 Jason Merrill <jason@redhat.com>
10247
10248 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
10249 library tests.
10250 (check-c++): Just depend on it and check-target-libstdc++-v3.
10251 * Makefile.in: Regenerate.
10252
10253 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10254
10255 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10256 * Makefile.in: Rebuilt.
10257
10258 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10259
10260 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10261
10262 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10263
10264 * configure: Fix bug put in by gremlins.
10265
10266 * Makefile.tpl: Substitute more autoconfily.
10267 * configure: Substitute more autoconfily.
10268 * Makefile.in: Regenerate.
10269
10270 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10271
10272 * config.sub: Import from master repository
10273 * config.guess: Ditto
10274 * MAINTAINERS: Added Svein Seldal under write after approval
10275
10276 2002-12-08 Andrew Cagney <ac131313@redhat.com>
10277
10278 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10279 * Makefile.in (all-sim): Ditto.
10280
10281 2002-12-06 DJ Delorie <dj@redhat.com>
10282
10283 * Makefile.tpl: Change configure dependencies to not have real
10284 targets depend on phony targets.
10285
10286 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10287
10288 * configure.in: Revert unintentional change.
10289
10290 * Makefile.tpl: Change dependency for */multilib.out so that
10291 it works when gcc isn't in the tree.
10292
10293 * configure.in: Substitute more.
10294 * configure: Run subconfigures from the Makefile.
10295 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10296 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10297
10298 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10299
10300 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10301
10302 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10303
10304 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10305 and corresponding dependencies.
10306 * Makefile.in: Regenerate.
10307
10308 * configure.in (host_tools): Order binutils, gas and ld for
10309 convenience in running the testsuites.
10310
10311 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10312 * Makefile.in: Regenerate.
10313 * configure.in: Introduce rules to serialize subconfigure runs.
10314
10315 * configure.in: Introduce BASE_CC_FOR_TARGET.
10316 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10317 Realize configure-build-* targets. Realize configure-target-* targets.
10318 * Makefile.in: Regenerate.
10319
10320 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10321
10322 * configure: Move gcc_version_trigger stuff from here...
10323 * configure.in: ...to here.
10324
10325 * configure.in: Separate subconfigure options added by this file from
10326 options given by the user. Add machinery to put args for host
10327 subconfigures into the Makefile.
10328
10329 * Makefile.tpl: Remove 'vault' targets.
10330 * Makefile.tpl: Reorder and comment dependencies.
10331 * Makefile.in: Regenerate.
10332
10333 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10334 * configure.in: Fix my broken commit of previous patch. (sigh)
10335
10336 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10337
10338 * configure.in: Move host-specific darwin noconfigdirs into
10339 the host-specific section.
10340
10341 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10342
10343 * configure.in: Move host-specific darwin noconfigdirs into
10344 the host-specific section.
10345
10346 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10347
10348 * configure: Remove skip-this-dir support.
10349 * Makefile.tpl: Remove skip-this-dir support.
10350
10351 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10352 subdirectories.
10353 * Makefile.in: Regenerate.
10354
10355 * Makefile.tpl: Strip out useless setting of 'dir'.
10356 * Makefile.in: Regenerate.
10357
10358 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10359
10360 * configure.in: Fix deeply stupid bug.
10361
10362 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10363 shell code in CXX_FOR_TARGET
10364 * Makefile.def: Introduce raw_cxx.
10365 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10366 RAW_CXX_FOR_TARGET.
10367 * Makefile.in: Regenerate.
10368
10369 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10370
10371 * Makefile.tpl: Remove unnecessary ifs.
10372 * Makefile.in: Regenerate.
10373
10374 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10375 dependencies. Maybe-ize build-libiberty. Create dummy install
10376 targets for 'no_install' modules.
10377 * configure: Move GDB_TK substitution to configure.in. Move
10378 build_modules stuff to configure.in.
10379 * configure.in: Implement soft dependency machinery. Maybe-ize
10380 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10381 * Makefile.in: Regenerate.
10382
10383 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10384
10385 * Makefile.tpl: Make all-target, install-target behave similarly
10386 to all, install (only hitting configured targets). Eliminate
10387 unused macro defintions.
10388
10389 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10390 build != host.
10391
10392 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10393
10394 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10395
10396 * configure.in: Produce lists of subdir targets we're actually
10397 configuring. Remove references to "dosrel".
10398 * Makefile.tpl: Let configure set which subdir targets are hit.
10399 Remove install-cross; clean up install; remove ALL. Remove
10400 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10401 Autogenerate host module targets. Remove empty dependency lines
10402 and redundant dependency; rearrange slightly.
10403 * Makefile.def: Add host-side libtermcap, utils.
10404
10405 * Makefile.in: Regenerate.
10406
10407 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10408
10409 * ltconfig (osf[345]): Append $major to soname_spec.
10410 Reflect this in library_names_spec.
10411 * ltmain.sh (osf): Prefix $major with . for use as extension.
10412
10413 2002-11-19 Andreas Jaeger <aj@suse.de>
10414
10415 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10416 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10417 and sparc64 GNU/Linux systems.
10418
10419 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10420
10421 * MAINTAINERS: Update email.
10422
10423 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10424
10425 * MAINTAINERS: Complete James Dennett's entry.
10426
10427 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10428
10429 * MAINTAINERS (Write After Approval): Add myself.
10430
10431 2002-11-13 Bruce Korb <bkorb@gnu.org>
10432
10433 * Makefile.tpl: syntactic cleanup
10434
10435 2002-11-13 Stuart Hastings <stuart@apple.com>
10436
10437 * MAINTAINERS: Add myself to write-after-approval list.
10438
10439 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10440
10441 * Makefile.def: Add list of recursive targets to autogenerate.
10442 Add build_modules.
10443 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10444 targets. Autogenerate *-build-* targets.
10445 * Makefile.in: Regenerate.
10446
10447 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10448
10449 * configure: More autoconf-style substitutions.
10450 * Makefile.tpl: More autoconf-style substitutions.
10451 * Makefile.in: Regenerate.
10452
10453 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10454
10455 * configure: Substitute more variables in a more autoconf-friendly
10456 way. Simplify slightly.
10457 * Makefile.tpl: Make more variables substitutable in an
10458 autoconf-friendly way.
10459 * Makefile.in: Regenerate.
10460
10461 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10462
10463 * MAINTAINERS (Write After Approval): Add myself.
10464
10465 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10466
10467 * configure.in (v810*): Remove special setting of tools.
10468
10469 * configure: Add support for extra required flags for ar or nm.
10470 * configure.in (aix4.3+): Use above support for target-specific
10471 issues, rather than using config/mt-aix43.
10472
10473 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10474
10475 * configure: Remove 'removing', which doesn't work. Replace $subdir
10476 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10477 with $srcdir. Reformat indentation. Substitute some variables
10478 formerly hard-coded in the Makefile for build=host.
10479 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10480 * Makefile.def: Autogenerate more.
10481 * Makefile.in: Regenerate.
10482
10483 2002-11-04 Adam Nemet <anemet@lnxw.com>
10484
10485 * MAINTAINERS (Write After Approval): Add myself.
10486
10487 2002-11-04 Kevin Buettner <kevinb@redhat.com>
10488
10489 * Makefile.def (host_modules): Add rda.
10490 * Makefile.in: Regenerate.
10491 * configure.in (target_tool): Add target-rda to list.
10492
10493 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10494
10495 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10496
10497 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
10498
10499 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10500 and restrap targets to this rule.
10501 * Makefile.in: Regenerate.
10502
10503 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10504
10505 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10506 GNATS only accounts.
10507
10508 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10509
10510 * configure.in (i[3456]86-*-linux*): Add check to disable
10511 ${libgcj} for glibc1.
10512
10513 2002-10-24 Denis Chertykov <denisc@overta.ru>
10514
10515 * MAINTAINERS: Add myself as ip2k port maintainer.
10516
10517 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10518
10519 * configure.in: Add tic4x target.
10520
10521 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10522
10523 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10524 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10525 * Makefile.in: Regenerate.
10526
10527 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10528 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10529 * Makefile.in: Regenerate.
10530
10531 2002-10-02 Janis Johnson <janis187@us.ibm.com>
10532
10533 * MAINTAINERS: Add myself as web pages co-maintainer.
10534
10535 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10536
10537 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10538 * Makefile.in: Regenerate.
10539
10540 2002-10-02 Zack Weinberg <zack@codesourcery.com>
10541
10542 * MAINTAINERS: Add myself and Nathan Sidwell
10543 <nathan@codesourcery.com> as VxWorks maintainers.
10544
10545 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10546
10547 * Makefile.def: Remove order dependency comments.
10548 * Makefile.tpl: Add explicit install-install dependencies.
10549 * Makefile.in: Regenerate.
10550
10551 * Makefile.tpl: Remove material now in src-release. (Finally!)
10552 * Makefile.in: Regenerate.
10553
10554 * Makefile.tpl: Add configure-target (for src-release in src)
10555 * Makefile.in: Regenerate.
10556
10557 2002-09-30 Nick Clifton <nickc@redhat.com>
10558
10559 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10560
10561 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10562
10563 * configure.in (s390*-*-linux*): Enable libgcj.
10564
10565 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10566
10567 * configure: Revert accidentally applied changes.
10568
10569 * Makefile.tpl: Make more autoconf-friendly.
10570 * Makefile.in: Regenerate.
10571 * configure: Make substitution more autoconf-like.
10572
10573 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
10574
10575 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10576 single entry to handle all these.
10577 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10578 libjava on arm-*-elf.
10579
10580 2002-09-27 Geoffrey Keating <geoffk@apple.com>
10581
10582 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10583 things that depend on them.
10584
10585 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10586
10587 * Makefile.tpl: Make subsituted variables more autoconfy.
10588 * Makefile.in: Regenerate.
10589 * configure: Make seds more autoconfy.
10590
10591 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10592
10593 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10594 * Makefile.in: Regenerate.
10595 * configure.in: Rewrite sed statements to look autoconfy.
10596
10597 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10598 all-target-foo on configure-target-foo.
10599 * Makefile.def: Ditto.
10600 * Makefile.in: Rebuild.
10601
10602 2002-09-25 Andrew Haley <aph@redhat.com>
10603
10604 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10605
10606 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10607
10608 * Makefile.def: New file.
10609 * Makefile.tpl: New file.
10610 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10611 * contrib/gcc_update: Note that Makefile.in is a generated file.
10612
10613 * configure.in: Minor rearrangement. Simplify tests.
10614
10615 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10616
10617 * configure.in (with_headers): Skip copy if value is "yes".
10618 (with_libs): Likewise.
10619
10620 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10621
10622 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10623 * configure.in (sh*-*-pe*): Ditto.
10624 * configure.in (mips*-*-pe*): Ditto.
10625 * configure.in (*arm-wince-pe): Ditto.
10626
10627 * configure.in: Rearrange.
10628
10629 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10630
10631 * MAINTAINERS: Update my email address.
10632
10633 2002-08-30 Paul Koning <pkoning@equallogic.com>
10634
10635 * MAINTAINERS: (Write After Approval): Add myself.
10636
10637 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
10638
10639 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10640
10641 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
10642
10643 * MAINTAINERS: Change my mailing address.
10644
10645 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
10646
10647 * MAINTAINERS (Write After Approval): Remove myself.
10648 (Various Maintainers: c++ runtime libs): Add myself.
10649
10650 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
10651
10652 * MAINTAINERS (Write After Approval): Remove myself.
10653 (Various Maintainers: c++ runtime libs): Add myself.
10654
10655 2002-08-15 Eric Christopher <echristo@redhat.com>
10656
10657 * config.sub: Import from master repository.
10658 * config.guess: Ditto.
10659
10660 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
10661
10662 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10663 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10664 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10665
10666 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
10667
10668 * MAINTAINERS: Add self to rs6000 vector extensions.
10669
10670 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
10671
10672 * libiberty/configure: Reverted unintended yesterday's check in.
10673
10674 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
10675
10676 * boehm-gc/configure, libf2c/configure: Rebuilt.
10677 * libffi/configure, libiberty/configure: Ditto.
10678 * libjava/configure, libobjc/configure: Ditto.
10679 * libstdc++-v3/configure, zlib/configure: Ditto.
10680 Merged from binutils:
10681 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10682 From Steve Ellcey <sje@cup.hp.com>:
10683 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10684 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10685 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10686 IA64.
10687 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10688 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10689 soname_spec, sys_lib_search_path_spec): Ditto.
10690
10691 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
10692
10693 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10694
10695 2002-08-04 H.J. Lu (hjl@gnu.org)
10696
10697 * configure.in (mips*-*-linux*): Don't skip target-libffi.
10698
10699 2002-08-02 Krister Walfridsson <cato@df.lth.se>
10700
10701 * MAINTAINERS (Write After Approval): Add myself.
10702
10703 2002-07-31 Alan Modra <amodra@bigpond.net.au>
10704
10705 * configure.in: Move generic linux case to end. Copy generic
10706 linux noconfigdirs to mips*-*-linux* entry and new
10707 powerpc64*-*-linux* entry. Add target-libffi for the latter.
10708
10709 2002-07-19 Michael Matz <matz@suse.de>
10710
10711 * MAINTAINERS: Add myself as ra* maintainer.
10712
10713 2002-07-16 Chris Demetriou <cgd@broadcom.com>
10714
10715 * config.guess: Update to 2002-07-09 version.
10716 * config.sub: Update to 2002-07-03 version.
10717
10718 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
10719
10720 * MAINTAINERS: Fix typo in a maintainer email address.
10721
10722 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
10723
10724 * configure.in: Remove two redundant tests.
10725
10726 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10727
10728 * configure.in (mips*-*-irix6*o32): Enable stabs.
10729
10730 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
10731
10732 * configure.in: Don't build grez.
10733 * Makefile.in: Ditto.
10734
10735 * Makefile.in: Remove references to bsp, cygmon, libstub.
10736 * configure.in: Ditto.
10737
10738 * configure.in: Remove leftover reference to gdbtest.
10739
10740 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
10741
10742 * configure.in (gxx_include_dir): Change to match versioned
10743 C++ headers if --enable-version-specific-runtime-libs is used.
10744
10745 2002-07-04 Steve Ellcey <sje@cup.hp.com>
10746
10747 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10748
10749 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
10750
10751 * configure.in: Make --without-x work.
10752
10753 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
10754
10755 * configure.in: Rearrange target Makefile fragment collection.
10756
10757 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10758 cvs[src].
10759 * configure.in: Ditto.
10760
10761 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
10762
10763 * MAINTAINERS (Write After Approval): Update my e-mail address.
10764
10765 2002-06-24 Ben Elliston <bje@redhat.com>
10766
10767 * configure.in (host_tools): Remove cgen.
10768
10769 * Makefile.in (all-cgen): Remove; runs from its source directory.
10770 (check-cgen, install-cgen, clean-cgen): Likewise.
10771 (all-opcodes): Do not depend on all-cgen.
10772 (all-sim): Likewise.
10773
10774 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
10775
10776 * Makefile.in: Eliminate 'apache' targets.
10777 * configure.in: Eliminate 'apache' targets.
10778
10779 * configure.in: Eliminate redundant tests. Reorganize.
10780
10781 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10782
10783 * config-ml.in: Eliminate references to Cygnus configure.
10784
10785 * Makefile.in: Eliminate references to building emacs.
10786
10787 2002-06-28 Graham Stott <graham.stott@btinternet.com>
10788
10789 * MAINTAINERS: Update my email address.
10790
10791 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
10792
10793 * config.if (libstdcxx_incdir): Version C++ headers.
10794 (cxx_incdir): Remove.
10795
10796 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
10797
10798 * MAINTAINERS (Write After Approval): Add self.
10799
10800 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
10801
10802 * configure.in: Add support for ip2k.
10803
10804 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
10805
10806 * configure.in: Fix AIX configury bug.
10807
10808 2002-06-20 Steve Ellcey <sje@cup.hp.com>
10809
10810 * MAINTAINERS (Write After Approval): Add self.
10811
10812 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10813
10814 * configure.in: replace ${topsrcdir} with ${srcdir}
10815
10816 * configure.in: Move definition of libstdcxx_flags
10817 right above usage, rather than waaay earlier.
10818
10819 * configure.in: Pull definition of is_cross_compiler earlier.
10820
10821 * configure.in: Rearrange a little.
10822
10823 * configure.in: Remove references to librx.
10824 * Makefile.in: Remove references to librx.
10825
10826 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
10827
10828 * config.sub: Add support for avr target.
10829 Import from master sources, rev 1.255
10830
10831 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
10832
10833 * configure, .cvsignore: Revert previous change...
10834 * Makefile: ...delete.
10835
10836 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10837
10838 * configure.in: Eliminate ${gasdir} variable.
10839
10840 2002-06-18 Dave Brolley <brolley@redhat.com>
10841
10842 * configure.in: Add support for frv.
10843 * config.sub: Add support for frv.
10844
10845 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10846
10847 * configure: Remove garbage from previous commit.
10848
10849 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10850
10851 * configure: For in-source builds, make a subdir and re-exec there.
10852 * Makefile: New file. Pass targets through to build directory.
10853 * .cvsignore: No longer ignore "Makefile".
10854
10855 2002-06-16 Douglas Rupp <rupp@gnat.com>
10856
10857 * MAINTAINERS (Write After Approval): Add self.
10858
10859 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10860
10861 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10862
10863 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
10864
10865 * configure.in (vax-*-netbsd*): Re-enable gas.
10866
10867 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
10868
10869 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10870 BUILD_PREFIX_1, to correct nomenclature.
10871 * configure: Likewise.
10872
10873 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10874 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10875
10876 2002-05-31 Olaf Hering <olh@suse.de>
10877
10878 * config-ml.in: Propogate DESTDIR also.
10879
10880 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
10881
10882 * configure.in (vax-*-netbsd*): Don't build gas for this
10883 platform.
10884
10885 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
10886
10887 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10888 and libgcj for AVR.
10889
10890 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
10891
10892 * MAINTAINERS (Write After Approval): Add myself.
10893
10894 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
10895
10896 * config.guess: Update to 2002-05-22 version.
10897 * config.sub: Likewise.
10898
10899 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10900
10901 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10902 * config-ml.in: Likewise.
10903 * configure: Likewise.
10904 * configure.in: Likewise.
10905
10906 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10907
10908 * MAINTAINERS: Update my email address.
10909
10910 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10911
10912 * configure.in: Simplify makefile fragment collection.
10913
10914 * configure.in: Remove code to build emacs.
10915
10916 * configure.in : Remove --srcdir argument from targargs and buildargs
10917 (it's always overridden in the Makefile anyway). Rearrange a bit.
10918
10919 * configure: Move some logic to configure.in.
10920 * configure.in: Move some logic from configure.
10921
10922 2002-05-11 Tom Tromey <tromey@redhat.com>
10923
10924 * MAINTAINERS: Reflect libgcj reality.
10925
10926 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10927
10928 * Makefile.in: Honour DESTDIR.
10929
10930 2002-05-08 Mark Mitchell <mark@codesourcery.com>
10931
10932 * config.guess: Import 2002-03-20 version.
10933 * config.sub: Import 2002-04-26 version.
10934
10935 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10936
10937 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10938
10939 2002-05-07 Tim Josling <tej@melbpc.org.au>
10940
10941 * MAINTAINERS: Add self.
10942
10943 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
10944
10945 * ltmain.sh: Detect and handle object name conflicts
10946 while piecewise linking a static library.
10947
10948 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
10949
10950 * configure.in (noconfigdirs): Don't disable libgcj on
10951 sparc64-*-solaris* and sparcv9-*-solaris*.
10952
10953 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
10954
10955 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10956
10957 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10958
10959 * configure.in (FLAGS_FOR_TARGET): Do not add
10960 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10961 on i[3456]86-*-linux*.
10962
10963 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10964
10965 * configure.in (noconfigdirs): Replace [ ] with test.
10966
10967 * configure.in (noconfigdirs): Do not add target-newlib if
10968 target == i[3456]86-*-linux*, and host == target.
10969
10970 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10971
10972 * configure.in: delete reference to absent file
10973
10974 * configure.in: replace '[' with 'test'
10975
10976 * configure.in: Eliminate references to gash.
10977 * Makefile.in: Eliminate references to gash.
10978
10979 * configure.in: remove useless references to 'pic' makefile fragments.
10980
10981 * configure.in: (*-*-windows*) Finish removing.
10982
10983 * configure.in: Eliminate redundant test for libgui.
10984
10985 2002-04-29 Roger Sayle <roger@eyesopen.com>
10986
10987 * MAINTAINERS: Add self and realphabetize. Update entries
10988 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10989 entry for a29k port maintainer.
10990
10991 2002-04-26 Joel Sherrill <joel@OARcorp.com>
10992
10993 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10994 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10995
10996 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10997
10998 * configure.in: remove references to dead files
10999
11000 2002-04-19 Mark Mitchell <mark@codesourcery.com>
11001
11002 * MAINTAINERS: Add information about purpose of this file.
11003
11004 2002-04-18 Tom Tromey <tromey@redhat.com>
11005
11006 * configure.in: Disallow configuring libgcj when it is already
11007 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11008 Solaris 2.8 by default. For PR libgcj/6158.
11009
11010 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11011
11012 * configure.in: Move default CC setting out of config/mh-* fragments
11013 directly into here.
11014
11015 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11016
11017 * configure.in: don't even try to configure or make a subdirectory
11018 if there's no configure script for it.
11019
11020 2002-04-15 Mark Mitchell <mark@codesourcery.com>
11021
11022 * MAINTAINERS: Remove chill maintainers.
11023 * Makefile.in (CHILLFLAGS): Remove.
11024 (CHILL_LIB): Remove.
11025 (TARGET_CONFIGDIRS): Remove libchill.
11026 (CHILL_FOR_TARGET): Remove.
11027 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11028 CHILL_LIB.
11029 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11030 (CHECK_TARGET_MODULES): Likewise.
11031 (INSTALL_TARGET_MODULES): Likewise.
11032 (CLEAN_TARGET_MODULES): Likewise.
11033 (configure-target-libchill): Remove.
11034 (all-target-libchill): Remove.
11035 * configure.in (target_libs): Remove target-libchill.
11036 Do not compute CHILL_FOR_TARGET.
11037 * libchill: Remove directory.
11038
11039 2002-04-11 DJ Delorie <dj@redhat.com>
11040
11041 * Makefile.in, configure.in: Sync with binutils, entries
11042 follow...
11043
11044 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11045
11046 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11047 (do-tar, do-bz2): New rules.
11048 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11049 (gdb-tar): New rule.
11050 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11051 (insight_dejagnu.tar): New rule.
11052 (insight.tar): New rule.
11053 (gdb+dejagnu.tar): New rule.
11054 (gdb.tar): New rule.
11055
11056 2002-02-01 Mo DeJong <supermo@bayarea.net>
11057
11058 * Makefile.in: Add all-tix to deps for all-snavigator
11059 so that tix is built when building snavigator.
11060
11061 2002-01-11 Steve Ellcey <sje@cup.hp.com>
11062
11063 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11064 ld and gdb are not supported.
11065
11066 2002-01-07 Mark Salter <msalter@redhat.com>
11067
11068 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11069 Allow target-libgloss to be built for arm, strongarm, and xscale.
11070
11071 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11072
11073 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11074 options for i[3456]86-pc-linux* native builds.
11075
11076 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11077
11078 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11079 files from .po files for a distribution.
11080
11081 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
11082
11083 * configure.in: Enable libstdc++-v3 for h8300 targets.
11084
11085 2001-06-19 Alan Modra <amodra@bigpond.net.au>
11086
11087 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11088 version from bfd/.
11089
11090 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11091
11092 * Makefile.in (VER): When present, extract the version number from
11093 the file version.in.
11094
11095 2001-05-24 Tom Rix <trix@redhat.com>
11096
11097 * configure.in : enable ld for aix
11098
11099 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11100
11101 * config.guess: Add linux target for S/390.
11102
11103 2000-11-07 Philip Blundell <pb@futuretv.com>
11104
11105 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11106
11107 2000-11-03 Philip Blundell <pb@futuretv.com>
11108
11109 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11110 files.
11111
11112 2001-01-15 Ben Elliston <bje@redhat.com>
11113
11114 * configure.in (host_tools): Add sid.
11115 Always configure cgen.
11116
11117 2000-11-24 Nick Clifton <nickc@redhat.com>
11118
11119 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11120
11121 2000-08-20 Doug Evans <dje@casey.transmeta.com>
11122
11123 * Makefile.in (ALL_MODULES): Add all-cgen.
11124 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11125 (all-cgen): New target.
11126 (all-opcodes,all-sim): Depend on all-cgen.
11127 * configure.in (host_tools): Add cgen.
11128 Only configure cgen if --enable-cgen-maint.
11129
11130 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
11131
11132 * configure.in: Add *-*-freebsd* configurations.
11133
11134 2002-04-08 Tom Tromey <tromey@redhat.com>
11135
11136 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11137 Fixes PR libgcj/6068.
11138
11139 2002-03-30 Krister Walfridsson <cato@df.lth.se>
11140
11141 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11142
11143 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11144
11145 * configure.in (alpha*-dec-osf*): Enable libgcj.
11146
11147 2003-03-27 Matthew Gingell <gingell@gnat.com>
11148
11149 * MAINTAINERS (Write After Approval): Add myself.
11150
11151 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11152
11153 Fix for: PR bootstrap/3591, target/5676
11154 * configure.in (mcore-pe): Disable the configuration of
11155 libstdc++-v3 since exceptions are not supported.
11156
11157 2002-03-20 Anthony Green <green@redhat.com>
11158
11159 * configure.in: Enable libgcj for xscale-elf target.
11160
11161 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
11162
11163 * MAINTAINERS: Update my email address.
11164
11165 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
11166
11167 * ltmain.sh (relink_command): Fix typo in previous change.
11168
11169 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
11170
11171 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11172 (relink_command): Added --tag flags.
11173 (mode=install): If relinking fails; error out.
11174
11175 2002-03-12 Richard Henderson <rth@redhat.com>
11176
11177 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11178 .NOTPARALLEL tag.
11179 (do-check): Rename from check.
11180 (check): Allow parallel check.
11181
11182 2002-03-12 Bob Wilson <bob.wilson@acm.org>
11183
11184 * MAINTAINERS: Add myself as maintainer for xtensa port.
11185 Fix alphabetical order in CPU port maintainer list.
11186 Remove myself from Write After Approval list.
11187
11188 2002-03-11 Richard Henderson <rth@redhat.com>
11189
11190 * Makefile.in (.NOTPARALLEL): Add fake tag.
11191
11192 2002-03-07 H.J. Lu (hjl@gnu.org)
11193
11194 * configure.in: Enable gprof for mips*-*-linux*.
11195
11196 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11197
11198 * MAINTAINERS (Write After Approval): Add myself.
11199
11200 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
11201
11202 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11203 libjava.
11204 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11205
11206 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
11207
11208 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11209 because its Makefile is there; test for the executable instead.
11210
11211 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
11212
11213 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11214 libstdc++-v3 and libjava.
11215
11216 2002-02-11 Adam Megacz <adam@xwt.org>
11217
11218 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11219 boehm-gc
11220
11221 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
11222
11223 * config.guess: Updated to 2002-01-30's version.
11224 * config.sub: Updated to 2002-02-01's version.
11225 Contribute sh64-elf.
11226 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11227 * configure.in: Added sh64-*-*.
11228
11229 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11230
11231 * MAINTAINERS: Belatedly add myself to write after approval list.
11232
11233 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11234
11235 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11236 Remove self as Write After Approval.
11237
11238 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
11239
11240 * MAINTAINERS: Put self in as maintainer for contrib/regression
11241 directory.
11242
11243 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
11244
11245 * MAINTAINERS: Update my email address.
11246
11247 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11248
11249 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11250 target-libiberty, and target-libgloss. Skip Java-related
11251 libraries if not supported for NetBSD on target CPU.
11252
11253 2002-01-25 Douglas B Rupp <rupp@gnat.com>
11254
11255 * install-sh: Use _inst.$$_ for temp file name.
11256
11257 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11258
11259 * MAINTAINERS (Write After Approval): Move my contact info
11260 from here...
11261 (OS Port Maintainers): ...to here (netbsd).
11262
11263 2002-01-22 Bob Wilson <bob.wilson@acm.org>
11264
11265 * MAINTAINERS (Write After Approval): Add myself.
11266
11267 2002-01-17 H.J. Lu <hjl@gnu.org>
11268
11269 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11270 (all-target-fastjar): Also depend on all-target-libiberty.
11271
11272 2002-01-16 H.J. Lu (hjl@gnu.org)
11273
11274 * config.guess: Import from master sources, rev 1.225.
11275 * config.sub: Import from master sources, rev 1.238.
11276
11277 2002-01-16 Kazu Hirata <kazu@hxi.com>
11278
11279 * MAINTAINERS (Write After Approval): Remove myself.
11280
11281 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
11282
11283 * MAINTAINERS (Write After Approval): Add myself.
11284
11285 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11286
11287 * MAINTAINERS: Add self as docs co-maintainer.
11288
11289 2001-12-11 Matthias Klose <doko@debian.org>
11290
11291 * MAINTAINERS (Write After Approval): Add myself.
11292
11293 2001-12-09 Zack Weinberg <zack@codesourcery.com>
11294
11295 * MAINTAINERS: Update my email address.
11296
11297 2001-12-07 Turly O'Connor <turly@apple.com>
11298 * MAINTAINERS (Write After Approval): Add myself.
11299 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11300 (rs6000_initialize_trampoline): Call __trampoline_setup for
11301 ABI_DARWIN too.
11302 * darwin-tramp.asm: New file, implements __trampoline_setup.
11303 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11304
11305 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
11306
11307 * MAINTAINERS (Write After Approval): Add myself.
11308
11309 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11310
11311 * configure, configure.in: Use temp file for long sed commands.
11312
11313 2001-12-03 Laurent Guerby <guerby@acm.org>
11314
11315 * config.sub: Update to version 1.232 on subversion.
11316
11317 2001-12-03 Ben Elliston <bje@redhat.com>
11318
11319 * MAINTAINERS: Update mail address for config.* patches.
11320
11321 2001-11-27 DJ Delorie <dj@redhat.com>
11322 Zack Weinberg <zack@codesourcery.com>
11323
11324 When build != host, create libiberty for the build machine.
11325
11326 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11327 CONFIG_ARGUMENTS.
11328 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11329 New variables.
11330 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11331 and rules.
11332 (all.normal): Depend on ALL_BUILD_MODULES.
11333 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11334 (all-build-libiberty): Depend on configure-build-libiberty.
11335
11336 * configure: Calculate and substitute proper value for
11337 ALL_BUILD_MODULES.
11338 * configure.in: Create the build subdirectory.
11339 Calculate and substitute TARGET_CONFIGARGS (formerly
11340 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11341
11342 2001-11-26 Ziemowit Laski <zlaski@apple.com>
11343
11344 * MAINTAINERS (write-after-approval): Add self.
11345
11346 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11347
11348 * MAINTAINERS (GNATS only accounts): Remove self.
11349
11350 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11351
11352 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11353 libf2c.
11354
11355 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11356
11357 * MAINTAINERS (Write After Approval): Add self.
11358
11359 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11360
11361 * MAINTAINERS: mips and s390 are also CPU ports.
11362
11363 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11364
11365 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11366
11367 2001-11-11 David O'Brien <obrien@FreeBSD.org>
11368
11369 * MAINTAINERS: Alphabetize.
11370
11371 2001-11-09 Kazu Hirata <kazu@hxi.com>
11372
11373 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11374
11375 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11376
11377 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11378
11379 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11380
11381 * configure.in (--enable-languages): Be more permissive about
11382 syntax. Check for empty lists better. Warn about $LANGUAGES.
11383
11384 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
11385
11386 * config.sub: Import from master sources, rev. 1.230.
11387 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11388
11389 2001-11-07 Laurent Guerby <guerby@acm.org>
11390
11391 * MAINTAINERS (Write After Approval): Add self.
11392
11393 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11394
11395 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11396
11397 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11398
11399 * config.sub: Import from master sources, rev 1.226.
11400 * config.guess: Import from master sources, rev 1.216.
11401
11402 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11403
11404 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11405 * MAINTAINERS: Add self as maintainer of MMIX port.
11406 Remove old after-approval entry.
11407
11408 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11409
11410 * ChangeLog, configure: Fix spelling errors.
11411
11412 2001-10-20 Brendan Kehoe <brendan@zen.org>
11413
11414 * MAINTAINERS: Tweak my address.
11415
11416 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
11417
11418 * MAINTAINERS: Update my email address.
11419
11420 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
11421
11422 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11423 * MAINTAINERS: Add self as maintainer of CRIS port.
11424
11425 2001-10-10 Geert Bosch <bosch@gnat.com>
11426
11427 * MAINTAINERS (Various maintainers: Ada front end):
11428 Added Robert Dewar.
11429
11430 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
11431
11432 * MAINTAINERS (Write After Approval): Added self
11433
11434 2001-10-02 Geert Bosch <bosch@gnat.com>
11435
11436 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11437
11438 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11439
11440 * configure: Handle temporary files securely using mkdir.
11441
11442 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
11443
11444 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11445
11446 2001-09-26 Will Cohen <wcohen@redhat.com>
11447
11448 * configure.in (*-*-linux*): Disable configuration of target-newlib
11449 and target-libgloss.
11450
11451 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11452
11453 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11454 RANLIB.
11455
11456 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
11457
11458 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11459 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11460 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11461 avoid quotes nesting problems.
11462 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11463 (DO_X): Export only variables that are set.
11464
11465 2001-09-19 Ben Elliston <bje@redhat.com>
11466
11467 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11468 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11469 semantics. Use the shell built-in "type" command instead.
11470
11471 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
11472
11473 Merged from gcc-3_0-branch:
11474 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11475 * ltcf-c.sh: Use $objext, not $ac_objext.
11476 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11477 * ltcf-cxx.sh: Add support for GNU.
11478 2001-07-22 Timothy Wall <twall@redhat.com>
11479 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11480 default settings if using GNU tools with that configuration.
11481 * ltcf-cxx.sh: Ditto.
11482 * ltcf-gcj.sh: Ditto.
11483 2001-07-21 Michael Chastain <chastain@redhat.com>
11484 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11485 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11486 * ltmain.sh: Mark as gcc-local.
11487
11488 2001-08-30 Eric Christopher <echristo@redhat.com>
11489 Jason Eckhardt <jle@redhat.com>
11490
11491 * config.guess: Merge from master sources.
11492 * config.sub: Merge from master sources, add support for mipsisa32.
11493
11494 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
11495 * config.sub: Merge from master sources, rev 1.219.
11496 * MAINTAINERS: Add self as contact for stormy16 port.
11497
11498 2001-08-14 Zack Weinberg <zackw@panix.com>
11499
11500 * config.sub: Merge from master sources, rev 1.218.
11501 * config.guess: Merge from master sources, rev 1.209.
11502
11503 2001-08-11 Graham Stott <grahams@redhat.com>
11504
11505 * Makefile.in (check-c++): Add missing semicolon.
11506
11507 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11508
11509 * MAINTAINERS (Various maitainers: predict.def): Added myself.
11510
11511 2001-07-30 Eric Christopher <echristo@redhat.com>
11512
11513 * MAINTAINERS (Various maintainers: mips port): Added myself.
11514
11515 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11516
11517 * configure.in (sh-*-linux*): New.
11518
11519 2001-07-27 Richard Henderson <rth@redhat.com>
11520
11521 * .cvsignore: Add LAST_UPDATED.
11522
11523 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11524
11525 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11526
11527 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
11528
11529 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11530
11531 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11532
11533 * MAINTAINERS (Write After Approval): Added myself.
11534
11535 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11536
11537 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11538 and libgcj on m68hc11/m68hc12.
11539
11540 2001-06-27 H.J. Lu (hjl@gnu.org)
11541
11542 * Makefile (CFLAGS_FOR_BUILD): New.
11543 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11544
11545 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11546
11547 * README: Remove version number.
11548
11549 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11550
11551 * INSTALL/README: Update wrt. to the installation instructions now
11552 residing in gcc/doc/install.texi.
11553
11554 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11555
11556 * README: Replace with a cut-down and updated version of gcc/README.
11557
11558 2001-06-12 David Edelsohn <edelsohn@gnu.org>
11559
11560 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11561 multilibs to be disabled.
11562
11563 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
11564
11565 * MAINTAINERS (Write After Approval): Add myself.
11566
11567 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
11568
11569 * config.guess: Import CVS version 1.195.
11570 * config.sub: Import CVS version 1.212.
11571
11572 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11573
11574 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11575 gcc/xgcc is built, use -print-prog-name to find out the program
11576 name to use.
11577
11578 2001-06-04 Phil Edwards <pme@sources.redhat.com>
11579
11580 * config.guess: Import CVS version 1.194. All gcc-local changes
11581 appear to also be in the master copy.
11582 * config.sub: Import CVS version 1.211.
11583
11584 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11585
11586 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11587 with_gcc]: Use `gcc -shared' to build a shared library.
11588
11589 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11590
11591 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11592 archives.
11593
11594 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11595
11596 * MAINTAINERS (Write After Approval): Add myself.
11597
11598 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
11599
11600 * configure.in (libstdcxx_flags): Do not try to execute
11601 libstdc++-v3/testsuite_flags until it exists.
11602
11603 2001-06-01 Alan Modra <amodra@bigpond.net.au>
11604
11605 * MAINTAINERS: Update my email address.
11606
11607 2001-05-31 Graham Stott <grahams@redhat.com>
11608
11609 * MAINTAINERS (Write After Approval): Add myself.
11610
11611 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
11612
11613 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11614 libraries when using g++ with native linker.
11615
11616 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
11617
11618 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11619
11620 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
11621
11622 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11623 [aix4*|aix5*]: Prepend blank.
11624
11625 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
11626
11627 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11628 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11629 of subdir/configure scripts to use the new libtool.m4.
11630
11631 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11632
11633 * MAINTAINERS (Write After Approval): Add myself.
11634
11635 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11636
11637 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11638
11639 2001-05-11 Ben Elliston <bje@redhat.com>
11640
11641 * Makefile.in (all-sid): New target.
11642 (check-sid, clean-sid, install-sid): Likewise.
11643
11644 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11645
11646 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11647
11648 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11649
11650 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11651 libgcj.
11652
11653 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11654
11655 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11656 gcc/xgcc is built, use -print-prog-name to find out the program
11657 name to use.
11658
11659 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
11660
11661 * configure.in (noconfigdirs): Don't reset it from scratch in the
11662 target case; only append to it.
11663
11664 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11665 sparc-*-solaris2.8]: Disable ${libgcj}.
11666
11667 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
11668
11669 * configure.in (libgcj_saved): Copy from $libgcj.
11670 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11671 --disable-libgcj.
11672
11673 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11674
11675 * MAINTAINERS: Remove self as MIPS maintainer and
11676 C front end maintainer.
11677
11678 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11679
11680 * configure.in: Move *-chorusos target case to the proper switch.
11681 Disable libgcj.
11682
11683 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11684
11685 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11686 1.641.2.228.
11687
11688 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11689
11690 * Makefile.in (STAGE1_CFLAGS): Pass down.
11691
11692 2001-04-13 Alan Modra <amodra@one.net.au>
11693
11694 * config.guess: Add hppa64-linux support. Note for next import that
11695 this is already in the master file.
11696 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11697
11698 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11699
11700 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11701 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11702
11703 2001-04-11 Stan Shebs <shebs@apple.com>
11704
11705 * MAINTAINERS: Add self as Darwin port maintainer.
11706
11707 2001-04-11 Alan Modra <amodra@one.net.au>
11708
11709 * MAINTAINERS: Update my email address.
11710
11711 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
11712
11713 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11714 recent versions of FreeBSD (release 3 or later).
11715 * ltconfig: On FreeBSD, -lc must not be provided when building
11716 a shared library or else the standard -pthread gcc option is
11717 rendered worthless to later users of the built library.
11718
11719 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
11720
11721 * MAINTAINERS: Add self and RTH as C front end maintainers.
11722
11723 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
11724
11725 * config.sub: Make sure to match an already-canonicalized
11726 machine name (eg. mn10300-unknown-elf).
11727
11728 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
11729
11730 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11731 New macros.
11732 (bootstrap, cross): Use RECURSE_FLAGS.
11733 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11734
11735 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
11736
11737 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11738
11739 2001-03-22 Colin Howell <chowell@redhat.com>
11740
11741 * Makefile.in (DO_X): Do not backslash single-quotes in
11742 backquotes (two places).
11743
11744 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11745
11746 Re-installed:
11747 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11748 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11749 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11750 * ltcf-cxx.sh: Likewise.
11751 * ltcf-gcj.sh: Likewise.
11752
11753 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11754
11755 * MAINTAINERS: Add myself as "documentation co-maintainer".
11756
11757 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11758
11759 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11760 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11761
11762 2001-03-19 Tom Tromey <tromey@redhat.com>
11763
11764 * config-ml.in: Handle GCJ and GCJFLAGS.
11765
11766 2001-03-21 Michael Chastain <chastain@redhat.com>
11767
11768 * Makefile.in: all-m4 depends on all-texinfo.
11769
11770 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
11771
11772 * MAINTAINERS: Add myself to write after approval list.
11773
11774 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
11775
11776 * Makefile.in (DO_X): Quote nested quotes.
11777
11778 2001-03-18 Alan Modra <alan@linuxcare.com.au>
11779
11780 * MAINTAINERS: Add myself to write after approval list.
11781
11782 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
11783
11784 * Makefile.in (DO_X): Use double quotes for quoting
11785 "RANLIB=$${RANLIB}".
11786
11787 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
11788
11789 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11790
11791 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
11792
11793 * configure.in: Only use `lang_requires' for languages athat are
11794 actually enabled.
11795
11796 2001-03-08 Phil Edwards <pme@sources.redhat.com>
11797
11798 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
11799
11800 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
11801
11802 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11803
11804 2001-03-07 Tom Tromey <tromey@redhat.com>
11805
11806 * configure.in: Allow config-lang.in to set `lang_requires' to list
11807 of other required languages.
11808
11809 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
11810
11811 * Makefile.in: Remove RANLIB definition. Use RANLIB
11812 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11813 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11814
11815 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
11816 Alexandre Oliva <aoliva@redhat.com>
11817
11818 * Makefile.in (check-c++): Use tabs, not spaces.
11819
11820 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
11821
11822 * MAINTAINERS: add myself to Write After Approval list.
11823
11824 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
11825
11826 * Makefile.in (check-c++): New rule.
11827
11828 * configure.in (target_libs): Remove libg++.
11829 (noconfigdirs): Remove libg++.
11830 (noconfigdirs): Same.
11831 (noconfigdirs): Same.
11832 (noconfigdirs): Same.
11833
11834 * config-ml.in: Remove libg++ references.
11835
11836 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11837 (ALL_TARGET_MODULES): Same.
11838 (configure-target-libg++): Remove.
11839 (all-target-libg++): Remove.
11840 (configure-target-libio): Remove.
11841 (all-target-libio): Remove.
11842 (check-target-libio): Remove.
11843 (.PHONY): Remove.
11844 (libg++.tar.bz2): Remove.
11845 (all-target-cygmon): Remove libio.
11846 (all-target-libstdc++): Remove.
11847 (configure-target-libstdc++): Remove.
11848 (TARGET_LIB_PATH): Remove libstdc++.
11849 (ALL_GCC_CXX): Remove libstdc++.
11850 (all-target-gperf): Correct.
11851
11852 2001-02-16 Nick Clifton <nickc@redhat.com>
11853
11854 * configure.in (noconfigdirs): Allow configuration of texinfo
11855 for Cygwin hosts.
11856
11857 2001-02-15 Anthony Green <green@redhat.com>
11858
11859 * configure: Introduce GCJ_FOR_TARGET.
11860 * configure.in: Ditto.
11861 * Makefile.in: Ditto.
11862
11863 2001-02-13 Andreas Schwab <schwab@suse.de>
11864
11865 * MAINTAINERS: Update mail address.
11866
11867 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11868
11869 * config.guess: Add linux target for S/390.
11870 * config.sub: Likewise.
11871
11872 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
11873
11874 * configure.in: for *-chorusos, don't config target-newlib and
11875 target-libgloss.
11876
11877 2001-02-06 Ben Elliston <bje@redhat.com>
11878
11879 * configure: Output host type to stdout, not stderr.
11880
11881 2001-02-05 Mark Mitchell <mark@codesourcery.com>
11882
11883 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11884 * ltcf-cxx.sh: Likewise.
11885
11886 * config.if: Assume enable_libstdcxx_v3 is defined.
11887
11888 2001-02-04 Mark Mitchell <mark@codesourcery.com>
11889
11890 Remove V2 C++ library.
11891 * configure.in: Remove --enable-libstdcxx_v3 support.
11892
11893 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
11894
11895 * include/demangle.h: Add prototype for java_demangle_v3.
11896
11897 2001-01-29 Phil Edwards <pme@sources.redhat.com>
11898
11899 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11900
11901 2001-01-27 Richard Henderson <rth@redhat.com>
11902
11903 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11904
11905 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11906
11907 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11908 Don't unset, it's non-portable and no longer necessary, set to empty
11909 instead.
11910
11911 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11912
11913 * ltconfig: Shell portability fix for the tagname validity check.
11914
11915 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
11916
11917 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11918 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11919
11920 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11921
11922 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11923
11924 2001-01-26 Tom Tromey <tromey@redhat.com>
11925
11926 * configure.in: Allow libgcj to be built on Sparc Solaris.
11927
11928 2001-01-25 David Edelsohn <edelsohn@gnu.org>
11929
11930 * ltcf-c.sh: Add aix5 case.
11931 * ltcf-cxx.sh: Likewise.
11932 * ltconfig: Likewise.
11933
11934 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
11935
11936 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11937 keep at least one of build_libtool_libs or build_old_libs set to
11938 yes.
11939
11940 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11941 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11942
11943 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11944
11945 * configure.in: Enable libgcj on several additional platforms.
11946
11947 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11948
11949 * configure.in: Enable libgcj for linux targets.
11950
11951 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11952
11953 * MAINTAINERS (Write After Approval): Add myself.
11954
11955 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11956
11957 * MAINTAINERS: Add myself as vax port maintainer.
11958
11959 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11960
11961 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11962
11963 2001-01-09 Mike Stump <mrs@wrs.com>
11964
11965 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11966 failures of subdirectories.
11967
11968 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11969
11970 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11971 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11972 * ltcf-cxx.sh: Likewise.
11973 * ltcf-gcj.sh: Likewise.
11974 * ltconfig.sh: Fix typo.
11975
11976 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11977
11978 * configure: handle DOS-style absolute paths.
11979
11980 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11981
11982 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11983
11984 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11985
11986 * MAINTAINERS: Add myself as avr port co-maintainer.
11987
11988 2000-12-28 Ben Elliston <bje@redhat.com>
11989
11990 * MAINTAINERS: Add myself under ``Write After Approval''.
11991
11992 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11993
11994 * texinfo: Remove directory from GCC.
11995
11996 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11997
11998 * COPYING: Update to current
11999 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12000 to 19yy as example year in copyright notice).
12001
12002 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12003
12004 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12005 (libstdcxx_incdir): Pass down.
12006 * config.if: Remove expired bits for cxx_interface, add stub.
12007 (libstdcxx_incdir): Add variable for g++ include directory.
12008 * configure.in (gxx_include_dir): Use it.
12009
12010 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
12011
12012 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12013 with old-email address from ``Write After Approval''.
12014
12015 2000-12-15 Andreas Jaeger <aj@suse.de>
12016
12017 * configure.in: Handle lang_dirs.
12018
12019 2000-12-14 Tom Tromey <tromey@redhat.com>
12020
12021 * MAINTAINERS: Removed brads.
12022
12023 * MAINTAINERS: Added gcj developers.
12024
12025 2000-12-13 Anthony Green <green@redhat.com>
12026
12027 * configure.in: Disable libgcj for any target not specifically
12028 listed. Disable libgcj for x86 and Alpha Linux until compatible
12029 with g++ abi.
12030
12031 2000-12-13 Mike Stump <mrs@wrs.com>
12032
12033 * Makefile.in (local-distclean): Also remove fastjar.
12034
12035 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12036
12037 * contrib/gcc_update: Add fastjar --touch entries.
12038
12039 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
12040
12041 * configure.in: Disable language-specific target libraries for
12042 languages that aren't enabled.
12043
12044 2000-12-10 Anthony Green <green@redhat.com>
12045
12046 * configure.in: Define libgcj. Disable libgcj target libraries for
12047 most targets.
12048
12049 2000-12-10 Neil Booth <neilb@earthling.net>
12050
12051 * MAINTAINERS: Update mail address, remove from WAA list.
12052
12053 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12054
12055 * libjava: Imported from /cvs/java.
12056 * libffi: Likewise.
12057 * Boehm-gc: Likewise.
12058
12059 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12060
12061 * configure.in (target_libs): Revert 2000-12-08 patch.
12062 (noconfigdirs): Added target-libjava.
12063
12064 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12065
12066 * djunpack.bat: removed.
12067
12068 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12069
12070 * Makefile.in: handle DOS-style absolute paths.
12071 * config-ml.in: likewise.
12072 * symlink-tree: likewise.
12073
12074 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12075
12076 * fastjar: Imported.
12077
12078 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12079
12080 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12081 libjava.
12082 * configure.in (target_libs): Removed `target-libjava'.
12083
12084 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12085
12086 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12087 (ALL_MODULES): Added fastjar.
12088 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12089 (all-target-libjava): all-fastjar replaces all-zip.
12090 (all-fastjar): Added.
12091 (configure-target-fastjar, all-target-fastjar): Likewise.
12092 * configure.in (host_tools): Added fastjar.
12093
12094 2000-12-07 Mike Stump <mrs@wrs.com>
12095
12096 * Makefile.in (local-distclean): Remove leftover built files.
12097
12098 2000-11-24 Nick Clifton <nickc@redhat.com>
12099
12100 * configure.in (xscale-elf): Add target.
12101 (xscale-coff): Add target.
12102
12103 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
12104
12105 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12106 recent versions of FreeBSD (release 3 or later).
12107 * ltconfig: On FreeBSD, -lc must not be provided when building
12108 a shared library or else the standard -pthread gcc option is
12109 rendered worthless to later users of the built library.
12110
12111 2000-11-16 Fred Fish <fnf@be.com>
12112
12113 * configure.in (enable_libstdcxx_v3): Fix typo,
12114 libstd++ -> libstdc++.
12115
12116 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12117
12118 * MAINTAINERS: Add self to Write After Approval list.
12119
12120 2000-11-21 Bernd Schmidt <bernds@redhat.com>
12121
12122 * MAINTAINERS: Update my email address. Add myself to global write
12123 privs list.
12124
12125 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
12126
12127 * Makefile.in: Merge with src and libgcj.
12128 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12129 configure-target-<library> when their configure scripts need the C
12130 or C++ library to have already been built to work properly.
12131 (do_proto_toplev): Set them to an empty string.
12132
12133 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12134 (REALLY_SET_LIB_PATH): Use them.
12135
12136 2000-11-17 Stan Shebs <shebs@apple.com>
12137
12138 * MAINTAINERS: Add self to Write After Approval list.
12139
12140 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12141
12142 * configure: Provide the original toplevel configure arguments
12143 (including $0) to subprocesses in the environment rather than
12144 through gcc/configargs.h.
12145
12146 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12147
12148 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12149 C99. Alphabetise "Write After Approval" list.
12150
12151 2000-11-12 Mark Mitchell <mark@codesourcery.com>
12152
12153 * configure: Turn on libstdc++ V3 by default.
12154
12155 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12156 if we've got GCC.
12157
12158 2000-11-11 Philip Blundell <philb@gnu.org>
12159
12160 * MAINTAINERS: Add self to Write After Approval list.
12161
12162 2000-11-09 David Edelsohn <edelsohn@gnu.org>
12163
12164 * ltcf-c.sh (aix4): Improve shared library configuration; require
12165 exporting symbols.
12166 * ltcf-cxx.sh (aix4): Define.
12167 * ltconfig (aix4): Define library and soname specs appropriate for
12168 AIX. Define command to create export symbols list.
12169
12170 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
12171
12172 * config.sub: Add support for Sun Chorus
12173
12174 2000-10-31 Nick Clifton <nickc@redhat.com>
12175
12176 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12177 <name>@redhat.com. Also installed new email address for Clint
12178 Popetz.
12179
12180 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12181
12182 * etc: Remove directory from GCC.
12183
12184 2000-10-16 Michael Meissner <meissner@redhat.com>
12185
12186 * configure (gcc/configargs.h): Only create if there is a build GCC
12187 directory created.
12188
12189 2000-10-16 Matthias Klose <doko@debian.org>
12190
12191 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12192 when configured for libstdc++-v3.
12193
12194 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
12195
12196 * configure: Save configure arguments to gcc/configargs.h.
12197
12198 2000-10-04 Philipp Thomas <pthomas@suse.de>
12199
12200 * config.guess: Import CVS version 1.157.
12201 * config.sub: Import CVS version 1.181.
12202
12203 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
12204
12205 * Makefile.in (bootstrap): avoid recursion if subdir missing
12206 (cross): ditto
12207 (do-proto-toplev): ditto
12208
12209 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
12210
12211 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12212 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12213
12214 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12215 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12216 all affected `configure' scripts.
12217
12218 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12219
12220 * MAINTAINERS: Add self as cpplib co-maintainer.
12221
12222 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
12223
12224 * MAINTAINERS: Add self to Write After Approval list.
12225
12226 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12227
12228 * INSTALL/README: egcs -> GCC update.
12229
12230 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
12231
12232 * MAINTAINERS: Add myself to Write After Approval list.
12233
12234 2000-09-15 Kazu Hirata <kazu@hxi.com>
12235
12236 * MAINTAINERS: Add myself to Write After Approval list.
12237
12238 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12239
12240 * configure.in: Do not build byacc for hppa64. Provide paths to the
12241 X11 libraries for hppa64.
12242
12243 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12244
12245 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12246
12247 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
12248
12249 * Makefile.in (all-zlib): Added dummy target.
12250
12251 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12252 ltcf-gcj.sh: Updated from libtool multi-language branch.
12253
12254 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
12255
12256 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12257 (bootstrap*): Depend on all-bootstrap.
12258
12259 2000-09-05 Philipp Thomas <pthomas@suse.de>
12260
12261 * config.guess: Import CVS version 1.156.
12262 * config.sub: Import CVS version 1.179.
12263
12264 2000-09-02 Anthony Green <green@cygnus.com>
12265
12266 * Makefile.in (all-gcc): Depend on all-zlib.
12267 (CLEAN_MODULES): Add clean-zlib.
12268 (ALL_MODULES): Add all-zlib.
12269 * configure.in (host_libs): Add zlib.
12270
12271 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
12272
12273 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12274 crosses, but add gcc/include to the header search path for them.
12275
12276 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12277
12278 * MAINTAINERS: Add self to Write After Approval list.
12279
12280 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12281
12282 * config.guess: Import CVS version 1.152.
12283 * config.sub: Import CVS version 1.177.
12284
12285 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
12286
12287 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12288 $targargs to tell whether newlib is going to be built.
12289
12290 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12291 $$r/TARGET_SUBDIR/libio for _G_config.h.
12292
12293 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
12294
12295 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12296
12297 2000-08-22 DJ Delorie <dj@redhat.com>
12298
12299 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12300
12301 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
12302
12303 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12304 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12305 sub-configures.
12306
12307 2000-08-21 DJ Delorie <dj@redhat.com>
12308
12309 * MAINTAINERS: Add self as a libiberty maintainer
12310
12311 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
12312
12313 * configure.in (libstdcxx_flags): Use
12314 libstdc++-v3/src/libstdc++.INC.
12315
12316 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
12317
12318 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12319
12320 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12321
12322 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12323
12324 * configure: Make enable_threads and enable_shared defaults
12325 explicit. Substitute enable_threads into generated Makefiles.
12326 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12327 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12328
12329 2000-08-13 Geoff Keating <geoffk@cygnus.com>
12330
12331 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12332
12333 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
12334
12335 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12336 previous delta.
12337
12338 2000-08-11 Jason Merrill <jason@redhat.com>
12339
12340 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12341 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12342 (FLAGS_FOR_TARGET): Not here.
12343 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12344
12345 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
12346
12347 * config-ml.in (CC, CXX): Don't introduce a leading space.
12348
12349 2000-08-07 DJ Delorie <dj@delorie.com>
12350
12351 * MAINTAINERS: Add self as a DJGPP maintainer
12352
12353 2000-08-07 DJ Delorie <dj@redhat.com>
12354
12355 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12356 "if we're also building gcc, and it's a gcc that will run on the
12357 build machine, we want to use its includes instead of the system's
12358 default includes".
12359
12360 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12361
12362 * MAINTAINERS: Add self to Write After Approval list.
12363
12364 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
12365
12366 * configure.in (libstdcxx_flags): Don't use `"'.
12367
12368 * config-ml.in: Adjust multilib search paths to the
12369 appropriate multilib tree.
12370
12371 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
12372
12373 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12374 commas in $LANGUAGES.
12375
12376 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
12377
12378 * configure.in: Re-enable all references to libg++ and librx.
12379
12380 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
12381
12382 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12383 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12384 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12385 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12386
12387 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12388
12389 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
12390
12391 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12392 CXX_FOR_TARGET for sed.
12393
12394 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
12395
12396 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12397 Do not override if already set in the environment or in configure.
12398 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12399 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12400
12401 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
12402
12403 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12404 the libtool CVS tree multi-language branch.
12405 * ltconfig, ltmain.sh: Updated.
12406
12407 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
12408
12409 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12410 (clean-target): Depend on it.
12411
12412 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12413 (GCC_FOR_TARGET): Use it.
12414 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12415 * configure.in: ... here.
12416 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12417 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12418
12419 2000-07-24 Eric Christopher <echristo@cygnus.com>
12420
12421 * MAINTAINERS: Add self to Write After Approval list.
12422
12423 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
12424
12425 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12426 (configure-target-libchill, configure-target-libobjc): Likewise.
12427
12428 * configure.in: Use the same cache file for all target libs.
12429 * config-ml.in: But different cache files per multilib variant.
12430
12431 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12432
12433 * configure (topsrcdir): Don't use dirname.
12434
12435 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12436
12437 * MAINTAINERS: Add self to Write After Approval list.
12438
12439 2000-07-20 Jason Merrill <jason@redhat.com>
12440
12441 * configure.in: Remove all references to libg++ and librx.
12442
12443 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12444
12445 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
12446
12447 * config.sub: Update to subversions version 2000-07-06.
12448
12449 2000-07-12 Andrew Haley <aph@cygnus.com>
12450
12451 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12452 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12453
12454 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12455
12456 * symlink-tree: Check number of arguments.
12457
12458 2000-07-05 Jim Wilson <wilson@cygnus.com>
12459
12460 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12461 search path for a g++ extracted from the build tree. This
12462 will allow link tests run by configure scripts in
12463 subdirectories to succeed.
12464
12465 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
12466
12467 * ltconfig: Add support for mips-dde-sysv4.2MP
12468
12469 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12470
12471 * MAINTAINERS: Add myself as loop discovery maintainer.
12472
12473 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12474
12475 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12476 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12477
12478 2000-06-19 Timothy Wall <twall@cygnus.com>
12479
12480 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12481 * config.sub: Add tic54x target.
12482
12483 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12484
12485 * MAINTAINERS: Add self as Fortran maintainer,
12486 remove Craig Burley.
12487
12488 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
12489
12490 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12491 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12492
12493 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12494
12495 * MAINTAINERS: Add self as i18n maintainer
12496
12497 20000-05-21 H.J. Lu (hjl@gnu.org)
12498
12499 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12500 directory are used if they exist. Make sure
12501 $(build_tooldir)/include is searched for header files,
12502 $(build_tooldir)/lib/ for library files.
12503 (GCC_FOR_TARGET): Likewise.
12504 (CXX_FOR_TARGET): Likewise.
12505
12506 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12507
12508 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12509
12510 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
12511
12512 * Makefile.in (configure-target-libiberty): Depend on
12513 configure-target-newlib.
12514
12515 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12516
12517 * configure.in, Makefile.in: Merge all libffi-related
12518 configury stuff from the libgcj tree.
12519
12520 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12521
12522 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12523 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12524
12525 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12526
12527 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12528 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12529 current version information. Add to proto-toplev directory.
12530 (gdb-taz): Build do-djunpack.
12531
12532 2000-05-15 David Edelsohn <edelsohn@gnu.org>
12533
12534 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12535
12536 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12537
12538 * MAINTAINERS: Add self to Write After Approval list.
12539
12540 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12541
12542 * ltmain.sh: Preserve in relink_command any environment
12543 variables that may affect the linker behavior.
12544
12545 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12546
12547 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12548
12549 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12550
12551 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12552
12553 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12554
12555 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12556 with the version name.
12557
12558 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12559
12560 * MAINTAINERS: Add self as bb-reorder maintainer.
12561
12562 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12563
12564 * config.if: Tweak.
12565
12566 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12567
12568 * djunpack.bat: New file.
12569
12570 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12571
12572 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12573 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12574 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12575 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12576
12577 2000-04-16 Dave Pitts <dpitts@cozx.com>
12578
12579 * config.sub (case $basic_machine): Change default for "ibm-*"
12580 to "openedition".
12581
12582 2000-04-13 Andreas Jaeger <aj@suse.de>
12583
12584 * MAINTAINERS: Added myself.
12585
12586 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12587
12588 * Makefile.in (gdb-taz): New target. GDB specific archive.
12589 (do-md5sum): New target.
12590 (MD5PROG): Define.
12591 (PACKAGE): Default to TOOL.
12592 (VER): Default to a shell script.
12593 (taz): Rewrite target. Move real work to do-proto-toplev. Include
12594 md5 checksum generation.
12595 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12596 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12597 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12598 insight.tar.bz2): Use gdb-taz to create archive.
12599
12600 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12601
12602 * configure (warn_cflags): Delete.
12603
12604 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12605
12606 * MAINTAINERS: Added myself.
12607
12608 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
12609 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
12610
12611 * configure.in (enable_libstdcxx_v3): Add.
12612 (target_libs): Add bits here to switch between libstdc++-v2 and
12613 libstdc++-v3.
12614 * config.if: And this file too.
12615 * Makefile.in: Add libstdc++-v3 targets.
12616
12617 2000-04-05 Michael Meissner <meissner@redhat.com>
12618
12619 * config.sub (d30v): Add d30v as a basic machine type.
12620
12621 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
12622
12623 * configure.in: -linux-gnu*, not -linux-gnu.
12624
12625 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12626
12627 * MAINTAINERS: Add self in write-after-approval section.
12628
12629 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12630
12631 * MAINTAINERS: Add self as ia64 port maintainer.
12632
12633 2000-03-08 Neil Booth <NeilB@earthling.net>
12634
12635 * MAINTAINERS: Add self in write-after-approval section.
12636
12637 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
12638
12639 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12640 (do-tar-bz2): Replace TOOL with PACKAGE.
12641 (gdb.tar.bz2): Remove GDBTK from GDB package.
12642 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12643 dejagnu.tar.bz2): New packages.
12644
12645 2000-02-27 Andreas Jaeger <aj@suse.de>
12646
12647 * configure.in: Add entry for mips*-*-linux*, move catch all
12648 *-*-*linux* entry below this one.
12649
12650 2000-02-27 Ian Lance Taylor <ian@zembu.com>
12651
12652 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12653
12654 2000-02-24 Nick Clifton <nickc@cygnus.com>
12655
12656 * config.sub: Support an OS of "wince".
12657
12658 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12659
12660 * config.guess, config.sub: Updated to match config's 2000-02-15
12661 version.
12662
12663 2000-02-23 Linas Vepstas <linas@linas.org>
12664
12665 * config.sub: Add support for Linux/IBM 370.
12666 * configure.in: Likewise.
12667
12668 2000-02-22 Nick Clifton <nickc@cygnus.com>
12669
12670 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12671
12672 2000-02-20 Christopher Faylor <cgf@cygnus.com>
12673
12674 * config.guess: Guess "cygwin" rather than "cygwin32".
12675
12676 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12677
12678 * configure (gcc_version): When setting, narrow search to
12679 lines containing `version_string'.
12680
12681 2000-02-15 Denis Chertykov <denisc@overta.ru>
12682
12683 * config.sub: Add support for avr target.
12684
12685 2000-02-14 Nick Clifton <nickc@cygnus.com>
12686
12687 * MAINTAINERS: Add maintainers for MCore port.
12688
12689 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12690
12691 * config.sub: Add mmix-knuth-mmixware.
12692
12693 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12694
12695 * MAINTAINERS: Pair cccp with cpplib maintainership.
12696
12697 2000-01-27 Christopher Faylor <cgf@redhat.com>
12698
12699 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12700 structure stuff to -L library search.
12701 (CXX_FOR_TARGET): Ditto.
12702 (CROSS_CHECK_MODULES): Fix spelling mistake.
12703
12704 2000-01-24 Mark Mitchell <mark@codesourcery.com>
12705
12706 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12707 the C++ compiler.
12708
12709 2000-01-12 Richard Henderson <rth@cygnus.com>
12710
12711 * configure.in: Don't build some bits for beos.
12712
12713 2000-01-12 Joel Sherrill (joel@OARcorp.com)
12714
12715 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12716 as include files.
12717
12718 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
12719
12720 * Add self as cpplib maintainer, as requested by Jason
12721 Merrill. Correct my e-mail address.
12722
12723 2000-01-06 Geoff Keating <geoffk@cygnus.com>
12724
12725 * configure.in: Use mt-aix43 to handle *_TARGET defs,
12726 not mh-aix43.
12727
12728 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
12729
12730 * MAINTAINERS: Add myself to "write after approval" list.
12731
12732 1999-12-14 Richard Henderson <rth@cygnus.com>
12733
12734 * config.guess (alpha-osf, alpha-linux): Detect ev67.
12735 * config.sub: Accept alphaev[78], alphaev8.
12736
12737 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12738
12739 * config.guess, config.sub: Update from autoconf.
12740
12741 1999-11-29 Bruce Korb <autogen@linuxbox.com>
12742
12743 * MAINTAINERS: update my playtime e-address.
12744
12745 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12746
12747 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12748 necessary libraries are missing.
12749
12750 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
12751
12752 * MAINTAINERS: Add new 'write after approval' maintainer.
12753
12754 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
12755
12756 * MAINTAINERS: Add new Java maintainer.
12757
12758 1999-10-25 Andreas Schwab <schwab@suse.de>
12759
12760 * configure: Fix quoting inside arguments of eval.
12761
12762 1999-10-21 Nick Clifton <nickc@cygnus.com>
12763
12764 * config-ml.in: Allow suppression of some ARM multilibs.
12765
12766 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
12767
12768 * config.guess: Add OS/390 match pattern.
12769 * config.sub: Add mvs, openedition targets.
12770 * configure.in (i370-ibm-opened*): New.
12771
12772 1999-09-04 Steve Chamberlain <sac@pobox.com>
12773
12774 * config.sub: Add support for configuring for pj.
12775
12776 1999-08-31 Nick Clifton <nickc@cygnus.com>
12777
12778 * config.sub (maybe_os): Add support for configuring for fr30.
12779
12780 1999-08-25 Nick Clifton <nickc@cygnus.com>
12781
12782 * configure.in: Do not configure or build ld for AIX
12783 platforms. ld is known to be broken on these platforms.
12784
12785 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12786
12787 * config-ml.in: Pass compiler flag corresponding to multidirs to
12788 subdir configures.
12789
12790 1999-08-09 Ian Lance Taylor <ian@zembu.com>
12791
12792 * Makefile.in (LDFLAGS): Define.
12793
12794 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
12795
12796 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12797 noconfigdirs.
12798 (*-*-cygwin*): Likewise.
12799
12800 1999-08-08 Ian Lance Taylor <ian@zembu.com>
12801
12802 * mkdep: New file.
12803 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12804 (BINUTILS_SUPPORT_DIRS): Add mkdep.
12805
12806 From Eli Zaretskii <eliz@is.elta.co.il>:
12807 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12808 long file name when using DJGPP on MS-DOS.
12809
12810 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
12811
12812 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12813
12814 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
12815
12816 * Makefile.in (check-target-libio): Remove all-target-libstdc++
12817 dependency as this causes "make check" to globally "make all"
12818
12819 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
12820
12821 * configure.in (target_libs): Added target-zlib.
12822 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12823 (CONFIGURE_TARGET_MODULES): Likewise.
12824 (CHECK_TARGET_MODULES): Likewise.
12825 (INSTALL_TARGET_MODULES): Likewise.
12826 (CLEAN_TARGET_MODULES): Likewise.
12827 (configure-target-zlib): New target.
12828 (all-target-zlib): Likewise.
12829 (all-target-libjava): Depend on all-target-zlib.
12830 (configure-target-libjava): Depend on configure-target-zlib.
12831
12832 * Makefile.in (configure-target-libjava): Depend on
12833 configure-target-newlib.
12834 (configure-target-boehm-gc): New target.
12835 (configure-target-qthreads): New target.
12836
12837 * configure.in (target_libs): Added target-qthreads.
12838 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12839 (CONFIGURE_TARGET_MODULES): Likewise.
12840 (CHECK_TARGET_MODULES): Likewise.
12841 (INSTALL_TARGET_MODULES): Likewise.
12842 (CLEAN_TARGET_MODULES): Likewise.
12843 (all-target-qthreads): New target.
12844 (configure-target-libjava): Depend on configure-target-qthreads.
12845 (all-target-libjava): Depend on all-target-qthreads.
12846
12847 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12848 (CONFIGURE_TARGET_MODULES): Likewise.
12849 (CHECK_TARGET_MODULES): Likewise.
12850 (INSTALL_TARGET_MODULES): Likewise.
12851 (CLEAN_TARGET_MODULES): Likewise.
12852 (all-target-libjava): New target.
12853 (all-target-boehm-gc): Likewise.
12854 * configure.in (target_libs): Added libjava, boehm-gc.
12855
12856 1999-07-22 Ian Lance Taylor <ian@zembu.com>
12857
12858 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12859 configure.bat in SUPPORT_FILES.
12860 (gas+binutils.tar.bz2): Likewise.
12861
12862 * makeall.bat: Remove; obsolete.
12863
12864 1999-07-21 Ian Lance Taylor <ian@zembu.com>
12865
12866 From Mark Elbrecht:
12867 * configure.bat: Remove; obsolete.
12868
12869 1999-07-11 Ian Lance Taylor <ian@zembu.com>
12870
12871 * configure: Add -W -Wall to the default CFLAGS when compiling with
12872 gcc.
12873
12874 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
12875
12876 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12877
12878 1999-06-30 Mark Mitchell <mark@codesourcery.com>
12879
12880 * configure.in: Build ld on IRIX6.
12881
12882 1999-06-12 Ian Lance Taylor <ian@zembu.com>
12883
12884 * Makefile.in: Change distribution targets to use bzip2 instead of
12885 gzip.
12886 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12887 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12888
12889 1999-06-04 Nick Clifton <nickc@cygnus.com>
12890
12891 * config.sub: Add mcore target.
12892
12893 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
12894
12895 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12896
12897 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12898
12899 * config.guess (dummy): Changed to $dummy.
12900
12901 1999-05-24 Nick Clifton <nickc@cygnus.com>
12902
12903 * config.sub: Tidied up case statements.
12904
12905 1999-05-22 Ben Elliston <bje@cygnus.com>
12906
12907 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12908 <jiro@din.or.jp>.
12909
12910 * config.guess: Merge with FSF version. Future changes will be
12911 more accurately recorded in this ChangeLog.
12912 * config.sub: Likewise.
12913
12914 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12915
12916 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12917
12918 1999-04-30 Tom Tromey <tromey@cygnus.com>
12919
12920 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12921
12922 1999-04-23 Tom Tromey <tromey@cygnus.com>
12923
12924 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12925
12926 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
12927
12928 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12929 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12930 Bad merge removed these two changes.
12931
12932 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
12933 Martin Heller (Ing.-Buero_Heller@t-online.de)
12934
12935 * config.guess (interix Alpha): Add.
12936
12937 1999-04-11 Richard Henderson <rth@cygnus.com>
12938
12939 * configure.in (i?86-*-beos*): Do config gperf; don't config
12940 gdb, newlib, or libgloss.
12941
12942 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
12943
12944 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12945 link a trivial program with -mabi=64. If it fails, remove mabi=64
12946 from multidirs.
12947
12948 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12949
12950 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12951
12952 1999-04-08 Nick Clifton <nickc@cygnus.com>
12953
12954 * config.sub: Add support for mcore targets.
12955
12956 1999-04-07 Michael Meissner <meissner@cygnus.com>
12957
12958 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12959 not mt-ospace, in order to shut up assembler warning about using
12960 symbols that are named the same as registers.
12961
12962 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
12963
12964 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12965 dependency list for all-target-cygmon.
12966
12967 1999-04-05 Doug Evans <devans@casey.cygnus.com>
12968
12969 * config-ml.in: Check $host, not $target, for selective multilibs.
12970 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12971 thumb interworking, and underscore prefix multilibs.
12972
12973 1999-04-04 Ian Lance Taylor <ian@zembu.com>
12974
12975 * missing: Update to version from current automake.
12976
12977 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12978
12979 * configure (gxx_include_dir): Removed.
12980
12981 * configure.in (gxx_include_dir): Handle it.
12982 * Makefile.in: Likewise.
12983
12984 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12985
12986 * config.sub (mips64vr4111,mips64vr4111el) Add.
12987
12988 1999-03-21 Ben Elliston <bje@cygnus.com>
12989
12990 * config.guess: Correct typo for detecting ELF on FreeBSD.
12991
12992 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12993
12994 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12995 config/mh-djgpp.
12996
12997 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12998
12999 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13000 all-target-newlib to dependency list for all-target-bsp.
13001
13002 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13003
13004 * config.sub: Add i386-uwin support.
13005 * config.guess: Likewise.
13006
13007 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13008
13009 * configure.in: cleanup, add mh-*pic handling for arm, special
13010 case powerpc*-*-aix*
13011
13012 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13013
13014 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13015 can be built.
13016
13017 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13018
13019 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13020 targets.
13021
13022 1999-03-02 Nick Clifton <nickc@cygnus.com>
13023
13024 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13025
13026 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13027
13028 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13029
13030 1999-02-24 Nick Clifton <nickc@cygnus.com>
13031
13032 * config.sub: Fix typo in arm recognition.
13033
13034 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13035
13036 * configure.in (noconfigdirs): Changed target_configdirs to
13037 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13038 rather than m68k-*-* since it is not known to work on
13039 m68k-aout. Ditto for arm-*-*oabi.
13040
13041 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13042
13043 * configure.in (*-*-windows*): Remove, no longer used.
13044
13045 1999-02-19 Ben Elliston <bje@cygnus.com>
13046
13047 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13048 Smart and improved by Andrew Cagney.
13049
13050 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13051
13052 * config.guess: Recognize openbsd-*-hppa.
13053
13054 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13055
13056 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13057 only if it is not empty.
13058
13059 1999-02-17 Nick Clifton <nickc@cygnus.com>
13060
13061 Patch from: Scott Bambrough <scottb@corelcomputer.com>
13062
13063 * config.guess: Modified to recognize uname's armv* syntax.
13064
13065 * config.sub: Modified to recognize uname's armv* syntax.
13066
13067 1999-02-17 Mark Salter <msalter@cygnus.com>
13068
13069 * configure.in: Added target-bsp for sparclite.
13070
13071 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13072
13073 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13074
13075 1999-02-08 Nick Clifton <nickc@cygnus.com>
13076
13077 * configure.in: Add support for strongarm port.
13078 * config.sub: Add support for strongarm target.
13079
13080 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
13081
13082 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13083 the old name config/mh-cygwin32.
13084 Enable texinfo.
13085
13086 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13087
13088 * configure.in: Do build ld for ix86 Solaris.
13089
13090 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13091
13092 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13093 $AR_FOR_TARGET. Likewise for RANLIB.
13094
13095 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
13096
13097 * config.sub (oabi): Recognize.
13098 * configure.in (arm-*-oabi): Handle.
13099
13100 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13101
13102 * config.guess: Improve detection of i686 on UnixWare 7.
13103
13104 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13105
13106 * config.guess: Add support for i386-pc-interix.
13107 * config.sub: Likewise.
13108 * configure.in: Likewise.
13109
13110 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13111
13112 * Makefile.in: Remove unneeded all-target-libio from
13113 from all-target-winsup target since it is now unneeded.
13114 Add all-target-libtermcap in its place since it is now
13115 needed.
13116
13117 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13118
13119 * configure.in: makefile stub for cygwin target is probably
13120 unnecessary. Remove it for now.
13121
13122 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13123
13124 * configure.in: libtermcap.a should be built when cygwin is the
13125 target as well as the host.
13126 * config.guess: Allow mixed case in cygwin uname output.
13127 * Makefile.in: Add libtermcap target.
13128
13129 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13130
13131 * config.sub: Clean up handling of hppa2.0.
13132
13133 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13134
13135 * config.guess: Use C code to identify more HP machines.
13136
13137 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13138
13139 * config.sub: Handle hppa2.0.
13140
13141 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13142
13143 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13144 cygmon for all sparclite targets, regardless of object format.
13145
13146 1998-12-15 Mark Salter <msalter@cygnus.com>
13147
13148 * configure.in: Added target-bsp for several target architectures.
13149
13150 * Makefile.in: Added rules for bsp.
13151
13152 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13153
13154 * config.guess: Improve detection of hppa2.0 processors.
13155
13156 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13157
13158 * config.guess: Recognize FreeBSD using ELF automatically.
13159
13160 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13161
13162 * configure (skip-this-dir): Add handling for new shell script, which
13163 might be created by a sub-directory's configure to indicate, this particular
13164 directory is "unwanted".
13165 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13166
13167 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13168
13169 * ltconfig: import from libtool, after changing libtool to
13170 account for the cygwin name change.
13171
13172 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13173
13174 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13175 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13176
13177 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13178
13179 * configure.in: Add libtermcap to list of cygwin dependencies.
13180
13181 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13182
13183 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13184 they include winsup/include when it's a cygwin target.
13185
13186 1998-11-12 Tom Tromey <tromey@cygnus.com>
13187
13188 * configure.in (host_tools): Added zip.
13189 * Makefile.in (all-target-libjava): Depend on all-zip.
13190 (all-zip): New target.
13191 (ALL_MODULES): Added all-zip.
13192 (NATIVE_CHECK_MODULES): Added check-zip.
13193 (INSTALL_MODULES): Added install-zip.
13194 (CLEAN_MODULES): Added clean-zip.
13195
13196 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13197
13198 * Makefile.in: lose "32" from comment about cygwin.
13199
13200 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13201
13202 * configure.in: Use -Os to build target libraries for the fr30.
13203
13204 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13205
13206 * config.sub: Add fr30.
13207
13208 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13209
13210 * configure.in: drop "32" from config/mh-cygwin32. Check
13211 cygwin* instead of cygwin32*.
13212 * config.sub: Check cygwin* instead of cygwin32*.
13213
13214 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13215
13216 * config.guess: Match any version of Unixware7.
13217
13218 1998-10-20 Syd Polk <spolk@cygnus.com>
13219
13220 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13221 if desired.
13222
13223 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13224
13225 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13226 these if the appropriate directories and files to not exist.
13227
13228 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13229
13230 * Makefile.in (DEVO_SUPPORT): Add config.if.
13231
13232 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13233
13234 * configure: Add pattern to replace "build_tooldir"'s
13235 definition in the generated Makefile with "tooldir"'s
13236 actual value.
13237
13238 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13239
13240 * config.sub: Bring back lost sparcv9.
13241
13242 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13243
13244 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13245
13246 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13247 CC_FOR_TARGET and friends.
13248
13249 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13250
13251 * Makefile.in (build_tooldir): New variable, same as tooldir.
13252 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13253 -B$(build_tooldir)/bin/.
13254 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13255
13256 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13257
13258 * README: Remove installation instructions and refer to the
13259 INSTALL directory instead.
13260
13261 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
13262
13263 * config.sub: Add support for i[34567]86-pc-udk.
13264 * configure.in: Likewise.
13265
13266 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13267
13268 * Makefile.in: add bzip2 package building bits for user
13269 tools module
13270 * configure.in: ditto
13271
13272 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13273
13274 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13275 (ALL_TARGET_MODULES): Add all-target-libobjc.
13276 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13277 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13278 (all-target-libchill): Add dependencies.
13279 * configure.in (target_libs): Add libchill.
13280
13281 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13282
13283 * configure.in (target_subdir): Remove duplicate line.
13284
13285 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13286
13287 * Makefile.in (all-automake): fix dependencies.
13288
13289 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13290
13291 * configure.in: Minor cleanups for building in the $(target_alias)
13292 subdir.
13293
13294 1998-09-22 Jim Wilson <wilson@cygnus.com>
13295
13296 * Makefile.in (bootstrap): Set r and s before make all. Use
13297 BASE_FLAGS_TO_PASS in make all.
13298 (cross): Likewise.
13299
13300 1998-09-20 Mark Mitchell <mark@markmitchell.com>
13301
13302 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13303
13304 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13305
13306 * config.sub: Fix typo in last change.
13307
13308 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13309
13310 * config.sub: Add support for C4x target.
13311 * configure.in: Likewise.
13312
13313 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13314
13315 * config.sub: Recognize sparcv9 just like sparc64.
13316
13317 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13318
13319 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13320
13321 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13322
13323 * config.guess: Correctly identify Pentium II sco boxes.
13324
13325 * config.guess: Fix "tr" code. From Weiwen Liu.
13326
13327 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13328
13329 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13330 stabs.
13331
13332 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13333
13334 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13335 (ALL_TARGET_MODULES): Add all-target-libchill.
13336 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13337 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13338 (all-target-libchill): Add dependencies.
13339 * configure.in (target_libs): Add libchill.
13340
13341 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13342
13343 * config.guess: Avoid assumptions about "tr" behaves when
13344 LANG is set to something other than English.
13345
13346 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13347
13348 * configure (gxx_include_dir): Changed to
13349 '${prefix}/include/g++'-${libstdcxx_interface}.
13350
13351 * config.if: New to determine the interfaces.
13352
13353 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13354
13355 * config.guess: Detect and handle MPE/IX.
13356 * config.sub: Deal with MPE/IX.
13357
13358 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13359
13360 * configure.in: Use mh-aix43.
13361
13362 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13363
13364 * configure: Fix --without/--disable cases for gxx-include-dir.
13365
13366 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13367
13368 * mdata-sh: Imported. Needed for automake support.
13369
13370 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13371
13372 * Makefile.in (taz): Try "chmod -R og=u ." before
13373 "chmod og=u `find . -print`".
13374
13375 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13376
13377 * configure.in: Add arm-elf and thumb-elf support.
13378
13379 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13380
13381 * Makefile.in: Undo previous patch.
13382
13383 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13384
13385 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13386 to here ...
13387 (install-no-fixedincludes): and here
13388 (INSTALL_MODULES): ... from here.
13389
13390 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13391
13392 * config.sub: Merge with FSF.
13393
13394 * config.guess: Merge with FSF.
13395
13396 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13397
13398 * configure (extraconfigdirs): New variable.
13399 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13400 * Makefile.in (all): Move higher in file.
13401 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13402 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13403 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13404 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13405 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13406
13407 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
13408
13409 * Makefile.in (all-target-libjava): Depend on all-gcc and
13410 all-target-newlib.
13411 (configure-target-libjava): Depend on $(ALL_GCC).
13412
13413 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13414
13415 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13416 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13417
13418 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13419
13420 * INSTALL/README: Fix typo.
13421
13422 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13423
13424 * ylwrap: Change absolute path checks to check for DOS style path
13425 names.
13426
13427 * ylwrap: Don't use a full path name if the source file is in the
13428 same directory. From hjl@lucon.org (H.J. Lu).
13429
13430 * config-ml.in: Default to being verbose, to match Feb 18 change to
13431 configure.
13432
13433 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13434
13435 Brought over from egcs:
13436
13437 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13438
13439 * configure.in (target_subdir): Set to ${target_alias} instead
13440 of "libraries".
13441
13442 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13443
13444 * configure.in (target_subdir): Set to libraries if enable_multilib.
13445
13446 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13447
13448 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13449 multilibs, force reconfiguration the first time we create
13450 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13451
13452 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13453
13454 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13455 avoid confusion with --no-recursion.
13456
13457 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13458
13459 * configure.in: Win32 hosts shouldn't use install -x
13460 * install-sh: remove -x option, and special .exe-handling
13461 hack.
13462
13463 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13464
13465 * config.guess: Recognize i586-pc-beos.
13466 * configure.in: Don't build some bits for beos.
13467
13468 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13469
13470 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13471 CFLAGS default to -O2.
13472
13473 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13474 when using GNU ld.
13475
13476 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13477
13478 * ltmain.sh: Correct install when using a different shell.
13479
13480 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13481
13482 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13483
13484 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13485
13486 * makefile.vms: Update to build binutils/makefile.vms. Add install
13487 target.
13488
13489 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13490
13491 * ltconfig: Update to correct AIX handling.
13492
13493 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13494
13495 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13496
13497 * configure.in (target_subdir): Set to ${target_alias} instead
13498 of "libraries".
13499
13500 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13501
13502 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13503 (Makefile): Depend on $(gcc_version_trigger).
13504
13505 * configure (gcc_version): Change default initializer to empty
13506 string.
13507 (gcc_version_trigger): New variable; pass this variable down
13508 to subdir configures to enable them checking gcc's version
13509 themselves. Emit make macros for both gcc_version vars.
13510 (topsrcdir): Initialize reliably.
13511 (recursion line): Remove --with-gcc-version=${gcc_version}.
13512
13513 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13514
13515 * configure (enable_version_specific_runtime_libs): Implement new flag
13516 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13517 in $(libsubdir); emit definition in each generated Makefile.
13518 (gxx_include_dir): Initialize depending on
13519 $enable_version_specific_runtime_libs.
13520
13521 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13522
13523 * configure (gcc_version): Initialize properly depending on
13524 how and where configure is started.
13525 (recursion line): Pass a --with-gcc-version=${gcc_version}
13526 to configures in subdirs.
13527
13528 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13529
13530 * configure.in (noconfigdirs): Add configure pattern for mips tx39
13531 cygmon
13532
13533 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13534
13535 * configure.in: Add cygmon and libstub support for mn10200.
13536
13537 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13538
13539 * configure (gcc_version): Add new variable describing the
13540 particular gcc version we're building.
13541 * Makefile.in (libsubdir): Add new macro for the directory
13542 in which the compiler finds executables, libraries, etc.
13543 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13544 and libsubdir.
13545
13546 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13547
13548 * Makefile.in (local-clean): Remove *.log.
13549 (warning.log): Built with warn_summary from build.log.
13550 (mail-report.log): Run test_summary.
13551 (mail-report-with-warnings.log): Run test_summary including
13552 warning.log in the report.
13553
13554 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13555
13556 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13557
13558 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13559
13560 * Makefile.in (grep): Grep no longer depends on libiberty.
13561
13562 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13563
13564 * Makefile.in: all-snavigator needs all-libgui.
13565
13566 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13567
13568 * configure.in: Add cygmon and libstub support for mn10300.
13569
13570 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13571
13572 * missing: Update to version from automake 1.3.
13573
13574 * ltmain.sh: On installation, don't get confused if the same name
13575 appears more than once in the list of library names.
13576
13577 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13578
13579 * config.sub: Accept m68060 and m5200 as CPU names.
13580
13581 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13582
13583 * configure: Use && rather than using -a in test, because odd
13584 strings can confuse test.
13585 * configure.in: Likewise.
13586
13587 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13588
13589 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13590
13591 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13592
13593 * Makefile.in (boostrap2-lean, bootstrap3-lean,
13594 bootstrap4-lean): New targets.
13595
13596 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13597
13598 * mpw-* Delete. Not used.
13599
13600 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13601
13602 * COPYING.LIB: Update FSF address.
13603
13604 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13605
13606 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13607
13608 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13609 GAS_SUPPORT_DIRS.
13610
13611 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13612
13613 * ltconfig, ltmain.sh: Avoid producing a version number if
13614 -version-info was not used.
13615
13616 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13617
13618 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13619 building with newlib.
13620
13621 1998-04-30 Paul Eggert <eggert@twinsun.com>
13622
13623 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13624 Solaris `make' causes it to continue to next definition.
13625
13626 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13627
13628 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13629 the right GUI libraries and files are installed along with GDB.
13630
13631 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13632
13633 * configure.in: Change alpha to alpha* in several places.
13634
13635 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13636
13637 * config.sub: Recognize sparc86x.
13638
13639 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13640
13641 * configure.in (--enable-target-optspace): Remove debug echo.
13642
13643 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13644
13645 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13646
13647 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13648
13649 * ltconfig: Update cygwin32 support.
13650
13651 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13652 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13653 (GDB_SUPPORT_DIRS): Likewise.
13654
13655 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13656
13657 * configure.in (target_makefile_frag): If --enable-target-optspace,
13658 use -Os to compile target libraries rather than -O2. Default to
13659 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13660 not used.
13661 * configure.in (target_cflags): Ditto for d30v.
13662
13663 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13664
13665 * Makefile.in (all-bfd): Depend on all-intl.
13666 (all-binutils): Likewise.
13667 (all-gas): Likewise.
13668 (all-gprof): Likewise.
13669 (all-ld): Likewise.
13670
13671 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
13672
13673 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13674
13675 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13676
13677 * Makefile.in (all-bfd): Depend upon all-libiberty.
13678
13679 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13680
13681 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13682
13683 * Makefile.in: Add libstub.
13684
13685 * configure.in: Ditto. Build libstub for targets that have cygmon
13686 support.
13687
13688 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13689
13690 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13691
13692 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
13693
13694 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13695 use mh-sysv5 if specified. Support gprof on SCO Open Server.
13696
13697 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
13698
13699 * configure: Define DEFAULT_M4 by searching PATH.
13700 * Makfile.in: Use DEFAULT_M4.
13701
13702 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
13703
13704 * ltconfig: Add cygwin32 support.
13705
13706 * Makefile.in, configure.in: Add libtool as a native only directory
13707 to configure and build.
13708
13709 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
13710
13711 * Makefile.in (INSTALL_MODULES): Remove texinfo.
13712
13713 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
13714
13715 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13716
13717 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
13718
13719 * Makefile.in: add ash make rules
13720 * configure.in: add ash to native_only and host_tools lists
13721
13722 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
13723
13724 * Makefile.in (all-gettext, all-intl): New targets.
13725 (ALL_MODULES): Added all-gettext, all-intl.
13726 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13727 (INSTALL_MODULES): Added install-gettext, install-intl.
13728 (CLEAN_MODULES): Added clean-gettext, clean-intl.
13729
13730 * configure.in (host_tools): Added gettext.
13731 (native_only): Likewise.
13732 (noconfigdirs) [various cases]: Likewise.
13733 (host_libs): Added intl.
13734
13735 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
13736
13737 * configure: Do not disable building gdbtk for cygwin32 hosts.
13738
13739 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
13740
13741 * configure.in: Add thumb-coff target.
13742 * config.sub: Add thumb-coff target.
13743
13744 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13745
13746 * Makefile.in: Revert yesterday's change.
13747 (all-target-winsup): all-target-librx stays out of here.
13748
13749 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
13750
13751 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13752 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13753 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13754 Remove references to librx and libg++.
13755
13756 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
13757
13758 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13759 recursive makes
13760
13761 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
13762
13763 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13764 for newlib directory.
13765 (CXX_FOR_TARGET): Likewise.
13766
13767 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
13768
13769 * ltconfig: Update after libtool/ltconfig.in change for
13770 hpux11.
13771
13772 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
13773
13774 * ltconfig, ltmain.sh: Update to libtool 1.2.
13775
13776 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
13777
13778 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13779 (install-gcc-cross): Instead, override LANGUAGES here.
13780
13781 1998-03-18 Dave Love <d.love@dl.ac.uk>
13782
13783 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13784 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13785
13786 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
13787
13788 * configure.in: Add Thumb-pe target.
13789
13790 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
13791
13792 * Makefile.in - changed sn targets to snavigator
13793 * configure.in - changed sn targets to snavigator
13794
13795 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
13796
13797 * config-ml.in: After building symlink tree call make distclean
13798 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13799 to be the case for libiberty.
13800
13801 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
13802
13803 * configure: When making link, also check the current
13804 directory. The configure scripts may create one.
13805
13806 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
13807
13808 * config.sub: Accept alphapca56 and alphaev6 properly.
13809
13810 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13811
13812 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13813
13814 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13815
13816 * config.sub (sco5): Fix typo.
13817
13818 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
13819
13820 * Makefile.in (INSTALL_MODULES): Move install-tcl before
13821 install-itcl.
13822 (install-itcl): Remove dependency on install-tcl.
13823
13824 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
13825
13826 * configure.in: Remove libgloss from noconfigdirs for MN10300.
13827
13828 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
13829
13830 * configure.in: Don't build libgui for a cygwin32 target when not on
13831 a cygwin32 host.
13832
13833 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
13834
13835 * configure (redirect): Set to null, so default behavior of
13836 configure is now --verbose.
13837
13838 1998-02-16 Dave Love <d.love@dl.ac.uk>
13839
13840 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13841 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13842
13843 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
13844
13845 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13846 this change to sync Makefile.in with its ChangeLog entries.
13847
13848 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
13849
13850 * ltmain.sh (mkdir): Check that the directory doesn't exist
13851 before we exit with error, so that we don't get races during
13852 parallel builds.
13853
13854 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
13855
13856 * ltconfig, ltmain.sh: Update from libtool 1.0i.
13857
13858 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
13859
13860 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13861 PICFLAG_FOR_TARGET.
13862 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13863
13864 * configure: Emit a definition for the new macro enable_shared
13865 into each Makefile.
13866
13867 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13868
13869 * configure.in (host_tools, native_only): Add libtool.
13870
13871 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
13872
13873 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13874 Fix typo in ming config comment.
13875
13876 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
13877
13878 * ltconfig, ltmain.sh: Update from libtool 1.0h.
13879
13880 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
13881
13882 * config.sub: Add tic30 cases, and map c30 to tic30.
13883
13884 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
13885
13886 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13887 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13888 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13889 (CLEAN_TARGET_MODULES): Similarly
13890 (all-target-libf2c): Add dependences.
13891 * configure.in (target_libs): Add libf2c.
13892
13893 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
13894
13895 * configure.in: Remove expect from noconfigdirs when target
13896 is cygwin32. OK to build expect and dejagnu with Canadian
13897 Cross.
13898
13899 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13900
13901 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13902 host.
13903
13904 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13905 and mingw32.
13906
13907 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13908
13909 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13910 here as it is not defined in the toplevel Makefile.
13911
13912 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13913
13914 * configure (package_makefile_rules_frag): New variable, which names
13915 a file with generic rules, ...
13916 Change comment to mention we now have FIVE parts.
13917 * configure: Undo last change.
13918
13919 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13920
13921 * config.guess: More accurate determination of HP processor types.
13922 * config.sub: More accurate determination of HP processor types.
13923
13924 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13925
13926 * configure (package_makefile_frag): Move inserting the
13927 ${package_makefile_frag} to where it should be according
13928 to the comment.
13929
13930 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13931
13932 * config.guess: Add support for Linux/ARM.
13933
13934 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13935
13936 * .cvsignore: Remove *-info and *-install since they match
13937 release-info and mpw-install, which we don't want to just ignore.
13938
13939 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13940
13941 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13942
13943 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13944
13945 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13946 local_prefix to sub-make invocations.
13947
13948 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13949
13950 * configure.in: Check makefile fragments in the source
13951 directory.
13952
13953 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13954
13955 * configure.in: Check whether host and target makefile
13956 fragments exist before adding them to *_makefile_frag.
13957
13958 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13959
13960 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13961
13962 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13963
13964 * configure.in: Make sure we only replace RPATH_ENVVAR on
13965 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13966 regexp to sed.
13967
13968 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13969 to sub-makes.
13970
13971 1998-01-13 Lee Iverson (leei@ai.sri.com)
13972
13973 * config-ml.in (multi-do): LDFLAGS must include multilib
13974 designator.
13975
13976 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
13977
13978 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13979
13980 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13981
13982 * config.sub: Add mingw32 support.
13983 * configure.in: Likewise.
13984
13985 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13986
13987 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13988
13989 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13990
13991 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13992 * configure (gxx_include_dir): Provide a definition for subdirs
13993 which do not use autoconf.
13994
13995 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13996
13997 * config.guess: Sync with egcs. Picks up new alpha support,
13998 BeOS & some additional linux support.
13999
14000 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14001
14002 * config.guess: HP 9000/803 is a PA1.1 machine.
14003
14004 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14005
14006 * configure.in: It's alpha*-...
14007
14008 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14009
14010 * configure.in (host_makefile_frag, target_makefile_frag):
14011 Handle multiple config files.
14012 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14013 alpha-*-*.
14014
14015 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14016
14017 * mkdep: New file.
14018
14019 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14020
14021 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14022
14023 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14024
14025 * Makefile.in: Add libgui directory.
14026 (GDB_TK): Add all-libgui.
14027 * configure.in: Add libgui directory.
14028 * configure: Add all-libgui to GDB_TK.
14029
14030 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14031
14032 * config-ml.in (multidirs): Add m32r to multilib list.
14033
14034 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14035
14036 * Makefile.in (all-target-gperf): Change dependency to
14037 all-target-libstdc++.
14038
14039 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14040
14041 * config.guess: Add BeOS support.
14042
14043 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14044
14045 Source directory cvs renamed to cvssrc:
14046 * configure.in (host_tools): Change cvs to cvssrc.
14047 (native_only): Likewise.
14048 (noconfigdirs) [various cases]: Likewise.
14049 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14050 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14051 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14052 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14053 (all-cvssrc): Rename target from all-cvs.
14054
14055 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14056
14057 * configure (gxx_include_dir): Fix thinko.
14058
14059 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14060
14061 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14062 (install-cross, install-gcc-cross): New targets.
14063
14064 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14065
14066 * configure.in (noconfigdirs): Add support for Thumb target.
14067
14068 * config.sub (maybe_os): Add support for Thumb target.
14069
14070 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14071
14072 * Makefile.in: Add rules for cygmon.
14073
14074 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14075
14076 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14077
14078 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14079 * configure (gxx_include_dir): Provide a definition for subdirs
14080 which do not use autoconf.
14081
14082 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14083
14084 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14085 11/18/97 build
14086
14087 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14088
14089 * From Franz Sirl.
14090 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14091 found on RedHat Linux systems.
14092
14093 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14094
14095 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14096 guesses.
14097
14098 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14099
14100 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14101
14102 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14103
14104 * ltmain.sh: If mkdir fails, check whether the directory was created
14105 anyhow by some other process.
14106
14107 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14108
14109 * configure.in (d30v-*-*): Configure all directories.
14110
14111 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14112
14113 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14114 for the D30V.
14115
14116 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14117
14118 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14119
14120 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14121
14122 * include/libiberty.h: Add extern "C" { so it can be used with C++
14123 progrms.
14124 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14125 programs.
14126
14127 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14128
14129 * configure.in (d30v-*-*): Configure GCC now.
14130
14131 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14132
14133 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14134 is no longer needed.
14135
14136 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14137
14138 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14139
14140 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14141
14142 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14143 targets using "$@" to provide support for similar but not identical
14144 targets without having to duplicate code.
14145
14146 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14147
14148 * makefile.vms: Fix to work with DEC C.
14149
14150 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14151
14152 * config.sub: Add mips-tx39-elf to marketing names.
14153
14154 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14155
14156 * ltmain.sh: Handle symlinks in generated script.
14157
14158 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14159
14160 * configure: Handle autoconf style directory options: --bindir,
14161 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14162 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14163 --sysconfdir.
14164 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14165 (sharedstatedir, localstatedir, oldincludedir): New variables.
14166 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14167 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14168 sbindir, sharedstatedir, and sysconfdir.
14169
14170 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14171
14172 * Makefile.in (bootstrap-lean): New target.
14173
14174 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14175
14176 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
14177 sn, and gnuserv from noconfigdirs.
14178
14179 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14180
14181 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14182
14183 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14184
14185 * Makefile.in (cross): New target.
14186
14187 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14188 Jeff Law <law@cygnus.com>
14189
14190 * Makefile.in (bootstrap2, bootstrap3): New targets.
14191 (all-bootstrap): Remove outdated and confusing target.
14192 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14193
14194 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14195
14196 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14197 windows. Consistent with gdb/configure.
14198
14199 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14200
14201 * configure.in: Name Linux target fragment.
14202
14203 * configure: Rewrite so that project Makefile fragment is inserted
14204 first and appears last in the resulting Makefile.
14205
14206 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14207
14208 * Makefile.in (install-itcl): Install tcl first.
14209
14210 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14211
14212 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14213
14214 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14215
14216 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14217
14218 * configure.in (skipdirs): Add target-librx for Linux.
14219 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14220
14221 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14222
14223 * Makefile.in (bootstrap): New target.
14224
14225 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14226
14227 * config.sub: Accept 'amigados' for backward compatibility.
14228
14229 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14230
14231 * config.guess: Merge with FSF.
14232
14233 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14234
14235 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14236
14237 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14238
14239 * config.sub: Add "marketing-names" patch.
14240
14241 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14242
14243 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14244
14245 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14246
14247 * config.sub: Handle v850-elf.
14248
14249 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
14250
14251 * .cvsignore (*-install): Remove.
14252
14253 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14254
14255 * ltconfig: Set CONFIG_SHELL in libtool.
14256 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14257
14258 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14259
14260 * configure.in (target_subdir): Set to libraries if enable_multilib.
14261
14262 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14263
14264 * config.guess: Update from gcc directory.
14265
14266 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14267
14268 * Makefile.in (all-sim): Depends on all-readline.
14269
14270 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14271
14272 * Makefile.in (BISON, YACC): Use $$s.
14273 (all-bison): Depend on all-texinfo.
14274
14275 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14276
14277 * Makefile.in (BISON): Add -L flag.
14278 (YACC): Likewise.
14279
14280 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14281
14282 * configure.in (noconfigdirs): Add support for v850e target.
14283
14284 * config.sub (maybe_os): Add support for v850e target.
14285
14286 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14287
14288 * configure.in (noconfigdirs): Add support for v850ea target.
14289
14290 * config.sub (maybe_os): Add support for v850ea target.
14291
14292 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14293
14294 * config.sub: Add mipstx39. Delete r3900.
14295
14296 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14297
14298 * Makefile.in (all-autoconf): Depends on all-texinfo.
14299
14300 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14301
14302 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14303 eabi targets.
14304
14305 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14306
14307 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14308
14309 * configure: When handling a Canadian Cross, handle YACC as well as
14310 BISON. Just set BISON to bison. When setting YACC, prefer bison.
14311 * Makefile.in (all-bison): Depend upon all-texinfo.
14312
14313 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14314
14315 * Makefile.in (BISON): bison, not byacc or bison -y.
14316 (YACC): bison -y or byacc or yacc.
14317 (various): Add *-bison as appropriate.
14318 (taz): No need to mess with BISON anymore.
14319
14320 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14321
14322 * configure: If OSTYPE matches *win32*, try to find a good value for
14323 CONFIG_SHELL.
14324
14325 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14326
14327 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14328 configure.in if it is present.
14329
14330 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14331
14332 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14333
14334 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14335
14336 * config.sub: Recognize `arc' cpu.
14337 * configure.in: Likewise.
14338 * config-ml.in: Likewise.
14339
14340 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14341
14342 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14343
14344 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14345
14346 * configure: Changed sed delimiter from ':' to '|' when
14347 attempting to substitute ${config_shell} for SHELL. On
14348 NT ${config_shell} may contain a ':' in it.
14349
14350 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14351
14352 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14353
14354 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14355
14356 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14357
14358 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14359
14360 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14361
14362 * ylwrap: If the program is a relative path, force it to be
14363 absolute.
14364
14365 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14366
14367 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14368
14369 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14370
14371 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14372 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14373 for libraries.
14374
14375 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14376
14377 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14378 separated by spaces.
14379
14380 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14381
14382 * ylwrap: New file.
14383 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14384
14385 * ltmain.sh: Handle /bin/sh at start of install program.
14386
14387 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14388
14389 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14390 * missing: New file, from automake 1.2.
14391
14392 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14393
14394 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14395 check-tk to CHECK_X11_MODULES.
14396
14397 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14398
14399 * config.sub: Merge with FSF.
14400
14401 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14402
14403 * config.guess: Merge with FSF.
14404
14405 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14406
14407 * configure: Treat msdosdjgpp like go32.
14408 * configure.in: Likewise. Don't remove gprof for go32.
14409
14410 * configure: Change Makefile.tem2 to Makefile.tm2.
14411
14412 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14413
14414 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14415
14416 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14417
14418 * install-sh (chmodcmd): Set to null if the DST directory already
14419 exists. Same as Nov 11th change.
14420
14421 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14422
14423 * configure (GDB_TK): Needs itcl and tix.
14424
14425 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14426
14427 * config.guess: Update from FSF.
14428
14429 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14430
14431 * Makefile.in (GDB_TK): Depend on itcl and tix.
14432
14433 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14434
14435 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14436 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14437 (INSTALL_SCRIPT): New variable.
14438 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14439 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14440 to -x.
14441 * install-sh: Add support for -x option.
14442
14443 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14444
14445 * configure.in, Makefile.in: Treat tix like itcl.
14446
14447 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14448
14449 * Makefile.in (WINDRES): New variable.
14450 (WINDRES_FOR_TARGET): New variable.
14451 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14452 (EXTRA_HOST_FLAGS): Add WINDRES.
14453 (EXTRA_TARGET_FLAGS): Add WINDRES.
14454 (EXTRA_GCC_FLAGS): Add WINDRES.
14455 ($(DO_X)): Pass down WINDRES.
14456 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14457 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14458 DLLTOOL_FOR_TARGET.
14459
14460 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14461
14462 * configure.in: configure sim before gdb for win32-x-ppc
14463
14464 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14465
14466 Move gperf into the toplevel, from libg++.
14467 * configure.in (target_tools): Add target-gperf.
14468 (native_only): Add target-gperf.
14469 * Makefile.in (all-target-gperf): New target, depend on
14470 all-target-libg++.
14471 (configure-target-gperf): Empty rule.
14472 (ALL_TARGET_MODULES): Add all-target-gperf.
14473 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14474 (CHECK_TARGET_MODULES): Add check-target-gperf.
14475 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14476 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14477
14478 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
14479
14480 * config.sub (mn10200): Recognize new basic machine.
14481
14482 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14483
14484 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14485 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14486
14487 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14488
14489 * configure.in: If we're building mips-sgi-irix6* native, turn on
14490 ENABLE_MULTILIB and set TARGET_SUBDIR.
14491
14492 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14493
14494 * Makefile.in (all-sn): Depend on all-grep.
14495
14496 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14497
14498 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14499
14500 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14501 Makefile. From Jeff Makey <jeff@cts.com>.
14502 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14503
14504 * Makefile.in (DISTBISONFILES): Remove.
14505 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14506 $(DEFAULT_YACC).
14507
14508 * configure.in: Build itl, db, sn, etc., when building for native
14509 cygwin32.
14510
14511 * Makefile.in (LD): New variable.
14512 (EXTRA_HOST_FLAGS): Pass down LD.
14513 ($(DO_X)): Likewise.
14514
14515 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14516
14517 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14518
14519 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14520
14521 * configure.in (targargs): Strip out any supplied --build argument
14522 before adding our own. Always add --build.
14523
14524 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14525
14526 * configure.in (targargs): Pass --build if we're doing
14527 a cross-compile.
14528
14529 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14530
14531 * configure: Use '|' instead of ":" as the separator in
14532 sed. Otherwise sed chokes on NT path names with drive
14533 designators. Also look for "?:*" as the leading characters in an
14534 absolute pathname.
14535
14536 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14537
14538 * config.sub: Support for r3900.
14539
14540 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14541
14542 * configure.in: Use install-sh, not install.sh.
14543
14544 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14545
14546 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14547 apply it twice.
14548
14549 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14550
14551 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14552 install-binutils.
14553
14554 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14555
14556 * Makefile.in: Add automake targets.
14557 * configure.in (host_tools): Add automake.
14558
14559 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14560
14561 * configure: Default CXX to c++, not gcc.
14562 * Makefile.in (CXX): Set to c++, not gcc.
14563 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14564
14565 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14566
14567 * install-sh: try appending a .exe if source file doesn't
14568 exist
14569
14570 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14571
14572 * configure.in: Turn on multilib by default.
14573 (cross_only): Remove target-libiberty.
14574
14575 * Makefile.in (all-gcc): Don't depend on libiberty.
14576
14577 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14578
14579 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14580
14581 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14582
14583 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14584 (DISTBISONFILES): Add ld/Makefile.in
14585
14586 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14587
14588 * configure.in: if target is cygwin32 but host isn't cygwin32,
14589 don't configure gdb tcl tk expect, not just gdb.
14590
14591 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14592
14593 * configure.in: Added gnuserv everywhere sn appears.
14594
14595 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14596 (CROSS_CHECK_MODULES): Added check-gnuserv.
14597 (INSTALL_MODULES): Added install-gnuserv.
14598 (CLEAN_MODULES): Added clean-gnuserv.
14599 (all-gnuserv): New target.
14600
14601 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14602
14603 * config.guess: Fixes for MIPS OpenBSD systems.
14604
14605 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14606
14607 * Makefile.in (INSTALL_XFORM): Remove.
14608 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14609
14610 * mkinstalldirs: New file, copied from automake.
14611 * Makefile.in (installdirs): Rename from install-dirs. Use
14612 mkinstalldirs. Change all users.
14613 (DEVO_SUPPORT): Add mkinstalldirs.
14614
14615 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14616
14617 * install-sh: Rename from install.sh.
14618 * Makefile.in (INSTALL): Change install.sh to install-sh.
14619 (DEVO_SUPPORT): Likewise.
14620
14621 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14622 Graichen <graichen@rzpd.de>.
14623
14624 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14625
14626 * config.guess: Recognize OpenBSD systems correctly.
14627
14628 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14629
14630 * README, Makefile.in (ETC_SUPPORT): Remove references to
14631 cfg-paper*, configure.{texi,man,info*}._
14632
14633 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14634
14635 * Makefile.in (all.normal): Ensure that gcc is built after all
14636 the x11 - ie gdb - targets.
14637
14638 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14639
14640 * makefile.vms: Don't run conf-a-gas.
14641
14642 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14643
14644 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14645
14646 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14647
14648 * configure.in: Remove noconfigdirs case since gdb also
14649 configures and builds for tic80-coff.
14650
14651 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14652
14653 * configure: Set cache_file to config.cache.
14654 * Makefile.in (local-distclean): Remove config.cache.
14655
14656 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14657
14658 * COPYING: Update FSF address.
14659
14660 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14661
14662 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14663 noconfigdirs.
14664
14665 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14666
14667 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14668 MAKEDIRS, is empty.
14669
14670 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14671
14672 * config.sub: Tweak mn10300 entry.
14673
14674 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14675
14676 * configure.in (host_tools): Put sim before gdb, so gdb's
14677 configure.tgt can determine if the simulator was configured.
14678
14679 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14680
14681 * config.sub: Move BeOS $os case to be with other Cygnus
14682 local cases.
14683
14684 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14685
14686 * config.sub: Remove misplaced comment that broke Linux.
14687
14688 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14689
14690 * config.sub: Add BeOS support.
14691
14692 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
14693
14694 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14695
14696 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14697
14698 * configure.in (noconfigdirs): Remove tcl and tk from
14699 noconfigdirs for cygwin32 builds.
14700
14701 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
14702
14703 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14704
14705 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
14706
14707 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14708 make-all.com, use makefile.vms instead.
14709
14710 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
14711
14712 * config.sub: Accept -lnews*.
14713
14714 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
14715
14716 * configure.in (noconfigdirs): Disable target-newlib,
14717 target-examples and target-libiberty for d30v.
14718
14719 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14720
14721 * configure.in (noconfigdirs): Enable ld for d30v.
14722
14723 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
14724
14725 * configure.in (tic80-*-*): Build compiler.
14726
14727 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
14728
14729 * configure.in (d30v-*): Remove sim directory from list of
14730 unsupported d30v directories
14731
14732 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14733
14734 * config.sub, configure.in: Add d30v target cpu.
14735
14736 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
14737
14738 * makefile.vms: New file.
14739 * make-all.com: Remove.
14740
14741 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
14742
14743 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14744
14745 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
14746
14747 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14748
14749 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
14750
14751 * Makefile.in (ALL_MODULES): Added all-db.
14752 (CROSS_CHECK_MODULES): Addec check-db.
14753 (INSTALL_MODULES): Added install-db.
14754 (CLEAN_MODULES): Added clean-db.
14755
14756 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
14757
14758 * config.guess: Merge with latest FSF sources.
14759
14760 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
14761
14762 * Makefile.in (ALL_MODULES): Added all-itcl.
14763 (CROSS_CHECK_MODULES): Added check-itcl.
14764 (INSTALL_MODULES): Added install-itcl.
14765 (CLEAN_MODULES): Added clean-itcl.
14766
14767 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
14768
14769 * configure.in: build gdb for mn10200
14770
14771 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
14772
14773 * Makefile.in (all-target-winsup): Depend on all-target-libio.
14774
14775 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
14776
14777 * configure.in (tic80-*-*): Turn off most targets right now.
14778
14779 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
14780
14781 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14782 rather than the makeinfo program.
14783 (do-info): Depend upon all-texinfo.
14784
14785 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
14786
14787 * configure.in: Remove uses of config/mh-linux.
14788
14789 * config.sub, config.guess: Merge with latest FSF sources.
14790
14791 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
14792
14793 * config.sub (case $basic_machine): Add tic80 entries.
14794
14795 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
14796
14797 * config.sub, config.guess: Merge with latest FSF sources.
14798
14799 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14800
14801 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14802 * mpw-config.in: Test for NewFolderRecursive.
14803 * mpw-install: Use symbolic name for startup filename.
14804 * mpw-README: Add various additional details.
14805
14806 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
14807
14808 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14809
14810 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
14811
14812 * configure.in: Do build gcc and the target libraries for
14813 the mn10200.
14814
14815 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
14816
14817 * configure.in: don't avoid building gdb for mn10300 any more
14818 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14819 instead of single-quoting it.
14820
14821 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14822
14823 * configure.in: Don't use --with-stabs on IRIX 6.
14824
14825 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
14826
14827 * configure.in (m32r): Build gdb, libg++ now.
14828
14829 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14830
14831 * configure.in (mips*-sgi-irix6*): Remove gdb and related
14832 directories from noconfigdirs.
14833
14834 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
14835
14836 * config.sub (basic_machine): added mips16 configuration
14837
14838 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14839
14840 * config.sub: Handle d10v-unknown.
14841
14842 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
14843
14844 * config.sub: Handle v850-unknown.
14845
14846 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
14847
14848 * Makefile.in: add findutils
14849 * configure.in: add findutils to list of host_tools
14850
14851 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
14852
14853 * config.sub: Handle mn10200 and mn10300.
14854
14855 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14856
14857 * configure.in (d10v-*): Do not build librx.
14858
14859 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
14860
14861 * configure.in (mn10300): Build everything except gdb & libgloss.
14862
14863 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
14864
14865 * config.guess: Patch for Dansk Data Elektronik servers,
14866 from Niels Skou Olsen <nso@dde.dk>.
14867
14868 For ncr, use /bin/uname rather than uname, since GNU uname does not
14869 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
14870
14871 Patch for MIPS R4000 running System V,
14872 from Eric S. Raymond <esr@snark.thyrsus.com>.
14873
14874 Fix thinko for nextstep.
14875
14876 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14877
14878 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
14879 * config.guess: Guess mips-dec-mach_bsd4.3.
14880
14881 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
14882 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
14883 release numbers.
14884 * config.guess (mips-mips-riscos*): Emit just enough of the
14885 release number.
14886
14887 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
14888 * config.guess (sparc-auspex-sunos*): Added.
14889 (f300-fujitsu-*): Added.
14890
14891 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
14892 * config.guess: Recognize a Tadpole as a sparc.
14893
14894 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14895
14896 * config.guess: Don't assume that NextStep version is either 2 or
14897 3. NextStep 4 (aka OpenStep 4) has come out now.
14898
14899 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14900
14901 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14902 From Rik Faith <faith@cs.unc.edu>.
14903
14904 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14905
14906 * config.sub: Contributions from bug-gnu-utils to:
14907 Support plain "hppa" (no version given) architecture, reported by
14908 OpenStep.
14909 OpenBSD like NetBSD.
14910 LynxOs is not a hardware supplier.
14911
14912 * config.guess: Contributions from bug-gnu-utils to add support for:
14913 OpenBSD like NetBSD.
14914 Stratus systems.
14915 More Pyramid systems.
14916 i[n>4]86 Intel chips.
14917 M680[n>4]0 Motorola chips.
14918 Use unknown instead of lynx for hardware manufacturer.
14919
14920 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14921
14922 * install.sh (chmodcmd): Set to null if the DST directory already
14923 exists.
14924
14925 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14926
14927 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14928 not use mt-ppc target Makefile fragment any more.
14929
14930 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14931
14932 * configure.in (*-*-windows): Exclude everything but those dirs
14933 needed to build windows.
14934
14935 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14936
14937 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14938
14939 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14940
14941 * configure.in: Exclude mmalloc from i386-windows.
14942
14943 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14944
14945 * Undo my previous change.
14946
14947 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14948
14949 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14950 unconditionally.
14951 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14952
14953 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14954
14955 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14956 host to add it's own flags.
14957
14958 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14959
14960 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14961
14962 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14963
14964 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14965 (CXX_FOR_TARGET): Likewise.
14966 (GCC_FOR_TARGET): Define.
14967 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14968 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14969 CC_FOR_TARGET was specified on the command line.
14970 (MAKEOVERRIDES): Don't define.
14971
14972 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14973
14974 * configure.in (m32r): Fix spelling of libg++ libs.
14975
14976 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14977
14978 * config.sub (-apple*): Remove, now redundant.
14979
14980 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14981
14982 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14983
14984 * configure: Rework yesterday's sed script patch.
14985
14986 * config.sub: Merge with FSF.
14987
14988 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14989
14990 * config.guess: Merge from FSF.
14991
14992 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
14993 * config.guess: Use pc instead of unknown, for pc clone systems.
14994 Change linux to linux-gnu.
14995
14996 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14997 * config.guess: Avoid non-portable tr syntax.
14998
14999 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15000
15001 * test-build.mk (HOLES): Add "xargs" for gdb.
15002
15003 * configure: Avoid hpux10.20 sed bug.
15004
15005 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15006
15007 * configure.in: Add support for windows host
15008 (that is a build done under the Microsoft build environment).
15009
15010 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15011
15012 * Makefile.in: Replace all uses of srcroot with s, to shrink
15013 command line lengths.
15014
15015 Patches from Geoffrey Noer <noer@cygnus.com>:
15016 * configure.in: If configuring for newlib, pass --with-newlib to
15017 subdirectories.
15018 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15019 -Bnewlib/ and -Lwinsup to gcc.
15020 (CXX_FOR_TARGET): Likewise.
15021
15022 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15023
15024 * Makefile.in (ETC_SUPPORT): Add configure.
15025
15026 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15027
15028 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15029 host configuration file.
15030
15031 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15032
15033 * configure.in: Break mn10x00 support into separate
15034 mn10200 and mn10300 configurations.
15035 * config.sub: Likewise.
15036
15037 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15038
15039 * configure.in: Add lots of stuff to noconfigdirs for
15040 the mn10x00 targets.
15041
15042 * config.sub, configure.in: Add mn10x00 support.
15043
15044 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15045
15046 * make-all.com: Call conf-a-gas, not config-a-gas.
15047
15048 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15049
15050 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15051 targets.
15052
15053 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15054
15055 * mpw-README: Add much more detail for native PowerMac.
15056 * mpw-install: New file.
15057 * mpw-configure: Add --norecursion and --help options.
15058 * mpw-config.in: Translate readme and install files when
15059 copying to objdir.
15060 * mpw-build.in: Don't always depend on byacc and flex.
15061 (install-only-top): New action.
15062
15063 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15064
15065 * configure.in: You can now configure GDB for the v850.
15066
15067 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15068
15069 * configure.in (noconfigdirs): Don't configure any C++ dirs
15070 if targeting D10V.
15071
15072 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15073
15074 * config.sub: Recognize mips64vr5000.
15075
15076 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15077
15078 * configure.in: Use a single line for host_tools and native_only.
15079
15080 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15081
15082 * config.sub, configure.in: Add entries for m32r.
15083
15084 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15085
15086 * Makefile.in (inet-install): Don't run install-gzip.
15087
15088 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15089
15090 * configure.in: Don't config lots of things for *-*-windows*.
15091
15092 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15093
15094 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15095 (host_libs, host_tools): Copy from configure.in.
15096 * mpw-configure: Don't complain about directories not found.
15097
15098 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15099
15100 * configure.in (i[345]86): Recognize i686 for pentium pro.
15101 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15102 file.
15103
15104 * config.guess (i[345]86): Ditto.
15105
15106 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15107
15108 * configure.in (noconfigdirs): Removed gdb for D10V.
15109
15110 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
15111
15112 * configure.in: Remove ld, target-libio, target-libg++, and
15113 target-libstdc++ from noconfigdirs.
15114
15115 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15116
15117 * configure: Fix three locations where shell scripts were
15118 being run directly rather than with config_shell.
15119
15120 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15121
15122 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15123 * config.sub (basic_machine): Recognize v850.
15124
15125 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15126
15127 * mpw-configure: Handle multiple enable/disable options and
15128 pass them down recursively, handle -c and -s flags appropriately
15129 depending on choice of compiler, add escape mechanism for
15130 quoted arguments to gC.
15131
15132 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15133
15134 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15135 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15136 so that -mrelocatable-lib and -mno-eabi are used.
15137
15138 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15139 not support --print-multi-lib, don't abort.
15140
15141 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15142
15143 * make-all.com: Run config-a-gas.
15144 * setup.com: Don't copy subdirectory files around.
15145
15146 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15147
15148 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15149 target, it now compiles correctly.
15150
15151 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15152
15153 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15154
15155 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15156
15157 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15158
15159 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15160
15161 * configure.in (native_only): Add prms.
15162
15163 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15164
15165 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15166 (BINUTILS_SUPPORT_DIRS): Likewise.
15167
15168 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15169
15170 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15171 d10v support is added.
15172
15173 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15174
15175 * configure.in (d10v-*-*): New target.
15176
15177 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15178
15179 * config.guess (HP 9000/811): Recognize this as a PA1.1
15180 machine.
15181
15182 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15183
15184 * Makefile.in (do-tar-gz): New target, split out from tail end of
15185 taz target. Run each command separately, don't use pipes.
15186 (taz): Use it.
15187
15188 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15189
15190 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15191 * mpw-build.in: No builds should depend on building byacc or flex,
15192 they are assumed to be installed already.
15193
15194 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15195
15196 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15197 variable that CC_FOR_TARGET needs.
15198
15199 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15200
15201 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15202 options have changed since the last time the subdirectory was
15203 configured, and if it has, reconfigure.
15204 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15205 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15206
15207 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15208
15209 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15210 CLEAN_MODULES): Add bash.
15211 (all-bash): New target.
15212
15213 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15214
15215 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15216
15217 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15218
15219 * config.sub (basic_machine): Recognize d10v as a valid processor.
15220
15221 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15222
15223 * mpw-configure: Add support for --bindir.
15224 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15225
15226 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15227
15228 * configure.in: add bash, time, gawk to list of hosttools and things
15229 to only build for native toolchains
15230
15231 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15232
15233 * Makefile.in (docdir): Remove.
15234
15235 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15236
15237 * Makefile.in (datadir): Set to $(prefix)/share.
15238
15239 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15240
15241 * configure.in: build diff and patch for cygwin32-hosted
15242 toolchains.
15243
15244 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15245
15246 * config.sub: Accept -rtems*.
15247
15248 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15249
15250 * configure.in: enable dosrel for cygwin32-hosted builds,
15251 remove diff from the list of things not buildable
15252 via Canadian Cross
15253
15254 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15255
15256 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15257 don't get ". ".
15258
15259 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15260
15261 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15262
15263 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15264
15265 * Makefile.in (taz): Handle case where tex3patch didn't even get
15266 checked out. Also, if it was found, put the symlink in a new util
15267 subdirectory.
15268
15269 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15270
15271 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15272
15273 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15274
15275 * config.sub: Recognize -openvms.
15276 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15277 * make-all.com, setup.com: New files.
15278
15279 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15280
15281 * Makefile.in (taz): tex3patch moved to texinfo/util.
15282
15283 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15284
15285 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15286 * configure.in: remove make from disable-if-Can-Cross list
15287 enable gdb if ${host} and ${target} are cygwin32
15288
15289 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15290
15291 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15292 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15293
15294 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15295
15296 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15297 distinguish sysv/svr4/bsd variants.
15298 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15299
15300 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15301
15302 * configure.in: Added copyright notice.
15303 * move-if-change: Added copyright notice.
15304
15305 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15306
15307 * configure.in (powerpcle-*-solaris*): Until we get shared
15308 libraries working, don't build gdb, sim, make, tcl, tk, or
15309 expect.
15310
15311 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15312
15313 * config.guess: Merge with FSF:
15314
15315 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15316 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15317
15318 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15319 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15320
15321 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15322 * config.guess: Combine two OSF1 rules.
15323 Also recognize field test versions. From mjr@zk3.dec.com.
15324 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15325 because GNU uname does not support -p. From pmr@pajato.com.
15326
15327 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15328
15329 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15330
15331 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15332
15333 * mpw-README: Document GCCIncludes.
15334
15335 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15336
15337 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15338
15339 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15340
15341 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15342
15343 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15344
15345 * configure.in (*-*-cygwin32): Configure make.
15346
15347 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15348
15349 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15350
15351 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15352
15353 * Makefile.in (all-inet): Depend on all-perl.
15354
15355 * Makefile.in (inet-install): New target.
15356
15357 * Makefile.in (all-inet): Depend on all-tcl.
15358 (all-inet): Depend on all-send-pr.
15359
15360 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15361
15362 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15363 temporarily.
15364
15365 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15366
15367 * configure.in: Don't configure --with-gnu-ld on AIX.
15368
15369 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15370
15371 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15372
15373 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15374
15375 * Makefile.in (ALL_MODULES): Added all-inet.
15376 (CROSS_CHECK_MODULES): Added check-inet.
15377 (INSTALL_MODULES): Added install-inet.
15378 (CLEAN_MODULES): Added clean-inet.
15379 (all-indent): New target.
15380
15381 * configure.in (host_tools): Added inet.
15382 (native_only): Added inet.
15383 (noconfigdirs): Added inet.
15384
15385 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15386
15387 * configure.in: Don't configure libgloss if we are not configuring
15388 newlib.
15389
15390 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15391
15392 * configure.in: Don't configure libgloss for unsupported
15393 architectures.
15394
15395 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15396
15397 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15398
15399 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15400
15401 * Makefile.in (ALL_MODULES): Include all-apache.
15402 (CROSS_CHECK_MODULES): Include check-apache.
15403 (INSTALL_MODULES): Include install-apache.
15404 (all-apache): New target.
15405
15406 * configure.in: Added apache everywhere perl is seen.
15407
15408 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15409
15410 * Makefile.in: Add support for clean-{module} and
15411 clean-target-{module} rules.
15412
15413 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15414
15415 * configure.in (*-*-ose) do not build libgloss.
15416
15417 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15418
15419 * config.guess (prep*:SunOS:5.*:*): Turn into
15420 powerpele-unknown-solaris2.
15421
15422 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15423
15424 * configure.in: Permit --enable-shared to specify a list of
15425 directories.
15426
15427 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15428
15429 * configure.in (host==solaris): Pass only the first word of $CC
15430 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15431
15432 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15433
15434 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15435
15436 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15437
15438 * Makefile.in (ALL_MODULES): Include all-perl.
15439 (CROSS_CHECK_MODULES): Include check-perl.
15440 (INSTALL_MODULES): Include install-perl.
15441 (ALL_X11_MODULES): Include all-guile.
15442 (CHECK_X11_MODULES): Include check-guile.
15443 (INSTALL_X11_MODULES): Include install-guile.
15444 (all-perl): New target.
15445 (all-guile): New target.
15446
15447 * configure.in (host_tools): Include perl and guile.
15448 (native_only): Include perl and guile.
15449 (noconfigdirs): Don't build guile and perl; no ports have been
15450 done.
15451
15452 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15453
15454 * configure (--enable-*): Handle quoted option lists such as
15455 --enable-sim-cflags='-g0 -O' better.
15456
15457 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15458
15459 * Makefile.in ({,inst}all-target): New rule so we can make and
15460 install all of the target directories easily.
15461
15462 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15463
15464 * configure.in: Add missing global flag in sed substitution when
15465 deleting `target-' from ${configdirs}.
15466
15467 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15468
15469 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15470 option.
15471
15472 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15473 config/mh-necv4.
15474
15475 * install.sh: Correct misspelling of transformbasename.
15476
15477 * config.guess: Recognize mips-*-sysv*.
15478
15479 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15480
15481 * config.sub: Recognize mon960.
15482
15483 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15484
15485 * configure: Restore Canadian Cross handling of BISON and LEX,
15486 removed in Feb 20 change.
15487
15488 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15489
15490 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15491 Mention make install. Remove the old copyright date as well the
15492 clumsy and rather pointless copyright on the README file.
15493
15494 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15495
15496 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15497 Makefile after running symlink-tree, then run `make distclean' to
15498 avoid clobbering any generated files in srcdir.
15499
15500 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15501
15502 * configure.in (m68k-*-netbsd*): Build everything now.
15503
15504 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15505
15506 * Makefile.in (taz): Fix quoting.
15507
15508 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15509
15510 * configure.in (sparclet-*-*): Build everything now.
15511
15512 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15513
15514 * configure.in (m68k-*-linux*): New host.
15515
15516 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15517
15518 * configure: Check for bison before byacc.
15519
15520 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15521
15522 * Makefile.in configure: Change the way LEX and BISON/YACC are
15523 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15524 searching PATH. These are used as fallbacks by Makefile.in if
15525 flex/bison/byacc aren't in objdir.
15526
15527 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15528
15529 * Makefile.in: Make everything which depends upon all-bfd also
15530 depend upon all-opcodes, in case --with-commonbfdlib is used.
15531
15532 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15533
15534 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15535 building NT native compilers on Unix.
15536
15537 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15538
15539 * configure.in: Don't get CC from the host Makefile fragment if we
15540 can find gcc in PATH, or if this is a Canadian Cross. Move the
15541 Solaris test for /usr/ucb/cc to the post target script, just after
15542 the compiler sanity test.
15543
15544 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15545
15546 * config.sub: Merge with FSF.
15547
15548 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15549
15550 * Makefile.in (RPATH_ENVVAR): New variable.
15551 (REALLY_SET_LIB_PATH): Use it.
15552 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15553
15554 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15555
15556 * config.sub, configure.in: Recognize sparclet cpu.
15557
15558 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15559
15560 * config.guess: Support m68k-cbm-sysv4.
15561
15562 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15563
15564 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15565 m68k-unknown-linuxaout from linker help string. Put quotes around
15566 $ld_help_string.
15567
15568 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15569
15570 * config.guess (powerpc-harris-powerunix): Add guess for port
15571 to new target.
15572
15573 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15574
15575 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15576
15577 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15578
15579 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15580 $(REALLY_SET_LIB_PATH) in Makefile.
15581 * Makefile.in (SET_LIB_PATH): New variable.
15582 (REALLY_SET_LIB_PATH): New variable.
15583 ($(DO_X)): Use $(SET_LIB_PATH).
15584 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15585 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15586 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15587 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15588 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15589 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15590 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15591 (install-dosrel): Likewise.
15592 (all-opcodes): Depend upon all-libiberty.
15593
15594 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15595
15596 * config.guess (*:CYGWIN*): New
15597
15598 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15599
15600 * Makefile.in (all-target-winsup): All all-target-libiberty.
15601
15602 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15603
15604 * configure.in (noconfigdirs): Add missing # in front of comment.
15605
15606 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15607
15608 * configure.in: add second pass to things added to noconfigdirs
15609 so *-gm-magic can exclude libgloss properly.
15610
15611 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15612
15613 * mpw-configure (extralibs_name, rez_name): Set correctly
15614 for MWC68K compiler.
15615
15616 * mpw-README: Add more info on the necessary build tools.
15617
15618 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15619
15620 * configure.in, config.sub: Recognize cygwin32.
15621
15622 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15623
15624 * config.guess, config.sub: Recognize A/UX.
15625
15626 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15627
15628 * config.sub: Merge with gcc/config.sub.
15629
15630 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15631
15632 * mpw-build.in (do-binutils): Add build of stamps.
15633
15634 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15635
15636 * config.sub: Add recognition for mips64vr4100*-* targets.
15637
15638 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15639
15640 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15641 Add creation of gconfigargs with `--enable-shared' turned on.
15642 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15643 ($(host)-stamp-stage3-configured): Likewise.
15644 (HOLES): Add chatr and ldd.
15645 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15646
15647 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15648
15649 * configure: Pass --nfp to recursive configures.
15650
15651 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15652
15653 * Makefile.in (DLLTOOL): New.
15654 (DLLTOOL_FOR_TARGET): New.
15655 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15656 (EXTRA_TARGET_FLAGS): Ditto.
15657 (EXTRA_GCC_FLAGS): Ditto.
15658 (CONFIGURE_TARGET_MODULES): Ditto.
15659 (DO_X): Ditto.
15660 * configure: Add DLLTOOL.
15661
15662 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15663
15664 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15665 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15666 mh-sco, since old workarounds no longer needed, and don't
15667 build ld, since libraries have weak symbols in COFF.
15668
15669 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15670
15671 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15672
15673 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15674
15675 * configure.in: Make sure that ${CC} can be used to compile an
15676 executable.
15677
15678 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15679
15680 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15681 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15682 nothing depending on whether gdbtk is being built.
15683
15684 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15685
15686 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15687
15688 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15689
15690 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15691 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15692
15693 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
15694
15695 * config-ml.in: Add support for
15696 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15697 Simplify setting of multidirs from --disable-foo.
15698
15699 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15700
15701 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15702 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15703 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15704 non-empty, pass them on to the GCC make.
15705 (all-bootstrap): New rule that is like all-gcc, except it executes
15706 the GCC bootstrap rule instead of the GCC all rule.
15707
15708 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
15709
15710 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15711
15712 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15713
15714 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15715 DG/UX support.
15716
15717 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
15718
15719 * config.sub (i*86*) Change [345] to [3456]
15720
15721 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15722
15723 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15724 --with-gnu-ld=no.
15725
15726 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15727
15728 * config-ml.in (rs6000*, powerpc*): Add switches to control which
15729 AIX multilibs get built.
15730
15731 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15732
15733 * configure.in (i386-win32): Don't build expect if we're not
15734 building the tcl subdir.
15735
15736 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
15737
15738 * Makefile.in: (configure-target-examples, all-target-examples):
15739 New targets, configure and build example programs.
15740
15741 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
15742
15743 * mpw-configure: If an mpw-config.in generated a file mk.sed,
15744 use it as input to sedit the generated MPW makefile.
15745 * mpw-README: Add a suggestion about Gestalt.h.
15746
15747 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
15748
15749 * config.sub: Accept *-*-ieee*.
15750
15751 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
15752
15753 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
15754 Ronald F. Guilmette <rfg@monkeys.com>.
15755
15756 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15757
15758 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15759 for powerpc-pe native.
15760 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15761 (target==powerpc-pe): duplicate i386-win32 entry.
15762
15763 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15764
15765 * configure.in (noconfigdirs): Exclude target-newlib for all versions
15766 of vxworks, not just vxworks5.1.
15767
15768 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
15769
15770 * mpw-configure: Add support for exec-prefix.
15771
15772 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15773
15774 * config.guess: Recognize HP model 816 machines as having
15775 a PA1.1 processor.
15776
15777 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
15778
15779 * configure: Ignore new autoconf configure options.
15780
15781 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15782
15783 * config.guess: Recognize Pentium under SCO.
15784 From Robert Lipe <robertl@arnet.com>.
15785
15786 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15787
15788 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15789
15790 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
15791
15792 * configure.in: Don't configure gas for alpha-dec-osf*.
15793
15794 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
15795
15796 * configure.in: Default to --with-stabs for some targets for which
15797 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15798 i[345]86*-*-unixware*.
15799
15800 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
15801
15802 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15803 rather than basing it on the target. Simplify handling of options
15804 controlling which directories to configure. Remove extraneous
15805 slash in multi-clean target.
15806
15807 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
15808
15809 * config-ml.in: Prefix more variables with ml_ so they don't collide
15810 with configure's.
15811
15812 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
15813
15814 * configure: Don't turn -v into --v.
15815
15816 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
15817
15818 * configure.in (targargs): Fix typo.
15819
15820 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15821
15822 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
15823
15824 * configure.in: Strip --host and --target options from
15825 CONFIG_ARGUMENTS, and always configure for --host only. Add
15826 --with-cross-host option when building with a cross-compiler.
15827 * configure: Canonicalize the arguments put into config.status by
15828 always using `=' for an option with an argument. Pass a presumed
15829 --host or --target explicitly.
15830
15831 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
15832
15833 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15834 into general OS recognition case.
15835
15836 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15837
15838 * configure.in (target_configdirs): add target-winsup only
15839 for win32 target systems.
15840
15841 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
15842
15843 * Makefile.in (all-target-libgloss): Depend upon
15844 configure-target-newlib, since when libgloss is built it looks to
15845 see if the newlib directory exists.
15846
15847 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
15848
15849 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15850 cfg-ml-*.in.
15851
15852 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
15853
15854 * configure: Handle LD and LD_FOR_TARGET when configuring a
15855 Canadian Cross.
15856
15857 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15858
15859 * configure.in (target_libs): add target-winsup.
15860 (target==i386-win32): add patch diff flex make to $noconfigdirs.
15861 (target==ppcle-pe): remove ld from $noconfigdirs.
15862
15863 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
15864
15865 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15866 Preserve relative path names in $srcdir. Build symlink tree if
15867 configuring cross target dir and srcdir=. (= no VPATH support).
15868 (configure-target-libg++): Depend on configure-target-librx.
15869 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15870 * config-ml.in: New file.
15871 * symlink-tree: New file.
15872 * configure: Ensure srcdir="." if that's what it is.
15873
15874 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15875
15876 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15877 includes and FLEX_SKELETON setting.
15878 * mpw-configure (--with-gnu-ld): New option, controls whether
15879 to use PPCLink or ld with PowerMac GCC.
15880 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15881 * mpw-config.in: Configure grez if targeting Mac.
15882
15883 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15884 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15885 just macos.
15886 * configure.in: Configure grez resource compiler if targeting Mac.
15887 * Makefile.in (all-grez, install-grez): New targets.
15888
15889 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15890
15891 * configure: CXX defaults to gcc, not g++. If we find
15892 gcc in the path, set CC to gcc -O2.
15893
15894 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
15895
15896 * configure: Default ${build} correctly. Avoid picking up extra
15897 spaces when reading CC and CXX from Makefile. When doing a
15898 Canadian Cross, use plausible default values for numerous
15899 variables.
15900 * configure.in: When doing a Canadian Cross, don't try to
15901 configure tools whose configure script can't handle it.
15902
15903 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15904
15905 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15906
15907 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15908
15909 * configure: Remove dubious bug reporting address.
15910
15911 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15912
15913 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15914 configure script, run that instead of this directory's configure.
15915 In either case, print a message that we're configuring the sub-dir.
15916
15917 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15918
15919 * configure.in: Before checking for the existence of various files,
15920 use sed to filter out "target-".
15921
15922 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15923
15924 * Makefile.in (DO_X): Split rule to decrease command line length
15925 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15926 (Philippe De Muyter).
15927
15928 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15929
15930 * Makefile.in (all-patch): depend on all-libiberty.
15931
15932 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15933
15934 * configure.in: If the only directory in target_configdirs which
15935 actually exists is libiberty, then set target_configdirs to empty,
15936 to avoid trying to build a target libiberty in a gas or gdb
15937 distribution.
15938
15939 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15940
15941 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15942 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15943 systems.
15944
15945 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15946
15947 * configure.in (copy_dirs): Use sys-include instead of include
15948 for --with-headers option.
15949
15950 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15951
15952 * Makefile.in, configure.in: Make winsup builds work with
15953 new scheme.
15954
15955 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15956
15957 * configure.in: Build the linker on AIX.
15958
15959 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15960
15961 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15962 where needed.
15963
15964 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15965
15966 * Makefile.in (all-gcc): Fix typo.
15967
15968 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15969
15970 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15971
15972 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15973
15974 * configure.in: Rename libFOO to target-libFOO, and xiberty
15975 to target-xiberty, to provide more flexibility.
15976 (target_subdir): Define. Create if cross.
15977 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15978 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15979 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15980 check-libFOO -> check-target-libFOO, etc.
15981 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15982 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15983 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15984 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15985 allow ALL_GCC="" to only configure.
15986 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15987 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15988 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15989
15990 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15991
15992 * Makefile.in (taz): Build "info" in etc explicitly.
15993
15994 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15995
15996 * configure.in: Make sure that CC is undefined (as opposed to
15997 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15998 problem with autoconf trying to configure on a host without GCC.
15999
16000 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16001
16002 * mpw-configure: Set host alias from choice of host compiler,
16003 only use generic MPW Makefile sed if present, edit a file
16004 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16005 * mpw-README: Add problem notes about CW6 and CW7.
16006
16007 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16008
16009 * Makefile.in (taz): Use ";" instead of ";;".
16010
16011 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16012
16013 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16014 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16015 DISTDOCDIRS.
16016 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16017 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16018
16019 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16020
16021 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16022 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16023 Move bfd to DISTSTUFFDIRS.
16024
16025 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16026
16027 * Makefile.in (X11_LIB): Removed.
16028 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16029
16030 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16031
16032 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16033
16034 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16035 names.
16036
16037 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16038
16039 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16040
16041 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16042
16043 * configure.in (i[345]86-*-win32): Always build newlib.
16044 Don't configure cvs, autoconf or texinfo.
16045 * Makefile.in (LD_FOR_TARGET): New.
16046 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16047 Pass down LD_FOR_TARGET.
16048
16049 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16050
16051 * winsup: New directory.
16052 * Makefile.in: Build winsup.
16053 * configure.in: Winsup is configured when target is win32.
16054 Can only build win32 target GDB when native.
16055
16056 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16057
16058 * config.guess: Recognize HP model 819 machines as having
16059 a PA 1.1 processor.
16060
16061 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16062
16063 * configure: Fix sed loop which substitutes for CC and CXX to
16064 avoid bug found in various sed implementations.
16065
16066 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16067
16068 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16069 simulator. Use standard powerpc-*-eabi*.
16070
16071 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16072
16073 * configure.in: Stop putting gas and binutils in noconfigdirs for
16074 powerpc-*-aix* and rs6000-*-*.
16075
16076 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16077
16078 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16079 -mcall-aixdesc libraries.
16080
16081 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16082
16083 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16084
16085 * config.sub (arm | armel | armeb): Fix shell syntax.
16086
16087 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16088
16089 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16090 -msoft-float and -mcpu=common support.
16091 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16092 libraries.
16093
16094 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16095
16096 * configure.in: Allow configuration and build of emacs19 for the alpha.
16097
16098 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16099
16100 * configure.in (CC): Get ^CC, not just any old CC, from
16101 ${host_makefile_frag}.
16102
16103 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16104
16105 * configure.in (CC): Try to get CC from
16106 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16107
16108 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16109
16110 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16111 only if it exists in $(srcdir).
16112
16113 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16114
16115 * configure: If CC and CXX are not set in the environment, set
16116 them, based on either an existing Makefile or on searching for gcc
16117 in PATH. Substitute for CC and CXX in Makefile.
16118 * configure.in: Remove libm from target_libs. Separate
16119 target_configdirs from configdirs. If CC is not set in
16120 environment, try to get it from a host Makefile fragment. Rewrite
16121 changes of configdirs to use skipdirs instead. A few minor
16122 tweaks. Take directories out of target_configdirs as they are
16123 taken out of configdirs. Remove existing Makefile files from
16124 subdirectories. Substitute for TARGET_CONFIGDIRS and
16125 CONFIG_ARGUMENTS in Makefile.
16126 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16127 by configure.in.
16128 (CONFIG_ARGUMENTS): Likewise.
16129 (CONFIGURE_TARGET_MODULES): New variable.
16130 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16131 ($(CONFIGURE_TARGET_MODULES)): New target.
16132 (configure-libg++, configure-libio): New targets.
16133 (all-libg++): Depend upon configure-libg++.
16134 (all-libio): Depend upon configure-libio.
16135 (configure-libgloss, all-libgloss): New targets.
16136 (configure-libstdc++): New target.
16137 (all-libstdc++): Depend upon configure-libstdc++.
16138 (configure-librx, all-librx): New targets.
16139 (configure-newlib): New target.
16140 (all-newlib): Depend upon configure-newlib
16141 (configure-xiberty): New target.
16142 (all-xiberty): Depend upon configure-xiberty.
16143
16144 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16145
16146 * configure.in (host i[345]86-*-win32): Expand the
16147 noconfigdirs again.
16148
16149 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16150
16151 * mpw-configure: Fix sed command file name.
16152
16153 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16154
16155 * configure.in (host i[345]86-*-win32): Reduce the
16156 noconfigdirs again.
16157
16158 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16159
16160 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16161 or powerpc*-*-pe*, since they are not yet supported.
16162
16163 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16164
16165 Add PowerMac support and many other enhancements.
16166 * mpw-configure: New option --cc to select compiler to use,
16167 paste options set according to --cc into the generated
16168 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16169 if mpw-make.sed is present.
16170 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16171 add forward includes for PowerPC include files.
16172 * mpw-build.in: Build using Makefile.PPC if present.
16173 (do-byacc, etc): Remove separate version resource builds.
16174 (do-gas): Build "stamps" before "all".
16175 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16176 * mpw-README: Update to reflect --cc option, PowerMac support,
16177 and recently-reported compatibility problems.
16178
16179 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16180
16181 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16182 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16183 (--with-multilib-top): Pass to recursive invocations.
16184
16185 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16186
16187 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16188 v810-*-*.
16189
16190 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16191
16192 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16193 gdb, ld and opcodes on v810-*-*.
16194
16195 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16196
16197 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16198 (local-maintainer-clean): New target.
16199 (maintainer-clean): New target.
16200 (realclean): Just depend upon maintainer-clean.
16201
16202 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16203
16204 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16205
16206 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16207
16208 * configure.in: Build ld in mips*-*-bsd* case.
16209
16210 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16211
16212 * config.sub: Accept -lites* OS. From Ian Dall.
16213
16214 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16215
16216 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16217 targets.
16218
16219 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16220
16221 * configure.in: treat i386-win32 canadian cross the same as
16222 i386-go32 canadian cross.
16223
16224 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16225
16226 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16227 running under the simulator to build a reduced set of libraries.
16228 (powerpc-*-eabiaix): Add fine grained multilib support added to
16229 other powerpc targets yesterday.
16230
16231 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16232
16233 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16234 -disable-softfloat, -disable-relocatable, -disable-aix, and
16235 -disable-sysv to control which multilib libraries get built.
16236
16237 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16238
16239 * configure: Add Makefile.tem to list of files to remove in trap
16240 handler.
16241
16242 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16243
16244 * config.guess (*Linux*): Add missing "exit"s.
16245 Also, need specific check for alpha-unknown-linux (uses COFF).
16246
16247 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16248
16249 * config.guess: Merge with FSF:
16250
16251 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16252 * config.guess (AIX4): More robust release numbering discovery.
16253
16254 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16255 * config.guess (i386-sequent-ptx): Properly get version number.
16256
16257 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16258 * config.guess (mips:*:4*:UMIPS): New case.
16259
16260 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16261
16262 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16263 (i386-win32 host): Likewise. Don't build readline.
16264
16265 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16266
16267 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16268 SUPPORT_FILES to submakes.
16269
16270 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16271
16272 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16273 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16274 mpw-configure.
16275
16276 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16277
16278 * configure.in (appdirs): Use =, not ==, in test expression when
16279 trying to build the text to print in the warning message for
16280 Solaris users.
16281
16282 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16283
16284 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16285
16286 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16287
16288 * config.guess: Recognize lynx-2.3.
16289
16290 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16291
16292 * config.sub (z8ksim): Deleted
16293 (z8k-*-coff): New, this is the one true name of the target.
16294
16295 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16296
16297 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16298
16299 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16300
16301 * config.guess (*:Linux:*:*): First try asking the linker what the
16302 default object file format is (elf, aout, or coff). Then if this
16303 fails, try previous methods.
16304
16305 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16306
16307 * configure.in: Don't build newlib for *-*-vxworks5.1.
16308
16309 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16310
16311 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16312 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16313
16314 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16315
16316 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16317
16318 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16319
16320 * cfg-ml-com.in: New file.
16321 * cfg-ml-pos.in: New file.
16322
16323 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16324
16325 * COPYING.NEWLIB: Add HP free copyright to list.
16326
16327 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16328
16329 * config.sub: Recognize -eabi* for the system, not just -eabi.
16330
16331 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16332
16333 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16334 * config.sub, configure.in (win32): New target and host.
16335
16336 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16337
16338 * configure.in: Add i386-pe configuration.
16339
16340 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16341
16342 * mpw-build.in (install): Install GDB after LD.
16343
16344 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16345
16346 * mpw-config.in (elf/mips.h): Always forward-include, needed
16347 for GDB to build.
16348
16349 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16350
16351 * testsuite: New directory for customer acceptance and whole tool
16352 chain tests.
16353
16354 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16355
16356 * configure: If per-host line isn't found, but AC_OUTPUT is found
16357 and a configure script exists, run it instead.
16358
16359 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16360
16361 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16362
16363 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16364
16365 * configure: Set build_{cpu,vendor,os,alias} to host values when
16366 --build isn't specified.
16367
16368 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16369
16370 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16371 (FLAGS_TO_PASS): Pass them.
16372 (EXTRA_TARGET_FLAGS): Ditto.
16373
16374 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16375
16376 * Makefile.in (all-libg++): Depend on all-libstdc++.
16377
16378 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16379
16380 * configure.in (noconfigdirs): Enable all packages for
16381 i386-unknown-netbsd.
16382
16383 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16384
16385 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16386 hosted builds (DOS builds)
16387
16388 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16389
16390 Changes for ARM based on patches from Richard Earnshaw:
16391 * config.sub: Handle armeb and armel.
16392 * configure.in: Omit arm linker only for riscix.
16393
16394 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16395
16396 * config.guess: Update from FSF.
16397
16398 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16399
16400 * config.sub: Recognize powerpcle as the little endian variant of
16401 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16402 powerpcle variant. Convert pentium into i586, not i486. Add p5
16403 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16404 temporarily.
16405
16406 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16407
16408 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16409
16410 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16411
16412 * config.sub: Accept -lites* as a basic system type.
16413
16414 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16415
16416 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16417 installed, and if so return linuxoldld as the system name.
16418
16419 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16420
16421 * config.guess: Add hppa1.1-hp-lites support.
16422
16423 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16424
16425 * configure.in: Don't build newlib for m68k-vxworks5.1.
16426
16427 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16428
16429 * configure.in (mips-sgi-irix6): Use mh-irix5.
16430
16431 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16432
16433 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16434
16435 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16436
16437 * test-build.mk: Enable building of shared libraries on IRIX 5 and
16438 OSF/1. Fix compiler flags.
16439 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16440
16441 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16442
16443 * configure.in: Recognize --with-newlib.
16444 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16445
16446 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16447
16448 * Makefile.in: move {all,check,install}-gdb from *_MODULES
16449 to *_X11_MODULES due to gdbtk needing X include files et al.
16450
16451 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16452
16453 Merge in support for Mac MPW as a host.
16454 (Old change descriptions retained for informational value.)
16455
16456 * mpw-config.in: Add generic include forwards for cpu-specific
16457 include files in aout and elf directories.
16458
16459 * mpw-configure: Added copyright.
16460 * mpw-config.in: Check for presence of required build tools.
16461 (target_libs): Add newlib.
16462 (target_tools): Add examples.
16463 (Read Me): Generate as "Read Me for MPW" instead.
16464 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16465 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16466 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16467
16468 * mpw-configure: Remove subdir-specific makefile hackery,
16469 delete mk.tmp after using it.
16470
16471 * mpw-build.in (all): Display start and end times.
16472
16473 * mpw-configure (host_canonical): Set.
16474 (target_cpu): Always add to makefiles.
16475 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16476 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16477 (mpw-mh-mpw): Look for in srcdir and srcroot.
16478 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16479
16480 * mpw-build.in: (install-only): New target.
16481
16482 * mpw-configure (host_alias, target_alias): Rename from hostalias
16483 and targetalias, add into generated Makefile.
16484 (mk.tmp): If present, add into generated Makefile.
16485 * mpw-build.in (all-gas): Build config.h first before gas proper.
16486
16487 * mpw-configure (config.status): Write only if changed.
16488 * mpw-config.in (readline): Configure it (not built, just used for
16489 definitions).
16490
16491 * mpw-config.in (elf/mips.h): Add a forward include.
16492
16493 * mpw-config.in: Forward-include most .h files in include into
16494 extra-include.
16495 (readline): Don't build.
16496 mpw-build.in (install): Install GDB.
16497
16498 * mpw-configure (prefix, mpw_prefix): Handle it.
16499 * mpw-config.in (mmalloc, readline): Don't configure.
16500 * mpw-build.in (thisscript): Rename to ThisScript.
16501 Use mpw-build instead of BuildProgram everywhere.
16502 (mmalloc, readline): Don't build.
16503 * mpw-README: New file, basic documentation about the MPW port.
16504
16505 * mpw-config.in: Use forward-include to create include files.
16506
16507 * mpw-configure: Add more things to the top of each configured
16508 Makefile, including contents of config/mpw-mh-mpw.
16509 * mpw-config.in (extra-include): Create this directory and fill it
16510 with Posix-like include files when configuring.
16511
16512 * config.sub (apple, mac, mpw): Add various aliases.
16513
16514 * mpw-build.in: New file, top-level build script fragment for MPW.
16515 * mpw-configure: New file, configure script for MPW.
16516 * mpw-config.in: New file, config fragment for MPW.
16517
16518 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16519
16520 * configure.in (host_libs): Remove glob, since it is gone from the
16521 sources.
16522
16523 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16524
16525 * Makefile.in: define empty GDB_NLM_DEPS var.
16526
16527 * configure.in(target_makefile_frag): use config/mt-netware
16528 for netware targets.
16529
16530 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16531
16532 * config.sub: Merge in recent FSF changes. Remove linux special
16533 cases.
16534
16535 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16536
16537 Revert this change:
16538
16539 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16540
16541 * build-all.mk: Use CC=cc -Xs on Solaris.
16542
16543 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16544
16545 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16546 stop using it.
16547 * Makefile.in: Nuke all references to glob subdirectory.
16548
16549 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16550
16551 * configure.in: Fix --enable-shared logic in per-host.
16552
16553 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16554
16555 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16556
16557 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16558
16559 * configure.in (noconfigdirs): Don't build gas on AIX, for
16560 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16561
16562 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16563
16564 * configure: Fix --cache-file to work if the file argument is a
16565 relative path.
16566
16567 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16568
16569 * configure: If the --cache-file is used, pass it down to
16570 configure in subdirectories.
16571
16572 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16573
16574 * config.sub: add vxworks29k configuration.
16575
16576 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16577
16578 * Makefile.in (taz): Do "diststuff" part quietly.
16579
16580 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16581
16582 * config.sub: Mini-merge with gcc/config.sub.
16583
16584 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16585
16586 * config.guess (IRIX): Sed - to _.
16587
16588 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16589
16590 * Makefile.in (source-vault, binary-vault): New targets.
16591
16592 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16593
16594 * config.sub: Recognize -eabi as a basic system type.
16595
16596 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16597
16598 * configure.in (enable_shared stuff): Fix typo.
16599
16600 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16601
16602 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16603
16604 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16605
16606 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16607
16608 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16609
16610 * configure.in (rs6000-*-*): Don't build gas.
16611
16612 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16613
16614 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16615 reduce command line length.
16616 (AS_FOR_TARGET): Check for as.new, not Makefile.
16617 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16618
16619 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16620
16621 * config.guess: Merge from FSF.
16622
16623 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16624
16625 * configure: Don't use $ when handling program_suffix.
16626
16627 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16628
16629 * configure.in: Configure tk for hppa/hpux.
16630
16631 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16632
16633 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16634
16635 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16636
16637 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16638 to LIBCXXFLAGS. Tests are better run without it.
16639
16640 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16641
16642 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16643
16644 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16645
16646 * configure.in (*-*-netware*): Don't configure xiberty.
16647
16648 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16649
16650 * configure.in: Remove tk from native_only list.
16651
16652 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16653
16654 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16655 for special NCD build.
16656
16657 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16658
16659 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16660 makeall.bat, they're only useful for binutils snapshots.
16661 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16662 makeall.bat to specified SUPPORT_FILES.
16663
16664 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16665
16666 * build-all.mk: Add Ericsson targets to sun4 and solaris
16667 hosts. Add BNR's sun4 target to solaris host, so their
16668 build-from-source will be tested in-house first.
16669
16670 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16671
16672 * Makefile.in (LIBCFLAGS): New variable.
16673 (CFLAGS_FOR_TARGET): Ditto.
16674 (LIBCFLAGS_FOR_TARGET): Ditto.
16675 (LIBCXXFLAGS): Ditto.
16676 (CXXFLAGS_FOR_TARGET): Ditto.
16677 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16678 (BASE_FLAGS_TO_PASS): Pass them.
16679 (EXTRA_TARGET_FLAGS): Ditto.
16680
16681 * configure.in: Support --enable-shared.
16682
16683 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16684
16685 * configure.in (target_libs): Include libstdc++ again.
16686 * config.guess: Update from FSF (for FreeBSD).
16687
16688 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16689
16690 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16691 makeall.bat.
16692 (DISTDOCDIRS): Add `etc'.
16693 (ETC_SUPPORT_PFX): New variable.
16694 (taz): Include anything from etc starting with a word in
16695 ETC_SUPPORT_PFX.
16696
16697 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16698
16699 * config.sub: Update for recent FSF changes. Remove obsolete
16700 h8300hds entry. Add -windows* and -osx as basic os. Minor
16701 spacing changes.
16702
16703 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16704
16705 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
16706
16707 * config.guess: Merge with FSF.
16708 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16709
16710 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16711
16712 * configure: Since the "trap 0" handler will override the exit
16713 status on many systems, only use it for "exit 1", and make it set
16714 a non-zero exit status; reset it before "exit 0". Also, check
16715 exit status of config.sub, and error out if it failed.
16716
16717 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
16718
16719 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16720 and install libgloss.
16721
16722 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16723
16724 * Makefile.in (all-binutils): Depend upon all-byacc.
16725
16726 * configure.in: Don't build emacs on Irix 5.
16727
16728 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16729
16730 * configure.in (*-*-netware*): Add libio.
16731
16732 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16733
16734 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16735 (CHECK_TARGET_MODULES): Ditto.
16736 (INSTALL_TARGET_MODULES): Ditto.
16737 (TARGET_LIBS): Ditto.
16738 (all-libstdc++): Note dependencies.
16739
16740 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16741
16742 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16743
16744 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16745
16746 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16747 -fexternal-templates.
16748
16749 * configure.in (target_libs): Add libstdc++.
16750 (noconfigdirs): Add libstdc++ as appropriate.
16751
16752 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16753
16754 * config.guess: Update from FSF.
16755
16756 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16757
16758 * configure: Use ${config_shell} when running ${configsub}.
16759
16760 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
16761
16762 * config.sub: No longer recognize h8300h.
16763
16764 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16765
16766 * config.sub: Remove extraneous differences between config.sub and
16767 gcc/config.sub.
16768
16769 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16770
16771 * Makefile.in (DISTSTUFFDIRS): Add gas.
16772
16773 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
16774
16775 * COPYING.NEWLIB: New file.
16776
16777 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
16778
16779 * config.guess (HP-UX): Patch from Harlan Stenn
16780 <harlan@landmark.com> to also emit release level.
16781
16782 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16783
16784 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16785
16786 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
16787
16788 * config.sub: Merge nextstep cleanup from FSF.
16789
16790 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16791
16792 * configure.in (arm-*-*): Don't configure ld for this target.
16793
16794 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16795
16796 * configure.in (*-*-netware): don't configure libg++, libio,
16797 librx, or newlib.
16798
16799 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16800
16801 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
16802 configure ld--it works, but it doesn't support shared libraries.
16803
16804 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16805
16806 * config.guess (*-unknown-freebsd*): Get rid of possible
16807 trailing "(Release)" in version string.
16808 Patch from Paul Richards <paul@isl.cf.ac.uk>.
16809
16810 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
16811
16812 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16813 Fix type: *-next-neststep -> *-next-nextstep.
16814
16815 * config.guess: Merge from FSF:
16816
16817 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16818
16819 * config.guess: Recognize powerpc-ibm-aix3.2.5.
16820
16821 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16822
16823 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16824 instead of UNIX_SV for UnixWare 1.0).
16825
16826 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
16827
16828 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
16829 to make gdb/nlm/* build after the compiler and linker.
16830
16831 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
16832
16833 * config.guess (netbsd, freebsd, linux): Accept any machine,
16834 not just i[34]86.
16835 (m68k-atari-sysv4): Relocate to match FSF version.
16836
16837 * config.guess: More merges from the FSF:
16838
16839 Add a space before function call or macro invocation.
16840
16841 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16842
16843 * config.guess: Add trap cmd to remove dummy.c and dummy when
16844 interrupted.
16845
16846 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16847
16848 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16849 (dummy): Redirect stderr from compilation of dummy.c.
16850
16851 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
16852
16853 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16854
16855 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
16856
16857 * configure: Accept and ignore --cache*, for compatibility with
16858 new autoconf.
16859
16860 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
16861
16862 * config.guess: Merge from FSF:
16863
16864 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16865
16866 * config.guess (Pyramid*:OSx*:*:*): New case.
16867 (PATH): Add /.attbin at end for finding uname.
16868 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
16869
16870 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
16871
16872 * config.guess (M88*:DolphinOS:*:*): New case.
16873
16874 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
16875
16876 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16877 to select whether to use ELF or COFF.
16878
16879 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16880
16881 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16882
16883 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
16884
16885 * config.guess: Guess the OS version for HPUX.
16886
16887 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
16888
16889 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16890
16891 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16892
16893 * configure.in: Recognize --with-headers, --with-libs, and
16894 --without-newlib.
16895 * Makefile.in (all-xiberty): Depend upon all-ld.
16896
16897 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16898
16899 * configure.in: Change i[34]86 to i[345]86.
16900
16901 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16902
16903 * configure (version): A few more tweaks to help message.
16904
16905 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16906
16907 * Makefile.in: Remove (for now) librx as a host library,
16908 now that we're building it for target.
16909
16910 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16911
16912 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16913 (Karl Berry).
16914
16915 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16916
16917 * configure.in: Also configure librx.
16918
16919 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16920
16921 * Makefile.in: Update various rules to reflect that librx
16922 is now needed for libg++.
16923
16924 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16925
16926 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16927
16928 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16929
16930 * configure.in: Configure the examples directory.
16931
16932 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16933
16934 * configure: Simplify Jun 2 1994 change.
16935
16936 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16937
16938 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16939 /bin/gcc isn't good enough to build gcc.
16940
16941 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16942
16943 * Makefile.in (GDB_SUPPORT_FILES): Remove
16944 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16945 (gdb.tar.gz): Add new rule to use standard distribution building
16946 mechanism.
16947
16948 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16949
16950 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16951 Bill Cox <bill@cygnus.com>.
16952
16953 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16954
16955 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16956
16957 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16958
16959 * configure: Search current dir first in .gdbinit.
16960
16961 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16962
16963 * config.sub: Recognize freebsd (merged from gcc config.sub).
16964
16965 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16966
16967 * config.sub: Refer to NeXT's operating system as nextstep.
16968
16969 * config.sub (case $basic_machine): Re-order the cases, to match
16970 the order in the FSF version (which is mostly alphabethical).
16971 Merge in some additions and changes from the FSF.
16972
16973 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16974
16975 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16976 * config.sub: Recognize cxux7.
16977 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16978
16979 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16980
16981 * config.sub: Fix typo powerpc -> powerpc-*.
16982
16983 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16984
16985 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16986
16987 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16988 parallel with all-emacs and install-emacs). Top-level command
16989 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16990
16991 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16992
16993 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16994 $(relbindir)/make before doing ``make install'', and use
16995 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16996 installing over running make binary.
16997 ($(host)-stamp-stage3-installed): Likewise.
16998
16999 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17000
17001 * config.guess: Recognize Mach.
17002
17003 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17004
17005 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17006 see whether --exec-prefix was used.
17007
17008 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17009
17010 * README: Explicitly mention libg++/README. (Zoo's idea.)
17011
17012 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17013
17014 * Makefile.in: Add all-librx target similar to all-libproc.
17015
17016 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17017
17018 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17019 with post 1.2 uname bogosity.
17020
17021 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17022
17023 * configure: Remove temporary files on receipt of a signal.
17024
17025 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17026
17027 * configure: If there is a package_makefile_frag, remove
17028 ${subdir}/Makefile.tem after copying it in.
17029
17030 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17031
17032 * build_all.mk: support rs6000 lynx identifies itself as
17033 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17034 since /bin/gcc is too feeble to compile a modern gcc.
17035
17036 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17037
17038 * brought devo/test-build.mk update-to-date with progressive/
17039 test-build.mk. Add lynx targets and hppa flag info.
17040
17041 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17042
17043 * configure.in: Use mh-ncrsvr43. Patch from
17044 Tom McConnell <tmcconne@sedona.intel.com>.
17045
17046 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17047
17048 * config.guess (i386-unknown-bsdi): No longer need to
17049 check #if defined(__bsdi__) && defined(__i386__).
17050
17051 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17052
17053 * configure: Set program_transform_nameoption correctly.
17054
17055 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17056
17057 * brought build-all.mk update-to-date with progressive build-all.mk,
17058 added new targets and hppa info.
17059
17060 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17061
17062 * configure: If config.guess result is a prefix of the user
17063 specified target, assume a native build and use the user specified
17064 target as the host alias. Remove SunOS patch suffix removal hack.
17065 * configure.in: Remove SunOS patch suffix removal hack.
17066
17067 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17068 in NATIVE_CHECK_MODULES.
17069
17070 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17071
17072 * Makefile.in: Rename HOST_ONLY to NATIVE.
17073 * configure: Delete SunOs patch suffix from host_canonical
17074 and build_canonical variables that are prepended to Makefiles.
17075 * configure.in: Add comments for easier maintenance.
17076
17077 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17078
17079 * Makefile.in: Add all-libproc target similar to all-gui.
17080
17081 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17082
17083 * Makefile.in (CHECK_MODULES): split into
17084 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17085
17086 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17087
17088 * config.guess (i386-unknown-bsdi): New system to guess.
17089
17090 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17091
17092 * Makefile.in: Add all-gui target (but not yet build by "all").
17093
17094 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17095
17096 * config.sub: Move deletion of patch suffix from here...
17097 * configure.in: To here, at Ian's suggestion. The top-
17098 level scripts might need to know of a patch level.
17099
17100 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17101
17102 * config.sub: Strip off patch suffix so rtl is recognized
17103 as a sunos4.1.3 machine, even though it's been patched.
17104
17105 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17106
17107 * Makefile.in (INSTALL_LAST): Delete.
17108 (INSTALL_DOSREL): New.
17109
17110 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17111
17112 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17113 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17114 whether we pass down --with-gnu-ld anyhow.
17115
17116 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17117
17118 * Makefile.in (INSTALL_LAST): Change operation so it works
17119 on more flavors of make.
17120 * configure.in (go32): Don't build libg++ or libio.
17121
17122 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17123
17124 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17125 they can be overriden by templates.
17126
17127 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17128
17129 * configure.in (target==go32): Don't build gdb.
17130 * dosrel: New directory.
17131
17132 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17133
17134 * configure.in (host==go32): Configure dosrel too.
17135 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17136 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17137 be set by incoming names or templates.
17138 (INSTALL_LAST): New rule.
17139
17140 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17141
17142 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17143
17144 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17145
17146 * configure.in (appdirs): New variable. Currently empty, but will
17147 be used in gas distribution. If nonempty, lists a set of
17148 directories at least one of which must get configured, or top
17149 level configuration is considered to have failed.
17150 (rs6000-*-lynxos*): Use new file name.
17151
17152 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17153
17154 Eliminate XTRAFLAGS.
17155 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17156 newlib include files using -idirafter, and also use -nostdinc.
17157 (CXX_FOR_TARGET): Likewise.
17158 (XTRAFLAGS): Removed.
17159 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17160 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17161 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17162 ($(DO_X)): Don't pass down XTRAFLAGS.
17163
17164 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17165
17166 * configure.in (mips*-dec-bsd*): New target; do build linker.
17167 (mips*-*-bsd*): New target; don't build linker.
17168
17169 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17170
17171 * configure.in: support rs6000-*-lynxos* configuration.
17172 support sunos4 as a cross target.
17173
17174 * config.sub: look for lynx*, not lynx since the OS version may
17175 legitimately be part of the name.
17176
17177 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17178
17179 * configure.in (i[34]86-*-sco*): Move to be with other i386
17180 targets.
17181 (romp-*-*): New target. Skip various binary utilities.
17182 (vax-*-*): New target. Don't build newlib.
17183 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17184
17185 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17186
17187 * configure.in: Only set host_makefile_frag if config
17188 directory exists.
17189
17190 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17191
17192 * install.sh: If $dstdir exists, don't check whether each
17193 component does.
17194
17195 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17196
17197 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17198
17199 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17200
17201 * configure.in (*-*-lynxos*): Don't configure newlib for either
17202 native or cross Lynx.
17203
17204 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17205
17206 * config.sub (sparc64-elf): Fix os.
17207 (z8k): Remove duplicate.
17208
17209 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17210
17211 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17212 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17213
17214 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17215
17216 * configure: Make file links cleanly even if Lynx fails on
17217 an NFS symlink (at least fail cleanly).
17218
17219 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17220
17221 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17222 -XNh2000.
17223
17224 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17225
17226 * configure: Unknown options are fatal again.
17227
17228 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17229
17230 * configure: Ignore --x-includes and --x-libraries, for Autoconf
17231 compatibility.
17232
17233 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17234
17235 * build-all.mk: Add `clean' target.
17236
17237 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17238
17239 * config.guess: Add SINIX support.
17240 * configure.in: Add mips-*-sysv4* support.
17241
17242 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17243
17244 * build-all.mk: Document all useful targets.
17245 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17246 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17247
17248 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17249
17250 * configure: Support --silent, --quiet.
17251
17252 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17253
17254 * configure: Support --disable-FEATURE.
17255
17256 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17257
17258 * config.guess: Recognize NCR running SVR4.3.
17259
17260 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17261
17262 * config.guess: Make BSDI generate i386-unknown-bsd386.
17263 Patch from Paul Eggert <eggert@twinsun.com>.
17264
17265 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17266
17267 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17268
17269 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17270
17271 * configure: Make unrecognized options give nonfatal warnings
17272 instead of fatal errors, and pass them to any subdirectory
17273 configures in case they recognize them.
17274 Make --x equivalent to --with-x.
17275
17276 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17277
17278 * configure: Add --enable-* options. Clean up usage message and
17279 some comments.
17280
17281 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17282
17283 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17284
17285 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17286
17287 * configure.in (hppa*-*-*): Enable binutils.
17288
17289 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17290
17291 * config.sub: Recognize cisco.
17292
17293 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17294
17295 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17296
17297 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17298
17299 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17300 than one configuration name. Add comment.
17301
17302 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17303
17304 * config.guess: about target *-hitachi-hiuxwe2, fixed
17305 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17306 macro is incorrect.]
17307
17308 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17309
17310 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17311 than the "make ls" stuff which used to be here.
17312
17313 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17314
17315 * config.guess: Recognize i[34]86-unknown-freebsd.
17316 From Shawn M Carey <smcarey@rodan.syr.edu>.
17317
17318 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17319
17320 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17321
17322 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17323
17324 * config.guess: Check for ptx.
17325
17326 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17327
17328 * config.sub: Add os9k checking.
17329
17330 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17331
17332 * config.guess: Handle OSF1 running on HPPA processors
17333
17334 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17335
17336 * configure: If subdir configure fails, print out a message with
17337 subdirectory name, in case subdir's configure code didn't identify
17338 itself.
17339
17340 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17341
17342 * configure.in: Remove embedded newlines from configdirs.
17343 Avoid mismatches of substrings. Fix matching strings at end
17344 of configdirs.
17345
17346 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17347
17348 * config.guess: Add Lynx/rs6000 config support.
17349
17350 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17351
17352 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17353
17354 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17355
17356 * configure.in (hppa*-*-osf*): Treat this just like most other
17357 PA configurations (eg no binutils or ld).
17358 (hppa*-*-*elf*): These configurations have binutils and ld.
17359
17360 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17361
17362 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17363
17364 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17365
17366 * configure.in (rs6000-*-*): Build gas.
17367
17368 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17369
17370 * Makefile.in: Avoid bug in losing hpux sed.
17371
17372 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17373
17374 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17375 for GDB and GDB has been fixed to not need it.
17376
17377 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17378
17379 * config.guess: Recognize vax hosts.
17380
17381 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17382
17383 * configure (while loop): Don't use "break 2" inside case
17384 statement -- the case statement isn't an enclosing loop.
17385
17386 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17387
17388 * config.guess: Clean up NeXT support, to allow nextstep
17389 on Intel machines. Make OS be nextstep.
17390
17391 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17392
17393 * config.guess: Add alternate forms for Convex.
17394
17395 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17396
17397 * configure: Completely rewrite option processing. Take
17398 advantage of pattern-matching to avoid invoking test frequently.
17399 Also clean up host and target defaulting logic.
17400
17401 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17402
17403 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17404 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17405 commands (plus user environment) will fit SCO limits.
17406
17407 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17408
17409 * configure.in: Don't issue warnings about directories which are
17410 not being configured if -norecursion is set. Correct test for
17411 --with-gnu-as and --with-gnu-ld to not get confused by substring
17412 matches.
17413
17414 * configure.in: Don't build gas for alpha-dec-osf1*.
17415
17416 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17417
17418 * configure: Back out Per's change of 12/19/1993. It changes the
17419 behavior of configure in unexpected and confusing ways.
17420
17421 Also, use different delim char when calculating
17422 program_transform_name so that the name can contain slashes.
17423
17424 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17425
17426 * configure.in, config.sub: Add support for VSTa micro-kernel.
17427
17428 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17429
17430 * configure.in: Nuke hacks which were used to get a special
17431 version of GAS for HPPA configurations.
17432
17433 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17434
17435 * configure: If only ${target_alias} is given, use that
17436 as the default for ${host_alias}.
17437 * configure: Add missing back-slashes before nested quotes.
17438
17439 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17440
17441 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17442
17443 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17444
17445 * config.guess: Recognize some Tektronix configurations.
17446 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17447
17448 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17449
17450 * config.sub: Match any flavor of SH.
17451
17452 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17453
17454 * configure.in: Don't try to configure newlib for Alpha.
17455
17456 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17457
17458 * configure.in: Don't build ld for Irix 5. Don't build gas,
17459 libg++ or libio for any Alpha target.
17460
17461 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17462
17463 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17464
17465 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17466 default arguments -- so it tried to compress itself.
17467
17468 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17469
17470 * configure.in (notsupp): ensure that a space is always at the end
17471 of the configdirs list, since the grep checks for an explicit space
17472
17473 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17474
17475 * configure.in (target i386-sysv4.2): don't build ld, since static
17476 versions of many libraries are not available.
17477
17478 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17479
17480 * config.guess: Recognize Apollos (using environment variables).
17481 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17482
17483 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17484
17485 * config.guess: Recognize Sony news mips running newsos.
17486
17487 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17488
17489 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17490 "fi ; else" for bash.
17491
17492 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17493
17494 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17495
17496 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17497
17498 * config.sub: accept unixware as an alias for svr4.2.
17499 Fix some inconsistancies with the gcc version.
17500
17501 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17502
17503 * Makefile.in (DISTDOCDIRS): Add gdb.
17504
17505 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17506
17507 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17508
17509 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17510
17511 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17512 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17513 this now.
17514
17515 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17516
17517 * config.sub: Accept hiux* as an OS name.
17518
17519 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17520 etc/make-stds.texi. The underscore came from gcc, and dje now
17521 agrees that RUNTESTFLAGS is the correct name.
17522
17523 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17524
17525 * install.sh: Remove 'set -e'. It makes any conditionals
17526 in the script useless.
17527
17528 * config.guess: Automatically recognize arm-acorn-riscix
17529 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17530
17531 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17532
17533 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17534
17535 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17536
17537 * Makefile.in (DISTDOCDIRS): New variable.
17538 (taz): Edit local Makefile.in sooner, instead of proto-toplev
17539 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
17540
17541 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17542
17543 * configure.in (hppa target): check the source directory for the
17544 pagas sub-directory
17545
17546 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17547
17548 * config.sub: Allow -aout* and -elf*.
17549
17550 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17551
17552 * configure.in: Don't build ld on i386-solaris2, same as for
17553 sparc-solaris2.
17554
17555 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17556
17557 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17558
17559 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17560
17561 * configure.in: Configure gdb for alpha.
17562
17563 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17564
17565 * Makefile.in (CXXFLAGS): Add -O.
17566
17567 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17568
17569 * config.guess: added support for DG Aviion
17570
17571 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17572
17573 * configure.in: Produce warning message for subdirectories not
17574 configurable for this host/target combination. Don't try to
17575 configure gdb for vms.
17576
17577 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17578
17579 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17580 appropriate files before making "diststuff".
17581 (DISTBISONFILES): New var: list of files to be edited.
17582 (DISTSTUFFDIRS): Add binutils.
17583
17584 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17585
17586 * config.sub: also handle mipsel and mips64el (for little endian mips)
17587
17588 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17589
17590 * configure.in: Add * to end of all OS names.
17591
17592 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17593
17594 * configure.in: Build newlib for LynxOS native.
17595
17596 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17597
17598 * config.guess: Add support for delta 88k running SVR3.
17599
17600 * configure.in: Add comment about HP compiler vs. emacs.
17601
17602 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17603
17604 * configure.in: don't build ld on solaris2 (not a viable option
17605 due to bugs in getpwnam & getpwuid)
17606
17607 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17608
17609 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17610 config.guess will produce a full version number.
17611
17612 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17613
17614 * configure.in: Build linker and binutils for alpha-dec-osf1.
17615
17616 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17617
17618 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17619 and gdb/testsuite/Makefile.in.
17620
17621 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17622
17623 * configure.in: recognize mips*- instead of mips-
17624
17625 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17626
17627 * config.sub: Accept linux*coff and linux*elf as operating
17628 systems.
17629
17630 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17631
17632 * config.sub: Recognize mips64, and mips3 as an alias for it.
17633
17634 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17635
17636 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17637 gdb knows how to handle OSF/1 shared libraries.
17638
17639 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17640
17641 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17642 * config.guess: Recognize Hitachi's HIUX.
17643 * config.sub: Recognize h3050r* and hppahitachi.
17644 Remove redundant cases for hp9k[23]*.
17645
17646 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17647
17648 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17649 if gas and ld are in the source tree and are in ${configdirs}.
17650 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17651 --with options (but still pass them down on the command line,
17652 if they were explicitly specified).
17653
17654 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17655
17656 * configure: substitute SHELL value in Makefile.in with
17657 ${CONFIG_SHELL}
17658
17659 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17660
17661 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17662 *-*-solaris2* targets.
17663
17664 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17665
17666 * Makefile.in: define M4, and pass it down to sub-makes;
17667 all-autoconf now depends on all-m4
17668
17669 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17670
17671 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17672 presence of {ar,ranlib} instead of a configured directory
17673
17674 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17675
17676 * config.guess: Accept 34?? as well as 33?? for NCR.
17677
17678 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17679
17680 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17681 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17682
17683 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17684
17685 * configure: grab values for $(CC) and $(CXX) from the
17686 environment, so that someone can do "CC=gcc configure; make" and
17687 have it work right (matching the way that autoconf works now)
17688
17689 * configure.in, Makefile.in: add support for gash, the tcl
17690 interface to Galaxy
17691
17692 * config.guess: add NetBSD variants (hp300, x86)
17693
17694 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
17695
17696 * install.sh: Support -d option (in the manner of SunOS 4 install,
17697 as it is more deterministic than that of GNU install)
17698 (chmodcmd): Set file to mode 755 by default (should also do default
17699 chgrp and chown, but I don't feel like dealing with that now)
17700
17701 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
17702
17703 * config.sub: Remove h8300hhms alias.
17704
17705 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17706
17707 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17708
17709 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17710
17711 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17712 as stmp-fixinc
17713
17714 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17715
17716 * config.sub: recognize m88110-bug-coff.
17717
17718 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17719
17720 * Makefile.in (all-libio): all dependencies on the toolchain used
17721 to build this (gcc, gas, ld, etc)
17722
17723 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17724
17725 * config.guess: Deal with OSF/1 1.3 on alpha.
17726
17727 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17728
17729 * install.sh: add some 'else true' clauses for portability
17730
17731 * configure.in: don't build libio for h8[35]00-*-* targets
17732
17733 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
17734
17735 * Makefile.in: Add support for new libio.
17736
17737 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17738
17739 * install.sh: If one command fails, don't try the rest. Don't try
17740 to remove $dsttmp (via trap) unless we have already created it.
17741 If $src doesn't exist, detect it and exit with an error.
17742
17743 * config.guess: Recognize BSD on hp300.
17744
17745 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
17746
17747 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17748 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17749
17750 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
17751
17752 * Makefile.in (all-send-pr): depends on all-prms
17753
17754 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17755
17756 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17757
17758 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17759
17760 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17761 Added test for mips-mips-riscos5.
17762
17763 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17764
17765 * configure.in: use mh-hp300 for 68k HP hosts
17766
17767 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17768
17769 * configure: add support for CONFIG_SHELL, so that you can use
17770 some alternate shell for evaluating configure scripts
17771
17772 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
17773
17774 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
17775 in configure script to bug-gdb@prep.ai.mit.edu when building
17776 distribution archive.
17777 * Makefile.in (COMPRESS): Remove def.
17778 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
17779 gdb.tar.Z and make-gdb.tar.Z respectively.
17780 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
17781 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
17782 to convergence with 'taz' target in Makefile.in.
17783
17784 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17785
17786 * install.sh (dsttmp): use trap to ensure that tmp files go
17787 away on error conditions
17788
17789 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17790
17791 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17792
17793 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17794
17795 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17796 its parent is '/' not ''.
17797
17798 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17799
17800 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
17801
17802 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17803 that ${newsrcdir}/configure.in does.
17804
17805 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17806
17807 * test-build.mk: support for CONFIG_SHELL
17808
17809 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
17810
17811 * config.sub (netware): Add as a basic system type.
17812
17813 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17814
17815 * Makefile.in (Makefile): depend on configure.in. Also drop the
17816 $(srcdir)/ from the dependency on Makefile.in.
17817
17818 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
17819
17820 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17821 (h8300hhms is temporary until multi-libraries are implemented).
17822 * configure.in: Handle h8300h too.
17823
17824 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17825
17826 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17827
17828 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
17829
17830 * configure: Remove extraneous output when guessing host type.
17831 * config.guess: Remove extraneous output when guessing using C
17832 compiler rather than uname, or when guessing fails.
17833
17834 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
17835
17836 * Makefile.in: remove all.cross and install.cross targets
17837
17838 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17839 definitions
17840
17841 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
17842
17843 * configure.in (target sh): Build gprof.
17844
17845 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17846
17847 * config.sub: change -solaris to -solaris2
17848
17849 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17850
17851 * configure.in: Use config/mh-riscos for mips-*-sysv*.
17852
17853 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
17854
17855 * configure: Correct error message for missing Makefile.in to
17856 print correct directory.
17857
17858 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17859
17860 * install.sh: kludge around 386BSD shell bug
17861
17862 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
17863
17864 * config.guess: Recognize NeXT.
17865 * config.guess: Recognize i486-ncr-sysv4.
17866 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
17867
17868 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
17869
17870 * Makefile.in (MAKEINFOFLAGS): New variable.
17871 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17872 * build-all.mk, test-build.mk: Pass down --no-split as
17873 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
17874
17875 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
17876
17877 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
17878
17879 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
17880
17881 * Makefile.in (libg++.tar.z): New rule.
17882 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
17883 * Makefile.in (taz): Only do a single chmod.
17884
17885 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17886
17887 * install.sh: don't use dirname anymore (replaced with sed usage)
17888
17889 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
17890
17891 * Makefile.in: Change extension for gzip'd files from '.z' to
17892 '.gz' per new FSF standard usage.
17893
17894 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17895
17896 * configure: put quotes around the final value of program_transform_name
17897
17898 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17899
17900 * Makefile.in: new install.sh support; update install-info rules
17901
17902 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17903
17904 * configure.in: Build diff for crosses, but not for go32 host.
17905
17906 * configure.in: Build gprof only for native, and don't build it
17907 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17908
17909 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17910
17911 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17912
17913 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17914
17915 * configure.in (host_tools): Add prms.
17916
17917 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17918
17919 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17920 with $(FLAGS_TO_PASS) on the command line
17921
17922 * config.sub: Recognize lynx and lynxos
17923
17924 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17925
17926 * config.sub: Accept -ecoff*, not just -ecoff.
17927
17928 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17929
17930 * Makefile.in (taz): Use .gz suffix instead of .z.
17931 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17932 names.
17933
17934 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17935
17936 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17937
17938 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17939
17940 * Makefile.in (install-no-fixedincludes): install gcc last, so
17941 that rebuilds that might happen during 'make install' don't get
17942 bogus gcc include files
17943
17944 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17945
17946 Change from Utah for HPPA support:
17947 * config.guess: Recognize hppa1.x-hp-bsd.
17948
17949 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17950
17951 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17952 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17953
17954 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17955
17956 * config.sub: Add support for rom68k and bug boot monitors.
17957
17958 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17959
17960 * Makefile.in: Make all-opcodes depend on all-bfd.
17961
17962 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17963
17964 * config.guess: Added special check for i[34]86-univel-sysv4*.
17965
17966 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17967
17968 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17969 the processor rather than assuming i486.
17970
17971 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17972
17973 * config.guess: Recognize SunOS6 as Solaris3.
17974
17975 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17976
17977 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17978 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17979
17980 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17981
17982 * build-all.mk (all-cross): New target for Canadian Cross.
17983 Added Q2 go32 targets.
17984 * test-build.mk: Configure go32 cross sparclite-aout and
17985 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17986 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17987
17988 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17989
17990 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17991 GO32 hosted toolchains
17992
17993 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17994
17995 * configure: change so "-exec-prefix" gets passed down rather
17996 than "-exec_prefix" so autoconf generated Makefiles get the
17997 exec_prefix set right.
17998
17999 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18000
18001 * config.guess: get the Solaris2 minor version number
18002
18003 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18004
18005 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18006
18007 * config.guess: Recognize some Sequent platforms.
18008
18009 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18010
18011 * Makefile.in: added the vault-install target
18012
18013 * configure.in: actually use the Sun3 makefile fragment that's in
18014 config, also added the release dir to configdirs
18015
18016 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18017
18018 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18019
18020 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18021
18022 * configure.in: remove some program from Alpha targetted toolchains
18023
18024 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18025
18026 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18027 gprof.
18028 (taz): Run "make diststuff" in those directories instead of "make
18029 proto-dir". Look for "VERSION=" only at start of line in subdir
18030 Makefile. Use "gzip -9" for compression.
18031 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18032 (binutils.tar.z): New target.
18033
18034 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18035
18036 * Makefile.in (taz): Include gpl.texinfo.
18037
18038 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18039
18040 * Makefile.in (setup-dirs): Merged into "taz" target.
18041 (taz): Only do `proto-dir' stuff if a directory is actually needed
18042 for this target.
18043
18044 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18045
18046 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18047 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18048 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18049 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18050 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18051
18052 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18053
18054 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18055 config.sub, and move-if-change to gdb testsuite distribution
18056 archive, so the testsuite can be extracted, configured, and
18057 run separately from the gdb distribution. Blow away the Chill
18058 tests that require a Chill compiled executable, since GNU Chill
18059 is not yet publically available.
18060
18061 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18062
18063 * test-build.mk: set environment variables in a single command,
18064 instead of a list of assignments and exports
18065
18066 * config.guess: recognize Alpha/OSF1 systems
18067
18068 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18069
18070 * configure: Change help message to prefer --options rather than
18071 -options.
18072
18073 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18074
18075 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18076 zippy@ecst.csuchico.edu.
18077 * config.guess: Recognize miniframe.
18078
18079 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18080
18081 * Makefile.in: Use srcroot to find runtest rather than rootme.
18082 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18083
18084 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18085
18086 * test-build.mk: Extensive additions to support building on a
18087 machine other than the host.
18088
18089 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18090
18091 * configure (tooldir): Fix for i386-aix again.
18092
18093 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18094
18095 * configure, Makefile.in: Change definition of $(tooldir)
18096 to match the FSF.
18097
18098 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18099
18100 * config.guess: Recognize i[34]86/SVR4.
18101
18102 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18103
18104 * Makefile.in (all-gdb): gdb depends on sim.
18105
18106 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18107
18108 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18109 at the same time we make the prototype gdb directory.
18110 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18111 files at the same time as the gdb base release distribution.
18112
18113 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18114
18115 * Makefile.in (check): Use individual check targets rather than
18116 DO_X rule.
18117 (check-gcc): Added.
18118
18119 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18120
18121 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18122 for System V release 3.2.
18123
18124 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18125
18126 * config.sub: Recognize hppaosf.
18127 * configure.in: Do configure ld/binutils/gas for it.
18128
18129 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18130
18131 * configure (tooldir): Alter syntax used to set this, for systems
18132 where "\$" isn't handled right, like i386-aix.
18133
18134 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18135
18136 * configure: Pass program-transform-name, not
18137 program_transform_name, to recursive configures.
18138
18139 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18140
18141 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18142 of gas+ld+binutils.
18143
18144 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18145
18146 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18147
18148 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18149
18150 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18151
18152 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18153
18154 * Makefile.in (PRMS): Set back to all-prms.
18155
18156 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18157
18158 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18159 targets, rather than for MIPS hosts.
18160
18161 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18162
18163 * configure.in: add comment for --with-x default values
18164
18165 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18166
18167 * Makefile.in: add check-* targets for each of the directories in
18168 the tree. Add a definition of RUNTEST that will use the one we
18169 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18170
18171 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18172
18173 * configure.in: Removed obsolete references to bfd_target and
18174 target_makefile_frag.
18175
18176 * build-all.mk: Set assorted targets for Q2.
18177 * config.sub: Recognize z8k-sim and h8300-hms.
18178 * test-build.mk: Really don't pass host to configure.
18179 (HOLES): Added uname.
18180
18181 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18182
18183 * configure: Handle an empty program-prefix, program-suffix or
18184 program-transform-name correctly.
18185
18186 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18187
18188 * build-all.mk: -G 8 no longer required for MIPS targets.
18189 * test-build.mk: Don't pass host argument to configure; make it
18190 guess.
18191
18192 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18193
18194 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18195 * Makefile.in (COMPRESS): New macro, like GZIP.
18196
18197 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18198
18199 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18200
18201 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18202 with gas currently defaults to -G 0.
18203
18204 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18205
18206 * Makefile.in (all-flex): flex depends on byacc.
18207
18208 * build-all.mk: If host not specified, use config.guess. Pass TAG
18209 to test-build.mk as RELEASE_TAG.
18210 * test-build.mk (configargs): New variable containing arguments to
18211 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18212 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18213
18214 * config.guess: Use /bin/uname when checking -X argument on SCO,
18215 to avoid invoking GNU uname which doesn't understand -X.
18216
18217 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18218
18219 * configure.in: Build gas for mips-*-*.
18220
18221 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18222
18223 * Makefile.in (all.normal): insert missing backslash.
18224
18225 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18226
18227 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18228
18229 * Makefile.in: Complete overhaul to merge many almost identical
18230 targets.
18231
18232 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18233
18234 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18235 (gdb.tar.Z): Adjusted.
18236
18237 * Makefile.in (setup-dirs, taz): New targets; should be general
18238 enough to adapt for gdb sometime. Build only .z file.
18239 (gas.tar.z): New target.
18240
18241 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18242
18243 * build-all.mk: Use CC=cc -Xs on Solaris.
18244
18245 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18246
18247 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18248 for handling BISON for FSF releases.
18249
18250 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18251
18252 * configure: Actually implement the change zoo just documented.
18253
18254 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18255
18256 * configure: when using config.guess, only set target_alias when
18257 it's not already been set (ie, on the command line)
18258
18259 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18260
18261 * Makefile.in: add installcheck target, set PRMS to install-prms
18262
18263 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18264
18265 * configure: add support for package_makefile_fragment, handle the
18266 case where a directory has a configure.in file but no Makefile.in
18267 more gracefully (with an actual understandable error message, even);
18268 add support for --without (and add this to the usage message); also
18269 explicitly add a --host=${host_alias} to the command line when
18270 config.guess is used
18271
18272 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18273
18274 * configure: Must use both --host and --target in recursive calls.
18275
18276 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18277
18278 * Makefile.in: Change deja-gnu to dejagnu.
18279
18280 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18281
18282 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18283
18284 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18285
18286 * configure.in: canonicalize all instances to *-*-solaris2*,
18287 also strip out a number of tools to not build for go32 host
18288
18289 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18290
18291 * config.guess: add GPL.
18292
18293 * Makefile.in, config.guess, config.sub, configure: bump
18294 copyrights to 93.
18295
18296 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18297
18298 * Makefile.in (do-info): Removed obsolete check for existence of
18299 localenv file.
18300
18301 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18302
18303 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18304
18305 * Makefile.in: a couple of 'else true' for decstation,
18306 support for TclX
18307
18308 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18309
18310 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18311
18312 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18313
18314 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18315
18316 * config.guess: Recognize i386-ibm-aix (PS/2).
18317 * configure.in: Use config/mh-aix386 file for it.
18318
18319 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18320
18321 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18322 CC_FOR_TARGET instead.
18323 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18324
18325 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18326
18327 * Makefile.in: Add sim to list of directories sent with gdb
18328
18329 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18330
18331 * configure.in: Put back mips-dec-bsd* case.
18332
18333 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18334
18335 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18336 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18337 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18338
18339 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18340
18341 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18342
18343 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18344 (install-info): install dir.info only if it exists,
18345 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18346
18347 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18348
18349 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18350 gas for mips-dec-bsd.
18351
18352 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18353
18354 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18355 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18356
18357 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18358
18359 * configure.in: Added "dejagnu" to hosttools list.
18360
18361 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18362
18363 * config.sub, configure.in, config.guess: Add support
18364 for Bosx, an AIX variant from Bull.
18365 Patches from F.Pierresteguy@frcl.bull.fr.
18366
18367 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18368
18369 * devo/dejagnu: Initial creation of devo/dejagnu.
18370 Migrated dejagnu testcases and support files for testing software
18371 tools to reside as subdirectories, currently called "testsuite",
18372 within the directory of the software tool. Migrated all programs,
18373 support libraries, etc. beloging to dejagnu proper from
18374 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18375 with no modifications. The changes to these files which will
18376 allow them to configure, build, and execute properly will be made
18377 in a future update.
18378
18379 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18380
18381 * Makefile.in: Change send_pr to send-pr.
18382 * configure.in: Likewise.
18383 * send_pr: Renamed directory to send-pr.
18384
18385 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18386
18387 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18388
18389 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18390
18391 * README: Update for gdb-4.8 release.
18392 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18393 gdb-xxx.tar.z (gzip'd) file also.
18394
18395 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18396
18397 * Makefile.in: make all-diff depend on all-libiberty
18398
18399 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18400
18401 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18402
18403 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18404
18405 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18406
18407 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18408
18409 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18410 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18411 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18412
18413 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18414
18415 * Makefile.in: makeinfo binary is in a new location
18416
18417 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18418
18419 * config.sub: Accept -ecoff as an OS.
18420
18421 * Makefile.in: Various changes to eliminate a level of make
18422 recursion and reduce the required command line length.
18423 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18424 sub-makes.
18425 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18426 variables holding settings for specific sub-makes.
18427 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18428 in terms of BASE_FLAGS_TO_PASS.
18429 (TARGET_LIBS): New variable listing directories which use
18430 TARGET_FLAGS_TO_PASS.
18431 (subdir_do): Eliminated.
18432 (do-*): New set of targets to replace subdir_do.
18433 (various): All targets which used subdir_do now depend on do-*.
18434 (local-clean): Renamed from do_clean.
18435 (local-distclean): New target, dependency of distclean and
18436 realclean.
18437 (install-info): Don't create directories. Depend on dir.info
18438 rather than calling make recursively.
18439 (install-dir.info): Eliminated.
18440 (install-info-dirs): Create all info directories here.
18441 (dir.info): Depend upon do-install-info.
18442
18443 * test-build.mk (HOLES): Added false.
18444
18445 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18446
18447 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18448
18449 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18450
18451 * Makefile.in (info): remove dependency on all-texinfo. The
18452 problem was really in texinfo/C, not at this level.
18453
18454 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18455
18456 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18457
18458 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18459
18460 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18461 GDB releases.
18462
18463 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18464
18465 * configure: Include srcdir in message about target of link not
18466 being found. Don't convert `-' to `_' in `with' options being
18467 passed to subdirs.
18468
18469 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18470
18471 * configure.in: add uudecode to host_tools
18472
18473 * Makefile.in: added {all,install}-uudecode targets, added them to
18474 the appropriate lists
18475
18476 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18477
18478 * Makefile.in (all-gcc): Added dependency on all-gas.
18479
18480 * configure.in (mips-*-*): Build ld and binutils.
18481
18482 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18483
18484 * configure: check return code from mkdir, print error message and
18485 exit on failure.
18486
18487 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18488
18489 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18490
18491 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18492
18493 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18494
18495 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18496
18497 * config.sub (h8500): Recognize this as a cpu type.
18498
18499 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18500
18501 * configure: source directory missing is no longer a warning
18502
18503 * configure.in: recognize irix[34]* instead of irix[34]
18504
18505 * Makefile.in: define and pass down X11_LIB
18506
18507 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18508
18509 * guess-systype: Renamed to ...
18510 * config.guess: ... by popular request.
18511 * configure.in, Makefile.in: Update accordingly.
18512
18513 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18514
18515 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18516 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18517 + Execute ./dummy instead of assuming . is in PATH.
18518
18519 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18520
18521 * guess-systype: New shell script. Attempts to guess the
18522 canonical host name of the executing host.
18523 Only a few hosts are supported so far.
18524 * configure: Call guess-systype if no host is specified.
18525
18526 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18527
18528 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18529 gcc Makefile.
18530
18531 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18532
18533 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18534 (all-gcc, install-gcc, subdir_do): Use it.
18535
18536 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18537
18538 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18539
18540 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18541
18542 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18543 set exclusively by configure, using configure.in .
18544
18545 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18546
18547 * test-build.mk: set $PATH for all builds
18548
18549 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18550
18551 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18552
18553 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18554 the one used in gcc/Makefile.in, so that a null expansion doesn't
18555 override the one needed to build gcc with a native cc.
18556
18557 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18558
18559 * configure: Accept -with arguments.
18560
18561 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18562
18563 * Makefile.in: added h8300sim
18564
18565 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18566
18567 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18568 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18569 (all-cygnus, native, build-cygnus): Make
18570 $(canonhost)-stamp-3stage-done, not $(host)....
18571 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18572 i386-sco3.2v4. Added else true to if command.
18573
18574 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18575
18576 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18577
18578 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18579
18580 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18581
18582 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18583
18584 * configure.in: don't remove binutils from Solaris builds
18585
18586 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18587
18588 * Makefile.in: get rid of earlier definitions for *clean,
18589 also handle the recursive info rule better
18590
18591 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18592
18593 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18594 do more-or-less the right thing.
18595
18596 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18597
18598 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18599 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18600
18601 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18602
18603 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18604 $(host_canonical).
18605
18606 * configure.in: split the configdirs list into 4 categories (native
18607 v. cross, library v. tool) and handle the cross-only and native-
18608 only in more reasonable (and correct!) way.
18609
18610 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18611
18612 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18613 configdirs anymore.
18614
18615 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18616
18617 * Makefile.in: extensive cleanup:: removed all of the explicit
18618 clean-* targets, collapsed many wrappers around subdir_do into
18619 one, added additional targets to satisfy standards.texi, deleted
18620 some old targets, some changes for consistency
18621
18622 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18623
18624 * configure.in: handle some programs as cross-only, and others as
18625 native only
18626
18627 * test-build.mk: handle partial holes in a more generic manner
18628
18629 * Makefile.in: m4 depends on libiberty
18630
18631 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18632
18633 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18634 time, wdiff, and find to configdirs
18635
18636 * Makefile.in: all, clean, and install rules for the new programs
18637 added to configure.in
18638
18639 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18640
18641 * configure.in: use mh-sun for all *-sun-* hosts
18642
18643 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18644
18645 * Makefile.in: define flags for X11 include files and library file
18646 locations, pass them down to the programs that need this info
18647
18648 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18649
18650 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18651
18652 * configure.in: start building libg++ for HP-UX targets
18653
18654 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18655
18656 * README: Update references to files moved into etc/.
18657
18658 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18659
18660 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18661 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18662
18663 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18664
18665 * configure: accept dash as well as underscore in long option
18666 names for FSF compatibility.
18667
18668 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18669
18670 * config.sub: added -sco3.2v4 support from FSF.
18671
18672 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18673
18674 * configure.in: expand the section that adds or removes
18675 directories from the list of programs to build, to handle native
18676 vs. cross in addition to host v. native
18677
18678 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18679
18680 * Makefile.in: Replace C++ in macro names with CXX.
18681 This is less likely to break ...
18682
18683 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18684
18685 * test-build.mk: add -w to GNU_MAKE
18686
18687 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18688
18689 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18690 add 'sparc' to list of recognized cpus. This needed to make
18691 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18692 Delete some redundant ose68 variants. Recognize -wrs as an os,
18693 then changes that into $CPU-wrs-vxworks.
18694
18695 * configure.in: remove most references to gdbtest, regularize
18696 target based program removal
18697
18698 * test-build.mk: import from p3 tree (many fixes and changes)
18699
18700 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18701
18702 * Makefile.in: added rules to handle tcl, tk, and expect
18703
18704 * configure.in: handle those directories if they exist
18705
18706 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18707
18708 * config.sub: removed bogus hppabsd and hppahpux names, since
18709 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18710
18711 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18712
18713 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
18714 depends upon all-xiberty
18715
18716 * Makefile.in: changes from p3, including:
18717
18718 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
18719
18720 * Makefile.in (XTRAFLAGS): include newlib directories if
18721 newlib/Makefile exists, rather than if host != target.
18722
18723 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
18724
18725 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18726 from the same source tree and not building a cross-compiler. This
18727 matters for the libg++ configuration if reconfiguring a tree that
18728 has already been installed.
18729
18730 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
18731
18732 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18733 pick up the machine and system specific header files.
18734
18735 * Makefile.in: added AS_FOR_TARGET, passed down in
18736 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18737 the C compiler to use to create programs which are run in the
18738 build environment, set it to default to $(CC), and passed it down
18739 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18740
18741 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
18742
18743 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18744 We need them for unusual native builds, like systems without
18745 ranlib.
18746
18747 * configure: also define $(host_canonical) and
18748 $(target_canonical), which are the full, canonical names for the
18749 given host and target
18750
18751 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
18752
18753 * Makefile.in: Added separate definitions for C++.
18754
18755 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
18756
18757 * configure.in (configdirs): Add deja-gnu.
18758
18759 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
18760
18761 * README: Update for configure.texi and gdb-4.7 release.
18762
18763 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
18764
18765 * Makefile.in: Move "all" target to top of file.
18766 Previously, first target was ".PHONY" which caused BSD4.4 make
18767 to build .PHONY when make was run without arguments.
18768
18769 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
18770
18771 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
18772 Library-copylefted code in libiberty.
18773
18774 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
18775
18776 * config.sub: Replace m68kmote with plain old m68k.
18777
18778 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
18779
18780 * Makefile.in: Remove space from blank line, avoid Make complaints.
18781
18782 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
18783
18784 * config.sub: Complain if no argument is given. Added support for
18785 386bsd as OS and target alias.
18786
18787 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
18788
18789 * Makefile.in (XTRAFLAGS): include newlib directories if
18790 newlib/Makefile exists, rather than if host != target.
18791
18792 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
18793
18794 * config.sub: recognize sparclite-wrs-vxworks.
18795
18796 * Makefile.in (install-xiberty): added *-xiberty make rules (from
18797 p3.) Added clean-xiberty to clean.
18798
18799 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18800
18801 * configure.in: use *-*-* instead of nested cases for host and target
18802
18803 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
18804
18805 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18806 from the same source tree and not building a cross-compiler. This
18807 matters for the libg++ configuration if reconfiguring a tree that
18808 has already been installed.
18809
18810 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
18811
18812 * config.sub (i486v/i486v4): Merge in from FSF version.
18813
18814 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
18815
18816 * configure: only set PWD if it is already set.
18817
18818 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
18819
18820 * configure: just set PWD=`pwd` at the top, since Ultrix sh
18821 doesn't have unset and all success paths (and most error paths)
18822 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18823 to just ${PWD} to avoid confusion.)
18824
18825 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
18826
18827 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18828 even for a native compilation.
18829
18830 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
18831
18832 Changes to make the gdb.tar.Z rule work better.
18833
18834 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
18835 (DEVO_SUPPORT): Add configure.texi.
18836 (bfd-ilrt.tar.Z): Remove ancient rule.
18837
18838 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
18839
18840 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18841 pick up the machine and system specific header files.
18842
18843 * configure.in, config.sub: added new target m68010-adobe-scout,
18844 with alias of adobe68k. Changed configure.in to check for
18845 -scout before -sco* to avoid a false match.
18846
18847 * Makefile.in: added AS_FOR_TARGET, passed down in
18848 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18849 the C compiler to use to create programs which are run in the
18850 build environment, set it to default to $(CC), and passed it down
18851 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18852
18853 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
18854
18855 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18856 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
18857 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18858 FOR_TARGET variants, to newlib and libg++.
18859
18860 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
18861
18862 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18863 first.
18864
18865 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
18866
18867 * config.sub: Accept `elf' as an environment.
18868
18869 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18870
18871 * Makefile.in (all-opcodes): cd into the right directory
18872
18873 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
18874
18875 * configure: added -program_transform_name option, used as
18876 argument to sed when installing programs.
18877 configure.texi: added documentation for -program_prefix,
18878 -program_suffix and -program_transform_name.
18879
18880 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
18881
18882 * config.sub: Accept i486 where i386 ok.
18883
18884 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
18885
18886 * config.sub: accept we32k
18887
18888 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
18889
18890 * config.sub, configure.in: accept OSE68000 and OSE68k.
18891
18892 * Makefile.in: don't create all directories for ``make install'';
18893 let the subdirectories create the ones they need.
18894
18895 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18896
18897 * COPYING: new file, GPL v2
18898
18899 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18900
18901 * Makefile.in: use the new gen-info-dir, which needs a template
18902 argument (which also lives in texinfo)
18903
18904 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18905
18906 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18907
18908 * config.sub (ncr3000): Change i386 to i486.
18909
18910 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18911
18912 * Makefile.in: add install-rcs, install-grep to
18913 install-no-fixedincludes, removed install-bison and install-libgcc
18914
18915 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18916
18917 * configure.in: grab the HPUX makefile fragment if on HPUX
18918
18919 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18920
18921 * Makefile.in: eradicate bison spoor (ditto libgcc).
18922 configure.in: recognise m68{k,000}-ericsson-OSE.
18923 es1800 is alias for m68k-ericsson-OSE
18924
18925 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18926
18927 * configure.in: rearrange the parts that remove programs from
18928 configdirs, based now on HOST==TARGET or by canonical triple.
18929
18930 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18931
18932 * test-build.mk: recurse explicitly with -f test-build.mk when
18933 appropriate. predicate stage3 and comparison on the existence
18934 of gcc. That is, if gcc isn't around, we aren't three-staging.
18935 On very clean, also remove ...stamp-co. Build in-place before
18936 doing other builds.
18937
18938 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18939
18940 * Makefile.in, configure.in: add tgas
18941
18942 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18943
18944 * Makefile.in: a number of changes merged in from progressive.
18945
18946 * configure.in: add libm.
18947
18948 * .cvsignore: ignore some stuff that comes from test-build.mk.
18949
18950 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18951
18952 * config.sub: Add es1800 (m68k-ericsson-es1800).
18953
18954 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18955
18956 * configure: Add program_suffix (parallel to program_prefix)
18957 * Makefile.in: adjust directory-creating script for losing decstation
18958
18959 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18960
18961 * configure: Minor $subdir-related fixes.
18962
18963 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18964
18965 * configure: fix various problems with propogating
18966 makefile_target_frag in subdirs.
18967 * configure.in: config libgcc if its there
18968
18969 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18970
18971 * config.sub: HPPA merge.
18972
18973 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18974
18975 * Makefile.in: Replace all-bison with all-byacc in all
18976 dependency lines for other tools (which now use byacc).
18977
18978 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18979
18980 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18981
18982 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18983
18984 * Makefile.in: make gprof rules similar to byacc rules (instead of
18985 vestigal $(unsubdir) that didn't work...)
18986
18987 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18988
18989 * config.sub: Add support for Linux.
18990 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18991 (at least for libg++).
18992
18993 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18994
18995 * configure.texi: fix doc for the -nfp option to configure
18996
18997 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18998
18999 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19000
19001 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19002
19003 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19004 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19005 * configure.in: added solaris* host_makefile_frag hook.
19006
19007 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19008
19009 * config.sub: changed recognition of m68000 so that various
19010 m68k types can be specified via m680[01234]0
19011
19012 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19013
19014 * config.sub (basic_machine): fix sed so that '-foo' isn't
19015 completely substituted out while .+'-foo' loses the '-foo'
19016
19017 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19018
19019 * config.sub ($os): Add -aout.
19020
19021 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19022
19023 * configure: If host_makefile_frag is absolute, don't
19024 prefix ${invsubdir} (relevant to libg++ auto-configure).
19025
19026 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19027
19028 * Makefile.in (tooldir): Define it.
19029 (all-ld): Depend on all-flex.
19030
19031 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19032
19033 * Makefile.in (check): Fix libg++ special case.
19034
19035 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19036
19037 * configure: do not bury `pwd` into config.status, thus do fewer
19038 pwd's.
19039
19040 * configure: print the "Building in" message only when building in
19041 other than "." AND verbose.
19042
19043 * configure: remove -s, rework -v to better accommodate guested
19044 configures.
19045
19046 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19047
19048 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19049
19050 * Makefile.in: macroize flags passed on recursion. remove
19051 fileutils.
19052
19053 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19054
19055 * configure: get makesrcdir right for subdirs deeper than 1.
19056
19057 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19058 install.
19059
19060 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19061
19062 * Makefile.in: don't print subdir_do or recursion lines.
19063
19064 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19065
19066 * standards.texi: added menu item.
19067
19068 * Makefile.in: build and install standards.info.
19069
19070 * standards.texi: new file.
19071
19072 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19073
19074 * configure: test for and move config.status pieces from
19075 ${subdir}/.
19076
19077 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19078
19079 * configure: Test for existance of files before trying to mv
19080 them, to avoid numerous non-existance messages.
19081
19082 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19083
19084 * configure: correct final line of config.status.
19085
19086 * configure: patch from eggert. Avoids a protection problem if
19087 the original Makefile.in is read only.
19088
19089 * configure: use move-if-change from gcc to create config.status.
19090 Some makefiles depend on config.status to tell if a directory
19091 has been reconfigured for a different host. This change
19092 prevents those directories from remaking everything in the case
19093 where the reconfig was only intended to rebuild a Makefile.
19094
19095 * configure: test for config.sub with "config.sub sun4" rather
19096 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19097 host alias from a missing config.sub.
19098
19099 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19100
19101 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19102 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19103
19104 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19105
19106 * configure: mkdir ${subdir} as needed.
19107
19108 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19109
19110 * Makefile.in,configure.in: added autoconf.
19111
19112 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19113
19114 * Makefile.in: no longer pass against on recursion.
19115
19116 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19117 definitions are not inherited.
19118
19119 * configure: correct makesrcdir when subdir is .
19120
19121 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19122
19123 * configure: Add support for 'subdirs' variable, which is
19124 like 'configdirs', except that configure doesn't re-invoke
19125 itself for subdirs, it just creates a Makefile for each subdir.
19126 * configure.texi: Document subdirs.
19127
19128 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19129
19130 * configure.in: added flex to configdirs
19131
19132 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19133
19134 * Makefile.in: remove clean-stamps from clean.
19135
19136 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19137
19138 * configure.in: Add gdbtest to configdirs.
19139
19140 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19141
19142 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19143 to recursive makes.
19144 * configure.in: Recognize new ncr3000 config.
19145
19146 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19147
19148 * Makefile.in, configure.in: removed references to gdbm.
19149
19150 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19151
19152 * config.sub: Don't canonicalize os value
19153 newsos* to bsd (readline needs to check for newsos).
19154 (This fix was earlier made Jan 31, but got re-broken.)
19155
19156 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19157
19158 * configure.in: sco is an os, not a vendor!
19159
19160 * configure: Quote $( better. Keep various shells happy.
19161
19162 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19163
19164 * Makefile.in: eliminate stamp-files.
19165
19166 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19167
19168 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19169 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19170
19171 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19172
19173 * config.sub: fix iris/iris3.
19174
19175 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19176
19177 * configure: re-add -rm.
19178
19179 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19180
19181 * Maskefile.in: add .stmp-rcs to all.
19182
19183 * configure.in: remove gas from rs6000 build, use aix host fragment.
19184
19185 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19186
19187 * configure: pass down site_option during recursion.
19188
19189 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19190
19191 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19192
19193 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19194
19195 * configure: Change exec_prefix so that it really defaults to prefix.
19196
19197 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19198
19199 * Makefile.in, configure.in: Add support for mmalloc library.
19200
19201 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19202
19203 * Makefile.in: add stmp dependencies for a few more things.
19204
19205 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19206
19207 * configure: adjusted error message on objdir/srcdir configure
19208 collision, per john's suggestion.
19209
19210 * Makefile.in: add libiberty stmp to all and all.cross.
19211
19212 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19213
19214 * Makefile.in: remove force dependencies, add grep to all.
19215
19216 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19217
19218 * Makefile.in: drop flex. make stamp files work.
19219
19220 * configure: added test for conflicting configuration in srcdir,
19221 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19222 gets cranky. use relative paths for configure and srcdir
19223 whenever possible. Send some error messages to stderr that were
19224 going to stdout.
19225
19226 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19227
19228 * Makefile.in: Fix libg++ rule to check for gcc directory
19229 before using gcc/gcc. Also pass XTRAFLAGS.
19230
19231 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19232
19233 * Makefile.in: added stmp-files so that directories aren't polled
19234 when they are already built.
19235
19236 * configure.texi: fixed a node pointer problem.
19237
19238 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19239
19240 * config.sub configure.in gdb/configure.in
19241 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19242 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19243 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19244
19245 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19246
19247 * configure: -recurring becomes -silent. corrected help message
19248 for -site= option.
19249
19250 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19251
19252 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19253
19254 * configure: when building Makefile for crosses, replace
19255 tooldir and program_prefix. default srcdir from location of
19256 config.sub. remove "for host in hosts" and "for target in
19257 targets" loops.
19258
19259 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19260
19261 * Makefile.in: Do not pass bindir or mandir to cvs.
19262
19263 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19264
19265 * Makefile.in, configure.in: removed traces of namesubdir,
19266 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19267 copyrights to '92, changed some from Cygnus to FSF.
19268
19269 * configure.texi: remove most references to multiple hosts,
19270 multiple targets, subdirs, etc.
19271
19272 * configure.man: removed rcsid. reference config.sub not
19273 config.subr.
19274
19275 * Makefile.in: mkdir $(infodir) on install-info.
19276
19277 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19278
19279 * configure.texi: Explain better about .gdbinit and about
19280 the environment that configure.in sections run in.
19281
19282 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19283
19284 * configure.in: Ultrix is only a decstation if it's a MIPS.
19285
19286 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19287
19288 * README: DOC.configure => cfg-paper.texi.
19289
19290 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19291
19292 * config.sub (near case $os): Don't convert newsos* to bsd!
19293
19294 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19295
19296 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19297 the number of copies of COPYING that go into the GDB tar file.
19298
19299 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19300
19301 * bfd/configure.in, gdb/config/mh-i386sco,
19302 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19303 Fix SCO configuration stuff.
19304
19305 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19306
19307 * Makefile.in: For libg++, make sure the -I pointing
19308 to the gcc directory goes *after* all the libg++-local -I flags.
19309 Also, move just-gcc dependency from just-libg++ to all-libg++.
19310
19311 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19312
19313 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19314
19315 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19316
19317 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19318
19319 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19320
19321 * config.sub: Add stratus configuration frags. Also
19322 submitted to FSF.
19323
19324 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19325
19326 * Makefile.in (DEV_SUPPORT): add configure.man.
19327
19328 * config.sub(Decode manufacturer-specific): add -none*.
19329
19330 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19331
19332 * Makefile.in: remove form feeds to make Sun's make happy.
19333 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19334
19335 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19336
19337 * Makefile.in (AR_FLAGS): Make quieter.
19338
19339 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19340
19341 * configure.in: Add libg++.
19342 * configure: When verbose, don't output the command line at each
19343 level; it will be unremarkably the same as the previous version,
19344 which will be the same as what the user typed.
19345
19346 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19347
19348 * configure.in, Makefile.in: fix clean-info, add flex. add
19349 fileutils.
19350
19351 * configure: be less sensitive to spaces in Makefile.in. Do not
19352 look for sources in "..". Doing so breaks subdirectories that
19353 might have their own configure. If a subdir has it's own
19354 configure script, use it.
19355
19356 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19357
19358 * cfg-paper.texi: some changes suggested by rms.
19359
19360 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19361
19362 * config.sub: Merge in some small additions from the FSF version,
19363 taken from the gcc distribution, to bring the Cygnus and FSF
19364 versions into closer sync.
19365
19366 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19367
19368 * configure.in: Changed svr4 references to sysv4.
19369
19370 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19371
19372 * configure: added -V for version number option.
19373
19374 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19375
19376 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19377 renamed from DOC.configure to cfg-paper.texi.
19378
19379 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19380
19381 * configure, config.subr, config.sub: config.subr is now
19382 config.sub again.
19383
19384 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19385
19386 * configure.texi: new file, in progress.
19387
19388 * Makefile.in: build info file and install the man page for
19389 configure.
19390
19391 * configure.man: new file, first cut.
19392
19393 * configure: find config.subr again now that configuration "none"
19394 has gone. removed all traces of the -ansi option. removed all
19395 traces of the -languages option.
19396
19397 * config.subr: resync from rms.
19398
19399 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19400
19401 * configure, config.sub, config.subr: merge config.sub into
19402 config.subr, call the result config.subr, remove config.sub, use
19403 config.subr.
19404
19405 * Makefile.in: revised install for dir.info.
19406
19407 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19408
19409 * configure.in: add decstation host makefile frag.
19410
19411 * Makefile.in: BISON now bison -y again. also install-gcc on
19412 install. clean-gdbm on clean. infodir belongs in datadir.
19413 Make directories for info install. Build dir.info here then
19414 install it.
19415
19416 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19417
19418 * Makefile.in: fix for bad directory tests.
19419
19420 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19421
19422 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19423 regexp. -srcdir relative was being handled incorrectly.
19424
19425 * Makefile.in: unwrapped some for loops so that parallel makes
19426 work again and so one can focus one's attention on a particular
19427 package.
19428
19429 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19430
19431 * configure: added PWD as a stand in for `pwd` (for speed). use
19432 elif wherever possible. make -srcdir work without -objdir.
19433 -objdir= commented out.
19434
19435 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19436
19437 * configure: +options become --options. -subdirs commented out.
19438 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19439 Makefile now at top of generated Makefile. Removed cvs log
19440 entries. added -srcdir. create .gdbinit only if there is one
19441 in ${srcdir}.
19442
19443 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19444 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19445 and mandir now keyed off datadir by default.
19446
19447 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19448
19449 * Freshly created ChangeLog.
19450
19451 \f
19452 Local Variables:
19453 mode: change-log
19454 left-margin: 8
19455 fill-column: 76
19456 version-control: never
19457 End: