PR c++/70344 - ICE with recursive constexpr
[gcc.git] / ChangeLog
1 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2
3 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
4 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
5
6 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
7
8 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
9 special case builtin.
10 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
11 support for ALTIVEC_BUILTIN_VEC_ADDEC.
12 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
13 for __builtin_vec_addec.
14
15 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
16
17 * config.guess: Import version 2016-04-02 (newest).
18 * config.sub: Import version 2016-05-10 (newest).
19
20 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
21
22 * configure.ac: Add ARC support to libgloss.
23 * configure: Regenerate
24
25 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
26
27 * MAINTAINERS (Write After Approval): Add myself.
28
29 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
30
31 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
32 * configure: Regenerated.
33 * Makefile.def (gmp): Explicitly disable assembler.
34 (mpfr): Adjust lib_path.
35 (mpc): Likewise.
36 * Makefile.in: Regenerated.
37
38 2016-05-01 Jakub Jelinek <jakub@redhat.com>
39
40 PR bootstrap/70704
41 * configure.ac (--enable-stage1-checking): Add missing
42 --enable-checking=.
43 * configure: Regenerated.
44
45 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
46
47 * config.guess: Revert r235676.
48 * config.sub: Revert r235676.
49
50 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
51
52 * config.guess: Remove SH5 support.
53 * config.sub: Likewise.
54 * configure: Likewise.
55 * configure.ac: Likewise.
56
57 2016-04-26 Jakub Jelinek <jakub@redhat.com>
58
59 PR bootstrap/70704
60 * configure.ac (--enable-stage1-checking): For --disable-checking or
61 implicit --enable-checking, make sure extra flag matches in between
62 stage1 and later checking.
63 * configure: Regenerated.
64
65 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
66
67 * .gitattributes: New file.
68
69 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
70
71 * MAINTAINERS (rs6000/powerpc port): Add myself.
72
73 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
74
75 PR bootstrap/70173
76 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
77 and gotools directories. Delete the stage_final file.
78 * Makefile.in: Regenerate.
79
80 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
81
82 * MAINTAINERS (Write After Approval): Add myself.
83
84 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
85
86 * MAINTAINERS (Fortran maintainer): Remove myself.
87
88 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
89
90 * MAINTAINERS (Write After Approval): Add myself.
91
92 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
93
94 * MAINTAINERS (Write After Approval): Add myself.
95
96 2016-03-17 Cary Coutant <ccoutant@gmail.com>
97
98 Sync with binutils-gdb:
99
100 2016-03-17 Cary Coutant <ccoutant@gmail.com>
101
102 * configure.ac: Add mips and s390 to the gold target check.
103 * configure: Regenerate.
104
105 2016-03-01 DJ Delorie <dj@redhat.com>
106
107 * MAINTAINERS (mep): Remove myself as MeP maintainer.
108
109 2016-02-22 David Malcolm <dmalcolm@redhat.com>
110
111 * MAINTAINERS (libcpp): Add myself.
112 (diagnostic messages): Likewise.
113
114 2016-02-20 Tom de Vries <tom@codesourcery.com>
115
116 * MAINTAINERS: Fix whitespace.
117
118 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
119
120 * MAINTAINERS (Write After Approval): Add myself.
121
122 2016-01-29 Sebastian Pop <s.pop@samsung.com>
123
124 * config/isl.m4: Add comments about isl-0.16.
125 * configure: Regenerate.
126
127 2016-01-29 Martin Jambor <mjambor@suse.cz>
128
129 * MAINTAINERS (hsa maintainers): Add myself.
130
131 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
132
133 * MAINTAINERS: (Write After Approval): Add myself.
134
135 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
136 Sebastian Pop <s.pop@samsung.com>
137
138 * Makefile.in: Regenerate.
139 * Makefile.tpl: Export ISLVER.
140 * configure: Regenerate.
141 * config/isl.m4: Detect isl-0.15.
142
143 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
144
145 PR bootstrap/69329
146 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
147 * Makefile.in: Regenerate.
148
149 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
150
151 * configure.ac: Enable LTO for DJGPP
152 * configure: Regenerate
153
154 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
155
156 Sync with binutils-gdb:
157 2015-10-21 Nick Clifton <nickc@redhat.com>
158
159 PR gas/19109
160 * configure.ac: Note the 'none' is an acceptable argument to
161 --enable-compressed-debug-sections.
162 * configure: Regenerate.
163
164 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
165
166 PR bootstrap/69134
167 * Makefile.def (mpfr): Disable assembler.
168 * Makefile.in: Regenerate.
169
170 2016-01-01 Ben Elliston <bje@gnu.org>
171
172 * config.guess: Import version 2016-01-01.
173 * config.sub: Likewise.
174
175 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
176
177 * MAINTAINERS (Write After Approval): Add myself.
178
179 2015-12-17 Sebastian Pop <s.pop@samsung.com>
180
181 * Makefile.in: Replace ISL with isl.
182 * Makefile.tpl: Same.
183 * config/isl.m4: Same.
184 * configure.ac: Same.
185 * contrib/download_prerequisites: Same.
186 * configure: Regenerate.
187
188 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
189
190 * MAINTAINERS (Write After Approval): Add Myself.
191
192 2015-12-17 Nathan Sidwell <nathan@acm.org>
193
194 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
195 * configure: Regenerate.
196
197 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
198 Sebastian Pop <s.pop@samsung.com>
199
200 * config/isl.m4 (ISL_CHECK_VERSION): Check for
201 isl_ctx_get_max_operations.
202 * configure: Regenerate.
203
204 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
205
206 * MAINTAINERS (Write After Approval): Add myself.
207
208 2015-12-02 Ian Lance Taylor <iant@google.com>
209
210 PR go/66147
211 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
212 * Makefile.in: Regenerate.
213
214 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
215
216 PR libffi/65726
217 * Makefile.def (lang_env_dependencies): Make libffi depend
218 on cxx.
219 * Makefile.in: Regenerate.
220
221 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
222
223 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
224 symbols.
225
226 2015-11-20 Tristan Gingold <gingold@adacore.com>
227
228 Sync with binutils-gdb:
229 2015-11-20 Tristan Gingold <gingold@adacore.com>
230
231 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
232 * configure: Regenerate.
233
234 2015-11-19 Martin Liska <mliska@suse.cz>
235
236 * .gitignore: Add .clang-format to ignored files.
237 * Makefile.in: Add clang-format.
238 * Makefile.tpl: Likewise.
239
240 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
241
242 * configure.ac: Enable libmpx by default.
243 * configure: Regenerated.
244
245 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
246
247 * MAINTAINERS: Update email address.
248
249 2015-10-23 Paulo Matos <pmatos@linki.tools>
250
251 * MAINTAINERS: Update email address.
252
253 2015-10-23 Alan Hayward <alan.hayward@arm.com>
254
255 * MAINTAINERS (Write After Approval): Add myself.
256
257 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
258
259 Sync with binutils-gdb:
260 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
261
262 PR gas/19109
263 * configure.ac: Add
264 --enable-compressed-debug-sections={all,gas,gold,ld}.
265 * configure: Regenerated.
266
267 2015-10-16 Arnaud Charlet <charlet@adacore.com>
268
269 * MAINTAINERS: Update list of Ada maintainers and email addresses.
270
271 2015-10-09 Martin Liska <mliska@suse.cz>
272
273 * MAINTAINERS (Write After Approval): Add myself.
274
275 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
276
277 * MAINTAINERS (Write After Approval): Add myself.
278
279 2015-10-02 Florian Weimer <fweimer@redhat.com>
280
281 * MAINTAINERS: Update email address.
282
283 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
284
285 * MAINTAINERS (Write After Approval): Add myself.
286
287 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
288
289 * MAINTAINERS: Update email.
290
291 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
292
293 * MAINTAINERS: Update my email address.
294
295 2015-09-01 James Bowman <james.bowman@ftdichip.com>
296
297 * MAINTAINERS (ft32 port): Add myself.
298
299 2015-08-28 David Sherwood <david.sherwood@arm.com>
300
301 * MAINTAINERS: Add myself.
302
303 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
304
305 * MAINTAINERS (Write After Approval): Add myself.
306
307 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
308
309 PR libfortran/54572
310 * Makefile.def: Make libgfortran depend on libbacktrace.
311 * Makefile.in: Regenerate.
312
313 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
314
315 * MAINTAINERS (Write After Approval): Add myself.
316
317 2015-08-12 Tom de Vries <tom@codesourcery.com>
318
319 PR other/67092
320 * configure.ac: Remove --with_host_libstdcxx support.
321 * configure: Regenerate.
322
323 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
324 Jakub Jelinek <jakub@redhat.com>
325
326 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
327 nvptx*-*-*.
328 * configure: Regenerate.
329
330 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
331
332 * Makefile.def (libiconv): Define bootstrap=true.
333 Mark pdf/html/info as missing.
334 (configure-gcc): Depend on all-libiconv.
335 (all-gcc): Ditto.
336 (configure-libcpp): Ditto.
337 (all-libcpp): Ditto.
338 (configure-intl): Ditto.
339 (all-intl): Ditto.
340 * Makefile.in: Regenerate.
341
342 2015-08-03 Bin Cheng <bin.cheng@arm.com>
343
344 * MAINTAINERS (loop ivopts): Add the entry and myself.
345
346 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
347
348 * MAINTAINERS (nvptx): Add self.
349
350 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
351
352 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
353 128-bit vector modes.
354
355 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
356
357 * MAINTAINERS (Write After Approval): Add myself.
358
359 2015-07-28 Ben Elliston <bje@gnu.org>
360
361 * config.sub, config.guess: Import from upstream.
362
363 2015-07-24 Michael Darling <darlingm@gmail.com>
364
365 PR other/66259
366 * config-ml.in: Reflects renaming of configure.in to configure.ac
367 * configure: Likewise
368 * configure.ac: Likewise
369
370 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
371
372 * MAINTAINERS: Update my email address.
373
374 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
375
376 Sync with binutils-gdb:
377 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
378
379 * configure.ac (target_configdirs): Exclude target-zlib if
380 target-libjava isn't built.
381 * configure: Regenerated.
382
383 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
384
385 Sync with binutils-gdb:
386 2015-05-13 John David Anglin <dave.anglin@bell.net>
387
388 * configure.ac: Disable configuration of GDB for HPUX targets.
389 * configure: Regenerate.
390
391 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
392
393 * configure.ac: Add --with-system-zlib.
394 * configure: Regenerated.
395
396 2015-01-28 James Bowman <james.bowman@ftdichip.com>
397
398 * configure.ac: Add FT32 support.
399 * configure: Regenerate.
400
401 2015-01-12 Anthony Green <green@moxielogic.com>
402
403 * configure.ac: Don't disable gprof for moxie.
404 * configure: Rebuild.
405
406 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
407
408 Sync with binutils-gdb:
409 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
410
411 PR ld/18355
412 * Makefile.def: Add extra_configure_flags to host zlib.
413 * configure.ac (extra_host_zlib_configure_flags): New. Set
414 to --enable-host-shared When bfd is to be built as shared
415 library. AC_SUBST.
416 * Makefile.in: Regenerated.
417
418 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
419
420 Sync with src:
421 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
422 * Makefile.def (dependencies): Add all-zlib to all-bfd.
423 * Makefile.in: Regenerated.
424
425 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
426
427 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
428 target.
429 * configure: Regenerate.
430
431 2015-06-23 Ludovic Courtès <ludo@gnu.org>
432
433 * MAINTAINERS (Write After Approval): Add myself.
434
435 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
436
437 * MAINTAINERS (OS Port Maintainers): Add myself.
438 (Various Maintainers): Remove myself from libffi testsuite.
439
440 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
441
442 * MAINTAINERS (gen* on machine desc): Add self.
443
444 2015-06-02 Jason Merrill <jason@redhat.com>
445
446 PR bootstrap/66319
447 * configure.ac: Use -std=gnu++98.
448
449 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
450
451 * MAINTAINERS (Write After Approval): Add myself.
452
453 2015-05-28 Mike Frysinger <vapier@gentoo.org>
454
455 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
456 * configure: Regenerate.
457
458 2015-05-26 Jason Merrill <jason@redhat.com>
459
460 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
461 * configure: Regenerate.
462
463 2015-05-16 James Bowman <james.bowman@ftdichip.com>
464
465 * configure.ac: FT32 target added.
466 * configure: Regenerated.
467
468 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
469
470 * MAINTAINERS (Write After Approval): Add myself.
471
472 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
473
474 * MAINTAINERS (Write After Approval): Add myself.
475
476 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
477
478 * configure.ac: Fix typo.
479 * configure: Regenerate.
480
481 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
482
483 * MAINTAINERS (Write After Approval): Add myself.
484
485 2015-05-03 Matthias Klose <doko@ubuntu.com>
486
487 * configure.ac: Match $host configured with triplets.
488 * configure: Regenerate.
489
490 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
491
492 * Makefile.tpl: Remove surplus whitespace throughout.
493 * Makefile.in: Regenerate.
494
495 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
496
497 * MAINTAINERS (Various Maintainers): Add myself as instruction
498 combiner maintainer.
499
500 2015-04-17 Jakub Jelinek <jakub@redhat.com>
501
502 PR bootstrap/62077
503 * configure.ac (--enable-stage1-checking): Default to
504 release,misc,gimple,rtlflag,tree,types if --disable-checking
505 or --enable-checking is not specified and DEV-PHASE is not
506 experimental.
507 * configure: Regenerated.
508
509 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
510
511 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
512 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
513 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
514 * Makefile.in: Regenerate.
515
516 2015-04-08 Cary Coutant <ccoutant@gmail.com>
517
518 * MAINTAINERS: Update my email address.
519
520 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
521
522 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
523
524 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
525
526 * MAINTAINERS: Add myself as an arm port reviewer.
527
528 2015-03-25 Martin Liska <mliska@suse.cz>
529 Yury Gribov <y.gribov@samsung.com>
530
531 * Makefile.in: Fix ln source location for vimrc file.
532 * Makefile.tpl: Likewise.
533
534 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
535
536 PR bootstrap/25672
537 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
538 cross-compiling. Similarly for CXX_FOR_TARGET.
539 * configure: Regenerate.
540
541 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
542
543 * Makefile.def: Add libmpx.
544 * configure.ac: Add libmpx.
545 * Makefile.in: Regenerate.
546 * configure: Regenerate.
547
548 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
549
550 * MAINTAINERS (CPU Port Maintainers): Add myself
551 i386 vector ISA extns mantainer.
552
553 2015-03-13 Jeff Law <law@redhat.com>
554
555 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
556 maintainer.
557 Remove Richard Henderson as a maintainer for the x86 port.
558
559 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
560
561 * MAINTAINERS (CPU Port Maintainers): Update my email address.
562
563 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
564
565 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
566 pointer bounds checker and i386 MPX maintainer.
567
568 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
569
570 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
571
572 2015-02-26 Martin Sebor <msebor@redhat.com>
573
574 * MAINTAINERS (Various Maintainers): Add self.
575
576 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
577
578 * configure.ac [--enable-as-accelerator-for] (enable_languages):
579 Make sure it contains lto.
580 * configure: Regenerate.
581
582 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
583
584 * configure: Regenerate.
585
586 2015-02-06 Diego Novillo <dnovillo@google.com>
587 1
588 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
589 middle-end, docstring): Remove myself.
590 (Write After Approval): Add myself.
591
592 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
593
594 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
595 (Write After Approval): Update address.
596
597 2015-01-29 David Malcolm <dmalcolm@redhat.com>
598
599 PR jit/64780
600 * configure.ac: Require the user to explicitly specify
601 --enable-host-shared if the jit is enabled.
602 * configure: Regenerate.
603
604 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
605
606 * MAINTAINERS (Write After Approval): Add myself.
607
608 2015-01-25 Tom de Vries <tom@codesourcery.com>
609
610 * MAINTAINERS: Make whitespace consistent.
611
612 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
613
614 * MAINTAINERS (Write After Approval): Add myself.
615
616 2015-01-20 Andre Vehreschild <vehre@gmx.de>
617
618 * MAINTAINERS: (Write After Approval): Add myself.
619
620 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
621
622 * MAINTAINERS: (Write After Approval): Add myself.
623
624 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
625
626 * MAINTAINERS: (Write After Approval): Add myself.
627
628 2015-01-13 Iain Sandoe <iain@codesourcery.com>
629
630 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
631 objective-c/c++ front end maintainer.
632
633 2015-01-13 Marek Polacek <polacek@redhat.com>
634
635 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
636
637 2015-01-12 Jeff Law <law@redhat.com>
638
639 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
640 a very long time.
641
642 2015-01-09 Ian Lance Taylor <iant@google.com>
643
644 * configure.ac (host_tools): Add gotools.
645 * Makefile.def (host_modules): Add gotools.
646 (dependencies): Add dependency of all-gotools on all-target-libgo.
647
648 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
649
650 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
651 * configure: Regenerate.
652
653 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
654
655 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
656 all-target-libgomp.
657 * Makefile.in: Regenerate.
658
659 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
660
661 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
662
663 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
664
665 * configure.ac: Add Visium support.
666 * configure: Regenerate.
667
668 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
669
670 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
671 * configure: Regenerate.
672
673 2015-01-03 Andrew Pinski <apinski@cavium.com>
674
675 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
676 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
677 (BASE_TARGET_EXPORTS): Add OBJCOPY.
678 (OBJCOPY_FOR_TARGET): New variable.
679 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
680 * Makefile.in: Regenerate.
681 * configure.ac: Check for already installed target objcopy.
682 Also GCC_TARGET_TOOL on objcopy.
683 * configure: Regenerate.
684
685 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
686
687 * config.sub: Update from upstream, to 2015-01-01 version.
688 * config.guess: Ditto.
689
690 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
691
692 * MAINTAINERS (RTEMS Ports): Add myself.
693
694 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
695
696 * MAINTAINERS (Write After Approval): Add myself.
697
698 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
699
700 * MAINTAINERS (Write After Approval): Add myself.
701
702 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
703
704 * configure.ac (--enable-as-accelerator-for): Don't set
705 ENABLE_AS_ACCELERATOR_FOR. Update all users.
706 * configure: Regenerate.
707
708 2014-12-13 Jakub Jelinek <jakub@redhat.com>
709
710 PR bootstrap/64023
711 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
712 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
713 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
714 to CXX.
715 * Makefile.in: Regenerated.
716
717 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
718 Yury Gribov <y.gribov@samsung.com>
719
720 * .gitignore: Added .local.vimrc and .lvimrc.
721 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
722 * Makefile.in: Regenerate.
723
724 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
725
726 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
727 * configure: Regenerated.
728
729 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
730
731 * MAINTAINERS (nvptx port): New entry.
732
733 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
734
735 * configure: Regenerate.
736
737 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
738
739 * configure.ac: Merge with Binutils.
740
741 2014-11-26 Tobias Burnus <burnus@net-b.de>
742
743 * Makefile.def: Make more dependent on mpfr, mpc and isl.
744 * Makefile.in: Regenerate.
745
746 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
747
748 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
749 missing flex.
750 * Makefile.in: Regenerated.
751
752 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
753
754 * Makefile.in: Regenerate.
755
756 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
757
758 PR bootstrap/63784
759 * libtool.m4: Add $pic_flag with -shared.
760
761 2014-11-21 Renlin Li <Renlin.Li@arm.com>
762
763 * MAINTAINERS (Write After Approval): Added myself.
764
765 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
766
767 * MAINTAINERS (write-after-approval): Add myself.
768
769 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
770
771 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
772 from 2 years ago.
773
774 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
775
776 Revert:
777 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
778
779 * MAINTAINERS (Write After Approval): Added myself as line map
780 maintainer.
781
782 2014-11-19 Renlin Li <Renlin.Li@arm.com>
783
784 Revert:
785 2014-11-19 Renlin Li <Renlin.Li@arm.com>
786
787 * MAINTAINERS (Write After Approval): Added myself.
788
789 2014-11-19 Renlin Li <Renlin.Li@arm.com>
790
791 * MAINTAINERS (Write After Approval): Added myself.
792
793 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
794
795 * MAINTAINERS (Write After Approval): Added myself as line map
796 maintainer.
797
798 2014-11-17 Dodji Seketeli <dodji@redhat.com>
799
800 * MAINTAINERS (Various Maintainers): Added myself as line map
801 maintainer.
802
803 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
804
805 * move-if-change: Sync from upstream gnulib.
806
807 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
808
809 * compile: Sync with upstream Automake.
810 * depcomp: Ditto.
811 * install-sh: Ditto.
812 * missing: Ditto.
813 * mkinstalldirs: Ditto.
814 * ylwrap: Ditto.
815
816 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
817
818 * config.sub: Update from upstream config repo.
819 * config.guess: Ditto.
820
821 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
822
823 * Makefile.def: Add liboffloadmic to target_modules. Make
824 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
825 * Makefile.in: Regenerate.
826 * configure: Regenerate.
827 * configure.ac: Add liboffloadmic to target binaries.
828 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
829 Add liboffloadmic to noconfig list when C++ is not supported.
830
831 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
832 Thomas Schwinge <thomas@codesourcery.com>
833 Ilya Verbin <ilya.verbin@intel.com>
834 Andrey Turetskiy <andrey.turetskiy@intel.com>
835
836 * configure: Regenerate.
837 * configure.ac (--enable-as-accelerator-for)
838 (--enable-offload-targets): New configure options.
839
840 2014-11-11 Tobias Burnus <burnus@net-b.de>
841
842 * Makefile.def: Make all-gcc depend on all-isl.
843 * Makefile.in: Regenerate.
844
845 2014-11-11 David Malcolm <dmalcolm@redhat.com>
846
847 * ChangeLog.jit: New.
848 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
849
850 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
851
852 PR target/63610
853 * libtool.m4: Fix globbing of darwin versions.
854 * configure: Regenerate.
855
856 2014-11-11 Tobias Burnus <burnus@net-b.de>
857
858 * Makefile.def: Remove CLooG.
859 * Makefile.tpl: Ditto.
860 * configure.ac: Ditto.
861 * configure: Regenerate.
862 * Makefile.in: Ditto.
863
864 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
865
866 * configure.ac: Handle nvptx-*-*.
867 * configure: Regenerate.
868
869 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
870
871 * MAINTAINERS (Write After Approval): Add myself.
872
873 2014-10-31 Jakub Jelinek <jakub@redhat.com>
874
875 * Makefile.def (libcc1): Remove bootstrap=true;.
876 * Makefile.in: Regenerated.
877
878 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
879
880 * configure.ac: Update comment.
881 * configure: Regenerate.
882
883 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
884
885 * MAINTAINERS (Write After Approval): Add myself.
886
887 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
888
889 * configure.ac (extra_host_libiberty_configure_flags): Add
890 --enable-shared also for libcc1's benefit.
891 * configure: Regenerate.
892
893 2014-10-29 Tristan Gingold <gingold@adacore.com>
894
895 * MAINTAINERS: Change my email address.
896
897 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
898 Tom Tromey <tromey@redhat.com>
899
900 * Makefile.def: Add libcc1 to host_modules.
901 * configure.ac (host_tools): Add libcc1.
902 * Makefile.in, configure: Rebuild.
903
904 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
905
906 * configure.ac (build_configargs): Don't share config.cache between
907 build subdirs.
908 * configure: Regenerate.
909
910 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
911
912 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
913 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
914 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
915 leon3v7 as leon3.
916 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
917 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
918 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
919 * config/sparc/sparc.md (cpu): Add leon3v7.
920 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
921
922 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
923
924 * MAINTAINERS (write-after-approval): Add myself.
925
926 2014-10-23 Ian Lance Taylor <iant@google.com>
927
928 * configure.ac: Disable the Go frontend on systems where it is known
929 to not work.
930 * configure: Regenerate.
931
932 2014-10-23 Richard Biener <rguenther@suse.de>
933
934 * Makefile.def: Add libcpp build module and dependencies.
935 * configure.ac: Add libcpp build module.
936 * Makefile.in: Regenerate.
937 * configure: Likewise.
938
939 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
940
941 * MAINTAINERS (write-after-approval): Add myself.
942
943 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
944
945 * INSTALL/README: Do not mention CVS.
946
947 2014-10-03 Jing Yu <jingyu@google.com>
948
949 * configure.ac: Add aarch64 to list of targets that support gold.
950 * configure: Regenerate.
951
952 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
953
954 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
955
956 2014-09-29 Catherine Moore <clm@codesourcery.com>
957
958 * MAINTAINERS: Add myself as MIPS maintainer.
959
960 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
961
962 * MAINTAINERS: Move myself to MIPS maintainers.
963
964 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
965
966 * MAINTAINERS: Put all email addresses between '<' and '>'.
967
968 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
969
970 * MAINTAINERS: Move myself to reviewers (Fortran).
971
972 2014-09-01 Andi Kleen <ak@linux.intel.com>
973
974 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
975 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
976 * Makefile.in: Regenerate.
977
978 2014-08-28 David Malcolm <dmalcolm@redhat.com>
979
980 * rtx-classes-status.txt: Delete
981
982 2014-08-28 David Malcolm <dmalcolm@redhat.com>
983
984 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
985
986 2014-08-27 Sebastian Pop <s.pop@samsung.com>
987
988 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
989 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
990 of checking for version number.
991 * configure: Regenerated.
992 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
993
994 2014-08-27 David Malcolm <dmalcolm@redhat.com>
995
996 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
997 is done; begin phase 6 (use extra rtx_def subclasses).
998
999 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1000
1001 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1002 done; begin phase 5 (additional rtx_def subclasses).
1003
1004 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1005
1006 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1007
1008 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1009
1010 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1011 SET_BB_HEADER are done.
1012
1013 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1014
1015 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1016 done.
1017
1018 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1019
1020 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1021
1022 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1023
1024 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1025
1026 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1027
1028 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1029
1030 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1031
1032 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1033
1034 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1035
1036 * rtx-classes-status.txt: Phase 3 (per-file commits within
1037 "config" subdirs) is done; begin phase 4 (removal of
1038 "scaffolding").
1039
1040 2014-08-23 David Malcolm <dmalcolm@redhat.com>
1041
1042 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
1043 dir) is done; begin phase 3 (per-file commits within "config"
1044 subdirs).
1045
1046 2014-08-21 David Malcolm <dmalcolm@redhat.com>
1047
1048 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
1049 phase 2 (per-file commits in main source dir).
1050
1051 2014-08-21 Bin Cheng <bin.cheng@arm.com>
1052
1053 * configure: Regenerated.
1054
1055 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1056
1057 * rtx-classes-status.txt (TODO): Add SET_BND_TO
1058
1059 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1060
1061 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
1062
1063 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1064
1065 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
1066
1067 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1068
1069 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
1070
1071 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1072
1073 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
1074
1075 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
1076
1077 * MAINTAINERS (Write After Approval): Add myself.
1078
1079 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
1080
1081 * MAINTAINERS: Remove myself
1082
1083 2014-08-19 David Malcolm <dmalcolm@redhat.com>
1084
1085 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
1086
1087 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
1088
1089 * MAINTAINERS (Write After Approval): Add myself.
1090
1091 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1092
1093 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
1094 SET_BB_HEADER, SET_BB_FOOTER
1095
1096 2014-08-18 David Malcolm <dmalcolm@redhat.com>
1097
1098 * rtx-classes-status.txt: New file
1099
1100 2014-08-18 Roman Gareev <gareevroman@gmail.com>
1101
1102 * configure.ac: Eliminate ClooG installation dependency.
1103 * configure: Regenerate.
1104 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
1105 * Makefile.in: Regenerate.
1106
1107 2014-08-15 Ilya Verbin <iverbin@gmail.com>
1108
1109 * MAINTAINERS (Write After Approval): Add myself.
1110
1111 2014-08-15 Ilya Tocar <tocarip@gmail.com>
1112
1113 * MAINTAINERS (Write After Approval): Add myself.
1114
1115 2014-08-01 Jiong Wang <jiong.wang@arm.com>
1116
1117 * MAINTAINERS (Write After Approval): Add myself.
1118
1119 2014-07-28 Anthony Green <green@moxielogic.com>
1120
1121 Import from savannah.gnu.org:
1122 * config.sub: Update to 2014-07-28 version.
1123
1124 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
1125
1126 * MAINTAINERS: Remove my MIPS maintainer entry.
1127
1128 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
1129
1130 PR target/47230
1131 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
1132 * configure: Regenerate.
1133
1134 2014-07-24 James Norris <jnorris@codesourcery.com>
1135
1136 * MAINTAINERS (Write After Approval): Add myself.
1137
1138 2014-07-20 Roman Gareev <gareevroman@gmail.com>
1139
1140 * configure.ac: Accept only CLooG 0.18.1.
1141 * configure: Regenerate.
1142
1143 2014-07-17 Roman Gareev <gareevroman@gmail.com>
1144
1145 * configure.ac: Don't accept isl 0.11.
1146 * configure: Regenerate.
1147
1148 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1149
1150 * MAINTAINERS (Write After Approval): Add myself.
1151
1152 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1153
1154 * configure.ac: Don't accept isl 0.10.
1155 * configure: Regenerate.
1156
1157 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
1158
1159 Fix include path for in-tree cloog.
1160 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
1161 * configure: Regenerate.
1162
1163 2014-06-18 Richard Henderson <rth@redhat.com>
1164
1165 * .gitignore: Import gcc_update output.
1166
1167 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
1168
1169 * config-ml.in: Robustify ac_configure_args parsing.
1170
1171 * configure.ac (--enable-linker-plugin-configure-flags)
1172 (--enable-linker-plugin-flags): New flags.
1173 (configdirs): Conditionally add libiberty-linker-plugin.
1174 * configure: Regenerate.
1175 * Makefile.def (host_modules): Add libiberty-linker-plugin.
1176 (host_modules) <lto-plugin>: Pay attention to
1177 @extra_linker_plugin_flags@ and
1178 @extra_linker_plugin_configure_flags@.
1179 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
1180 * Makefile.in: Regenerate.
1181
1182 * Makefile.tpl (configure-[+prefix+][+module+])
1183 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
1184 "module_srcdir" instead of "module" for locating a module's srcdir.
1185 * Makefile.in: Regenerate.
1186
1187 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
1188
1189 * MAINTAINERS (Write After Approval): Add myself.
1190
1191 2014-06-06 Sebastian Pop <sebpop@gmail.com>
1192
1193 * MAINTAINERS: Update my email address.
1194
1195 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1196
1197 * MAINTAINERS (Write After Approval): Add myself.
1198
1199 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
1200
1201 * MAINTAINERS (Write After Approval): Add myself.
1202
1203 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
1204
1205 PR libstdc++/61011
1206 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
1207 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
1208 * configure: Regenerate.
1209
1210 2014-05-28 Pedro Alves <palves@redhat.com>
1211
1212 * MAINTAINERS (Write After Approval): Add myself.
1213
1214 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1215
1216 * MAINTAINERS: Update my affiliation/email.
1217
1218 2014-05-19 Mike Stump <mikestump@comcast.net>
1219
1220 * MAINTAINERS: Add wide-int reviewers.
1221
1222 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
1223
1224 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
1225 * configure: Regenerated.
1226
1227 2014-05-15 Torvald Riegel <triegel@redhat.com>
1228
1229 * MAINTAINERS (libitm): Add myself as maintainer.
1230
1231 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
1232
1233 * MAINTAINERS (Write After Approval): Add myself.
1234
1235 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
1236
1237 * config.sub, config.guess: Import from upstream.
1238
1239 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1240
1241 * MAINTAINERS (Write After Approval): Put myself in correct order.
1242
1243 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
1244
1245 * MAINTAINERS (Write After Approval): Add myself.
1246
1247 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1248
1249 * MAINTAINERS: Move myself from Reviewers to Write After Approval
1250 section.
1251
1252 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1253
1254 * MAINTAINERS (Write After Approval): Delete myself.
1255
1256 2014-04-17 Jakub Jelinek <jakub@redhat.com>
1257
1258 PR sanitizer/56781
1259 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
1260 and -B* options with -Xcompiler.
1261
1262 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
1263
1264 PR bootstrap/60620
1265 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
1266 * Makefile.in: Regenerate.
1267
1268 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1269
1270 * Makefile.def (dependencies): Make all-ld depend on all-binutils
1271 for WINDRES_FOR_TARGET in default-manifest.o rule.
1272 * Makefile.in: Regenerate.
1273
1274 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
1275
1276 * MAINTAINERS (Write After Approval): Add myself.
1277
1278 2014-03-26 Jakub Jelinek <jakub@redhat.com>
1279
1280 PR sanitizer/56781
1281 * Makefile.def: Set bootstrap=true; for host fixincludes.
1282 * configure.ac: Don't bootstrap host fixincludes unless
1283 --with-build-config=bootstrap-{a,ub}san.
1284 * Makefile.in: Regenerated.
1285 * configure: Regenerated.
1286
1287 2014-03-21 Jakub Jelinek <jakub@redhat.com>
1288
1289 * configure.ac: Move BUILD_CONFIG set up earlier. Add
1290 --enable-vtable-verify option parsing. Don't add
1291 target-libsanitizer to bootstrap_target_libs unless
1292 --with-build-config=bootstrap-asan or
1293 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
1294 to bootstrap_target_libs unless --enable-vtable-verify.
1295 * configure: Regenerated.
1296
1297 2014-03-10 Anatoly Sokolov <aesok@post.ru>
1298
1299 * MAINTAINERS (Write After Approval): Add myself.
1300
1301 2014-03-07 Denis Chertykov <chertykov@gmail.com>
1302
1303 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
1304
1305 2014-03-07 Jakub Jelinek <jakub@redhat.com>
1306
1307 PR bootstrap/58572
1308 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
1309 -I for libstdc++-v3 includes if $(LEAN).
1310 * Makefile.in: Regenerated.
1311
1312 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
1313
1314 * MAINTAINERS: Update my email address.
1315
1316 2014-02-24 Walter Lee <walt@tilera.com>
1317
1318 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
1319 (tilegx-*-*): Change to tilegx*-*-*.
1320 * configure: Regenerate.
1321
1322 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
1323
1324 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
1325
1326 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
1327
1328 * MAINTAINERS (Write After Approval): Add myself.
1329
1330 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1331
1332 PR target/59788
1333 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
1334 *solaris2*.
1335
1336 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
1337
1338 * MAINTAINERS: Update my email address.
1339
1340 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1341
1342 * MAINTAINERS: Convert to UTF-8.
1343 Properly sort Xinliang David Li's entry.
1344
1345 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1346 Sandra Loosemore <sandra@codesourcery.com>
1347
1348 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
1349 nios2 port maintainers.
1350
1351 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
1352
1353 * MAINTAINERS (Write After Approval): Add myself.
1354
1355 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1356
1357 * configure.ac: Add user-friendly check for native x86_64-linux
1358 multilibs.
1359 * configure: Regenerate.
1360
1361 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
1362
1363 * MAINTAINERS: Add myself as sh maintainer.
1364
1365 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1366
1367 * MAINTAINERS: Add self as SLSR maintainer.
1368
1369 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
1370
1371 * MAINTAINERS: Update my email address.
1372
1373 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
1374
1375 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
1376
1377 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
1378
1379 * Makefile.in: Regenerate.
1380
1381 * Makefile.tpl: Fix typo.
1382 * Makefile.in: Regenerate partially.
1383
1384 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
1385
1386 * configure.ac: Added libcilkrts to noconfig list when C++ is not
1387 supported.
1388 * configure: Regenerated.
1389
1390 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
1391
1392 * MAINTAINERS (Write After Approval): Add myself.
1393
1394 2013-10-30 Jason Merrill <jason@redhat.com>
1395
1396 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
1397 --disable-build-format-warnings.
1398
1399 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
1400
1401 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
1402 depend on libstdc++ and libgcc.
1403 * configure: Regenerate.
1404 * configure.ac: Added libcilkrts to target binaries. Also, restrict
1405 libcilkrts for POSIX and i*86, and x86_64 architectures.
1406 * Makefile.in: Added libcilkrts related fields to support building it.
1407
1408 2013-10-26 Jeff Law <law@redhat.com>
1409
1410 * Makefile.def (target_modules): Remove libmudflap
1411 (languages): Remove check-target-libmudflap).
1412 * Makefile.in: Rebuilt.
1413 * Makefile.tpl (check-target-libmudflap-c++): Remove.
1414 * configure.ac (target_libraries): Remove target-libmudflap.
1415 Remove checks which disabled libmudflap on some systems.
1416 * configure: Rebuilt.
1417 * libmudflap: Directory removed.
1418
1419 2013-10-21 Cong Hou <congh@google.com>
1420
1421 * MAINTAINERS (Write After Approval): Add myself.
1422
1423 2013-10-16 Mike Stump <mikestump@comcast.net>
1424
1425 * .dir-locals.el: Add.
1426
1427 2013-10-15 David Malcolm <dmalcolm@redhat.com>
1428
1429 * configure.ac: Add --enable-host-shared
1430 * configure: Regenerate.
1431
1432 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1433
1434 Import from savannah.gnu.org:
1435 * config.guess: Update to 2013-06-10 version.
1436 * config.sub: Update to 2013-10-01 version.
1437
1438 2013-10-01 Simon Cook <simon.cook@embecosm.com>
1439
1440 Changes to build configuration to allow big endian ARC ELF toolchain
1441 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
1442 * configure: Regenerate.
1443
1444 2013-09-20 Alan Modra <amodra@gmail.com>
1445
1446 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
1447 ppc host match. Support little-endian powerpc linux hosts.
1448
1449 2013-09-19 Dodji Seketeli <dodji@redhat.com>
1450
1451 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
1452 maintainer.
1453
1454 2013-09-12 DJ Delorie <dj@redhat.com>
1455
1456 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
1457 maintainers.
1458
1459 2013-09-03 Richard Biener <rguenther@suse.de>
1460
1461 * configure.ac: Also allow ISL 0.12.
1462 * configure: Regenerated.
1463
1464 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
1465
1466 * MAINTAINERS (Write After Approval): Add myself.
1467
1468 2013-08-27 David Malcolm <dmalcolm@redhat.com>
1469
1470 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
1471
1472 2013-08-26 Caroline Tice <cmtice@google.com>
1473
1474 * MAINTAINERS: Correct earliers update: Move myself from libvtv
1475 "Various Reviewers" to libvtv "Various Maintainers".
1476
1477 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
1478
1479 * MAINTAINERS: Add myself as RTL optimizers reviewer.
1480
1481 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
1482
1483 * MAINTAINERS: Update name, email.
1484
1485 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
1486
1487 * MAINTAINERS (Write After Approval): Add myself.
1488
1489 2013-08-12 Caroline Tice <cmtice@google.com>
1490
1491 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
1492 address in the Write After Approval section.
1493
1494 2013-08-09 Carlos O'Donell <carlos@redhat.com>
1495
1496 * MAINTAINERS (Write After Approval): Update email.
1497
1498 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
1499
1500 * configure.ac: Adjust to check VTV_SUPPORTED.
1501 * configure: Regenerated.
1502
1503 2013-08-02 Caroline Tice <cmtice@google.com>
1504
1505 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
1506 on non-linux systems; add target-libvtv to noconfigdirs; add
1507 libsupc++/.libs to C++ library search paths.
1508 * configure: Regenerated.
1509 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
1510 libstdc++ and libgcc.
1511 * Makefile.in: Regenerated.
1512
1513 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
1514
1515 * MAINTAINERS (Write After Approval): Add myself.
1516
1517 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
1518 Shiva Chen <shiva0217@gmail.com>
1519
1520 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
1521 nds32 port maintainers.
1522
1523 2013-07-17 Tim Shen <timshen91@gmail.com>
1524
1525 * MAINTAINERS (Write After Approval): Add myself.
1526
1527 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1528
1529 * configure.ac: Sync from binutils.
1530 * configure: Regenerate.
1531
1532 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
1533
1534 * MAINTAINERS (Write After Approval): Add myself.
1535
1536 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
1537
1538 * MAINTAINERS (Write After Approval): Add myself.
1539
1540 2013-05-17 David Malcolm <dmalcolm@redhat.com>
1541
1542 * MAINTAINERS (Write After Approval): Add myself.
1543
1544 2013-04-30 Brooks Moses <bmoses@google.com>
1545
1546 * MAINTAINERS: Update my email; move myself from Fortran
1547 reviewer to Write After Approval.
1548
1549 2013-04-16 Andreas Schwab <schwab@suse.de>
1550
1551 * configure.ac (aarch64-*-*): Don't disable java.
1552 * configure: Regenerate.
1553
1554 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
1555
1556 * MAINTAINERS (Write After Approval): Add myself.
1557
1558 2013-03-30 Matthias Klose <doko@ubuntu.com>
1559
1560 * Makefile.def (target_modules): Don't install libffi.
1561 * Makefile.in: Regenerate.
1562
1563 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
1564
1565 * MAINTAINERS (Write After Approval): Add myself.
1566
1567 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
1568
1569 * MAINTAINERS (Write After Approval): Add myself.
1570
1571 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
1572
1573 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
1574 * configure: Regenerated.
1575
1576 2013-02-05 Ian Lance Taylor <iant@google.com>
1577
1578 PR go/55969
1579 * configure.ac: Disable libgo on some systems where it does not
1580 work.
1581
1582 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
1583
1584 * MAINTAINERS: Explicitly add myself as AIX maintainer.
1585 Remove Geoff Keating as rs6000 port maintainer, at his request.
1586
1587 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
1588
1589 * MAINTAINERS: Update my email.
1590
1591 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
1592
1593 * configure: Re-generate.
1594
1595 2013-01-15 Richard Biener <rguenther@suse.de>
1596
1597 PR other/55973
1598 * configure: Re-generate.
1599
1600 2013-01-14 Matthias Klose <doko@ubuntu.com>
1601
1602 * Makefile.def (install-target-libsanitizer): Depend on
1603 install-target-libstdc++-v3.
1604 * Makefile.in: Regenerate.
1605
1606 2013-01-14 Richard Biener <rguenther@suse.de>
1607
1608 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
1609 * configure: Re-generate
1610
1611 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1612
1613 * config.sub: Update from config repo.
1614
1615 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
1616
1617 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
1618 * Makefile.in: Regenerate.
1619
1620 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
1621
1622 * MAINTAINERS (arc): Add new port maintainership for myself.
1623
1624 2013-01-09 Jason Merrill <jason@redhat.com>
1625
1626 * .gitignore: Import from gdb repository.
1627
1628 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
1629
1630 * Makefile.def (configure-gcc): Depend on all-gmp.
1631 (all-gcc): Remove dependency on all-gmp.
1632 * Makefile.in: Regenerated.
1633
1634 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1635
1636 * config.sub: Merge from config repo.
1637 * config.guess: Ditto.
1638
1639 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1640
1641 * Makefile.def: Merge from binutils.
1642 * Makefile.in: Ditto.
1643
1644 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
1645
1646 * MAINTAINERS: Update my email.
1647
1648 2012-12-29 Ben Elliston <bje@gnu.org>
1649
1650 * config.guess: Update to 2012-12-29 version.
1651 * config.sub: Likewise.
1652
1653 2012-12-20 Matthias Klose <doko@ubuntu.com>
1654
1655 * Makefile.def (install-target-libgfortran): Depend on
1656 install-target-libquadmath, install-target-libgcc.
1657 (install-target-libsanitizer): Depend on install-target-libgcc.
1658 (install-target-libjava): Depend on install-target-libgcc.
1659 (install-target-libitm): Depend on install-target-libgcc.
1660 (install-target-libobjc): Depend on install-target-libgcc.
1661 (install-target-libstdc++-v3): Depend on install-target-libgcc.
1662 * Makefile.in: Regenerate.
1663
1664 2012-12-19 Matthias Klose <doko@ubuntu.com>
1665
1666 * Makefile.def (install-target-libgo): Depend on
1667 install-target-libatomic.
1668 * Makefile.in: Regenerate.
1669
1670 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
1671
1672 PR go/55201
1673 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
1674 * Makefile.in: Regenerate.
1675
1676 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
1677
1678 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
1679 * configure: Regenerate.
1680
1681 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1682
1683 * config.sub: Merge from config repo.
1684
1685 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
1686
1687 * Makefile.def (target_modules): Add bootstrap=true and
1688 raw_cxx=true to libsanitizer.
1689 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1690 * Makefile.in: Regenerated.
1691 * configure: Likewise.
1692
1693 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
1694
1695 * MAINTAINERS: Remove self as RTL optimization maintainer.
1696
1697 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1698
1699 * MAINTAINERS (Write After Approval): Add myself.
1700
1701 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1702
1703 * Makefile.def (target_modules): Remove bootstrap=true and
1704 raw_cxx=true from libsanitizer.
1705 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
1706 * Makefile.in: Regenerated.
1707 * configure: Likewise.
1708
1709 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
1710
1711 * Makefile.def (target_modules): Add bootstrap=true and
1712 raw_cxx=true to libsanitizer.
1713 * configure.ac (bootstrap_target_libs): Add libsanitizer.
1714 * Makefile.in: Regenerated.
1715 * configure: Likewise.
1716
1717 2012-11-28 Andrew Pinski <apinski@cavium.com>
1718
1719 PR bootstrap/54279
1720 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
1721 * configure: Regenerate.
1722 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
1723 * Makefile.in: Regenerate.
1724
1725 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
1726
1727 * configure.ac: Disable libsanitizer if we're not building C++.
1728 * configure: Regenerate.
1729
1730 2012-11-15 Roland McGrath <roland@hack.frob.com>
1731
1732 * MAINTAINERS (Write After Approval): Add myself.
1733
1734 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
1735
1736 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
1737 Kostya Serebryany (kcc@google.com) and
1738 Jakub Jelinek (jakub@redhat.com).
1739 Rename area for Dodji Seketeli (dodji@redhat.com).
1740
1741 2012-11-15 Dodji Seketeli <dodji@redhat.com>
1742
1743 * MAINTAINERS: (asan.c, related): Add myself.
1744
1745 2012-11-14 Roland McGrath <mcgrathr@google.com>
1746
1747 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
1748 * configure: Regenerate.
1749
1750 2012-11-13 Richard Henderson <rth@redhat.com>
1751
1752 * configure.ac: Move libsanitizer logic to subdirectory.
1753 * configure: Regenerate.
1754
1755 2012-11-13 Dodji Seketeli <dodji@redhat.com>
1756
1757 * configure.ac: Enable libsanitizer just on x86 linux for now.
1758 * configure: Re-generate.
1759
1760 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
1761
1762 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
1763 sections.
1764 * configure: Regenerate.
1765
1766 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
1767
1768 * configure.ac: Add section for configdirs for libsanitizer.
1769 Disable for cris-*-* and mmix-*-*.
1770 * configure: Regenerate.
1771
1772 2012-11-12 Wei Mi <wmi@google.com>
1773
1774 * configure.ac: Add libsanitizer to target_libraries.
1775 * Makefile.def: Ditto.
1776 * configure: Regenerate.
1777 * Makefile.in: Regenerate.
1778 * libsanitizer: New directory for asan runtime. Contains an empty
1779 tsan directory.
1780
1781 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
1782
1783 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
1784 against Mingw64 w32api.
1785 * configure: Regenerate.
1786
1787 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
1788
1789 * configure: Regenerated.
1790
1791 2012-11-03 Robert Mason <rbmj@verizon.net>
1792
1793 * configure.ac: add --disable-libstdcxx configure option
1794 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
1795
1796 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1797
1798 * MAINTAINERS (Write After Approval): Add myself.
1799
1800 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
1801
1802 * MAINTAINERS (Write After Approval): Add myself.
1803
1804 2012-10-24 Sharad Singhai <singhai@google.com>
1805
1806 * MAINTAINERS (Write After Approval): Add myself.
1807
1808 2012-10-24 Eric Christopher <echristo@gmail.com>
1809
1810 * MAINTAINERS: Update email address.
1811
1812 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
1813
1814 PR bootstrap/54820
1815 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
1816 * configure: Regenerate.
1817
1818 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
1819
1820 * MAINTAINERS (aarch64): Add Marcus and myself.
1821
1822 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
1823
1824 PR bootstrap/54820
1825 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
1826 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
1827 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1828 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
1829 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
1830 * Makefile.in: Regenerate.
1831 * configure.ac (have_static_libs): New variable and associated check.
1832 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
1833 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
1834 * configure: Regenerate.
1835
1836 2012-10-10 Richard Biener <rguenther@suse.de>
1837
1838 * MAINTAINERS: Adjust for changed surname.
1839
1840 2012-10-04 Lawrence Crowl <crowl@google.com>
1841
1842 * MAINTAINERS (Write After Approval): Add myself.
1843
1844 2012-10-01 Cary Coutant <ccoutant@google.com>
1845
1846 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
1847
1848 2012-09-28 Ian Lance Taylor <iant@google.com>
1849
1850 * Makefile.def: Make all-target-libgo depend on
1851 all-target-libbacktrace.
1852 * Makefile.in: Rebuild.
1853
1854 2012-09-26 Ian Lance Taylor <iant@google.com>
1855
1856 * Makefile.def: Make all-gcc depend on all-libbacktrace.
1857 * Makefile.in: Rebuild.
1858
1859 2012-09-20 Walter Lee <walt@tilera.com>
1860
1861 * configure.ac: Add tilegx to list of targets that support gold.
1862 * configure: Regenerate.
1863
1864 2012-09-20 Marek Polacek <polacek@redhat.com>
1865
1866 * MAINTAINERS (Write After Approval): Add myself.
1867
1868 2012-09-19 Steve Ellcey <sellcey@mips.com>
1869
1870 * configure.ac: Add mips*-mti-elf* target.
1871 * configure: Regenerate.
1872
1873 2012-09-17 Ian Lance Taylor <iant@google.com>
1874
1875 * MAINTAINERS (Various Maintainers): Add libbacktrace.
1876 * configure.ac (host_libs): Add libbacktrace.
1877 (target_libraries): Add libbacktrace.
1878 * Makefile.def (host_modules): Add libbacktrace.
1879 (target_modules): Likewise.
1880 * configure, Makefile.in: Rebuild.
1881
1882 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
1883
1884 PR target/38607
1885 Merge upstream change.
1886 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
1887
1888 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
1889 Add libgomp*.o to compare_exclusions for AIX.
1890 * configure: Regenerate.
1891
1892 2012-09-06 Diego Novillo <dnovillo@google.com>
1893
1894 * configure.ac: Bump minimum GMP version to 4.2.3.
1895 * configure: Re-generate.
1896
1897 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
1898
1899 PR target/54461
1900 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
1901 target-libgloss if not configured --with-avrlibc=no.
1902 * configure: Regenerate.
1903
1904 2012-09-04 Jason Merrill <jason@redhat.com>
1905
1906 * configure.ac: Fix --enable-languages=all.
1907
1908 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
1909
1910 * MAINTAINERS (Write After Approval): Add myself.
1911
1912 2012-09-03 Richard Guenther <rguenther@suse.de>
1913
1914 PR bootstrap/54138
1915 * configure.ac: Re-organize ISL / CLOOG checks to allow
1916 disabling with either --without-isl or --without-cloog.
1917 * configure: Regenerated.
1918
1919 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
1920
1921 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
1922 * configure: Regenerate.
1923
1924 2012-08-27 Ulrich Drepper <drepper@gmail.com>
1925
1926 * MAINTAINERS: Fix my email address.
1927
1928 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
1929
1930 PR binutils/4970
1931 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
1932 and opcodes.
1933 * Makefile.in: Regenerated.
1934
1935 2012-08-26 Art Haas <ahaas@impactweather.com>
1936
1937 * configure: Regenerate.
1938
1939 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
1940
1941 * INSTALL/README: Also refer to the online installation
1942 instructions.
1943
1944 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
1945
1946 * MAINTAINERS (Write After Approval): Add myself.
1947 (Picochip port): Remove myself.
1948
1949 2012-08-14 Diego Novillo <dnovillo@google.com>
1950
1951 Merge from cxx-conversion branch.
1952
1953 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
1954 POSTSTAGE1_CONFIGURE_FLAGS.
1955 * Makefile.in: Regenerate.
1956 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
1957 Force C++ when bootstrapping.
1958 * configure: Regenerate.
1959
1960 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1961
1962 * MAINTAINERS (Write After Approval): Add myself.
1963
1964 2012-07-16 Joseph Myers <joseph@codesourcery.com>
1965
1966 * README: Document use of ranges of years in copyright notices.
1967
1968 2012-07-06 Richard Guenther <rguenther@suse.de>
1969
1970 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
1971 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
1972 --with-gmp=system.
1973 * Makefile.in: Regenerated.
1974 * configure: Likewise.
1975
1976 2012-07-06 Richard Guenther <rguenther@suse.de>
1977
1978 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
1979 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
1980 supply V=1 as extra_make_flags.
1981 * configure: Regenerated.
1982 * Makefile.in: Likewise.
1983
1984 2012-07-04 Tristan Gingold <gingold@adacore.com>
1985
1986 * configure: Regenerate.
1987
1988 2012-07-03 Richard Guenther <rguenther@suse.de>
1989
1990 * Makfile.def (isl): Remove not necessary extra_exports and
1991 extra_make_flags.
1992 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
1993 * Makefile.in: Regenerated.
1994
1995 2012-07-03 Richard Guenther <rguenther@suse.de>
1996
1997 * Makefile.def (cloog): Add V=1 to extra_make_flags.
1998 * configure.ac: If either the ISL or the CLooG check failed
1999 do not try to build in-tree versions.
2000 * Makefile.in: Regenerated.
2001 * configure: Regenerated.
2002
2003 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2004
2005 * configure: Regenerate.
2006
2007 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
2008
2009 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2010 maintainer.
2011
2012 2012-07-02 Richard Guenther <rguenther@suse.de>
2013
2014 * configure: Regenerated.
2015
2016 2012-07-02 Richard Guenther <rguenther@suse.de>
2017 Michael Matz <matz@suse.de>
2018 Tobias Grosser <tobias@grosser.es>
2019 Sebastian Pop <sebpop@gmail.com>
2020
2021 * Makefile.def: Add ISL host module, remove PPL host module.
2022 Adjust ClooG host module to use the proper ISL.
2023 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2024 * configure.ac: Include config/isl.m4. Add ISL host library,
2025 remove PPL. Remove PPL configury, add ISL configury, adjust
2026 ClooG configury.
2027 * Makefile.in: Regenerated.
2028 * configure: Likewise.
2029
2030 2012-07-02 Richard Guenther <rguenther@suse.de>
2031
2032 Merge from graphite branch
2033 2011-07-21 Tobias Grosser <tobias@grosser.es>
2034
2035 * configure: Regenerated.
2036 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2037 both cloog.org and legacy versions. The only supported version will
2038 be CLooG with the isl backend.
2039
2040 2011-07-21 Tobias Grosser <tobias@grosser.es>
2041
2042 * configure: Regenerated.
2043 * configure.ac: Require cloog isl 0.17.0
2044
2045 2011-07-21 Tobias Grosser <tobias@grosser.es>
2046
2047 * configure: Regenerated.
2048 * config/cloog.m4: Do not define CLOOG_ORG
2049
2050 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
2051
2052 * configure.ac: Skip C if explicitly selected.
2053 * configure: Regenerate.
2054
2055 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
2056
2057 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
2058 they contain -O2.
2059 * configure: Regenerate.
2060
2061 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
2062
2063 PR debug/53740
2064 * df.h, df-problems.c, dce.c: Revert last patch.
2065
2066 2012-06-25 Iain Sandoe <iain@codesourcery.com>
2067
2068 * MAINTAINERS (Write After Approval): Update my email address.
2069
2070 2012-06-21 Meador Inge <meadori@codesourcery.com>
2071
2072 * MAINTAINERS (Write After Approval): Add myself.
2073
2074 2012-06-20 Jason Merrill <jason@redhat.com>
2075
2076 * Makefile.tpl (check-target-libgomp-c++): New.
2077 (check-target-libitm-c++): New.
2078 * Makefile.def (c++): Add them.
2079 * Makefile.in: Regenerate.
2080
2081 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
2082
2083 * MAINTAINERS (Write After Approval): Add myself.
2084
2085 2012-05-16 Olivier Hainque <hainque@adacore.com>
2086
2087 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
2088 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
2089 (install-no-fixedincludes): Adjust accordingly.
2090 * Makefile.in: Regenerate.
2091
2092 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
2093
2094 Merge upstream change
2095 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
2096
2097 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
2098
2099 * MAINTAINERS (Write After Approval): Add myself.
2100
2101 2012-05-09 Nick Clifton <nickc@redhat.com>
2102 Paul Smith <psmith@gnu.org>
2103
2104 PR bootstrap/50461
2105 * configure.ac (mpfr-dir): When using in-tree MPFR sources
2106 allow for the fact that from release v3.1.0 of MPFR the source
2107 files were moved into a src sub-directory.
2108 * configure: Regenerate.
2109
2110 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
2111
2112 * configure.ac: Bump minimum MPFR version to 2.4.0.
2113 * configure: Regenerated.
2114
2115 2012-05-01 Richard Henderson <rth@redhat.com>
2116
2117 * Makefile.def (libatomic): New target_module.
2118 * configure.ac (target_libraries): Add libatomic.
2119 (noconfigdirs): Check if libatomic is supported.
2120 * Makefile.in, configure: Rebuild.
2121
2122 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
2123
2124 * MAINTAINERS (Write After Approval): Add myself.
2125
2126 2012-04-25 Joel Brobecker <brobecker@adacore.com>
2127
2128 * config.sub: Update to 2012-04-18 version from official repo.
2129
2130 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
2131
2132 * MAINTAINERS (Write After Approval): Add myself.
2133
2134 2012-04-11 Steve Ellcey <sellcey@mips.com>
2135
2136 * MAINTAINERS: Changed email address.
2137
2138 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
2139
2140 PR target/52737
2141 * contrib/gcc_update (files_and_dependencies):
2142 Remove gcc/config/avr/t-multilib from touch data.
2143
2144 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2145
2146 * MAINTAINERS (OS Port Maintainers): Remove irix.
2147 * configure.ac (enable_libgomp): Remove *-*-irix6*.
2148 (unsupported_languages): Remove mips-sgi-irix6.*.
2149 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
2150 (with_stabs): Remove.
2151 * configure: Regenerate.
2152
2153 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2154
2155 * MAINTAINERS (OS Port Maintainers): Remove osf.
2156 * configure.ac (enable_libgomp): Remove *-*-osf*.
2157 (with_stabs): Remove alpha*-*-osf*.
2158 * configure: Regenerate.
2159
2160 2012-03-05 Tristan Gingold <gingold@adacore.com>
2161
2162 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
2163 * configure: Regenerate.
2164
2165 2012-02-17 Walter Lee <walt@tilera.com>
2166
2167 * MAINTAINERS: (Write After Approval): Delete myself.
2168
2169 2012-02-14 Walter Lee <walt@tilera.com>
2170
2171 * MAINTAINERS (tilegx port): Add myself.
2172 (tilepro port): Add myself.
2173 (Write After Approval): Add myself.
2174
2175 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
2176
2177 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
2178 and Joseph Myers as docstring relicensing maintainers.
2179
2180 2012-02-09 Bin Cheng <bin.cheng@arm.com>
2181
2182 * MAINTAINERS (write-after-approval): Add myself.
2183
2184 2012-02-08 Ira Rosen <irar@il.ibm.com>
2185
2186 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
2187 maintainer.
2188
2189 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2190
2191 * MAINTAINERS (Write After Approval): Move myself to
2192 maintain alphabetical order.
2193
2194 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
2195
2196 * MAINTAINERS (Write After Approval): Add myself.
2197
2198 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2199
2200 * MAINTAINERS (Write After Approval): Add myself.
2201
2202 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2203 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2204
2205 * configure.ac (cr16-*-*): Remove nonconfigdirs.
2206 * configure: Regenerate.
2207
2208 2012-01-23 Harshit Chopra <harshit@google.com>
2209
2210 * MAINTAINERS (Write After Approval): Add myself.
2211
2212 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
2213
2214 * configure.ac: Remove reference to mh-interix.
2215 * configure: Regenerate.
2216
2217 2012-01-05 Richard Henderson <rth@redhat.com>
2218
2219 PR bootstrap/51072
2220 * configure.ac: Disable libitm if c++ is not enabled.
2221 * configure: Rebuild.
2222
2223 * configure.ac: Fix regexp for same.
2224 * configure: Rebuild.
2225
2226 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
2227
2228 * MAINTAINERS (Write After Approval): Add myself.
2229
2230 2012-01-02 Richard Guenther <rguenther@suse.de>
2231
2232 PR bootstrap/51686
2233 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
2234 * Makefile.in: Regenerate.
2235
2236 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
2237
2238 * MAINTAINERS (Write After Approval): Add myself.
2239
2240 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
2241
2242 * configure: Regenerate.
2243
2244 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2245
2246 * MAINTAINERS (picochip): Changed email address.
2247
2248 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
2249
2250 * MAINTAINERS (write-after-approval): Add self.
2251
2252 2011-11-29 DJ Delorie <dj@redhat.com>
2253
2254 * configure.ac (rl78-*-*) New case.
2255 * configure: Regenerate.
2256 * MAINTAINERS: Add myself as RL78 maintainer.
2257
2258 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
2259
2260 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
2261
2262 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
2263
2264 * libtool.m4: Additional FreeBSD 10 fixes.
2265
2266 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
2267
2268 * MAINTAINERS: Move myself from Write After Approval to CPU Port
2269 Maintainers section, as Epiphany maintainer.
2270
2271 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
2272
2273 PR target/49992
2274 * configure.ac: Remove ranlib special-casing for Darwin.
2275 * configure: Regenerate.
2276
2277 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
2278
2279 * MAINTAINERS (Reviewers): Keep the list sorted.
2280
2281 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
2282
2283 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
2284
2285 2011-11-09 Roland McGrath <mcgrathr@google.com>
2286
2287 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
2288 * configure: Rebuild.
2289 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
2290 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
2291 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
2292 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
2293 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
2294 Add READELF.
2295 * Makefile.in: Rebuild.
2296
2297 2011-11-09 Jason Merrill <jason@redhat.com>
2298
2299 * Makefile.def (language=c++): Remove check-c++0x.
2300 * Makefile.in (check-gcc-c++): Regenerate.
2301
2302 2011-11-08 Richard Henderson <rth@redhat.com>
2303
2304 * configure.ac: Test for libitm directory present first.
2305
2306 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
2307
2308 * configure.ac: Test libitm/configure.tgt to disable libitm.
2309 * configure: Rebuild.
2310
2311 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
2312 Richard Henderson <rth@redhat.com>
2313
2314 Merged from transactional-memory.
2315
2316 * Makefile.def (lang_env_dependencies): libitm is c++.
2317 Add libitm target module.
2318 * configure.ac: Likewise.
2319 * config/mmap.m4: New file.
2320 * contrib/gcc_update: Add libitm to touch data.
2321 * Makefile.in, configure: Rebuild.
2322
2323 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2324
2325 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
2326 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
2327 * Makefile.in: Regenerate.
2328
2329 2011-11-01 DJ Delorie <dj@redhat.com>
2330
2331 * config.sub: Update to version 2011-10-29 (added rl78)
2332
2333 2011-10-27 Nick Clifton <nickc@redhat.com>
2334
2335 * config.sub: Import these changes from the config project:
2336
2337 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
2338 Ben Elliston <bje@gnu.org>
2339
2340 * config.sub (epiphany): New.
2341
2342 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
2343 Ben Elliston <bje@gnu.org>
2344
2345 * config.sub (hexagon, hexagon-*): New.
2346
2347 2011-08-23 Roland McGrath <mcgrathr@google.com>
2348
2349 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
2350 64eb to be64.
2351
2352 2011-08-16 Roland McGrath <mcgrathr@google.com>
2353
2354 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
2355 (nacl): Grok as alias for 32el-unknown-nacl.
2356
2357 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
2358
2359 * MAINTAINERS (Write After Approval): Add myself.
2360
2361 2011-10-24 Teresa Johnson <tejohnson@google.com>
2362
2363 * MAINTAINERS (Write After Approval): Add myself.
2364
2365 2011-09-21 Jakub Jelinek <jakub@redhat.com>
2366
2367 * MAINTAINERS (sparc port): Remove myself.
2368
2369 2011-09-14 Tom de Vries <tom@codesourcery.com>
2370
2371 * MAINTAINERS (Write After Approval): Add myself.
2372
2373 2011-08-14 Yao Qi <yao@codesourcery.com>
2374
2375 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
2376 * configure: Regenerate.
2377
2378 2011-07-26 Ian Lance Taylor <iant@google.com>
2379
2380 * configure.ac: Set have_compiler based on whether gcc directory
2381 exists, rather than on whether gcc is in configdirs.
2382 * configure: Rebuild.
2383
2384 2011-07-21 Joseph Myers <joseph@codesourcery.com>
2385
2386 * MAINTAINERS (Global Reviewers): Add self.
2387
2388 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
2389
2390 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
2391 link directories.
2392 * Makefile.in: Rebuild.
2393
2394 2011-07-20 Ian Lance Taylor <iant@google.com>
2395
2396 PR bootstrap/49787
2397 * configure.ac: Move --enable-bootstrap handling earlier in file.
2398 If --enable-bootstrap and either --enable-build-with-cxx or
2399 --enable-build-poststage1-with-cxx, enable C++ automatically.
2400 * configure: Rebuild.
2401
2402 2011-07-19 Ian Lance Taylor <iant@google.com>
2403
2404 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
2405 make C++ a boot_language. Set and substitute
2406 POSTSTAGE1_CONFIGURE_FLAGS.
2407 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
2408 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
2409 * configure, Makefile.in: Rebuild.
2410
2411 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
2412
2413 * MAINTAINERS (Register Allocation): Move myself from reviewers to
2414 maintainers.
2415
2416 2011-07-18 Jakub Jelinek <jakub@redhat.com>
2417
2418 * MAINTAINERS (Global Reviewers): Add myself.
2419
2420 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2421
2422 * configure: Regenerate.
2423
2424 2011-07-16 Jason Merrill <jason@redhat.com>
2425
2426 * Makefile.def (language=c++): Add check-c++0x and
2427 check-target-libmudflap-c++.
2428 * Makefile.tpl (check-target-libmudflap-c++): New.
2429 * Makefile.in: Regenerate.
2430
2431 2011-07-16 Matthias Klose <doko@ubuntu.com>
2432
2433 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
2434 * Makefile.def (target_modules/libjava): Pass
2435 $(EXTRA_CONFIGARGS_LIBJAVA).
2436 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
2437 if not configured with --enable-static-libjava.
2438 * Makefile.in: Regenerate.
2439 * configure: Likewise.
2440
2441 2011-07-15 Jason Merrill <jason@redhat.com>
2442
2443 * Makefile.in (check-c++): Move check-gcc-c++0x after
2444 check-target-libstdc++-v3.
2445
2446 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2447
2448 * MAINTAINERS (c6x port): New entry.
2449
2450 2011-07-13 Jason Merrill <jason@redhat.com>
2451
2452 * Makefile.in (check-gcc-c++0x): New.
2453 (check-c++): Depend on it.
2454
2455 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2456
2457 PR target/39150
2458 * configure.ac (i[3456789]86-*-solaris2*): Also accept
2459 x86_64-*-solaris2.1[0-9]*.
2460 * configure: Regenerate.
2461
2462 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
2463
2464 * MAINTAINERS (RTL optimizers): Add self.
2465
2466 2011-06-27 Gabriel Charette <gchare@google.com>
2467
2468 * MAINTAINERS (Write After Approval): Add myself.
2469
2470 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
2471
2472 PR regression/47836
2473 PR bootstrap/23656
2474 PR other/47733
2475 PR bootstrap/49247
2476 PR c/48825
2477 * configure.ac (target_libraries): Remove target-libiberty.
2478 Remove case-statement setting skipdirs=target-libiberty for
2479 multiple targets. Remove checking target_configdirs and
2480 removing target-libiberty but keeping target-libgcc if
2481 otherwise empty.
2482 * Makefile.def (target_modules): Don't add libiberty.
2483 (dependencies): Remove all traces of target-libiberty.
2484 * configure, Makefile.in: Regenerate.
2485
2486 2011-06-13 Walter Lee <walt@tilera.com>
2487
2488 * configure.ac (tilepro-*-*) New case.
2489 (tilegx-*-*): Likewise.
2490 * configure: Regenerate.
2491
2492 2011-06-06 Jing Yu <jingyu@google.com>
2493
2494 * configure.ac: Skip target-libiberty for
2495 arm*-*-linux-androideabi.
2496 * configure: Regenerated.
2497
2498 2011-06-06 Nick Clifton <nickc@redhat.com>
2499
2500 * config.sub: Sync from upstream.
2501
2502 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
2503
2504 * MAINTAINERS (Write After Approval): Add myself.
2505
2506 2011-06-01 Daniel Jacobowitz <drow@false.org>
2507
2508 * MAINTAINERS: Update my email address.
2509
2510 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
2511
2512 * MAINTAINERS (Write After Approval): Update my email address.
2513
2514 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
2515
2516 * MAINTAINERS (Write After Approval): Add myself.
2517
2518 2011-05-08 Doug Kwan <dougkwan@google.com>
2519
2520 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
2521 * configure: Regenerated.
2522 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
2523 value from configure.
2524 * Makefile.in: Regenerated.
2525
2526 2011-05-05 Joseph Myers <joseph@codesourcery.com>
2527
2528 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
2529 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
2530 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
2531 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
2532 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
2533 *-*-vxworks*): Disable newlib and libgloss in separate case
2534 statement.
2535 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
2536 to separate case statement.
2537 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2538 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
2539 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
2540 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
2541 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
2542 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
2543 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
2544 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
2545 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
2546 i[[3456789]]86-*-rdos*, m32r-*-*,
2547 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
2548 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
2549 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
2550 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
2551 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
2552 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
2553 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
2554 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
2555 and libgloss in main case over targets. Remove most empty cases
2556 in main case over targets.
2557 * configure: Regenerate.
2558
2559 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
2560
2561 * MAINTAINERS (Write After Approval): Add myself.
2562
2563 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2564
2565 * configure.ac: Remove code setting special library locations for
2566 hppa*64*-*-hpux11*. Remove code setting compiler for
2567 sparc-sun-solaris2*.
2568 * configure: Regenerate.
2569
2570 2011-05-04 Joseph Myers <joseph@codesourcery.com>
2571
2572 * configure.ac: Separate libgloss_dir settings from general case
2573 over targets.
2574 * configure: Regenerate.
2575
2576 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2577
2578 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
2579 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
2580 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
2581 cases in libgcj-disabling case statement.
2582 (hppa*64*-*-linux*): Set unsupported_languages instead of
2583 disabling target-zlib.
2584 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
2585 to hppa*64*-*-hpux*.
2586 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
2587 hppa*-*-hpux*.
2588 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
2589 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
2590 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
2591 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
2592 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
2593 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
2594 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
2595 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
2596 libgcj-disabling case statement.
2597 * configure: Regenerate.
2598
2599 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2600
2601 * configure.ac: Disable Java for targets not supporting libffi.
2602 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
2603 Remove cases in Java-disabling statement.
2604 (*arm-wince-pe): Change to arm-wince-pe.
2605 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
2606 cases in Java-disabling statement.
2607 (bfin-*-*): Don't disable Java again.
2608 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
2609 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
2610 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
2611 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
2612 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
2613 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
2614 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
2615 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
2616 Java-disabling statement.
2617 (mmix-*-*): Don't disable Java again.
2618 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2619 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
2620 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
2621 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
2622 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
2623 statement.
2624 * configure: Regenerate.
2625
2626 2011-04-28 Joseph Myers <joseph@codesourcery.com>
2627
2628 * configure.ac: Separate cases disabling Java and Java libraries
2629 from general case over targets.
2630 * configure: Regenerate.
2631
2632 2011-04-21 Jie Zhang <jzhang918@gmail.com>
2633
2634 * MAINTAINERS: Update my email address.
2635
2636 2011-04-20 Easwaran Raman <eraman@google.com>
2637
2638 * MAINTAINERS (Write After Approval): Add myself.
2639
2640 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
2641
2642 PR lto/48086
2643 * configure.ac: Re-enable LTO on *-apple-darwin9*.
2644 * configure: Regenerate.
2645
2646 2011-04-16 Jim Meyering <meyering@redhat.com>
2647
2648 * MAINTAINERS (Write After Approval): Add myself.
2649
2650 2011-04-15 Dodji Seketeli <dodji@redhat.com>
2651
2652 * MAINTAINERS: Update my email address.
2653
2654 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
2655
2656 * MAINTAINERS (Write After Approval): Add myself.
2657
2658 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
2659
2660 * MAINTAINERS (Write After Approval): Add myself.
2661
2662 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
2663
2664 * MAINTAINERS (Write After Approval): Add myself.
2665
2666 2011-04-06 Joseph Myers <joseph@codesourcery.com>
2667
2668 * configure.ac (build_tools): Remove build-byacc.
2669 (host_libs): Remove mmalloc.
2670 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
2671 autoconf automake libtool diff rcs fileutils shellutils time
2672 textutils wdiff find uudecode hello tar gzip indent recode release
2673 sed perl gawk findutils gettext zip.
2674 (libgcj): Remove target-qthreads.
2675 (target_tools): Remove target-examples target-gperf.
2676 (YACC): Don't handle building byacc.
2677 * configure: Regenerate.
2678 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
2679 dosutils, examples, fileutils, find, findutils, gawk, gettext,
2680 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
2681 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
2682 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
2683 handle building components.
2684 * Makefile.in: Regenerate.
2685
2686 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
2687
2688 * MAINTAINERS: Update my email address as Xtensa maintainer.
2689
2690 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2691
2692 * config.sub: Sync from upstream.
2693
2694 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2695
2696 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
2697 (microblaze*): Don't disable libssp.
2698 * configure: Regenerate.
2699
2700 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2701
2702 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
2703 moveifchange.
2704 * configure: Regenerate.
2705 * Makefile.tpl: Use @SHELL@ not @config_shell@.
2706 * Makefile.in: Regenerate.
2707
2708 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2709
2710 * configure.ac (*-*-sysv4*): Don't enable libgomp.
2711 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
2712 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
2713 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
2714 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
2715 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
2716 md_exec_prefix cases.
2717 * configure: Regenerate.
2718
2719 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2720
2721 * configure.ac: Separate cases disabling target-libssp,
2722 target-libiberty, target-libstdc++-v3 and Fortran from general
2723 case over targets.
2724 * configure: Regenerate.
2725
2726 2011-04-01 Joseph Myers <joseph@codesourcery.com>
2727
2728 * configure.ac (*-*-chorusos): Don't disable libgcj.
2729 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
2730 Remove case.
2731 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
2732 (arm-*-coff): Don't disable libgcj.
2733 (arm*-*-linux-gnueabi): Remove useless assignment.
2734 (arm-*-riscix*): Don't disable libgcj.
2735 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
2736 configuration.
2737 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
2738 (c54x*-*-*): Remove case.
2739 (tic54x-*-*): Don't disable GCC or GCC libraries.
2740 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
2741 to *.
2742 (d10v-*-*): Don't disable GCC libraries.
2743 (d30v-*-*): Don't disable libgcj.
2744 (h8500-*-*): Don't disable GCC libraries.
2745 (i960-*-*): Don't disable libgcj.
2746 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
2747 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2748 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
2749 libgcj.
2750 (m68k-*-coff*): Remove case.
2751 (mmix-*-*): Don't disable libgloss on host.
2752 (mn10200-*-*, mn10300-*-*): Remove cases.
2753 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
2754 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
2755 Don't disable libgcj.
2756 (romp-*-*): Remove case.
2757 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
2758 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
2759 case.
2760 (v810-*-*): Don't disable GCC libraries.
2761 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
2762 (ip2k-*-*): Don't disable GCC libraries.
2763 * configure: Regenerate.
2764
2765 2011-03-28 Joseph Myers <joseph@codesourcery.com>
2766
2767 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
2768 libffi on host.
2769 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
2770 on host.
2771 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
2772 * configure: Regenerate.
2773
2774 2011-03-26 John Marino <binutils@marino.st>
2775
2776 * configure.ac: Add support for *-*-dragonfly*
2777 * configure: Regenerate.
2778
2779 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2780
2781 * configure.ac (native_only): Remove.
2782 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
2783 send-pr uudecode guile gnuserv on host.
2784 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
2785 send-pr rcs guile perl texinfo libtool on host.
2786 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
2787 automake send-pr rcs guile perl texinfo libtool on host.
2788 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
2789 (*-*-kaos*): Don't disable target-examples target-gperf on target.
2790 (alpha*-dec-osf*): Don't disable fileutils on target.
2791 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
2792 texinfo send-pr expect dejagnu on target.
2793 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
2794 target-qthreads on target.
2795 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
2796 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
2797 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
2798 x86_64-*-mingw*): Don't disable expect on target.
2799 (*-*-cygwin*): Don't disable target-gperf on target.
2800 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
2801 gnuserv on target.
2802 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
2803 target.
2804 * configure: Regenerate.
2805
2806 2011-03-25 Joseph Myers <joseph@codesourcery.com>
2807
2808 * configure.ac (target_tools): Remove target-groff.
2809 (native_only): Remove target-groff.
2810 (hppa*64*-*-*): Don't disable byacc.
2811 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
2812 setting.
2813 (*-*-kaos*): Don't skip target-librx and target-groff.
2814 (*-*-netware*): Don't skip target-libmudflap.
2815 (*-*-tpf*): Don't skip target-libmudflap.
2816 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
2817 directories on the host.
2818 (ia64*-*-*vms*): Don't skip tix.
2819 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
2820 host.
2821 * configure: Regenerate.
2822
2823 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
2824
2825 * configure.ac: Remove references to mt-mep, mt-netware,
2826 mt-wince.
2827 * Makefile.def: Add all-utils soft dependencies.
2828 * Makefile.tpl: Remove GDB_NLM_DEPS.
2829 * configure: Regenerate.
2830 * Makefile.in: Regenerate.
2831
2832 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2833
2834 * configure.ac: Do not include mh-x86omitfp.
2835 * configure: Regenerate.
2836
2837 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2838
2839 * configure.ac: Remove empty cases.
2840 * configure: Regenerate.
2841
2842 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2843
2844 * Makefile.def: Add dependency from termcap to gdb.
2845 * Makefile.in: Regenerate.
2846
2847 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2848
2849 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
2850 * configure: Regenerate.
2851 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
2852 * Makefile.tpl: Likewise.
2853 * Makefile.in: Regenerate.
2854
2855 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
2856
2857 * configure.ac: Remove all mentions of tentative_cc.
2858 * configure: Regenerate.
2859
2860 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2861
2862 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
2863 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
2864 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
2865 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
2866 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
2867 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
2868 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
2869 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
2870 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
2871 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
2872 *-*-rhapsody*): Remove host cases.
2873 * configure: Regenerate.
2874
2875 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2876
2877 * configure.ac (ppc*-*-pe): Remove host case.
2878 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
2879 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
2880 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
2881 cases.
2882 * configure: Regenerate.
2883
2884 2011-03-24 Joseph Myers <joseph@codesourcery.com>
2885
2886 * config.sub: Update to version 2011-03-23.
2887
2888 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2889
2890 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
2891 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
2892 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
2893 * configure: Regenerate.
2894
2895 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2896
2897 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
2898 to Write After Approval.
2899 * config-ml.in: Don't handle arc-*-elf*.
2900 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
2901 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
2902 handle GCC libraries.
2903 * configure: Regenerate.
2904
2905 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2906
2907 PR bootstrap/48120:
2908 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
2909 Add -lstdc++ -lm to LIBS.
2910 * configure: Regenerate.
2911
2912 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
2913
2914 * config.guess: Update to version 2011-02-02
2915 * config.sub: Update to version 2011-02-24
2916
2917 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
2918
2919 PR lto/48086
2920 * configure.ac: Re-enable LTO on *-apple-darwin9.
2921 * configure: Regenerate.
2922
2923 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
2924
2925 PR lto/48086
2926 * configure.ac: Disable LTO on darwin due to an assembler change in
2927 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
2928 under 256.
2929 * configure: Regenerate.
2930
2931 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
2932
2933 * MAINTAINERS: Update myself as score backend maintainer,
2934 update my e-mail address.
2935
2936 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
2937
2938 * MAINTAINERS: Update my e-mail address.
2939
2940 2011-03-06 Joey Ye <joey.ye@arm.com>
2941
2942 * MAINTAINERS: Update my e-mail address.
2943
2944 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2945
2946 * configure.ac: Adjust test of with_ppl.
2947 * configure: Regenerated.
2948
2949 2011-03-02 Kai Tietz <ktietz@redhat.com>
2950
2951 * MAINTAINERS: Adjust my e-mail address.
2952
2953 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2954
2955 * configure.ac: Add -lpwl to ppllibs.
2956 * configure: Regenerated.
2957
2958 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
2959
2960 * config/cloog.m4: Add -lisl to clooglibs.
2961 * configure: Regenerated.
2962
2963 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2964
2965 * MAINTAINERS (CPU Port maintainers): Add self.
2966
2967 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2968
2969 * MAINTAINERS: Add myself as testsuite maintainer.
2970
2971 2011-02-15 Mike Stump <mikestump@comcast.net>
2972
2973 * MAINTAINERS: Add myself as testsuite maintainer.
2974
2975 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2976
2977 Import from Libtool and gnulib:
2978
2979 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
2980
2981 Prepare for supporting FreeBSD 10.
2982 * config.rpath: Remove handling of freebsd1* which soon would
2983 match FreeBSD 10.0.
2984
2985 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
2986
2987 Remove support for FreeBSD 1.x.
2988 * libtool.m4 (_LT_LINKER_SHLIBS)
2989 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
2990 soon would incorrectly match FreeBSD 10.0.
2991
2992 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2993
2994 PR binutils/12283
2995 * move-if-change: Import version from gnulib.
2996
2997 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
2998
2999 PR lto/47225
3000 * Makefile.def (lto-plugin): Double dash for enable-shared.
3001 (configure-gcc): Depend on all-lto-plugin.
3002 * Makefile.in: Rebuilt.
3003
3004 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3005
3006 * configure.ac: Remove extra bracket.
3007 * configure: Regenerate.
3008
3009 2011-02-08 Tobias Burnus <burnus@net-b.de>
3010
3011 * MAINTAINERS: Add myself as libquadmath maintainer.
3012
3013 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
3014
3015 * MAINTAINERS: Update my email address.
3016
3017 2011-02-07 Joseph Myers <joseph@codesourcery.com>
3018
3019 * MAINTAINERS (option handling): Add self.
3020
3021 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
3022
3023 PR lto/47225
3024 * Makefile.def: Add dependency for install-gcc
3025 on install-lto-plugin.
3026 * Makfile.in: Regenerated
3027
3028 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3029
3030 * MAINTAINERS (CPU Port Maintainers): Add myself.
3031
3032 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
3033
3034 PR libgcj/44341
3035 * configure.ac: Discard --with-* flags for host when configuring
3036 target libraries for cross build.
3037 * configure: Rebuilt.
3038
3039 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3040
3041 * MAINTAINERS (linear loop transforms): Removed.
3042
3043 2011-01-25 Jakub Jelinek <jakub@redhat.com>
3044
3045 * configure.ac: If with_ppl is no, move setting with_cloog=no
3046 after CLOOG_REQUESTED check.
3047 * configure: Regenerated.
3048
3049 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3050
3051 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
3052 CLooG has been requested.
3053 * configure: Regenerated.
3054
3055 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
3056
3057 * configure: Regenerated.
3058 * configure.ac: Check for version 0.11 (or later revision) of PPL.
3059
3060 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
3061
3062 * configure: Regenerated.
3063 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
3064
3065 2011-01-21 Andreas Schwab <schwab@redhat.com>
3066
3067 * configure.ac: Use AS_HELP_STRING throughout.
3068 * configure: Regenerate.
3069
3070 2011-01-18 Jie Zhang <jie.zhang@analog.com>
3071
3072 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
3073 * configure: Regenerate.
3074
3075 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3076
3077 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
3078
3079 2011-01-13 Joel Brobecker <brobecker@adacore.com>
3080
3081 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
3082 for ia64-hpux.
3083 * configure: Regenerate.
3084
3085 2011-01-07 Jan Hubicka <jh@suse.cz>
3086
3087 PR lto/47225
3088 * Makefile.in: Regenerate.
3089 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
3090 configure.
3091
3092 2011-01-07 Jan Hubicka <jh@suse.cz>
3093
3094 * Makefile.in: Regenerate.
3095 * Makefile.def (gcc host module) and soft dependency on lto-plugin
3096 and configure dependency on lto-plugin configure.
3097 (lto-plugin module): Remove dependency on GCC; add dependency on
3098 liniberty.
3099
3100 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
3101
3102 * MAINTAINERS (Write After Approval): Add myself.
3103
3104 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
3105
3106 * configure: Regenerate.
3107
3108 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
3109
3110 * configure.ac: (picochip): Disable libiberty.
3111
3112 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
3113
3114 * MAINTAINERS (Write After Approval): Add myself.
3115
3116 2010-12-10 Ian Lance Taylor <iant@google.com>
3117
3118 PR bootstrap/46819
3119 * configure.ac: For --disable-libgcj clear libgcj_saved.
3120 * configure: Rebuild.
3121
3122 2010-12-10 Tobias Burnus <burnus@net-b.de>
3123
3124 PR fortran/46540
3125 * configure.ac: Add --disable-libquadmath and
3126 --disable-libquadmath-support.
3127 * configure: Regenerate.
3128
3129 2010-12-03 Ian Lance Taylor <iant@google.com>
3130
3131 * MAINTAINERS: Add myself as libgo maintainer.
3132
3133 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
3134
3135 PR libffi/46792
3136 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
3137 * configure: Regenerate.
3138
3139 2010-12-02 Ian Lance Taylor <iant@google.com>
3140
3141 * configure.ac: Always set default for poststage1_ldflags to
3142 -static-libstdc++ -static-libgcc.
3143
3144 2010-11-29 Andreas Schwab <schwab@redhat.com>
3145
3146 * configure.ac: Move comment to remove extra space in last argument
3147 of GCC_TARGET_TOOL.
3148
3149 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
3150
3151 PR other/46026
3152 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
3153 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
3154 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
3155 (BASE_FLAGS_TO_PASS): Use it.
3156 * configure: Rebuilt.
3157 * Makefile.in: Rebuilt.
3158
3159 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
3160
3161 PR binutils/12258
3162 * configure.ac: Correct comments for --enable-gold/--enable-ld.
3163 Properly check default linker.
3164 * configure: Regnerated.
3165
3166 2010-11-23 Matthias Klose <doko@ubuntu.com>
3167
3168 * configure.ac: For --enable-gold, handle value `default' instead of
3169 `both*'. New configure option --{en,dis}able-ld.
3170 * configure: Regenerate.
3171
3172 2010-11-20 Ian Lance Taylor <iant@google.com>
3173
3174 * configure.ac: Only disable a language library if no language needs
3175 it. Don't let --disable-libgcj uncondtionally disable libffi.
3176 * configure: Rebuild.
3177
3178 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3179
3180 * Makefile.in: Regenerate.
3181
3182 PR other/46202
3183 * configure.ac: Fix just-built in-tree STRIP name to be
3184 binutils/strip-new.
3185 * configure: Regenerate.
3186 * Makefile.def (install-strip-gcc, install-strip-binutils)
3187 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
3188 (install-strip-sid): Mirror dependencies on non-strip variants
3189 of these targets on the respective -strip prerequisites.
3190 * Makefile.tpl (install-strip, install-strip-host)
3191 (install-strip-target): New targets.
3192 (install-strip-[+module+], install-strip-target-[+module+]):
3193 New targets.
3194 * Makefile.in: Regenerate.
3195
3196 2010-11-19 Ian Lance Taylor <iant@google.com>
3197 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3198
3199 * configure.ac: Add target-libgo to target_libraries. Set
3200 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
3201 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
3202 (HOST_EXPORTS): Add GOC.
3203 (BASE_TARGET_EXPORTS): Add GOC.
3204 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
3205 (GOCFLAGS_FOR_TARGET): New variable.
3206 (EXTRA_HOST_FLAGS): Add GOC.
3207 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
3208 * Makefile.def (target_modules): Add libgo.
3209 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
3210 (dependencies): Add dependency from configure-target-libgo to
3211 configure-target-libffi and all-target-libstdc++-v3. Add
3212 dependencies from all-target-libgo to all-target-libffi.
3213 (languages): Add go.
3214 * configure: Rebuild.
3215 * Makefile.in: Rebuild.
3216
3217 2010-11-19 Ian Lance Taylor <iant@google.com>
3218
3219 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
3220 compiler/flag environment variables.
3221
3222 2010-11-18 Ian Lance Taylor <iant@google.com>
3223
3224 * configure.ac: Check for lang_requires_boot_languages in
3225 config-lang.in files.
3226 * configure: Rebuild.
3227
3228 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3229 Tobias Burnus <burnus@net-b.de>
3230
3231 PR fortran/32049
3232 * Makefile.def: Add libquadmath; build it with language=fortran.
3233 * configure.ac: Add libquadmath.
3234 * Makefile.tpl: Handle multiple libs in check-[+language+].
3235 * Makefile.in: Regenerate.
3236 * configure: Regenerate.
3237
3238 2010-11-16 Tom Tromey <tromey@redhat.com>
3239
3240 * MAINTAINERS: Moved myself to reviewers section.
3241
3242 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
3243
3244 * MAINTAINERS: Moved myself to reviewers section.
3245
3246 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3247
3248 * MAINTAINERS (Various Maintainers): Add self for build machinery.
3249 (Write After Approval): Remove self.
3250
3251 2010-11-15 Andreas Schwab <schwab@redhat.com>
3252
3253 * configure.ac: Fix spelling in option names.
3254 * configure: Regenerated.
3255
3256 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
3257
3258 PR bootstrap/39622
3259 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
3260 * configure: Regenerated.
3261
3262 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
3263
3264 * MAINTAINERS: Update my email address.
3265
3266 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3267
3268 * configure: Regenerate.
3269
3270 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3271
3272 * configure: Regenerate.
3273
3274 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3275
3276 * configure: Regenerate.
3277
3278 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
3279
3280 * configure: Regenerate.
3281
3282 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
3283
3284 * configure.ac: Support official CLooG.org versions.
3285 * configure: Regenerate.
3286 * config/cloog.m4: New.
3287
3288 2010-11-10 François Dumont <francois.cppdevs@free.fr>
3289
3290 * MAINTAINERS (Write After Approval): Add myself.
3291
3292 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
3293
3294 * MAINTAINERS: Update my email address.
3295
3296 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
3297
3298 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
3299 * configure: Regenerate.
3300
3301 2010-11-03 Ian Lance Taylor <iant@google.com>
3302 Dave Korn <dave.korn.cygwin@gmail.com>
3303
3304 PR lto/46273
3305 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
3306 and on other supported platforms whenever LTO is enabled.
3307 * configure: Rebuild.
3308
3309 2010-11-02 Alan Modra <amodra@gmail.com>
3310
3311 PR binutils/12110
3312 * configure.ac: Error when source path contains spaces.
3313 * configure: Regenerate.
3314
3315 2010-10-23 James E. Wilson <wilson@codesourcery.com>
3316
3317 * MAINTAINERS: Update my email address.
3318
3319 2010-10-20 Ian Lance Taylor <iant@google.com>
3320
3321 * Makefile.def (target_modules): Set lib_path to src/.libs for
3322 libstdc++-v3 module.
3323 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
3324 * Makefile.in: Rebuild.
3325
3326 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3327
3328 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
3329 (Write After Approval): Remove myself.
3330
3331 2010-10-15 Tristan Gingold <gingold@adacore.com>
3332
3333 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3334
3335 2010-10-14 Douglas Rupp <rupp@gnat.com>
3336
3337 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
3338
3339 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
3340
3341 * configure.ac (build_lto_plugin): New shell variable.
3342 (--enable-lto): Turn on by default for all non-ELF platforms that
3343 have had LTO support added so far. Set build_lto_plugin appropriately
3344 for both ELF and non-ELF.
3345 (configdirs): Add lto-plugin or not based on build_lto_plugin.
3346 * configure: Regenerate.
3347
3348 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3349
3350 Sync from src:
3351 * configure.ac (v850 support): Remove target-libgloss from
3352 noconfigdirs.
3353 * configure: Regenerate.
3354
3355 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3356
3357 PR bootstrap/45326
3358 PR bootstrap/45174
3359 * configure.ac: Honor initial values of $build_configargs,
3360 $host_configargs, $target_configargs. Mark the precious, so
3361 environment settings get recorded.
3362 * configure: Regenerate.
3363
3364 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3365
3366 PR bootstrap/45796
3367 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
3368 Depend on all-build-libiberty.
3369 * Makefile.in: Regenerate.
3370
3371 2010-09-30 Michael Eager <eager@eagercon.com>
3372
3373 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
3374 * configure: Regenerate.
3375
3376 2010-09-28 Michael Eager <eager@eagercon.com>
3377
3378 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
3379
3380 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3381
3382 PR bootstrap/44621
3383 * configure.ac: Fix unportable shell quoting.
3384 * configure: Regenerate.
3385
3386 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
3387
3388 * configure.ac (enable-lto): Add Darwin to the list of supported lto
3389 targets and amend comment.
3390 * configure: Regenerate.
3391
3392 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
3393
3394 * MAINTAINERS (Write After Approval): Add myself.
3395
3396 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
3397
3398 * configure.ac: Enable LTO by default on Darwin.
3399 * configure: Regenerate.
3400
3401 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
3402
3403 * MAINTAINERS (Write After Approval): Add myself.
3404
3405 2010-09-01 Ian Bolton <ian.bolton@arm.com>
3406
3407 * MAINTAINERS (Write After Approval): Add myself.
3408
3409 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
3410
3411 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
3412 ports
3413
3414 2010-07-28 David Yuste <david.yuste@gmail.com>
3415
3416 * MAINTAINERS (Write After Approval): Add myself.
3417
3418 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
3419
3420 * configure.ac: Support all v850 targets.
3421 * configure: Regenerate.
3422
3423 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
3424
3425 PR bootstrap/44455
3426 * configure.ac (extra_mpfr_configure_flags): Copy from
3427 extra_mpc_gmp_configure_flags.
3428 * configure: Re-generated.
3429
3430 2010-07-22 Andi Kleen <ak@linux.intel.com>
3431
3432 * MAINTAINERS (Write After Approval): Add myself.
3433
3434 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
3435
3436 * MAINTAINERS (Write After Approval): Add myself.
3437
3438 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
3439
3440 * MAINTAINERS (Write After Approval): Add myself.
3441
3442 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
3443
3444 PR target/44862
3445 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
3446 Provide -B option to allow for link spec %s substitutions for
3447 libstdc++.a on darwin.
3448 * Makefile.in: Regenerate.
3449
3450 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
3451
3452 * MAINTAINERS (Reviewers): Update my e-mail address
3453
3454 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
3455
3456 * Makefile.def (configure-gcc): Depend on all-libelf.
3457 * Makefile.in: Rebuild.
3458
3459 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
3460
3461 * MAINTAINERS (Write After Approval): Add myself in the right place.
3462
3463 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
3464
3465 * MAINTAINERS (Write After Approval): Add myself.
3466
3467 2010-05-25 Sterling Augustine <sterling@tensilica.com>
3468
3469 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
3470
3471 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
3472
3473 * config.sub: Update to version 2010-05-21.
3474 * config.guess: Update to version 2010-04-03.
3475
3476 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
3477
3478 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
3479 * configure: Regenerate.
3480
3481 2010-05-12 Sriraman Tallam <tmsriram@google.com>
3482
3483 * MAINTAINERS (Write After Approval): Add myself.
3484
3485 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
3486
3487 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
3488 a platform that supports LTO.
3489 * configure: Regenerate.
3490
3491 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
3492
3493 * configure.ac: Allow all the versions greater than 0.10 of PPL.
3494 * configure: Regenerated.
3495
3496 2010-04-27 Roland McGrath <roland@redhat.com>
3497 H.J. Lu <hongjiu.lu@intel.com>
3498
3499 * configure.ac (--enable-gold): Support both, both/gold and
3500 both/bfd to add gold to configdirs without removing ld.
3501 * configure: Regenerated.
3502
3503 * Makefile.def: Add install-gold dependency to install-ld.
3504 * Makefile.in: Regenerated.
3505
3506 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
3507
3508 PR lto/42776
3509 * configure.ac (--enable-lto): Refactor handling so libelf tests
3510 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
3511 and allow LTO to be explicitly enabled on non-ELF platforms that
3512 are known to support it inside else-clause.
3513 * configure: Regenerate.
3514
3515 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
3516
3517 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
3518 * configure: Regenerate.
3519
3520 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
3521
3522 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
3523 * configure: Regenerate.
3524
3525 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3526
3527 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
3528 separately.
3529 * configure: Regenerate.
3530
3531 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
3532
3533 * MAINTAINERS (Write After Approval): Add myself.
3534
3535 2010-04-14 Tristan Gingold <gingold@adacore.com>
3536
3537 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
3538 * configure: Regenerate.
3539
3540 2010-04-13 Steve Ellcey <sje@cup.hp.com>
3541
3542 * configure: Regenerate after change to elf.m4.
3543
3544 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
3545
3546 * MAINTAINERS (Write After Approval): Add myself.
3547
3548 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3549
3550 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
3551 * configure: Regenerated.
3552
3553 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
3554
3555 * configure.ac: Print "buggy but acceptable" when CLooG
3556 revision is less than 9.
3557 * configure: Regenerated.
3558
3559 2010-04-01 Diego Novillo <dnovillo@google.com>
3560
3561 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
3562
3563 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3564
3565 PR bootstrap/43615
3566 PR bootstrap/43328
3567
3568 Revert:
3569
3570 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3571
3572 * configure.ac: Do not pass --enable-multilib nor
3573 --disable-multilib in baseargs. Accept explicitly passed
3574 --enable_multilib.
3575 * configure: Regenerate.
3576
3577 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
3578
3579 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
3580
3581 2010-03-31 Janis Johnson <janis187@us.ibm.com>
3582
3583 * MAINTAINERS: Remove myself.
3584
3585 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3586
3587 PR bootstrap/43328
3588 * configure.ac: Do not pass --enable-multilib nor
3589 --disable-multilib in baseargs. Accept explicitly passed
3590 --enable_multilib.
3591 * configure: Regenerate.
3592
3593 2010-03-28 Andrew Pinski <pinskia@gmail.com>
3594
3595 * MAINTAINERS (spu port): Remove me.
3596
3597 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3598
3599 * configure.ac (tic6x-*-*): New case.
3600 * configure: Regenerate.
3601
3602 2010-03-23 Joseph Myers <joseph@codesourcery.com>
3603
3604 * config.sub: Update to version 2010-03-22.
3605 * config.guess: Update to version 2009-12-30.
3606
3607 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
3608
3609 PR ada/42554
3610 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
3611 * configure: Regenerate.
3612
3613 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3614
3615 * MAINTAINERS: Update my email address.
3616
3617 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
3618
3619 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
3620 (ghassan.shobaki@amd.com): Removed.
3621
3622 2010-03-17 Alan Modra <amodra@gmail.com>
3623
3624 * MAINTAINERS: Update my email address.
3625
3626 2010-03-16 Diego Novillo <dnovillo@google.com>
3627
3628 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
3629 Matthews.
3630
3631 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3632
3633 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
3634 Gutson, Jeffrey D. Oldham and Mark Shinwell.
3635
3636 2010-03-16 Joseph Myers <joseph@codesourcery.com>
3637
3638 * MAINTAINERS: Update my email address.
3639
3640 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3641
3642 * MAINTAINERS: Update my email address.
3643
3644 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
3645
3646 * MAINTAINERS: Update my email address.
3647
3648 2010-03-09 Jie Zhang <jie@codesourcery.com>
3649
3650 * MAINTAINERS: Update my email address.
3651
3652 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3653
3654 PR libstdc++/32499
3655 * configure.ac (RANLIB): Default to true.
3656 (STRIP): Likewise.
3657 (RANLIB_FOR_TARGET): Remove superfluous : argument.
3658 * configure: Regenerate.
3659
3660 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
3661
3662 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
3663 (Write After Approval): Update my email address.
3664
3665 2010-02-17 Nick Clifton <nickc@redhat.com>
3666
3667 PR 11238
3668 * Makefile.tpl (local-distclean): Also remove config.cache files in
3669 sub-directories as there may not be Makefiles present in the
3670 sub-directories.
3671 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
3672 the config.cache files found by the find command.
3673
3674 * Makefile.in: Regenerate.
3675 * configure.ac: Revert previous delta.
3676 * configure: Regenerate.
3677
3678 2010-02-15 Nick Clifton <nickc@redhat.com>
3679
3680 PR 11238
3681 * configure.ac: Delete config.cache files in sub-directories when
3682 deleting Makefiles.
3683 * configure: Regenerate.
3684
3685 2010-02-12 Ben Elliston <bje@gnu.org>
3686
3687 * MAINTAINERS: Update my email address.
3688
3689 2010-02-08 Andrew Pinski <pinskia@gmail.com>
3690
3691 * MAINTAINERS (spu port): Update my email address.
3692
3693 2010-02-08 Jie Zhang <jie.zhang@analog.com>
3694
3695 * MAINTAINERS: Add myself as a maintainer for the bfin port.
3696
3697 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3698
3699 * configure.ac: Add "recommended" version checks for GMP/MPC.
3700 Update recommended GMP/MPFR/MPC versions.
3701 * configure: Regenerate.
3702
3703 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
3704
3705 * MAINTAINERS: Move my Embecosm email address into the
3706 write-after-approval section.
3707
3708 2010-01-26 Ian Lance Taylor <iant@google.com>
3709
3710 * MAINTAINERS: Add myself as Go frontend maintainer.
3711
3712 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
3713
3714 PR libstdc++/36101, PR libstdc++/42813
3715 * configure.ac (bootstrap_target_libs): Make inclusion of
3716 target-libgomp conditional on libgomb being in target_configdirs.
3717 * configure: Regenerate.
3718
3719 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
3720
3721 PR libstdc++/36101, PR libstdc++/42813
3722 * configure.ac (bootstrap_target_libs): Include target-libgomp.
3723 * configure: Regenerate.
3724
3725 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
3726
3727 PR libstdc++/36101, PR libstdc++/42813
3728 * configure.ac (target_configdirs): Substitute.
3729 * Makefile.def: Bootstrap target module libgomp.
3730 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
3731 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
3732 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
3733 * configure, Makefile.in: Regenerate.
3734
3735 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
3736
3737 * MAINTAINERS: Adjust my details.
3738
3739 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
3740
3741 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
3742
3743 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
3744
3745 * MAINTAINERS: reindented my entry with tabs instead of spaces.
3746
3747 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
3748
3749 * MAINTAINERS (Write After Approval): Add myself.
3750
3751 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
3752
3753 * MAINTAINERS (Write After Approval): Add myself.
3754
3755 2010-01-11 Richard Guenther <rguenther@suse.de>
3756
3757 PR lto/41569
3758 * Makefile.def (all-lto-plugin): Depend on all-gcc.
3759 * Makefile.in: Regenerated.
3760
3761 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
3762
3763 * configure.ac: Enable libjava build on x86_64-*freebsd*.
3764 * configure: Regenerate.
3765
3766 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3767 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3768
3769 PR bootstrap/42424
3770 * configure.ac: Include libtool m4 files.
3771 (_LT_CHECK_OBJDIR): Call it.
3772 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
3773 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
3774
3775 * configure: Regenerate.
3776
3777 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3778
3779 PR bootstrap/41818
3780 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
3781 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
3782 * Makefile.in: Regenerate.
3783
3784 2010-01-02 Richard Guenther <rguenther@suse.de>
3785
3786 PR lto/41529
3787 * configure.ac: Include config/elf.m4. Disable LTO if not
3788 builting for an elf target.
3789 * configure: Regenerate.
3790
3791 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
3792
3793 * MAINTAINERS: Change my email address.
3794
3795 2009-12-18 Ben Elliston <bje@au.ibm.com>
3796
3797 * config.sub, config.guess: Update from upstream sources.
3798
3799 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
3800
3801 * MAINTAINERS (Write After Approval): Add myself.
3802
3803 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3804
3805 PR middle-end/30447
3806 PR middle-end/30789
3807 PR other/40302
3808
3809 * configure.ac: Require MPC.
3810 * configure: Regenerate.
3811
3812 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3813
3814 PR target/38384
3815 PR bootstrap/40972
3816 * libtool.m4: Sync from git Libtool.
3817 * ltoptions.m4: Likewise.
3818 * ltversion.m4: Likewise.
3819 * lt~obsolete.m4: Likewise.
3820 * ltmain.sh: Likewise.
3821
3822 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3823
3824 * configure.ac: Update minimum MPC version to 0.8.
3825 * configure: Regenerate.
3826
3827 2009-11-21 Sebastian Pop <sebpop@gmail.com>
3828
3829 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
3830 * configure: Regenerated.
3831
3832 2009-11-21 Ian Lance Taylor <iant@google.com>
3833
3834 * configure.ac: Change default of poststage1_ldflags to be empty if
3835 poststage1_libs is set. When poststage1_libs is empty, and
3836 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
3837 * configure: Rebuild.
3838
3839 2009-11-21 Adam Nemet <adambnmet@gmail.com>
3840
3841 * MAINTAINERS (Write After Approval): Update my email address.
3842
3843 2009-11-20 Ben Elliston <bje@au.ibm.com>
3844
3845 * config.guess: Update from upstream sources.
3846
3847 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3848
3849 * Makefile.def: Restore host and target settings for gmp.
3850 * Makefile.in: Rebuild.
3851
3852 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
3853
3854 * configure.ac: Add libelf to host_libs. Enable in-tree configury
3855 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
3856 Fix portability of test of C++ as bootstrap language. Add
3857 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
3858 * configure: Rebuild.
3859 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
3860 and cloog. Fix in-tree ppl configuration. Introduce libelf
3861 in-tree building.
3862 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
3863 (POSTSTAGE1_HOST_EXPORTS): Use it.
3864 (STAGE[+id+]_CXXFLAGS): New.
3865 (BASE_FLAGS_TO_PASS): Pass it down.
3866 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
3867 extra_exports.
3868 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
3869 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
3870 extra_exports.
3871 * Makefile.in: Rebuild.
3872
3873 2009-11-17 Ben Elliston <bje@au.ibm.com>
3874
3875 * config.sub, config.guess: Update from upstream sources.
3876
3877 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
3878
3879 * MAINTAINERS (Write After Approval): Add myself.
3880
3881 2009-11-09 Jon Beniston <jon@beniston.com>
3882
3883 * MAINTAINERS (Write After Approval): Add myself.
3884
3885 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
3886
3887 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
3888 paths for *-w64-mingw* and x86_64-*mingw*.
3889 * configure: Regenerated.
3890
3891 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
3892
3893 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
3894
3895 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
3896
3897 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
3898 Phil Edwards to Write-After Approval.
3899
3900 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
3901
3902 * configure.ac: Disable target-winsup & co for
3903 x86_64-*-mingw* and *-w64-mingw* targets.
3904 * configure: Regenerated.
3905
3906 2009-10-16 Nick Clifton <nickc@redhat.com>
3907
3908 * MAINTAINERS: Add myself as a maintainer for the RX port.
3909
3910 2009-10-26 Johannes Singler <singler@kit.edu>
3911
3912 * MAINTAINERS (Write After Approval): Update my e-mail address.
3913
3914 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3915
3916 * configure.ac (CLooG test): Use = with test.
3917 * configure: Regenerate.
3918
3919 2009-10-22 Richard Guenther <rguenther@suse.de>
3920
3921 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
3922 cloog if the ppl version check failed. Move flags saving
3923 before setting in libelf check.
3924 * configure: Regenerate.
3925
3926 2009-10-21 Richard Guenther <rguenther@suse.de>
3927
3928 * configure.ac: Adjust the ppl and cloog configure to work as
3929 documented. Disable cloog if ppl was disabled. Omit the version
3930 checks if they were disabled.
3931 * configure: Re-generate.
3932
3933 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3934
3935 * configure.ac: Add 'lto' to enable_languages, not
3936 new_enable_languages, and only if not already present.
3937 * configure: Regenerate.
3938
3939 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
3940
3941 * README: Refer to the various COPYING* files instead of just
3942 COPYING.
3943 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
3944
3945 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
3946
3947 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
3948
3949 2009-10-07 Richard Guenther <rguenther@suse.de>
3950
3951 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
3952 and Richard Guenther as reviewers.
3953 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
3954 as reviewers.
3955
3956 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
3957
3958 * config.sub: Update from upstream sources.
3959
3960 2009-10-06 Ian Lance Taylor <iant@google.com>
3961
3962 * Makefile.def: check-gold depends upon all-gas.
3963 * Makefile.in: Rebuild.
3964
3965 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
3966
3967 * MAINTAINERS (Write After Approval): Add myself.
3968
3969 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
3970
3971 * Makefile.def: all-lto-plugin depends on all-libiberty.
3972 set bootstrap=true for lto-plugin.
3973 Add lto-plugin.
3974 * Makefile.in: Regenerate.
3975 * configure.ac (host_libs): Add lto-plugin.
3976 * configure: Regenerate.
3977
3978 2009-10-03 Diego Novillo <dnovillo@google.com>
3979
3980 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
3981 (HOST_LIBELFLIBS): Define.
3982 (HOST_LIBELFINC): Define.
3983 * Makefile.in: Regenerate.
3984 * configure.ac: Add --enable-lto.
3985 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
3986 If --enable-lto is used, add 'lto' to new_enable_languages.
3987 If --enable-lto is used and gold is enabled, add
3988 lto-plugin to configdirs.
3989 * configure: Regenerate.
3990
3991 2009-10-03 Simon Baldwin <simonb@google.com>
3992
3993 * configure.ac: If --with-system-zlib, suppress local zlib and
3994 pass --with-system-zlib to subdir configure scripts.
3995 * configure: Regenerate.
3996
3997 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
3998 Paolo Bonzini <bonzini@gnu.org>
3999
4000 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4001 $(srcdir).
4002 * Makefile.in: Rebuilt.
4003
4004 2009-09-26 Gary Funck <gary@intrepid.com>
4005
4006 * MAINTAINERS (Write After Approval): Add myself.
4007
4008 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4009
4010 * configure.ac: Update minimum MPC version to 0.7.
4011 * configure: Regenerate.
4012
4013 2009-09-25 Nick Clifton <nickc@redhat.com>
4014
4015 * configure.ac: Pass any --cache-file=/dev/null option on to
4016 subconfigures.
4017 * configure: Regenerate.
4018
4019 2009-09-23 Nick Clifton <nickc@redhat.com>
4020
4021 * config.sub, config.guess: Update from upstream sources.
4022
4023 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
4024
4025 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4026 * Makefile.in: Rebuilt.
4027
4028 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4029
4030 PR bootstrap/32272
4031 * configure.ac: Error out if $srcdir isn't '.' but contains
4032 host-${host_noncanonical}.
4033 * configure: Regenerate.
4034
4035 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4036
4037 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4038 maintainer.
4039
4040 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4041
4042 * configure.ac: If bootstrapping a combined tree with
4043 --enable-gold, require c++ in stage1_languages.
4044 * configure: Regenerate.
4045
4046 * configure.ac: Also add target_libs of stage1_languages to
4047 bootstrap_target_libs.
4048 * configure: Regenerate.
4049
4050 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
4051 with --enable-languages not containing c++.
4052 * configure: Regenerate.
4053
4054 2009-09-15 Jie Zhang <jie.zhang@analog.com>
4055
4056 * configure.ac: Disable java and boehm-gc for bfin-*-*.
4057 * configure: Regenerate.
4058
4059 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
4060
4061 * MAINTAINERS (Write After Approval): Update my e-mail address,
4062 and move from from here...
4063 (Waiting for paperwork): To here.
4064
4065 2009-09-09 Joseph Myers <joseph@codesourcery.com>
4066
4067 * MAINTAINERS (Reviewers): Add self as driver reviewer.
4068
4069 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4070
4071 * configure.ac: Do not use $extrasub for replacing @if/@endif
4072 parts in Makefile; instead, use additional arguments to
4073 AC_CONFIG_COMMANDS to do the replacement manually, with several
4074 sed invocations, to avoid HP-UX sed command limits.
4075 * configure: Regenerate.
4076
4077 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
4078
4079 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
4080 blank before -L.
4081
4082 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
4083
4084 * configure.ac (with-build-config): Document. Handle without.
4085 Handle missing argument.
4086 * configure: Rebuilt.
4087
4088 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
4089
4090 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
4091 Default to bootstrap-debug only if compare-debug works.
4092 * configure: Rebuilt.
4093 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
4094 * Makefile.in: Rebuilt.
4095
4096 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4097
4098 * MAINTAINERS (OS Port Maintainers): Update my email address.
4099
4100 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
4101
4102 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
4103 * Makefile.in: Rebuilt.
4104
4105 2009-09-01 Chris Demetriou <cgd@google.com>
4106
4107 * MAINTAINERS (Write After Approval): Add myself.
4108
4109 2009-08-31 Dodji Seketeli <dodji@redhat.com>
4110
4111 PR debug/30161
4112 * include/dwarf2.h (enum dwarf_tag): Added
4113 DW_TAG_GNU_template_template_param
4114 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
4115
4116 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4117
4118 * Makefile.tpl (AWK): Fix typo.
4119 * Makefile.in: Regenerate.
4120
4121 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
4122
4123 * configure.ac: Detect awk and sed.
4124 * Makefile.def (flags_to_pass): Add AWK and SED.
4125 * Makefile.tpl (AWK, SED): New.
4126 (BASE_FLAGS_TO_PASS): Add AWK and SED.
4127 * configure: Regenerate.
4128 * Makefile.in: Regenerate.
4129
4130 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
4131
4132 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
4133 (collapseslashes): Likewise.
4134
4135 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4136
4137 * configure.ac (AC_PREREQ): Bump to 2.64.
4138
4139 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4140
4141 * configure.ac: Remove --with-datarootdir, --with-docdir,
4142 --with-pdfdir, --with-htmldir switches.
4143 * configure: Regenerate.
4144
4145 * configure: Regenerate.
4146
4147 * compile: Sync from Automake 1.11.
4148 * depcomp: Likewise.
4149 * install-sh: Likewise.
4150 * missing: Likewise.
4151 * mkinstalldirs: Likewise.
4152 * ylwrap: Likewise.
4153
4154 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
4155
4156 * ltmain.sh (func_normal_abspath): New function.
4157 (func_relative_path): Likewise.
4158 (func_mode_help): Document new -bindir option for link mode.
4159 (func_mode_link): Add new -bindir option, and use it to place
4160 output DLL if specified.
4161
4162 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4163
4164 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
4165 (baseargs): Add --disable-option-checking.
4166 * configure: Regenerate.
4167
4168 * Makefile.def (configure-target-libiberty): Depend on
4169 all-binutils and all-ld.
4170 (configure-target-newlib): Likewise.
4171 * Makefile.in: Regenerate.
4172
4173 2009-08-17 Ben Elliston <bje@au.ibm.com>
4174
4175 * config.sub, config.guess: Update from upstream sources.
4176
4177 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4178
4179 Sync from src, merge:
4180
4181 2009-07-02 Tristan Gingold <gingold@adacore.com>
4182
4183 * configure.ac: Do not exclude gas for i386-*-darwin.
4184 Add a case for x86_64-*-darwin.
4185 * configure: Regenerate.
4186
4187 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
4188
4189 * MAINTAINERS: Add my name to Write After Approval list.
4190
4191 2009-08-06 Michael Eager <eager@eagercon.com>
4192
4193 * configure.ac: Add Microblaze target.
4194 * configure: Regenerate.
4195
4196 2009-07-31 Christian Bruel <christian.bruel@st.com>
4197
4198 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
4199 * configure: Regenerate.
4200
4201 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
4202
4203 * MAINTAINERS (Write After Approval): Update my e-mail address.
4204
4205 2009-07-06 Ian Lance Taylor <iant@google.com>
4206
4207 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
4208 * configure: Rebuild.
4209
4210 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
4211
4212 * MAINTAINERS: Move myself to the Graphite Reviewers.
4213
4214 2009-06-30 Wei Guozhi <carrot@google.com>
4215
4216 * MAINTAINERS: Add my name to Write After Approval list.
4217
4218 2009-06-26 Steve Ellcey <sje@cup.hp.com>
4219
4220 PR bootstrap/40338
4221 * configure.ac (comparestring): Create new variable.
4222 * Makefile.tpl (comparestring): Use to skip some comparisions.
4223 * configure: Regenerate.
4224 * Makefile.in: Regenerate.
4225
4226 2009-06-26 Doug Evans <dje@sebabeach.org>
4227
4228 * Makefile.def (host_modules): Add cgen.
4229 * Makefile.in: Regenerate.
4230 * configure.ac (host_tools): Add cgen.
4231 * configure: Regenerate.
4232
4233 2009-06-23 DJ Delorie <dj@redhat.com>
4234
4235 * MAINTAINERS: Add myself as mep maintainer.
4236
4237 2009-06-23 Ian Lance Taylor <iant@google.com>
4238
4239 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
4240 boot_languages. Only bootstrap target libraries listed in
4241 target_libs for some boot language. Add --with-stage1-ldflags,
4242 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
4243 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
4244 if not building with C++.
4245 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
4246 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
4247 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
4248 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4249 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
4250 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
4251 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
4252 * configure, Makefile.in: Rebuild.
4253
4254 2009-06-23 Li Feng <nemokingdom@gmail.com>
4255
4256 * MAINTAINERS: Added my name to write-after-approval list.
4257
4258 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
4259
4260 * configure.ac: Define is_elf for QNX Neutrino targets.
4261 * configure: Regenerate.
4262
4263 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
4264
4265 * MAINTAINERS: Added my name to the write-after-approval list
4266
4267 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4268
4269 * configure.ac: Detect MPC in default directory.
4270 * configure: Regenerate.
4271
4272 2009-06-03 Jerome Guitton <guitton@adacore.com>
4273 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4274
4275 * Makefile.tpl (all): Avoid a trailing backslash.
4276 * Makefile.in: Regenerate.
4277
4278 2009-06-03 Ben Elliston <bje@au.ibm.com>
4279
4280 * config.sub, config.guess: Update from upstream sources.
4281
4282 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
4283
4284 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
4285 to noconfdirs.
4286 * configure: Regenerate.
4287
4288 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
4289
4290 * Makefile.tpl ([+compare-target+]): Compare all stage
4291 directories, rather than just gcc.
4292 * Makefile.in: Rebuilt.
4293
4294 2009-06-01 Doug Kwan <dougkwan@google.com>
4295
4296 * configure.ac: Support gold for target arm*-*-*.
4297 * configure: Regenerate.
4298
4299 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4300
4301 * Makefile.def: Add MPC support and dependencies.
4302 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
4303
4304 * Makefile.in, configure: Regenerate.
4305
4306 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
4307
4308 * Makefile.tpl (all): Avoid harmless warning in make all when
4309 gcc-bootstrap is enabled but stage_last does not exist.
4310 * Makefile.in: Rebuilt.
4311
4312 2009-05-24 Nicolas Roche <roche@adacore.com>
4313
4314 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
4315 * Makefile.in: Regenerate.
4316
4317 2009-05-21 Denis Chertykov <chertykov@gmail.com>
4318
4319 * MAINTAINERS: Update my e-mail address.
4320
4321 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
4322
4323 * configure.ac (cygwin noconfigdirs): Remove libgcj.
4324 * configure: Regenerate.
4325
4326 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4327
4328 PR other/40159
4329 * Makefile.tpl (all): Don't assume gcc-bootstrap and
4330 gcc-no-bootstrap are mutually exclusive.
4331 * Makefile.in: Rebuilt.
4332
4333 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
4334
4335 PR other/40159
4336 * Makefile.tpl (all): Don't end with unconditional success.
4337 * Makefile.in: Rebuilt.
4338
4339 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
4340
4341 PR target/37137
4342 * Makefile.def (flags_to_pass): Remove redundant and incomplete
4343 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
4344 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
4345 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
4346 stage_configureflags, stage_cflags and stage_libcflags into
4347 explicit Makefile macros.
4348 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
4349 GFORTRAN.
4350 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
4351 CC. Set CC_FOR_BUILD from CC.
4352 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
4353 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
4354 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
4355 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
4356 and GFORTRAN.
4357 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
4358 (_LIBCFLAGS): Renamed to _TFLAGS.
4359 (do-compare-debug, do-compare3-debug): Drop.
4360 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
4361 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
4362 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
4363 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
4364 (XGCC_FLAGS_FOR_TARGET): New.
4365 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
4366 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
4367 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
4368 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
4369 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4370 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
4371 TFLAGS.
4372 (BUILD_CONFIG): Include if requested.
4373 (all): Set TFLAGS on bootstrap.
4374 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
4375 (all-stageid-prefixmodule): Likewise.
4376 (do-clean, distclean-stageid): Set TFLAGS.
4377 (restrap): Fix whitespace.
4378 * Makefile.in: Rebuilt.
4379
4380 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
4381
4382 * config.guess: Sync with src.
4383
4384 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
4385
4386 * configure.ac ($with_ppl): Default to no if not supplied.
4387 ($with_cloog): Likewise.
4388 configure: Regenerate.
4389
4390 2009-04-27 James E. Wilson <wilson@codesourcery.com>
4391
4392 * MAINTAINERS: Update my e-mail address.
4393
4394 2009-04-27 Nick Clifton <nickc@redhat.com>
4395
4396 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
4397
4398 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
4399
4400 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
4401 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
4402 * Makefile.in: Regenerate.
4403
4404 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4405
4406 PR bootstrap/39739
4407 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
4408 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
4409
4410 * configure, Makefile.in: Regenerate.
4411
4412 2009-04-21 Taras Glek <tglek@mozilla.com>
4413
4414 * include/hashtab.h: Update GTY annotations to new syntax
4415 * include/splay-tree.h: Likewise
4416
4417 2009-04-17 Ben Elliston <bje@au.ibm.com>
4418
4419 * config.sub, config.guess: Update from upstream sources.
4420
4421 2009-04-15 Anthony Green <green@moxielogic.com>
4422
4423 * configure.ac: Add moxie support.
4424 * configure: Rebuilt.
4425
4426 2009-04-14 Jakub Jelinek <jakub@redhat.com>
4427
4428 * configure.ac: Change copyright header to refer to version
4429 3 of the GNU General Public License and to point readers at the
4430 COPYING3 file and the FSF's license web page.
4431 * Makefile.def: Likewise.
4432 * Makefile.tpl: Likewise.
4433 * Makefile.in: Regenerate.
4434
4435 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
4436
4437 * configure.ac: Restore match for darwin9 or later. Use double
4438 brackets since regeneration eats one pair.
4439 * configure: Regenerate.
4440
4441 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
4442
4443 PR gas/10039
4444 * configure.ac: Require texinfo 4.7.
4445 * configure: Regenerated.
4446
4447 2009-04-09 Nick Clifton <nickc@redhat.com>
4448
4449 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
4450 the GCC Runtime Library Exception.
4451
4452 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4453
4454 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
4455 * configure: Regenerate.
4456
4457 2009-04-01 Steve Ellcey <sje@cup.hp.com>
4458
4459 * Makefil.def (languages): New entries.
4460 * Makefile.tpl (check-gcc-*): New generic target.
4461 * Makefile.in: Regenerate.
4462
4463 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
4464
4465 * MAINTAINERS: Update my email address.
4466
4467 2009-03-18 Tom Tromey <tromey@redhat.com>
4468
4469 * configure: Rebuild.
4470 * configure.ac (host_libs): Add libiconv.
4471 * Makefile.in: Rebuild.
4472 * Makefile.def (host_modules): Add libiconv.
4473 (configure-gdb, all-gdb): Depend on libiconv.
4474
4475 2009-03-16 Tristan Gingold <gingold@adacore.com>
4476
4477 * configure.ac: Treat gdb as supported on x86_64-darwin.
4478 * configure: Regenerate.
4479
4480 2009-03-16 Joseph Myers <joseph@codesourcery.com>
4481
4482 * configure.ac (--with-host-libstdcxx): New option.
4483 * configure: Regenerate.
4484
4485 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
4486
4487 * MAINTAINERS: Move myself into the write after approval list.
4488
4489 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
4490
4491 * MAINTAINERS: Update e-mail address.
4492
4493 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
4494
4495 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
4496
4497 2009-03-10 Ira Rosen <irar@il.ibm.com>
4498
4499 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
4500
4501 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4502
4503 Backport from git Libtool:
4504
4505 2009-01-19 Robert Millan <rmh@aybabtu.com>
4506 Support GNU/kOpenSolaris.
4507 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
4508 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
4509 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
4510 GNU/kOpenSolaris.
4511
4512 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
4513
4514 * MAINTAINERS: Update e-mail address.
4515
4516 2009-02-24 Michael Eager <eager@eagercon.com>
4517
4518 * MAINTAINERS (Write After Approval): Add self.
4519
4520 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
4521
4522 * MAINTAINERS (Write After Approval): Add myself.
4523
4524 2009-02-05 Andreas Schwab <schwab@suse.de>
4525
4526 * Makefile.tpl (stage_last): Define $r and $s before using
4527 $(RECURSE_FLAGS_TO_PASS).
4528 * Makefile.in: Regenerate
4529
4530 2009-01-30 Ian Lance Taylor <iant@google.com>
4531
4532 * MAINTAINERS: Move myself to the Global Reviewers list.
4533
4534 2009-01-29 Robert Millan <rmh@aybabtu.com>
4535
4536 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
4537 * configure: Regenerate.
4538
4539 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
4540
4541 * MAINTAINERS: Make whitespace consistent.
4542 Remove Robert Millan from Write After Approval.
4543
4544 2009-01-16 Alan Modra <amodra@bigpond.net.au>
4545
4546 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
4547 (all-opcodes): Depend on all-libiberty.
4548 * Makefile.in: Regenerate.
4549
4550 2009-01-15 Douglas B Rupp <rupp@gnat.com>
4551
4552 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
4553 * configure: Regenerate.
4554
4555 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
4556
4557 * MAINTAINERS (Write After Approval): Add myself.
4558
4559 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
4560
4561 * MAINTAINERS: Add myself to reviewers (Fortran).
4562
4563 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
4564
4565 PR tree-optimization/38515
4566 * configure.ac (cloog-polylib): Removed.
4567 (with_ppl, with_cloog): Test for "no".
4568 * configure: Regenerated.
4569
4570 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
4571
4572 * MAINTAINERS: Moved myself to reviewers (Fortran).
4573
4574 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
4575
4576 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
4577 (Write After Approval): Remove myself.
4578
4579 2009-01-03 Diego Novillo <dnovillo@google.com>
4580
4581 * MAINTAINERS: Remove myself from alias maintainership.
4582
4583 2009-01-02 David Ayers <ayers@fsfe.org>
4584
4585 * MAINTAINERS: Update e-mail address.
4586
4587 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
4588
4589 * MAINTAINERS: Make whitespace consistent.
4590
4591 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4592
4593 Backport from upstream Libtool:
4594 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
4595 Add cache variables to tests that require the linker to work.
4596 For shlibpath_overrides_runpath, this also changes the semantics
4597 to let the result from the C compiler take precedence.
4598
4599 2008-12-02 Ben Elliston <bje@au.ibm.com>
4600
4601 * config.sub, config.guess: Update from upstream sources.
4602
4603 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
4604
4605 * configure.ac (ppllibs): Add by default the lib flags.
4606 * configure: Regenerate.
4607
4608 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
4609
4610 * MAINTAINERS: Add myself to the write after approval list.
4611
4612 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
4613
4614 * configure.ac: Add double brackets on darwin[912].
4615 * configure: Regenerate.
4616
4617 2008-12-03 Daniel Kraft <d@domob.eu>
4618
4619 * MAINTAINERS: Moved myself and Mikael Morin from Write After
4620 Approval to Reviewer section (for Fortran front-end).
4621
4622 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
4623
4624 * configure.ac: Expand to darwin10 and later.
4625 * configure: Regenerate.
4626
4627 2008-12-02 Andreas Schwab <schwab@suse.de>
4628
4629 * Makefile.def: configure-target-boehm-gc depends on
4630 all-target-libstdc++-v3.
4631 * Makefile.in: Regenerate.
4632
4633 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
4634
4635 * MAINTAINERS: Add myself as mingw maintainer.
4636
4637 2008-12-02 Ben Elliston <bje@au.ibm.com>
4638
4639 * config.sub, config.guess: Update from upstream sources.
4640
4641 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
4642
4643 * README.SCO: Remove.
4644
4645 2008-11-29 Fernando Pereira <pronesto@gmail.com>
4646
4647 * MAINTAINERS: Add myself to the write after approval list.
4648
4649 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
4650
4651 * MAINTAINERS: Update my email address in WAA section.
4652
4653 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
4654
4655 * MAINTAINERS: Update e-mail address.
4656
4657 2008-11-27 Toon Moene <toon@moene.org>
4658
4659 * MAINTAINERS: Change e-mail address.
4660
4661 2008-11-27 Tristan Gingold <gingold@adacore.com>
4662
4663 * configure.ac: Build gdb for i?86-*-darwin*
4664 * configure: Regenerated.
4665
4666 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
4667
4668 * MAINTAINERS: Added my full name.
4669
4670 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
4671
4672 PR bootstrap/38014
4673 PR bootstrap/37923
4674
4675 Revert:
4676
4677 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4678
4679 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4680 * Makefile.in: Regenerated.
4681
4682 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4683
4684 PR gdb/921
4685 PR gdb/1646
4686 PR gdb/2175
4687 PR gdb/2176
4688
4689 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4690 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4691 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4692 (HOST_EXPORTS): Pass CPPFLAGS.
4693 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4694 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4695 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4696 * Makefile.in, configure: Regenerated.
4697 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4698 and CPPFLAGS_FOR_BUILD.
4699
4700 2008-11-06 Jeff Law <law@redhat.com>
4701
4702 * MAINTAINERS: Add myself as middle end maintainer.
4703
4704 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
4705
4706 * MAINTAINERS (Write after approval): Add myself.
4707
4708 2008-11-05 Diego Novillo <dnovillo@google.com>
4709
4710 * MAINTAINERS (Global Reviewers): Add myself.
4711 (Non-Algorithmic Maintainers): Remove myself.
4712
4713 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
4714
4715 * MAINTAINERS (Write after approval): Add myself.
4716
4717 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
4718
4719 * MAINTAINERS (Write after approval): Add myself.
4720
4721 2008-10-31 Ben Elliston <bje@au.ibm.com>
4722
4723 * configure.ac (spu-*-*): Remove special case.
4724 * configure: Regenerate.
4725
4726 2008-10-30 Catherine Moore <clm@codesourcery.com>
4727
4728 * MAINTAINERS (Write after approval): Update my email address.
4729
4730 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
4731
4732 * configure.ac [spu-*-*]: Do not set skipdirs.
4733 * configure: Re-generate.
4734
4735 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
4736
4737 * MAINTAINERS (Various Maintainers): Add myself to reload.
4738
4739 2008-10-25 Richard Guenther <rguenther@suse.de>
4740
4741 * MAINTAINERS (Various Maintainers): Add myself as middle-end
4742 maintainer. Remove myself as libgcc-math maintainer.
4743 (Non-Algorithmic Maintainers): Remove myself.
4744
4745 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
4746
4747 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
4748 * Makefile.in: Regenerated.
4749
4750 2008-10-23 Cary Coutant <ccoutant@google.com>
4751
4752 * MAINTAINERS (Write after approval): Add myself.
4753
4754 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
4755
4756 PR gdb/921
4757 PR gdb/1646
4758 PR gdb/2175
4759 PR gdb/2176
4760
4761 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
4762 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
4763 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
4764 (HOST_EXPORTS): Pass CPPFLAGS.
4765 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
4766 (LDFLAGS_FOR_TARGET): Initialize from configure script.
4767 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
4768 * Makefile.in, configure: Regenerated.
4769 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
4770 and CPPFLAGS_FOR_BUILD.
4771
4772 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
4773
4774 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
4775 Sebastian Pop.
4776
4777 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
4778
4779 * MAINTAINERS (Write After Approval): Added myself.
4780
4781 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4782
4783 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
4784 recommended version to 2.3.2.
4785
4786 * configure: Regenerate.
4787
4788 2008-10-01 Mark Mitchell <mark@codesourcery.com>
4789
4790 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
4791
4792 2008-09-29 David Daney <david.daney@caviumnetworks.com>
4793
4794 * MAINTAINERS (Write After Approval): Update e-mail address.
4795
4796 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
4797
4798 * libtool.m4: Update to libtool 2.2.6.
4799 * lt~obsolete.m4: Update to libtool 2.2.6.
4800 * ltmain.sh: Update to libtool 2.2.6.
4801 * ltsugar.m4: Update to libtool 2.2.6.
4802 * ltversion.m4: Update to libtool 2.2.6.
4803 * ltoptions.m4: Update to libtool 2.2.6.
4804 * ltgcc.m4: Update to match changes from libtool 2.2.6.
4805
4806 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
4807
4808 * MAINTAINERS (Write After Approval): Add myself.
4809
4810 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4811
4812 * MAINTAINERS (Write After Approval): Update my name.
4813
4814 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
4815
4816 * MAINTAINERS: Add myself in "Write After Approval".
4817
4818 2008-09-18 Steve Ellcey <sje@cup.hp.com>
4819
4820 * MAINTAINERS: Add myself as ia64 maintainer.
4821
4822 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
4823
4824 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
4825 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
4826 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
4827 and Michael Tiemann from Write After Approval since they do not
4828 actually have access.
4829
4830 2008-09-05 Richard Guenther <rguenther@suse.de>
4831
4832 * configure.ac: Initialize clooglibs to -lcloog.
4833 * configure: Re-generate.
4834
4835 2008-09-04 Le-Chun Wu <lcwu@google.com>
4836
4837 * MAINTAINERS (Write After Approval): Add myself.
4838
4839 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
4840
4841 * configure.ac (--with-cloog-polylib): New.
4842 (--disable-cloog-version-check): New.
4843 (--disable-ppl-version-check): New.
4844 * configure: Re-generate.
4845
4846 2008-09-03 Richard Guenther <rguenther@suse.de>
4847
4848 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
4849 cloog test.
4850 * configure: Re-generate.
4851
4852 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
4853
4854 Add picoChip port.
4855 * MAINTAINERS: Add picoChip maintainers.
4856
4857 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
4858 Tobias Grosser <grosser@fim.uni-passau.de>
4859 Jan Sjodin <jan.sjodin@amd.com>
4860 Harsha Jagasia <harsha.jagasia@amd.com>
4861 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
4862 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4863 Adrien Eliche <aeliche@isty.uvsq.fr>
4864
4865 Merge from graphite branch.
4866 * configure: Regenerate.
4867 * Makefile.in: Regenerate.
4868 * configure.ac (host_libs): Add ppl and cloog.
4869 Add checks for PPL and CLooG.
4870 * Makefile.def (ppl, cloog): Added modules and dependences.
4871 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
4872 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
4873
4874 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
4875
4876 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
4877 (GCC_SHLIB_SUBDIR): New.
4878 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
4879 * configure: Regenerate.
4880 * Makefile.in: Regenerate.
4881
4882 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
4883
4884 * MAINTAINERS: Consistently use tabs to separate columns.
4885
4886 2008-08-29 Tristan Gingold <gingold@adacore.com>
4887
4888 * MAINTAINERS (Write after Approval): Add myself.
4889
4890 2008-08-28 Tristan Gingold <gingold@adacore.com>
4891
4892 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
4893 Enable bfd, binutils and opcodes.
4894 * configure: Regenerate.
4895
4896 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4897
4898 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
4899
4900 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
4901
4902 * MAINTAINERS: Use correct Umlaut for last name.
4903
4904 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4905
4906 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
4907
4908 2008-08-16 David Edelsohn <edelsohn@gnu.org>
4909
4910 * MAINTAINERS: Update my email address.
4911
4912 2008-08-16 Nicolas Roche <roche@adacore.com>
4913
4914 * Makefile.tpl: Add BOOT_ADAFLAGS.
4915 * Makefile.in: Regenerate.
4916
4917 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
4918
4919 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
4920 * configure: Regenerate.
4921
4922 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
4923
4924 * configure.ac: Add makefile fragments for hpux.
4925 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
4926 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
4927 * configure: Regenerate.
4928 * Makefile.in: Regenerate.
4929
4930 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
4931
4932 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
4933
4934 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
4935
4936 * MAINTAINERS (Write after Approval): Add myself.
4937
4938 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
4939
4940 * MAINTAINERS (Write After Approval): Add myself.
4941
4942 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
4943
4944 * MAINTAINERS (Write After Approval): Add myself.
4945
4946 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
4947
4948 * MAINTAINERS: Update my email address.
4949
4950 2008-06-25 Joey Ye <joey.ye@intel.com>
4951
4952 * MAINTAINERS (Write After Approval): Add myself.
4953
4954 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4955
4956 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
4957 * Makefile.in: Regenerate.
4958 * configure: Regenerate.
4959
4960 2008-06-17 Daniel Kraft <d@domob.eu>
4961
4962 * MAINTAINERS (Write After Approval): Add myself.
4963
4964 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4965
4966 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
4967 "$@" is still intact with both Autoconf 2.59 and 2.62.
4968 * configure: Regenerate.
4969
4970 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4971
4972 * Makefile.tpl: Fix comment errors.
4973 * Makefile.in: Regenerate.
4974
4975 2008-06-12 David S. Miller <davem@davemloft.net>
4976 David Edelsohn <edelsohn@gnu.org>
4977
4978 * configure.ac: Add powerpc*-*-* to gold supported targets.
4979 * configure: Regenerate.
4980
4981 2008-06-08 Joseph Myers <joseph@codesourcery.com>
4982
4983 PR tree-optimization/36218
4984 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
4985 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
4986 (all prefix="build-"): Pass them to build-system sub-makes.
4987 * Makefile.in: Regenerate.
4988
4989 2008-06-07 Joseph Myers <joseph@codesourcery.com>
4990
4991 * MAINTAINERS (mt port): Remove.
4992 (sco5, unixware, sco udk): Remove.
4993 (Kean Johnston): Add to Write After Approval.
4994
4995 2008-05-30 Julian Brown <julian@codesourcery.com>
4996
4997 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
4998 of libobjc for ARM EABI Linux.
4999 * configure: Regenerate.
5000
5001 2008-05-18 Xinliang David Li <davidxl@google.com>
5002
5003 * ChangeLog: Remove wrong ChangeLog entry.
5004
5005 2008-05-17 Xinliang David Li <davidxl@google.com>
5006
5007 * MAINTAINERS (Write After Approval): Add myself.
5008
5009 2008-05-15 Janus Weil <janus@gcc.gnu.org>
5010
5011 * MAINTAINERS (Write After Approval): Add myself.
5012
5013 2008-05-14 Rafael Espíndola <espindola@google.com>
5014
5015 * config-ml.in: don't handle --enable-shared and --enable-static.
5016
5017 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5018
5019 * MAINTAINERS: Update my email address.
5020
5021 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5022
5023 * MAINTAINERS: Update my email address.
5024
5025 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5026
5027 * MAINTAINERS (Write After Approval): Add myself.
5028
5029 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
5030
5031 * MAINTAINERS (Write After Approval): Add myself.
5032
5033 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
5034
5035 * MAINTAINERS (crx): Add myself.
5036
5037 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5038
5039 Sync with src:
5040 2008-04-14 David S. Miller <davem@davemloft.net>
5041
5042 * configure.ac: Add sparc*-*-* to gold supported targets.
5043 * configure: Regenerate.
5044
5045 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5046
5047 PR bootstrap/35457
5048 * configure.ac: Include override.m4.
5049 * configure: Regenerate.
5050
5051 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
5052
5053 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
5054 * Makefile.in: Regenerate.
5055
5056 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
5057
5058 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
5059 as nonconfigurable directories list.
5060 * configure: Regenerate.
5061
5062 2008-04-14 Ben Elliston <bje@au.ibm.com>
5063
5064 * config.sub, config.guess: Update from upstream sources.
5065
5066 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
5067
5068 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
5069 * Makefile.in: Regenerate.
5070
5071 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
5072
5073 * configure.ac: Do not build libssp for the AVR.
5074 * configure: Regenerate.
5075
5076 2008-04-07 Ian Lance Taylor <iant@google.com>
5077
5078 * Makefile.def: check-gold depends upon all-binutils.
5079 * Makefile.in: Regenerate.
5080
5081 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
5082
5083 * MAINTAINERS (Write After Approval): Add myself.
5084
5085 2008-04-04 Nick Clifton <nickc@redhat.com>
5086
5087 PR binutils/4334
5088 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
5089 builds.
5090 * configure: Regenerate.
5091
5092 2008-04-04 NightStrike <NightStrike@gmail.com>
5093
5094 PR other/35151
5095 * configure.ac: Combine rules for mingw32 and mingw64.
5096 * configure: Regenerate.
5097
5098 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
5099
5100 * MAINTAINERS (Write After Approval): Add myself.
5101
5102 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
5103
5104 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
5105 * Makefile.in (.NOTPARALLEL): Ditto.
5106
5107 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
5108
5109 * MAINTAINERS (Write After Approval): Add myself.
5110
5111 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
5112
5113 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
5114 * Makefile.in (.NOTPARALLEL): Regenerate.
5115
5116 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
5117
5118 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
5119 * Makefile.in: Regenerate.
5120
5121 2008-03-26 Jakub Staszak <kuba@et.pl>
5122
5123 * MAINTAINERS (Write After Approval): Add myself.
5124
5125 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5126
5127 * MAINTAINERS: Update e-mail address.
5128
5129 2008-03-20 Ian Lance Taylor <iant@google.com>
5130
5131 * configure.ac: Add support for --enable-gold.
5132 * Makefile.def: Add gold as a directory like ld.
5133 * configure, Makefile.in: Regenerate.
5134
5135 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5136
5137 * configure.ac: m4_include config/proginstall.m4.
5138 * configure: Regenerate.
5139
5140 Backport from upstream Libtool:
5141
5142 2007-10-12 Eric Blake <ebb9@byu.net>
5143
5144 Deal with Autoconf 2.62's semantic change in m4_append.
5145 * ltsugar.m4 (lt_append): Replace broken versions of
5146 m4_append.
5147 (lt_if_append_uniq): Don't require separator to be overquoted,
5148 and avoid broken m4_append.
5149 (lt_dict_add): Fix typo.
5150 * libtool.m4 (_LT_DECL): Don't overquote separator.
5151
5152 2008-03-13 David Edelsohn <edelsohn@gnu.org>
5153
5154 * config.rpath: Add AIX 6 support.
5155
5156 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
5157
5158 * Makefile.def (stageprofile). Remove -fprofile-generate
5159 from stage_libcflags.
5160 * Makefile.in: Regenerate.
5161
5162 2008-03-13 Ben Elliston <bje@au.ibm.com>
5163
5164 * config.sub, config.guess: Update from upstream sources.
5165
5166 2008-03-06 Tom Tromey <tromey@redhat.com>
5167
5168 * MAINTAINERS: Update for treelang deletion.
5169
5170 2008-03-03 James E. Wilson <wilson@tuliptree.org>
5171
5172 * MAINTAINERS: Update my email address.
5173
5174 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
5175
5176 * MAINTAINERS (darwin port): Add myself as a maintainer.
5177 (objective-c/c++): Add myself as a maintainer.
5178
5179 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
5180
5181 * MAINTAINERS (Write After Approval): Update my email address.
5182
5183 2008-02-25 Tomas Bily <tbily@suse.cz>
5184
5185 * MAINTAINERS (Write After Approval): Add myself.
5186
5187 2008-02-23 Jakub Jelinek <jakub@redhat.com>
5188
5189 * MAINTAINERS (OpenMP): Add myself.
5190
5191 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
5192
5193 PR bootstrap/32009
5194 PR bootstrap/32161
5195
5196 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
5197 * configure: Regenerate.
5198
5199 * Makefile.def: Define stage_libcflags for all bootstrap stages.
5200 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
5201 STAGE4_LIBCFLAGS): New.
5202 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
5203 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
5204 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
5205 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
5206 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
5207 for target modules. Don't export LIBCFLAGS.
5208 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
5209 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
5210 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
5211 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
5212 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
5213 * Makefile.in: Regenerate.
5214
5215 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5216
5217 PR libgcj/33085
5218 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
5219 Do not use -DDLL_EXPORT. Backport from upstream.
5220
5221 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5222
5223 * MAINTAINERS (Write After Approval): Add myself.
5224
5225 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
5226
5227 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
5228 * configure: Regenerate.
5229
5230 2008-01-31 Marc Gauthier <marc@tensilica.com>
5231
5232 * configure.ac (xtensa*-*-*): Recognize processor variants.
5233 * configure: Regenerate.
5234
5235 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5236
5237 PR bootstrap/34922
5238 * configure.ac (PARSE_ARGS): Push suitable setting of
5239 ac_subdirs_all, for `./configure --help=recursive'.
5240 Handle `+' in generic toplevel directory disabling.
5241 * configure: Regenerate.
5242
5243 2008-01-28 Nick Clifton <nickc@redhat.com>
5244
5245 * MAINTAINERS (xstormy16): Take over maintainership.
5246
5247 2008-01-25 Joseph Myers <joseph@codesourcery.com>
5248
5249 * MAINTAINERS (c4x port): Remove.
5250
5251 2008-01-24 David Edelsohn <edelsohn@gnu.org>
5252
5253 * libtool.m4: Backport AIX 6 support from ToT Libtool.
5254
5255 2008-01-23 Ben Elliston <bje@au.ibm.com>
5256
5257 * config.sub, config.guess: Update from upstream sources.
5258
5259 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
5260
5261 * MAINTAINERS (Write After Approval): Add myself.
5262
5263 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
5264
5265 * MAINTAINERS: Update my email address.
5266
5267 2008-01-09 Raksit Ashok <raksit@google.com>
5268
5269 * MAINTAINERS (Write After Approval): Add myself.
5270
5271 2008-01-09 Raksit Ashok <raksit@google.com>
5272
5273 * MAINTAINERS (Write After Approval): Add myself.
5274
5275 2008-01-08 Ben Elliston <bje@au.ibm.com>
5276
5277 * config.sub, config.guess: Update from upstream sources.
5278
5279 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5280
5281 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
5282 Change recommended MPFR from 2.2.1 -> 2.3.0.
5283 * configure: Regenerate.
5284
5285 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
5286
5287 * MAINTAINERS: Update my email address.
5288
5289 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
5290
5291 * MAINTAINERS: Update my email address.
5292
5293 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
5294
5295 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
5296 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
5297 * Makefile.in: Regenerate.
5298
5299 2007-12-10 Mark Heffernan <meheff@google.com>
5300
5301 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
5302 misplaced entries.
5303
5304 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
5305
5306 * configure.ac: Enable libjava for x86_64-*-darwin9.
5307 * configure: Regenerate.
5308
5309 2007-12-07 Bill Maddox <maddox@google.com>
5310
5311 * MAINTAINERS (Write After Approval): Add myself.
5312
5313 2007-12-05 Ben Elliston <bje@au.ibm.com>
5314
5315 * config.sub, config.guess: Update from upstream sources.
5316
5317 2007-12-02 Matthias Klose <doko@ubuntu.com>
5318
5319 * config-ml.in: Remove 64bit configure tests.
5320
5321 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5322
5323 * config-ml.in: Robustify against white space in absolute file
5324 names.
5325
5326 * config-ml.in (multi-clean): Substitute ${Makefile}.
5327 Remove superfluous ${Makefile} in list.
5328
5329 2007-11-19 Thiemo Seufer <ths@mips.com>
5330
5331 * config-ml.in: Don't hardcode the Makefile name.
5332
5333 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
5334
5335 * MAINTAINERS (Write After Approval): Add myself.
5336
5337 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
5338
5339 * MAINTAINERS (Write After Approval): Add myself.
5340
5341 2007-11-06 Doug Kwan <dougkwan@google.com>
5342
5343 * MAINTAINERS (Write After Approval): Add myself.
5344
5345 2007-10-25 Ben Elliston <bje@au.ibm.com>
5346
5347 * MAINTAINERS (mercury): Remove entry.
5348 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
5349
5350 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
5351
5352 * Makefile.def (dependencies): Make configure-gdb depend on
5353 all-intl.
5354 * Makefile.in: Regenerated.
5355
5356 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
5357
5358 * MAINTAINERS (Fortran maintainer): Remove myself.
5359
5360 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
5361
5362 * Makefile.def: To avoid problems running with parallel makes,
5363 build newlib before libgloss so that target specific header
5364 files are availble.
5365 * Makefile.in: Regenerate
5366
5367 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
5368
5369 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
5370 * Makefile.in: Regenerate.
5371
5372 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
5373
5374 * MAINTAINERS (Register allocation reviewer): Add myself.
5375
5376 2007-10-08 Mike Frysinger <vapier@gentoo.org>
5377
5378 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
5379 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
5380 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
5381 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
5382 * configure: Regenerate.
5383
5384 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
5385
5386 * MAINTAINERS (Register allocation reviewer): Add myself.
5387
5388 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
5389
5390 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
5391 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
5392 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
5393 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
5394 * configure.ac: Default them to host tools for $host = $build.
5395 Subst them.
5396
5397 * configure: Regenerate.
5398 * Makefile.in: Regenerate.
5399
5400 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
5401
5402 * MAINTAINERS (Register allocation reviewer): Add myself.
5403
5404 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
5405
5406 * MAINTAINERS (Register allocation reviewer): Add myself.
5407
5408 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
5409
5410 * MAINTAINERS (Write After Approval): Fix typo.
5411
5412 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
5413
5414 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
5415 * configure: Regenerate.
5416
5417 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
5418
5419 PR bootstrap/31906
5420 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
5421 they're already prefixed.
5422
5423 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
5424
5425 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
5426 libstdc++.
5427 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
5428 * configure: Regenerate.
5429 * Makefile.in: Regenerate.
5430
5431 2007-09-17 Andreas Schwab <schwab@suse.de>
5432
5433 * configure.ac: Raise minimum makeinfo version to 4.6.
5434 * configure: Regenerate.
5435
5436 2007-09-17 Johannes Singler <singler@ira.uka.de>
5437
5438 * MAINTAINERS (write-after-approval) add myself
5439
5440 2007-09-15 Alan Modra <amodra@bigpond.net.au>
5441
5442 * configure.ac: Correct makeinfo version check.
5443 * configure: Regenerate.
5444
5445 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
5446
5447 * MAINTAINERS: Update my email address.
5448
5449 2007-09-14 Richard Sandiford <richard@codesourcery.com>
5450
5451 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
5452 to $skipdirs and only disable gprof for newlib. Use the normal
5453 mips*-elf* handling in other respects.
5454 * configure: Regnerate.
5455
5456 2007-09-12 David Daney <ddaney@avtrex.com>
5457
5458 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
5459 enabling libgcj.
5460 * configure: Regenerate.
5461
5462 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
5463
5464 PR other/32154
5465 * configure.ac: For libgloss targets, point the linker to the linker
5466 script, startup code and simulator library.
5467 * configure: Regenerate.
5468
5469 2007-09-07 Andrew Haley <aph@redhat.com>
5470
5471 * configure.ac (noconfigdirs): Remove target-libffi and
5472 target-libjava.
5473 * configure: Regenerate.
5474
5475 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5476
5477 PR target/33281
5478 * configure.ac: Use config/mh-mingw on mingw.
5479 * configure: Regenerate.
5480
5481 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
5482
5483 * MAINTAINERS (Write After Approval): Add myself.
5484
5485 2007-09-05 Richard Guenther <rguenther@suse.de>
5486
5487 * configure.ac (--enable-stage1-checking): If neither --enable-checking
5488 nor --disable-checking is provided also turn on yes and types
5489 checking for stage1.
5490 * configure: Re-generate.
5491
5492 2007-08-30 Krister Walfridsson <cato@df.lth.se>
5493
5494 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
5495 (Write After Approval): Remove myself.
5496
5497 2007-08-29 Nick Clifton <nickc@redhat.com>
5498
5499 * config.sub, config.guess: Update from upstream sources.
5500
5501 2007-08-22 Bud Davis <jmdavis@link.com>
5502
5503 * MAINTAINERS (Write After Approval): Added myself.
5504 * MAINTAINERS (Reviewers): Removed myself.
5505
5506 2007-08-18 Paul Brook <paul@codesourcery.com>
5507 Joseph Myers <joseph@codesourcery.com>
5508
5509 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
5510 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
5511 * Makefile.in: Regenerate.
5512 * configure.ac (--with-debug-prefix-map): New.
5513 * configure: Regenerate.
5514
5515 2007-08-17 Richard Sandiford <richard@codesourcery.com>
5516 Nigel Stephens <nigel@mips.com>
5517
5518 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
5519 as target_makefile_frag.
5520 * configure: Regenerate.
5521
5522 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
5523
5524 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
5525 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
5526 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
5527 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
5528 (do-compare, do-compare3, do-compare-debug): New.
5529 ([+compare-target+]): Use them.
5530
5531 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
5532
5533 * MAINTAINERS (Write After Approval): Change my email address.
5534
5535 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5536 Ben Elliston <bje@au.ibm.com>
5537
5538 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
5539 --silent if $silent.
5540 * configure: Regenerate.
5541
5542 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
5543
5544 * MAINTAINERS (Various Maintainers): Add myself as
5545 loop infrastructure maintainer. Update my e-mail
5546 address.
5547
5548 2007-07-31 Diego Novillo <dnovillo@google.com>
5549
5550 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
5551 Adjust description.
5552
5553 2007-07-26 Richard Guenther <rguenther@suse.de>
5554
5555 * configure.ac: Add types checking to stage1 checking flags.
5556 * configure: Regenerate.
5557
5558 2007-07-17 Nick Clifton <nickc@redhat.com>
5559
5560 * COPYING3: New file. Contains version 3 of the GNU General
5561 Public License.
5562 * COPYING3.LIB: New file. Contains version 3 of the GNU
5563 Lesser General Public License.
5564
5565 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5566
5567 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
5568
5569 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
5570
5571 * MAINTAINERS (S/390 co-maintainer): Add myself.
5572 (Write After Approval): Remove myself.
5573
5574 2007-07-13 Dan Hipschman <dsh@google.com>
5575
5576 * MAINTAINERS (Write After Approval): Add myself.
5577
5578 2007-07-11 Nick Clifton <nickc@redhat.com>
5579
5580 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
5581 WINDRES export.
5582 * Makefile.in: Regenerate.
5583
5584 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5585
5586 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
5587 maintainer.
5588
5589 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
5590
5591 * lt~obsolete.m4: New. Import from 20070318 libtool.
5592
5593 2007-07-03 Julian Brown <julian@codesourcery.com>
5594
5595 * MAINTAINERS (Write After Approval): Add myself.
5596
5597 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5598
5599 * configure.ac: Rewrite 'configure --help' strings to look nicer.
5600 * configure: Regenerate.
5601
5602 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5603
5604 * configure.ac: Add some missing m4 quotation.
5605 * configure: Regenerate.
5606
5607 2007-07-02 Simon Baldwin <simonb@google.com>
5608
5609 * MAINTAINERS (Write After Approval): Add myself.
5610
5611 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
5612
5613 * configure: Regenerate.
5614
5615 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
5616
5617 * Makefile.def: Add windmc tool to build.
5618 * Makefile.tpl: Likewise.
5619 * configure.ac: Likewise.
5620 * Makefile.in: Regenerate.
5621 * configure: Regenerate.
5622
5623 2007-06-28 DJ Delorie <dj@redhat.com>
5624
5625 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
5626 not building newlib.
5627 * configure: Regenerated.
5628
5629 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
5630
5631 * MAINTAINERS (Write After Approval): Add myself.
5632
5633 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
5634
5635 * MAINTAINERS (Write After Approval): Add myself.
5636
5637 2007-06-19 Chris Matthews <chrismatthews@google.com>
5638
5639 * MAINTAINERS (Write After Approval): Add myself.
5640
5641 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
5642
5643 * MAINTAINERS (Write After Approval): Add myself.
5644
5645 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
5646
5647 * Makefile.def: Add dependency from configure-gdb to all-bfd.
5648 * Makefile.in: Regenerated.
5649
5650 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
5651
5652 * configure.ac: Don't add target-libmudflap to noconfigdirs for
5653 bfin*-*-uclinux* targets.
5654 * configure: Regenerate.
5655
5656 2007-06-14 Ian Lance Taylor <iant@google.com>
5657
5658 * MAINTAINERS: Add myself as non-algorithmic global write
5659 maintainer.
5660
5661 2007-06-14 Diego Novillo <dnovillo@google.com>
5662
5663 * MAINTAINERS: Add self as middle-end maintainer and
5664 non-algorithmic global write maintainer.
5665
5666 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5667
5668 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
5669 Move all Fortran maintainers except Paul Brook into the
5670 Non-Autopoiesis section.
5671
5672 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
5673
5674 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
5675 (distclean-stage[+id+]): Possibly delete stage_last.
5676 * Makefile.in: Regenerate.
5677
5678 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
5679
5680 * MAINTAINERS (Various Maintainer): Fix typo.
5681
5682 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
5683
5684 * MAINTAINERS (Various Maintainer): Add myself as
5685 dataflow maintainer.
5686
5687 2007-06-07 Ben Elliston <bje@au.ibm.com>
5688
5689 * config.sub, config.guess: Update from upstream sources.
5690
5691 2007-06-07 Ben Elliston <bje@au.ibm.com>
5692
5693 * Makefile.tpl: Fix spelling error.
5694 * Makefile.in: Regenerate.
5695
5696 2007-06-01 Steve Ellcey <sje@cup.hp.com>
5697
5698 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
5699 lt_cv_sys_max_cmd_len.
5700
5701 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
5702
5703 * MAINTAINERS (Various Maintainers): Add myself as
5704 auto-vectorizer maintainer.
5705
5706 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
5707
5708 PR libjava/32098
5709 * libtool.m4: Revert previous change.
5710 * ltgcc.m4: Put it here.
5711
5712 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
5713
5714 * MAINTAINERS (Various Maintainers): Add myself as
5715 auto-vectorizer maintainer.
5716
5717 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
5718
5719 PR libjava/32098
5720 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
5721
5722 2007-05-30 Richard Guenther <rguenther@suse.de>
5723
5724 * MAINTAINERS (Various Maintainers): Add myself as
5725 auto-vectorizer maintainer.
5726
5727 2007-05-30 Jakub Jelinek <jakub@redhat.com>
5728
5729 PR bootstrap/29382
5730 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
5731 * configure: Rebuilt.
5732
5733 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
5734
5735 * MAINTAINERS (Write After Approval): Removed my name.
5736
5737 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
5738
5739 * MAINTAINERS (Write After Approval): Remove myself.
5740
5741 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
5742
5743 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
5744
5745 2007-05-23 Steve Ellcey <sje@cup.hp.com>
5746
5747 * ltmain.sh: Update from ToT Libtool.
5748 * libtool.m4: Update from ToT Libtool.
5749 * ltsugar.m4: New. Update from ToT Libtool.
5750 * ltversion.m4: New. Update from ToT Libtool.
5751 * ltoptions.m4: New. Update from ToT Libtool.
5752 * ltconfig: Remove.
5753 * ltcf-c.sh: Remove.
5754 * ltcf-cxx.sh: Remove.
5755 * ltcf-gcj.sh: Remove.
5756
5757 2007-05-22 Ollie Wild <aaw@google.com>
5758
5759 * MAINTAINERS (Write After Approval): Add myself.
5760
5761 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
5762
5763 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
5764 stage_cflags.
5765 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
5766 Remove CFLAGS/LIBCFLAGS.
5767 (configure-stage[+id+]-[+prefix+][+module+],
5768 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
5769 * Makefile.in: Regenerate.
5770
5771 2007-05-15 Diego Novillo <dnovillo@google.com>
5772
5773 * MAINTAINERS: Update e-mail address.
5774
5775 2007-05-15 Revital Eres <eres@il.ibm.com>
5776
5777 * MAINTAINERS (Write After Approval): Add myself.
5778
5779 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
5780
5781 * MAINTAINERS (Write After Approval): Updated my address.
5782
5783 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
5784
5785 * MAINTAINERS (Write After Approval): Add myself.
5786
5787 2007-05-11 Silvius Rus <rus@google.com>
5788
5789 * MAINTAINERS (Write After Approval): Add myself.
5790
5791 2007-04-23 Tom Tromey <tromey@redhat.com>
5792
5793 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
5794
5795 2007-04-22 Mark Mitchell <mark@codesourcery.com>
5796
5797 * MAINTAINERS (cpplib): Rename to ...
5798 (libcpp): ... this. Add C/C++ front end maintainers.
5799
5800 2007-04-14 Steve Ellcey <sje@cup.hp.com>
5801
5802 * config-ml.in: Pass ${ml_config_env} to configure calls.
5803
5804 2007-04-04 Christian Bruel <christian.bruel@st.com>
5805
5806 * MAINTAINERS (Write After Approval): Add myself.
5807
5808 2007-04-02 Dave Korn <dave.korn@artimi.com>
5809
5810 * MAINTAINERS (Write After Approval): Add myself.
5811
5812 2007-03-31 Tobias Burnus <burnus@net-b.de>
5813
5814 * MAINTAINERS (fortran 95 front end): Add myself.
5815
5816 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5817
5818 * MAINTAINERS (Write After Approval): Add myself.
5819
5820 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
5821
5822 * MAINTAINERS (Modulo Scheduler): Add myself.
5823
5824 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
5825
5826 * MAINTAINERS (fortran 95 front end): Add myself.
5827 (c++ front end): whitespace fix.
5828
5829 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
5830
5831 * MAINTAINERS (Write After Approval): Add myself.
5832
5833 2007-03-21 Richard Sandiford <richard@codesourcery.com>
5834
5835 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
5836 of glob. Quote arguments with single quotes too.
5837 * configure: Regenerate.
5838
5839 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
5840
5841 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
5842 * Makefile.in: Regenerate
5843
5844 2007-03-07 Andreas Schwab <schwab@suse.de>
5845
5846 * configure: Regenerate.
5847
5848 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
5849
5850 * configure.ac: Add "--with-pdfdir" configure option,
5851 which defines pdfdir variable.
5852 * Makefile.def (target=fixincludes): Add install-pdf to
5853 missing targets.
5854 (recursive_targets): Add install-pdf target.
5855 (flags_to_pass): Add pdfdir.
5856 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
5857 target.
5858 * configure: Regenerate
5859 * Makefile.in: Regenerate
5860
5861 2007-02-28 Eric Christopher <echristo@apple.com>
5862
5863 Revert:
5864 2006-12-07 Mike Stump <mrs@apple.com>
5865
5866 * Makefile.def (dependencies): Add dependency for
5867 install-target-libssp and install-target-libgomp on
5868 install-gcc.
5869 * Makefile.in: Regenerate.
5870
5871 2007-02-27 Matt Kraai <kraai@ftbfs.org>
5872
5873 * configure: Regenerate.
5874 * configure.ac: Move statements after variable declarations.
5875
5876 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
5877
5878 * MAINTAINERS: Add myself as sh maintainer.
5879
5880 2007-02-19 Joseph Myers <joseph@codesourcery.com>
5881
5882 * configure.ac: Adjust for loop syntax.
5883 * configure: Regenerate.
5884
5885 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5886
5887 * configure: Rebuilt.
5888
5889 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
5890
5891 * configure.ac: Drop multiple occurrences of --enable-languages,
5892 and fix its quoting.
5893 * configure: Rebuilt.
5894
5895 2007-02-17 Mark Mitchell <mark@codesourcery.com>
5896 Nathan Sidwell <nathan@codesourcery.com>
5897 Vladimir Prus <vladimir@codesourcery.com>
5898 Joseph Myers <joseph@codesourcery.com>
5899
5900 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
5901 * configure: Regenerate.
5902
5903 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
5904
5905 * ltconfig (freebsd*): Default to elf.
5906
5907 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5908
5909 * configure.ac (target_libraries): Move libgcc before libiberty.
5910 * configure: Regenerated.
5911
5912 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
5913 Paolo Bonzini <bonzini@gnu.org>
5914
5915 PR bootstrap/30753
5916 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
5917 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
5918 * configure: Regenerated.
5919
5920 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5921
5922 * MAINTAINERS (Language Front End Maintainers): Update my mail
5923 address.
5924
5925 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5926
5927 PR bootstrap/30748
5928 * configure.ac: Correct syntax for Solaris ksh.
5929 * configure: Regenerated.
5930
5931 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5932
5933 * configure.ac: Sync with src.
5934 * configure: Regenerate.
5935
5936 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5937
5938 * Makefile.in: Regenerate.
5939
5940 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
5941
5942 * config.sub: Sync with src.
5943
5944 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
5945
5946 * Makefile.tpl (build_alias, host_alias, target_alias): Use
5947 noncanonical equivalents.
5948 * configure.in: Rename to...
5949 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
5950 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
5951 target_noncanonical. Use them. Rewrite removal of configure
5952 arguments for autoconf 2.59. Discard variable settings. Force
5953 program_transform_name for native tools.
5954
5955 * Makefile.in: Regenerated.
5956 * configure: Regenerated with autoconf 2.59.
5957
5958 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
5959
5960 * MAINTAINERS (Write After Approval): Add myself.
5961
5962 2007-01-31 Andreas Schwab <schwab@suse.de>
5963
5964 * Makefile.tpl (LDFLAGS): Substitute it.
5965 * Makefile.in: Regenerate.
5966
5967 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
5968
5969 * MAINTAINERS (Write After Approval): Add myself.
5970
5971 2007-01-28 David Edelsohn <edelsohn@gnu.org>
5972
5973 * MAINTAINERS (spu port): Add myself.
5974
5975 2007-01-23 Richard Guenther <rguenther@suse.de>
5976
5977 PR bootstrap/30541
5978 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
5979 * Makefile.tpl (GNATBIND): Substitute it.
5980 (GNATMAKE): Likewise.
5981 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
5982 of STAGE_PREFIX.
5983 * Makefile.in: Regenerate.
5984 * configure: Regenerate.
5985
5986 2007-01-18 Mike Stump <mrs@apple.com>
5987
5988 * configure.in: Re-enable -Werror for gcc builds.
5989
5990 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
5991
5992 * MAINTAINERS (Write After Approval): Add myself.
5993
5994 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
5995
5996 * configure.in: Change == to = in test command.
5997 * configure: Regenerate.
5998
5999 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6000 Nick Clifton <nickc@redhat.com>
6001 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6002
6003 * configure.in (build_configargs, host_configargs, target_configargs):
6004 Remove build/host/target parameters.
6005 (host_libs): Add gmp and mpfr.
6006 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6007 * Makefile.def (gmp, mpfr): New.
6008 (gcc): Remove target.
6009 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6010 target_os, target_vendor): New.
6011 (configure): Add host_alias/target_alias arguments; adjust invocations.
6012 * configure: Regenerate.
6013 * Makefile.in: Regenerate.
6014
6015 2007-01-11 Matt Fago <fago@earthlink.net>
6016
6017 * configure.in: Try to link to functions only in mpfr 2.2.x
6018 to improve robustness of configure tests.
6019 * configure: Regenerate.
6020
6021 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
6022
6023 * MAINTAINERS: Add myself as i386 maintainer.
6024
6025 2007-01-08 Jan Hubicka <jh@suse.cz>
6026
6027 * MAINTAINERS: Add myself as i386 maintainer.
6028
6029 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
6030
6031 * configure.in: Add support for an x86_64-mingw* target.
6032 * configure: Regenerate.
6033
6034 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
6035
6036 * Makefile.tpl (all-target): Correct @if conditional for target
6037 modules.
6038 * configure.in: Omit libiberty if building only target libgcc.
6039 * configure, Makefile.in: Regenerated.
6040
6041 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
6042
6043 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
6044 * configure: Regenerate.
6045
6046 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
6047
6048 * Makefile.def (target_modules): Add libgcc.
6049 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
6050 * Makefile.tpl (clean-target-libgcc): Delete.
6051 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
6052 on gcc even for bootstrapped modules. Rewrite handling of
6053 lang_env_dependencies to loop over target_modules.
6054 * configure.in (target_libraries): Add target-libgcc.
6055 * Makefile.in, configure: Regenerated.
6056
6057 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6058
6059 * configure.in: Reorganize recognition of languages. Add
6060 --enable-stage1-languages. Show supported languages for the chosen
6061 target rather than all recognized languages.
6062 * configure: Regenerate.
6063
6064 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
6065
6066 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
6067 * Makefile.in: Regenerate.
6068
6069 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6070
6071 * configure.in: Warn that MPFR 2.2.0 is buggy.
6072 * configure: Regenerate.
6073
6074 2006-12-27 Ian Lance Taylor <iant@google.com>
6075
6076 * configure.in: When removing Makefiles to force a reconfigure, also
6077 remove prev-DIR*/Makefile.
6078 * configure: Regenerate.
6079
6080 2006-12-22 Andreas Schwab <schwab@suse.de>
6081
6082 * configure: Regenerate with correct autoconf version.
6083
6084 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
6085
6086 * configure.in: add AC_SUBST for *_FOR_TARGET.
6087 * configure: Regenerate.
6088
6089 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6090
6091 * configure.in: Simplify logic for rejecting languages that cannot
6092 be built. Separate the case when a language is unsupported,
6093 from the case when the user chooses not to build a language.
6094
6095 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6096
6097 * configure.in: Remove "$build" case for powerpc-*-darwin* since
6098 it only affects bootstrap and could be tested on "$host" as well.
6099 * configure: Regenerate.
6100 * config/mh-ppc-darwin: Add to the stage1 cflags here.
6101
6102 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6103
6104 PR bootstrap/29544
6105 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
6106 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
6107 move here comment from Makefile.tpl.
6108 * Makefile.tpl: Move some definitions higher in the file.
6109 (STAGE1_CHECKING): New.
6110 * configure.in: Add --enable-stage1-checking.
6111 * configure: Regenerate.
6112 * Makefile.in: Regenerate.
6113
6114 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
6115
6116 * MAINTAINERS: Add myself as build system maintainer.
6117
6118 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
6119
6120 * MAINTAINERS (Write After Approval): Add myself.
6121
6122 2006-12-13 Eric Christopher <echristo@apple.com>
6123
6124 * MAINTAINERS: Add myself as darwin maintainer.
6125
6126 2006-12-11 Ian Lance Taylor <ian@airs.com>
6127
6128 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
6129
6130 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
6131
6132 MAINTAINERS: Update my entry.
6133
6134 2006-12-11 Alan Modra <amodra@bigpond.net.au>
6135
6136 * configure.in: Handle spu makefile frag.
6137 * Makefile.tpl (MAINT): Define
6138 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
6139 * configure: Regenerate.
6140 * Makefile.in: Regenerate.
6141
6142 2006-12-11 Ben Elliston <bje@au.ibm.com>
6143
6144 * config.guess: Import latest version.
6145 * config.sub: Likewise.
6146
6147 2006-12-11 Ben Elliston <bje@au.ibm.com>
6148
6149 * configure.in (spu-*-*): Don't skip target-libiberty.
6150 * configure: Regenerate.
6151
6152 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
6153
6154 PR bootstrap/30134
6155 * configure.in: Correct x86 darwin support for libjava to powerpc
6156 and i?86 only.
6157 * configure: Regenerate.
6158
6159 2006-12-08 Sandro Tolaini <tolaini@libero.it>
6160
6161 * configure.in: Add x86 darwin support for libjava.
6162 * configure: Regenerate.
6163
6164 2006-12-07 Mike Stump <mrs@apple.com>
6165
6166 * Makefile.def (dependencies): Add dependency for
6167 install-target-libssp and install-target-libgomp on
6168 install-gcc.
6169 * Makefile.in: Regenerate.
6170
6171 2006-12-04 Richard Guenther <rguenther@suse.de>
6172
6173 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
6174 (Non-Algorithmic Maintainers): Move over non-algorithmic
6175 loop optimizer maintainers, add myself as a non-algorithmic
6176 middle-end maintainer.
6177
6178 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
6179
6180 * MAINTAINERS (Write After Approval): Add myself.
6181
6182 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6183
6184 * configure.in: Update error message for missing GMP/MPFR.
6185
6186 * configure: Regenerate.
6187
6188 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6189
6190 * configure.in: Update MPFR version in error message.
6191
6192 * configure: Regenerate.
6193
6194 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6195
6196 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
6197 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
6198 --with-gmp-lib): New flags.
6199
6200 * configure: Regenerate.
6201
6202 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
6203
6204 * MAINTAINERS (Write After Approval): Change my email address.
6205
6206 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
6207
6208 * MAINTAINERS (Write After Approval): Add myself.
6209
6210 2006-11-22 Philipp Thomas <pth@suse.de>
6211
6212 * MAINTAINERS (i18n): Update e-mail address.
6213
6214 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6215
6216 * MAINTAINERS (spu port): Add myself as maintainer.
6217 (Write After Approval): Remove myself.
6218
6219 2006-11-22 Ben Elliston <bje@au.ibm.com>
6220
6221 * configure.in (skipdirs): Don't build libssp for SPU.
6222 * configure: Regenerate.
6223
6224 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
6225
6226 * MAINTAINERS (spu port): Add myself as maintainer.
6227 (libobjc): Update my email address.
6228
6229 2006-11-21 Andrea Bona <andrea.bona@st.com>
6230
6231 * MAINTAINERS (Write After Approval): Add myself.
6232
6233 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6234
6235 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
6236 * configure : Rebuilt.
6237
6238 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6239
6240 * MAINTAINERS (Write After Approval): Add myself.
6241
6242 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
6243
6244 * MAINTAINERS (Write After Approval): Add myself.
6245
6246 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6247
6248 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
6249 libmpfr.a.
6250 * configure: Regenerate.
6251
6252 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
6253
6254 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
6255 (unstage): Test for stage_last presence.
6256
6257 PR bootstrap/29802
6258 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
6259 STAGE_PREFIX.
6260 * Makefile.in: Regenerate.
6261
6262 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
6263
6264 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
6265 maintainers.
6266
6267 2006-11-14 Erven Rohou <erven.rohou@st.com>
6268
6269 * MAINTAINERS (Write After Approval): Add myself.
6270
6271 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
6272
6273 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
6274 and stageN-package/Makefile.
6275 * Makefile.in: Regenerated.
6276
6277 2006-11-14 Jie Zhang <jie.zhang@analog.com>
6278
6279 * configure.in: Remove target-libgloss from noconfigdirs for
6280 bfin-*-*.
6281 * configure: Regenerated.
6282
6283 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6284
6285 * configure.in (have_gmp): Only error if the gcc directory exists.
6286
6287 * configure: Regenerate.
6288
6289 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6290
6291 * configure.in: Robustify error message for missing GMP/MPFR.
6292
6293 * configure: Regenerate.
6294
6295 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
6296
6297 * MAINTAINERS (Write After Approval): Add myself.
6298
6299 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
6300
6301 * MAINTAINERS: Change email address.
6302
6303 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
6304
6305 * MAINTAINERS (Write After Approval): Add myself.
6306
6307 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
6308
6309 * MAINTAINERS (Write After Approval): Add myself.
6310
6311 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
6312
6313 * MAINTAINERS (Write After Approval): Move myself to
6314 Write After Approval section.
6315
6316 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6317
6318 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
6319 need_gmp anymore.
6320 * configure: Regenerate.
6321
6322 2006-10-16 Tobias Burnus <burnus@net-b.de>
6323
6324 * MAINTAINERS (Write After Approval): Add myself.
6325
6326 2006-10-16 Ben Elliston <bje@au.ibm.com>
6327
6328 * config.guess: Import latest version.
6329 * config.sub: Likewise.
6330
6331 2006-10-10 Brooks Moses <bmoses@stanford.edu>
6332
6333 * Makefile.def: Added pdf target handling.
6334 * Makefile.tpl: Added pdf target handling.
6335 * Makefile.in: Regenerated.
6336
6337 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
6338
6339 * MAINTAINERS: Add self as score port maintainer.
6340
6341 2006-10-04 Brooks Moses <bmoses@stanford.edu>
6342
6343 * MAINTAINERS (Write After Approval): Add myself.
6344
6345 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
6346
6347 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
6348 or newer.
6349 * configure: Regenerated.
6350
6351 2006-09-27 Dave Brolley <brolley@redhat.com>
6352
6353 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
6354 using $s instead of $r.
6355 * configure: Regenerated.
6356
6357 2006-09-26 Thiemo Seufer <ths@mips.com>
6358
6359 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
6360 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
6361 * configure: Regenerate.
6362
6363 2006-09-24 Graeme Peterson <gridly@gmail.com>
6364
6365 * MAINTAINERS (Write After Approval): Remove myself.
6366
6367 2006-09-22 Chao-ying Fu <fu@mips.com>
6368
6369 * MAINTAINERS (Write After Approval): Add myself.
6370
6371 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
6372
6373 * MAINTAINERS: Add self as soft-fp maintainer.
6374
6375 2006-09-09 Anatoly Sokolov <aesok@post.ru>
6376
6377 * MAINTAINERS: Add myself as avr maintainer.
6378 Remove Marek Michalkiewicz as avr maintainer.
6379
6380 2006-09-07 Roberto Costa <roberto.costa@st.com>
6381
6382 * MAINTAINERS (Write After Approval): Add myself.
6383
6384 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
6385
6386 * configure.in: Never build newlib for a Mingw host.
6387 Never build newlib as Mingw target library.
6388 Test the existence of winsup/cygwin for building a Cygwin newlib,
6389 rather than just winsup.
6390 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
6391 building a Mingw target.
6392 * configure: Regenerate.
6393
6394 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
6395
6396 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
6397
6398 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
6399
6400 * config.guess: Import from src (was more updated).
6401 * config.sub: Likewise.
6402
6403 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
6404
6405 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
6406 * configure: Regenerated.
6407
6408 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
6409
6410 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
6411 for stages after the first.
6412
6413 2006-07-17 Jakub Jelinek <jakub@redhat.com>
6414
6415 * Makefile.def: Add dependencies for configure-opcodes
6416 on configure-intl and all-opcodes on all-intl.
6417 * Makefile.in: Regenerated.
6418
6419 2006-07-13 Ben Elliston <bje@au.ibm.com>
6420
6421 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
6422
6423 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
6424
6425 Port to hosts whose 'sort' and 'tail' implementations
6426 treat operands with leading '+' as file names, as POSIX
6427 has required since 2001. However, make sure the code still
6428 works on pre-POSIX hosts.
6429 * ltmain.sh: Don't assume "sort +2" is equivalent to
6430 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
6431
6432 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
6433
6434 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
6435
6436 2006-07-04 Peter O'Gorman <peter@pogma.com>
6437
6438 * ltconfig: chmod 644 before ranlib during install.
6439
6440 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
6441
6442 PR bootstrap/18058
6443 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
6444 if the bootstrap compiler is a GCC version that supports it.
6445 * configure: Regenerate.
6446
6447 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6448
6449 * configure.in: Fix thinkos in previous check-in.
6450 * configure: Regenerate.
6451
6452 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
6453
6454 PR other/27063
6455 * configure.in: Test subdir_requires and give an appropriate
6456 error message.
6457 * configure: Regenerate.
6458
6459 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
6460
6461 * MAINTAINERS (Write After Approval): Add myself.
6462
6463 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
6464
6465 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6466
6467 2006-06-22 Steve Ellcey <sje@cup.hp.com>
6468
6469 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
6470
6471 2006-06-20 David Ayers <d.ayers@inode.at>
6472
6473 PR bootstrap/28072
6474 * configure.in: Add target-boehm-gc to noconfigdirs depending on
6475 whether target-libjava is being configured instead of whether the
6476 java front end is enabled.
6477 * configure: Regenerate.
6478
6479 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6480
6481 PR target/27540
6482 * configure.in: Only enable libgomp on IRIX 6.
6483 * configure: Regenerate.
6484
6485 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
6486
6487 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
6488 too.
6489 * Makefile.in: Regenerate.
6490
6491 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
6492
6493 * config-ml.in: Alter CCASFLAGS to include special
6494 multilib options the same as is done for CFLAGS.
6495
6496 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6497
6498 * configure.in: Don't enable libgomp on hpux10.
6499 * configure: Rebuilt.
6500
6501 2006-06-12 David Ayers <d.ayers@inode.at>
6502
6503 PR bootstrap/27963
6504 PR target/19970
6505 * configure.in: Remove target-boehm-gc from noconfigdirs where
6506 ${libgcj} is specified.
6507 * configure: Regenerate.
6508
6509 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
6510
6511 Sync from src:
6512
6513 * configure.in: Sync.
6514 * configure: Regenerated.
6515
6516 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
6517
6518 * Makefile.def: Added dependencies from sim and gdb on intl, and
6519 added configure dependencies to everything with an all dependency
6520 on intl.
6521 * Makefile.in: Regenerated.
6522
6523 2006-06-06 David Ayers <d.ayers@inode.at>
6524
6525 PR libobjc/13946
6526 * Makefile.def: Add dependencies for libobjc which boehm-gc.
6527 * Makefile.in: Regenerate.
6528 * configure.in: Add --enable-objc-gc at toplevel and have it
6529 enable boehm-gc for Objective-C.
6530 Remove target-boehm-gc from libgcj.
6531 Add target-boehm-gc to target_libraries.
6532 Add target-boehm-gc to noconfigdirs where ${libgcj}
6533 is specified.
6534 Assert that boehm-gc is supported when requested for Objective-C.
6535 Only build boehm-gc if needed either for Java or Objective-C.
6536 * configure: Regenerate.
6537
6538 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
6539
6540 PR 27674
6541 * Makefile.tpl (configure-[+prefix+][+module+],
6542 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
6543 Remove rule to unstage bootstrapped modules.
6544 (stage_current): New.
6545 * Makefile.in: Regenerate.
6546
6547 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6548
6549 * MAINTAINERS (Write After Approval): Update my e-mail address.
6550
6551 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
6552
6553 * include/libiberty.h: Declare pex_run_in_environment.
6554
6555 2006-05-31 Asher Langton <langton2@llnl.gov>
6556
6557 * MAINTAINERS (Write After Approval): Add myself.
6558
6559 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
6560
6561 * Makefile.def (bfd, opcodes): Fix lib_path.
6562 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
6563 (restrap): Move under "@if gcc-bootstrap". Fix typo.
6564 * Makefile.in: Regenerate.
6565
6566 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6567
6568 * Makefile.in: Regenerate.
6569
6570 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
6571
6572 * Makefile.def: Add install-html target. Add datarootdir
6573 docdir and htmldir to flags_to_pass.
6574 * Makefile.tpl: Add install-html target.
6575 * Makefile.in: Regenerate.
6576 * configure.in: Add --with-datarootdir, --with-docdir, and
6577 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
6578 * configure: Regenerate.
6579
6580 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
6581
6582 * configure.in: Enable gprof for cross builds.
6583 * configure: Regenerate.
6584
6585 2006-05-22 Richard Guenther <rguenther@suse.de>
6586
6587 Revert
6588 2006-01-31 Richard Guenther <rguenther@suse.de>
6589 Paolo Bonzini <bonzini@gnu.org>
6590
6591 * Makefile.def (target_modules): Add libgcc-math target module.
6592 * configure.in (target_libraries): Add libgcc-math target library.
6593 (--enable-libgcc-math): New configure switch.
6594 * Makefile.in: Re-generate.
6595 * configure: Re-generate.
6596 * libgcc-math: New toplevel directory.
6597
6598 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6599 Andreas Tobler <a.tobler@schweiz.ch>
6600
6601 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
6602 * configure: Rebuilt.
6603
6604 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
6605
6606 * MAINTAINERS (Write After Approval): Add myself.
6607
6608 2006-05-01 DJ Delorie <dj@redhat.com>
6609
6610 * configure.in: Restore CFLAGS if GMP isn't present.
6611 * configure: Regenerate.
6612
6613 2006-05-01 Richard Guenther <rguenther@suse.de>
6614
6615 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
6616 maintainer.
6617
6618 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
6619
6620 * MAINTAINERS (Write After Approval): Add myself.
6621
6622 2006-04-28 Jan Beulich <jbeulich@novell.com>
6623
6624 * MAINTAINERS (Write After Approval): Add myself.
6625
6626 2006-04-18 DJ Delorie <dj@redhat.com>
6627
6628 * configure.in (m32c): Build libstdc++-v3. Pass flags to
6629 reference libgloss so that libssp can be built in a combined
6630 tree.
6631 * configure: Regenerate.
6632
6633 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
6634
6635 * MAINTAINERS (Write After Approval): Add myself.
6636
6637 2006-04-05 Ben Elliston <bje@au.ibm.com>
6638
6639 * configure.in: Require makeinfo 4.4 or higher.
6640 * configure: Regenerate.
6641
6642 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
6643
6644 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
6645 Rearrange the entries of other libraries to have them in one place.
6646
6647 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
6648
6649 * MAINTAINERS (Write After Approval): Remove myself.
6650 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6651
6652 2006-03-14 Richard Guenther <rguenther@suse.de>
6653
6654 * configure: Regenerate with autoconf 2.13.
6655
6656 2006-03-13 Jim Blandy <jimb@codesourcery.com>
6657
6658 * MAINTAINERS: Use my work address.
6659
6660 * MAINTAINERS: Update my E-mail address.
6661
6662 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
6663
6664 * configure.in: Handle --disable-<component> generically.
6665 * configure: Regenerate.
6666
6667 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
6668
6669 PR libgcj/17311
6670 * ltmain.sh: Don't use "$finalize_rpath" for compile.
6671
6672 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
6673
6674 * MAINTAINERS (Write After Approval): Remove myself.
6675 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6676
6677 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
6678
6679 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
6680 (TARGET_CONFIGDIRS): Remove.
6681 * configure.in: Remove AC_SUBST(target_configdirs).
6682 * Makefile.in, configure: Regenerated.
6683
6684 2006-02-20 Steven G. Kargl <kargls@comcast.net>
6685
6686 * MAINTAINERS (Write After Approval): Remove myself.
6687 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
6688
6689 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
6690
6691 PR bootstrap/25670
6692
6693 * Makefile.tpl ([+compare-target+]): Print explanation messages.
6694
6695 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
6696 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
6697 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
6698 BUILD_PREFIX, BUILD_PREFIX_1.
6699 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
6700
6701 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
6702 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
6703
6704 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
6705 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
6706 of `cat stage_current`. Always provide the `r' and `s' variables.
6707 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
6708 a single shell execution.
6709 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
6710 bootstrapped modules, make the stage1 module if the build was not
6711 started yet, else build the current stage.
6712 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
6713 (all-build, all-host, all-target, [+make_target+]-host,
6714 [+make_target+]-target): Do not use \-continued lines.
6715 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
6716 (current_stage, restrap, stage_last): New.
6717
6718 * Makefile.in: Regenerate.
6719 * configure: Regenerate.
6720
6721 2006-02-19 Bud Davis <jmdavis@link.com>
6722
6723 * MAINTAINERS (Write After Approval): Remove myself.
6724 (Language Front End Maintainers): Add myself as fortran 95
6725 maintainer and update e-mail address.
6726
6727 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
6728
6729 * MAINTAINERS (Write After Approval): Remove myself.
6730 (Language Front End Maintainers): Add myself as fortran 95
6731 maintainer.
6732
6733 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
6734
6735 * MAINTAINERS (Write After Approval): Add myself.
6736
6737 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
6738
6739 * MAINTAINERS (Write After Approval): Remove myself.
6740 (Language Front End Maintainers): Add myself as
6741 fortran 95 maintainer.
6742
6743 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6744
6745 Sync from src:
6746
6747 2005-12-27 Leif Ekblad <leif@rdos.net>
6748
6749 * configure.in: Add support for RDOS target.
6750 * configure: Regenerate.
6751
6752 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
6753 Andreas Schwab <schwab@suse.de>
6754
6755 * configure: Regenerate.
6756
6757 2006-02-12 David Edelsohn <edelsohn@gnu.org>
6758
6759 * configure.in (enable_libgomp): Add AIX.
6760 * configure: Regenerate.
6761
6762 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
6763
6764 * MAINTAINERS (Write After Approval): Add myself.
6765
6766 2006-02-03 Lee Millward <lee.millward@gmail.com>
6767
6768 * MAINTAINERS (Write After Approval): Add myself.
6769
6770 2006-01-31 Richard Guenther <rguenther@suse.de>
6771 Paolo Bonzini <bonzini@gnu.org>
6772
6773 * Makefile.def (target_modules): Add libgcc-math target module.
6774 * configure.in (target_libraries): Add libgcc-math target library.
6775 (--enable-libgcc-math): New configure switch.
6776 * Makefile.in: Re-generate.
6777 * configure: Re-generate.
6778 * libgcc-math: New toplevel directory.
6779
6780 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
6781
6782 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
6783 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
6784 the assembler, linker and binutils.
6785 * configure: Regenerate.
6786
6787 2006-01-22 Dirk Mueller <dmueller@suse.de>
6788
6789 * MAINTAINERS (Write After Approval): Add myself.
6790
6791 2006-01-20 Diego Novillo <dnovillo@redhat.com>
6792
6793 * configure: Regenerate.
6794
6795 2006-01-18 Richard Henderson <rth@redhat.com>
6796 Jakub Jelinek <jakub@redhat.com>
6797 Diego Novillo <dnovillo@redhat.com>
6798
6799 * libgomp: New directory.
6800 * Makefile.def: Add target_module libgomp.
6801 * Makefile.in: Regenerate.
6802 * configure.in (target_libraries): Add target-libgomp.
6803 * configure: Regenerate.
6804
6805 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
6806
6807 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
6808 @ from continuation.
6809 * Makefile.in: Rebuilt.
6810
6811 2006-01-04 Chris Lattner <sabre@gnu.org>
6812
6813 * MAINTAINERS (Write After Approval): Add myself.
6814
6815 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
6816
6817 PR bootstrap/24252
6818
6819 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
6820 * Makefile.tpl (OBJDUMP): New.
6821 (EXTRA_HOST_FLAGS): Add it.
6822 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
6823
6824 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
6825 to use symbolic links between directories. Avoid race conditions
6826 or make them harmless.
6827 * configure.in: Do not try to use symbolic links between directories.
6828
6829 * Makefile.def (LEAN): Pass.
6830 * Makefile.tpl (LEAN): Define.
6831 (stage[+id+]-start): Accept that the previous directory does not
6832 exist, if the bootstrap is lean.
6833 (stage[+id+]-bubble): Invoke lean bootstrap commands after
6834 stage[+id+]-start. Use a makefile variable and an `if' instead of a
6835 configure substitution.
6836 ([+compare-target+]): Likewise.
6837 ([+bootstrap-target+]-lean): New.
6838 * configure.in: Remove lean bootstrap support from here.
6839
6840 * Makefile.in: Regenerate.
6841 * configure: Regenerate.
6842
6843 2006-01-04 Ben Elliston <bje@au.ibm.com>
6844
6845 * MAINTAINERS (libdecnumber): Add myself.
6846
6847 2006-01-02 Mark Mitchell <mark@codesourcery.com>
6848
6849 * libtool-ldflags: New script.
6850
6851 2006-01-02 Andreas Schwab <schwab@suse.de>
6852
6853 * configure.in: When reconfiguring remove Makefile in
6854 all stage directories.
6855 * configure: Regenerate.
6856
6857 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
6858
6859 * MAINTAINERS: Update my email address.
6860
6861 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
6862
6863 Revert Ada-related part of the previous change.
6864
6865 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
6866 Do not pass.
6867 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
6868 * Makefile.in: Regenerate.
6869 * configure.in: Do not include mt-ppc-aix target fragment.
6870 * configure: Regenerate.
6871
6872 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
6873
6874 * configure.in: Select appropriate fragments for PowerPC/AIX.
6875 * configure: Regenerate.
6876
6877 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
6878 BOOT_CFLAGS, BOOT_LDFLAGS.
6879 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
6880 BOOT_CFLAGS, BOOT_LDFLAGS.
6881 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
6882 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
6883 (stage): Fail if we cannot complete the work.
6884 * Makefile.in: Regenerate.
6885
6886 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
6887
6888 * configure.in: Replace ms1 with mt.
6889 * configure: Rebuilt.
6890
6891 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
6892
6893 * MAINTAINERS: Update my email address.
6894
6895 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
6896
6897 * Makefile.tpl (all, do-[+make_target+], do-check, install,
6898 install-host-nogcc): Don't invoke $(stage) at the end.
6899 * Makefile.in: Regenerate.
6900
6901 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
6902
6903 * configure.in: Flip the top-level bootstrap switch.
6904 * configure: Regenerate.
6905
6906 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
6907
6908 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
6909 $(stage) and $(unstage).
6910 (EXTRA_TARGET_FLAGS): Correct double-quoting.
6911 (all): Remove stray semicolon.
6912 (local-distclean): Don't handle multilib.tmp and multilib.out.
6913 (install.all): Set $s for consistency.
6914 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
6915 check_multilibs setting. Always make the install directory.
6916 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
6917 Correct @if/@endif.
6918 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
6919 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
6920 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
6921 (multilib.out): Remove.
6922 * Makefile.in: Regenerated.
6923
6924 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
6925
6926 * MAINTAINERS (Write After Approval): Add myself.
6927
6928 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
6929
6930 * MAINTAINERS: Add myself as mt maintainer.
6931
6932 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
6933
6934 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
6935
6936 * MAINTAINERS: Change email address.
6937
6938 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
6939
6940 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
6941 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
6942 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
6943 Find in-tree tools if available.
6944 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
6945 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
6946 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
6947 (COMPILER_*_FOR_TARGET): New.
6948 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
6949 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
6950 (CONFIGURED_*, USUAL_*): Remove.
6951 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
6952 STRIP): Use autoconf substitutions.
6953 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
6954 COMPILER_NM_FOR_TARGET): New.
6955 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
6956
6957 (all): Make all-host and all-target in parallel.
6958 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
6959 that $$r and $$s are set before invoking a recursive make.
6960 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
6961 ([+bootstrap-target+]): Inline most of the `all' target.
6962
6963 2005-11-29 Ben Elliston <bje@au.ibm.com>
6964
6965 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
6966 from the gcc build directory.
6967 * Makefile.in: Regenerate.
6968
6969 2005-11-29 Ben Elliston <bje@au.ibm.com>
6970
6971 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
6972 depend on all-libdecnumber.
6973 * configure.in (host_libs): Include libdecnumber.
6974 * Makefile.in: Regenerate.
6975 * configure: Likewise.
6976
6977 2005-11-29 Ben Elliston <bje@au.ibm.com>
6978
6979 * libdecnumber: Import decNumber sources from the dfp-branch.
6980
6981 2005-11-21 Kean Johnston <jkj@sco.com>
6982
6983 * config.sub, config.guess: Sync from upstream sources.
6984
6985 2005-11-21 Ben Elliston <bje@au.ibm.com>
6986
6987 Import from Autoconf sources:
6988
6989 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
6990 * config/move-if-change: Don't output "$2 is unchanged";
6991 suggested by Ben Elliston. Handle weird characters correctly.
6992
6993 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
6994
6995 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
6996 to match upstream libtool for darwin.
6997
6998 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
6999
7000 * Makefile.def: Remove gdb dependencies for gdbtk.
7001 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7002 (configure-gdb, install-gdb): New rules.
7003 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7004 * Makefile.in, configure: Regenerated.
7005
7006 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7007
7008 * MAINTAINERS (Write After Approval): Add myself.
7009
7010 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7011
7012 * MAINTAINERS (Write After Approval): Add myself.
7013
7014 2005-10-24 Diego Novillo <dnovillo@redhat.com>
7015
7016 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7017 Diego Novillo.
7018
7019 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
7020
7021 PR bootstrap/24297
7022 * Makefile.tpl (do-[+make-target+], do-check, install,
7023 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7024 are set before recursing.
7025 * Makefile.in: Regenerate.
7026
7027 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7028
7029 PR bootstrap/18939
7030 * Makefile.def (gcc) <target>: Fix thinko.
7031 * Makefile.in: Regenerate.
7032
7033 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
7034
7035 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7036 * configure: Regenerate.
7037
7038 2005-10-15 Jie Zhang <jie.zhang@analog.com>
7039
7040 * MAINTAINERS (Write After Approval): Add self.
7041
7042 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
7043
7044 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
7045 target-libffi, target-qthreads, target-libjava, and
7046 targetlibobjc.
7047 * configure: Regenerate.
7048
7049 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
7050
7051 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
7052 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
7053 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
7054 (USUAL_OBJDUMP_FOR_TARGET): New.
7055 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
7056 * configure.in: Check for $OBJDUMP_FOR_TARGET.
7057 * configure, Makefile.in: Regenerated.
7058
7059 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7060
7061 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
7062 before other host packages.
7063
7064 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
7065
7066 * MAINTAINERS: Add self as sh libraries/configury maintainer.
7067
7068 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
7069
7070 PR bootstrap/22340
7071
7072 * configure.in (default_target): Remove.
7073 * Makefile.tpl (all): Do not use prerequisites as subroutines
7074 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
7075 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
7076 use prerequisites as subroutines.
7077 (check-host, check-target): New.
7078 (bootstrap configure & all targets): Do not use stage*-start
7079 if the directory layout is already ok.
7080 (non-bootstrap configure & all targets): Prepend a $(unstage).
7081 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
7082 (NOTPARALLEL): Remove.
7083 (unstage, stage variables): New variables.
7084 (unstage, stage targets): Simply expand to those variables.
7085
7086 * configure: Regenerate.
7087 * Makefile.in: Regenerate.
7088
7089 2005-10-04 James E Wilson <wilson@specifix.com>
7090
7091 * Makefile.def (lang_env_dependencies): Add libmudflap.
7092 * Makefile.in: Regenerate.
7093
7094 2005-10-03 Andreas Schwab <schwab@suse.de>
7095
7096 Backport from libtool CVS:
7097 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
7098
7099 * ltmain.sh: add support for installing into temporary
7100 staging area (e.g. 'make install DESTDIR=...')
7101
7102 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
7103
7104 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
7105 * configure: Regenerated.
7106
7107 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
7108
7109 * configure: Regenerate with the correct
7110 autoconf version.
7111
7112 2005-09-30 Catherine Moore <clm@cm00re.com>
7113
7114 * configure.in (bfin-*-*): New.
7115 * configure: Regenerated.
7116
7117 2005-09-28 Geoffrey Keating <geoffk@apple.com>
7118
7119 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
7120 (LIPO_FOR_TARGET): New.
7121 (CONFIGURED_LIPO_FOR_TARGET): New.
7122 (USUAL_LIPO_FOR_TARGET): New.
7123 (STRIP_FOR_TARGET): New.
7124 (CONFIGURED_STRIP_FOR_TARGET): New.
7125 (USUAL_STRIP_FOR_TARGET): New.
7126 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
7127 STRIP_FOR_TARGET.
7128 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
7129 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
7130 * Makefile.in: Regenerate.
7131 * configure: Regenerate.
7132
7133 2005-09-19 David Edelsohn <edelsohn@gnu.org>
7134
7135 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
7136 (rs6000-*-aix*): Same.
7137 * configure: Regenerate.
7138
7139 2005-09-16 Tom Tromey <tromey@redhat.com>
7140
7141 * MAINTAINERS: Add self as java maintainer.
7142
7143 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7144
7145 * configure.in: Recognize f95 in the --enable-languages option,
7146 and substitute it for fortran, issuing a warning.
7147 * configure: Regenerate.
7148
7149 2005-08-30 Phil Edwards <phil@codesourcery.com>
7150
7151 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
7152 * configure: Regenerated.
7153
7154 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
7155
7156 * MAINTAINERS: Add self as ms1 maintainer.
7157
7158 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
7159
7160 * Makefile.def (libssp): Add to lang_env_dependencies.
7161 * Makefile.in: Regenerate.
7162
7163 2005-08-18 Ian Lance Taylor <ian@airs.com>
7164
7165 * MAINTAINERS: Add myself as middle-end maintainer.
7166
7167 2005-08-17 Christian Groessler <chris@groessler.org>
7168
7169 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
7170 * Makefile.in: Regenerate.
7171
7172 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
7173
7174 * MAINTAINERS (write after approval): Added myself.
7175
7176 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
7177
7178 * MAINTAINERS (Write After Approval): Add myself.
7179
7180 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
7181
7182 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
7183 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
7184 Look for alternate names of the target cc and c++
7185 * configure: Regenerate.
7186
7187 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
7188
7189 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7190 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
7191 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
7192 tools; remove code to manually set them.
7193 (Target tools): Look in the environment for them.
7194 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
7195 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
7196 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
7197 build directory.
7198 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
7199 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
7200 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
7201 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7202 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
7203 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
7204 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
7205 * configure: Regenerate.
7206 * Makefile.in: Regenerate.
7207
7208 2005-07-28 Ben Elliston <bje@au.ibm.com>
7209
7210 * MAINTAINERS: Update for removed CPU targets.
7211
7212 2005-07-27 Mark Mitchell <mark@codesourcery.com>
7213
7214 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7215 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
7216 * Makefile.in: Regenerated.
7217
7218 2005-07-26 Mark Mitchell <mark@codesourcery.com>
7219
7220 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
7221 (CFLAGS_FOR_TARGET): Use it.
7222 (CXXFLAGS_FOR_TARGET): Likewise.
7223 * Makefile.in: Regenerated.
7224 * configure.in (--with-build-sysroot): New option.
7225 * configure: Regenerated.
7226
7227 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
7228
7229 * Makefile.tpl: Wrap install between unstage and stage
7230 * Makefile.in: Regenerate.
7231
7232 2005-07-21 Eric Christopher <echristo@apple.com>
7233
7234 * MAINTAINERS: Update affiliation.
7235
7236 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
7237
7238 * MAINTAINERS: Add self as crx port maintainer.
7239
7240 2005-07-20 DJ Delorie <dj@redhat.com>
7241
7242 * MAINTAINERS: Add self as m32c maintainer.
7243
7244 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
7245
7246 * all files: Update FSF address.
7247
7248 2005-07-15 Eric Christopher <echristo@redhat.com>
7249
7250 * MAINTAINERS: Change affiliation.
7251
7252 2005-07-14 Jim Blandy <jimb@redhat.com>
7253
7254 * configure.in: Add cases for Renesas m32c.
7255 * configure: Regenerated.
7256
7257 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7258
7259 * COPYING.LIB: Update from fsf.org.
7260
7261 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
7262
7263 * COPYING, compile, config.guess,
7264 config.sub, install-sh, missing, mkinstalldirs,
7265 symlink-tree, ylwrap: Sync from upstream sources.
7266 * config-ml.in: Update FSF address.
7267
7268 2005-07-13 Eric Christopher <echristo@redhat.com>
7269
7270 * configure.in: Add toplevel noconfigdir support for tpf.
7271 * configure: Regenerate.
7272
7273 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
7274
7275 PR ada/22340
7276
7277 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
7278 * Makefile.in: Regenerate.
7279
7280 2005-07-07 Mark Mitchell <mark@codesourcery.com>
7281
7282 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7283 Brolley to write-after-approval.
7284
7285 2005-07-07 Andreas Schwab <schwab@suse.de>
7286
7287 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
7288 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
7289 * Makefile.in: Regenerated.
7290
7291 2005-07-06 Geoffrey Keating <geoffk@apple.com>
7292
7293 * configure.in: Don't build sim or rda when targetting darwin.
7294 * configure: Regenerate.
7295
7296 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
7297
7298 * configure.in: Add --enable-libssp and --disable-libssp.
7299 * configure: Regenerate with autoconf-2.13.
7300
7301 2005-07-02 Jakub Jelinek <jakub@redhat.com>
7302
7303 * Makefile.def (target_modules): Add libssp.
7304 * configure.in (target_libraries): Add target-libssp.
7305 * configure: Rebuilt.
7306 * Makefile.in: Rebuilt.
7307
7308 2005-07-01 Zack Weinberg <zackw@panix.com>
7309
7310 * MAINTAINERS: Change email address. Resign from maintainership.
7311
7312 2005-07-01 Richard Guenther <rguenther@suse.de>
7313
7314 * MAINTAINERS: Change my e-mail address and affiliation.
7315
7316 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
7317
7318 * Makefile.def (stagefeedback): Come after profile.
7319 Define profiledbootstrap target.
7320 * Makefile.tpl (profiledbootstrap): Remove.
7321 (stageprofile-end): Zap stagefeedback.
7322 (stagefeedback-start): Copy all .gcda files, not only GCC's.
7323 * Makefile.in: Regenerate.
7324
7325 2005-06-13 Richard Sandiford <richard@codesourcery.com>
7326
7327 * MAINTAINERS: Update my email address.
7328
7329 2005-06-13 Zack Weinberg <zack@codesourcery.com>
7330
7331 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
7332 In 'cpp' stanza, support '#line' as well as '# '.
7333
7334 2005-06-08 Andreas Schwab <schwab@suse.de>
7335
7336 * MAINTAINERS: Move myself from 'Write After Approval' to
7337 'CPU Port Maintainers' section as m68k maintainer.
7338
7339 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
7340
7341 * configure.in (unsupported_languages): New macro.
7342 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
7343 non-ported target libraries in noconfigdirs.
7344 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
7345 non-linux-gnu. Remove libgcj_ex_libffi.
7346 <lang_frag loop>: Set add_this_lang=no if the language is in
7347 unsupported_languages.
7348 * configure: Regenerate.
7349
7350 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
7351
7352 * configure.in: Fix typo in handling of --with-mpfr-dir.
7353 * configure: Regenerate.
7354
7355 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
7356
7357 * MAINTAINERS: Update my email address.
7358
7359 2005-06-02 Jim Blandy <jimb@redhat.com>
7360
7361 * config.sub: Add cases for the Renesas m32c. (This patch has been
7362 accepted into the master sources.)
7363
7364 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
7365 Michael Snyder <msnyder@redhat.com>
7366 Stan Cox <scox@redhat.com>
7367
7368 * configure.in: Set noconfigdirs for ms1.
7369
7370 * configure: Regenerate.
7371
7372 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
7373
7374 * MAINTAINERS (Write After Approval): Add self.
7375
7376 2005-06-01 Josh Conner <jconner@apple.com>
7377
7378 * MAINTAINERS (Write After Approval): Add self.
7379
7380 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
7381
7382 * MAINTAINERS: Update my email address.
7383
7384 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
7385
7386 * MAINTAINERS (Write After Approval): Add self.
7387
7388 2005-05-26 Chris Demetriou <cgd@broadcom.com>
7389
7390 * MAINTAINERS (Write After Approval): Remove self.
7391
7392 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
7393
7394 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
7395 (Dependencies): Consider target modules for bootstrap dependencies.
7396 Make target bootstrap modules depend on each stage's gcc.
7397 * Makefile.in: Regenerate.
7398
7399 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
7400
7401 * Makefile.def (configure-gcc): Depend on binutils having been built.
7402 (all-gcc): No need to do it here.
7403 * Makefile.in: Regenerate.
7404
7405 2005-05-19 Paul Brook <paul@codesourcery.com>
7406
7407 * configure.in: Rewrite misleading error message when requested
7408 language cannot be built.
7409 * configure: Regenerate.
7410
7411 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
7412
7413 * ylwrap: Import from Automake 1.9.5.
7414
7415 2005-05-13 David Ung <davidu@mips.com>
7416
7417 * MAINTAINERS (Write After Approval): Add self.
7418
7419 2005-05-09 Mike Stump <mrs@apple.com>
7420
7421 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
7422 lt_cv_sys_max_cmd_len for now.
7423
7424 2005-05-09 Stan Cox <scox@redhat.com>
7425
7426 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
7427
7428 2005-05-08 Matt Kraai <kraai@ftbfs.org>
7429
7430 * README.SCO: Update the URL.
7431
7432 2005-05-05 David Edelsohn <edelsohn@gnu.org>
7433
7434 * ltconfig: Define file_list_spec. Pass file_list_spec and
7435 with_gnu_ld to libtool.
7436 * ltcf-c.sh (aix[45]): Define file_list_spec.
7437 * ltcf-cxx.sh (aix[45]): Same.
7438 * ltcf-gcj.sh (aix[45]): Same.
7439 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
7440 exists, write list of input files to temporary file.
7441
7442 2005-05-04 Mike Stump <mrs@apple.com>
7443
7444 * configure.in: Always pass --target to target configures as
7445 otherwise rebuilds that do --recheck will fail.
7446 * confiugure: Rebuilt.
7447
7448 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
7449
7450 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
7451 STAGE_HOST_EXPORTS.
7452 (configure, all): Add bootstrap support.
7453 (Host modules, target modules): Pass post-stage1 flags and exports.
7454 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
7455 * Makefile.in: Regenerate.
7456
7457 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
7458
7459 * configure: Regenerate.
7460
7461 2005-04-27 Mike Stump <mrs@apple.com>
7462
7463 * MAINTAINERS: Add self as darwin maintainer.
7464
7465 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
7466
7467 * config.sub: Update from master copy.
7468
7469 2005-04-21 Mike Stump <mrs@apple.com>
7470
7471 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
7472 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
7473
7474 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
7475
7476 * configure.in <crisv32-*-*, cris-*-*>: New local variable
7477 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
7478 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
7479 "*-*-elf" and "*-*-linux*".
7480 * configure: Regenerate.
7481
7482 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
7483
7484 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
7485
7486 2005-04-12 Mike Stump <mrs@apple.com>
7487
7488 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
7489
7490 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
7491
7492 * MAINTAINERS (Write After Approval): Add myself.
7493
7494 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
7495
7496 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
7497
7498 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
7499
7500 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
7501 (TARGET_CONFIGARGS): Include --with-target-subdir.
7502 (configure, all): New macros. Use them throughout.
7503 * Makefile.in: Regenerate.
7504
7505 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
7506
7507 * MAINTAINERS (Write After Approval): Add myself.
7508
7509 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
7510
7511 * MAINTAINERS: Remove 'loop unrolling' maintainer.
7512
7513 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
7514
7515 * MAINTAINERS: Move John Carr to Write After Approval.
7516
7517 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
7518
7519 * config/mh-mingw32: Delete.
7520 * configure.in: Don't use it.
7521 * configure: Regenerate.
7522
7523 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
7524
7525 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
7526 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
7527 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
7528 (HOST_LIB_PATH): Generate from Makefile.def.
7529 (TARGET_LIB_PATH): Likewise.
7530 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
7531 * Makefile.in: Regenerate.
7532 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
7533 (RPATH_ENVVAR): Include Darwin case.
7534 * configure: Regenerate.
7535
7536 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
7537
7538 * MAINTAINERS (Various Maintainers): Remove self.
7539 (Write After Approval): Add self.
7540
7541 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
7542
7543 * MAINTAINERS (Various Maintainers): Add self.
7544
7545 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
7546
7547 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
7548 * configure: Regenerate.
7549
7550 2005-03-21 Zack Weinberg <zack@codesourcery.com>
7551
7552 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
7553 gcc_version, and gcc_version_trigger from set of flags to pass.
7554 * Makefile.tpl: Remove definitions of above variables.
7555 (config.status): Remove dependency on $(gcc_version_trigger).
7556 * Makefile.in: Regenerate.
7557 * configure.in: Do not reference config/gcc-version.m4 nor
7558 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
7559 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
7560 * configure: Regenerate.
7561
7562 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
7563 Andrew Pinski <pinskia@physics.uc.edu>
7564
7565 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
7566 * Makefile.in: Regenerate.
7567
7568 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
7569
7570 * MAINTAINERS (Write After Approval): Add myself.
7571
7572 2005-03-03 David Ayers <d.ayers@inode.at>
7573
7574 * MAINTAINERS (Write After Approval): Add myself.
7575
7576 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
7577
7578 PR libgcj/20160
7579 * ltmain.sh: Avoid creating archives with components that have
7580 duplicate basenames.
7581
7582 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
7583
7584 PR bootstrap/20250
7585 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
7586 instead of check.
7587 * Makefile.in: Regenerate.
7588
7589 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7590
7591 * Makefile.in: Regenerate to fix conflict between the previous two
7592 patches.
7593
7594 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
7595
7596 PR bootstrap/17383
7597 * Makefile.def (target_modules): Remove "stage", now unnecessary.
7598 * Makefile.tpl (HOST_SUBDIR): New substitution.
7599 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
7600 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
7601 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
7602 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
7603 (Host modules, Bootstrapped modules): Use it.
7604 (Build modules, Target modules): Do not create symlink trees,
7605 always configure out-of-srcdir.
7606 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
7607 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
7608 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
7609 $(HOST_SUBDIR). Create a symlink for host_subdir.
7610
7611 * Makefile.in: Regenerate.
7612 * configure: Regenerate.
7613
7614 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
7615
7616 Merged from libada-gnattools-branch:
7617 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
7618
7619 * gnattools: New directory.
7620 * Makefile.def: Add gnattools as a module, depending on target-libada.
7621 * Makefile.in: Regenerate.
7622 * configure.in: Include gnattools in host_tools; disable it if ada
7623 is disabled.
7624 * configure: Regenerate.
7625
7626 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
7627
7628 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
7629 treelang maintainer.
7630 (Write After Approval): Remove myself.
7631
7632 2005-02-23 Paul Schlie <schlie@comcast.net>
7633
7634 * configure.in: Allow darwin targeted ports to build tk, itcl and
7635 libgui.
7636 * configure: Regenerate.
7637
7638 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
7639
7640 PR libgcj/10353
7641 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
7642 * configure: Regenerate.
7643
7644 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
7645
7646 * MAINTAINERS (Write After Approval): Add myself.
7647
7648 2005-02-10 Ian Lance Taylor <ian@airs.com>
7649
7650 * MAINTAINERS: Update my e-mail address.
7651
7652 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
7653
7654 * MAINTAINERS (Write After Approval): Add myself.
7655
7656 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
7657
7658 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
7659 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
7660 target-libgloss when not *-*-elf and *-*-aout.
7661 * configure: Regenerate.
7662
7663 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
7664
7665 * MAINTAINERS: Remove obsolete entries.
7666
7667 * MAINTAINERS (Write After Approval): Add Michael Matz.
7668
7669 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
7670
7671 * MAINTAINERS: Remove self as cpplib maintainer.
7672
7673 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7674
7675 * install-sh, config.sub: Import from upstream.
7676
7677 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
7678
7679 PR bootstrap/18222
7680 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
7681 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
7682 * Makefile.in: Regenerate.
7683
7684 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
7685
7686 * MAINTAINERS: Update my email address.
7687
7688 2005-01-12 David Edelsohn <edelsohn@gnu.org>
7689 Andreas Schwab <schwab@suse.de>
7690
7691 PR bootstrap/18033
7692 * config-ml.in: Eval option if surrounded by single quotes.
7693
7694 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
7695
7696 Revert 2004-12-28 Makefile changes, a better fix will be
7697 applied to mainline and src after GCC 4.0 branches.
7698
7699 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
7700
7701 PR bootstrap/17383
7702
7703 * Makefile.def (target_modules): Remove stage parameter,
7704 it is always true now.
7705 * Makefile.tpl (configure-build-[+module+],
7706 configure-target-[+module+]): Always build symlink tree
7707 for the directory and for include. BUILD_SUBDIR and
7708 TARGET_SUBDIR cannot be . anymore.
7709 * Makefile.in: Regenerate.
7710
7711 2004-12-25 David Edelsohn <edelsohn@gnu.org>
7712
7713 Revert 2004-12-08 Makefile changes.
7714
7715 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
7716
7717 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
7718 cygwin, mingw.
7719
7720 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
7721
7722 * configure.in (sh64-*-*): Reenable gprof.
7723 * configure: Regenerate.
7724
7725 2004-12-08 David Edelsohn <edelsohn@gnu.org>
7726
7727 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
7728 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
7729 (EXTRA_TARGET_FLAGS): Add PICFLAG.
7730 * Makefile.in: Regenerate.
7731
7732 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
7733
7734 * MAINTAINERS: Update my email address.
7735
7736 2004-12-07 Matt Kraai <kraai@ftbfs.org>
7737
7738 * Makefile.tpl: Generate normal dependencies if the LHS module is
7739 not bootstrapped.
7740 * Makefile.in: Regenerate.
7741
7742 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7743
7744 * configure.in: Include config/gxx-include-dir.m4. Use
7745 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
7746 * configure: Regenerate.
7747
7748 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
7749
7750 * config.if: Delete.
7751 * configure.in: Set libstdcxx_incdir directly.
7752 * configure: Regenerate.
7753
7754 2004-12-02 Eric Christopher <echristo@redhat.com>
7755
7756 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
7757 * Makefile.in: Regenerate.
7758
7759 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7760
7761 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
7762 * configure: Regenerate.
7763
7764 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
7765
7766 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
7767 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
7768 * configure: Regenerate.
7769
7770 2004-12-01 Eric Christopher <echristo@redhat.com>
7771
7772 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
7773 of things to remove.
7774
7775 2004-11-29 Matt Kraai <kraai@ftbfs.org>
7776
7777 * MAINTAINERS (Write After Approval): Update my e-mail address.
7778
7779 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
7780
7781 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
7782 from CVS libtool to always pass_all.
7783
7784 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7785
7786 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
7787 (hppa*64*-*-*): Delete incorrect comment.
7788 * configure: Rebuilt.
7789
7790 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7791
7792 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
7793
7794 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
7795
7796 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
7797 from CVS libtool to always pass_all.
7798
7799 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7800
7801 * install-sh, compile: Import from automake.
7802
7803 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
7804
7805 * config.guess, config.sub: Import from savannnah.
7806
7807 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
7808
7809 * MAINTAINERS (Write After Approval): Add myself
7810
7811 2004-11-12 Mike Stump <mrs@apple.com>
7812
7813 * Makefile.def: Add html support.
7814 * Makefile.tpl: Likewise.
7815 * Makefile.in: Regenerate.
7816
7817 2004-11-11 Geoffrey Keating <geoffk@apple.com>
7818
7819 PR 18423
7820 * configure.in: Remove all instances of build-fixincludes from
7821 noconfigdirs.
7822 (build_configargs): Supply --target to subdirectories.
7823 * configure: Regenerate.
7824
7825 * Makefile.def: Make gcc install depend on fixincludes install.
7826 * Makefile.in: Regenerate.
7827
7828 2004-11-10 Janis Johnson <janis187@us.ibm.com>
7829
7830 * MAINTAINERS: Add myself as gcc testsuite maintainer.
7831
7832 2004-11-11 Paul Brook <paul@codesourcery.com>
7833
7834 * MAINTAINERS: Add self as arm maintainer. Update email address.
7835
7836 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
7837
7838 * configure.in (noconfigdirs) [mmix-*-*]: Disable
7839 target-libgfortran.
7840 * configure: Regenerate.
7841
7842 2004-11-07 David Edelsohn <edelsohn@gnu.org>
7843
7844 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
7845 like CC.
7846
7847 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
7848
7849 * Makefile.def (host fixincludes): Specify missing targets.
7850 * Makefile.in: Regenerate.
7851
7852 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
7853
7854 * MAINTAINERS: Add myself
7855
7856 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
7857
7858 * MAINTAINERS (Write After Approval): Add myself.
7859
7860 2004-11-04 Geoffrey Keating <geoffk@apple.com>
7861
7862 * Makefile.def: Build fixincludes for the host, too.
7863 * Makefile.in: Regenerate.
7864 * configure.in (host_tools): Add fixincludes.
7865 * configure: Regenerate.
7866
7867 2004-11-04 Daniel Jacobowitz <dan@debian.org>
7868
7869 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
7870 * configure: Regenerated.
7871
7872 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
7873
7874 PR other/17783
7875 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
7876 * configure: Regenerated.
7877
7878 2004-10-31 Mark Mitchell <mark@codesourcery.com>
7879
7880 * README.SCO: Update per FSF instructions.
7881
7882 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
7883
7884 PR target/18151
7885 * configure.in (case ${target}): Do not build fixincludes for avr.
7886 * configure: Regenerated.
7887
7888 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
7889
7890 * configure.in (case ${target}): Do not build fixincludes
7891 on platforms where it is not used.
7892 * configure: Regenerated.
7893
7894 2004-10-23 Daniel Jacobowitz <dan@debian.org>
7895
7896 * configure.in: Use an absolute path to install-sh.
7897 * configure: Regenerated.
7898
7899 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7900
7901 * MAINTAINERS (Write After Approval): Add myself.
7902
7903 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
7904
7905 * MAINTAINERS: Remove from Write After Approval those that are
7906 already maintainers.
7907
7908 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
7909
7910 * MAINTAINERS: Update my email address.
7911
7912 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
7913
7914 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
7915 * configure: Regenerate.
7916
7917 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
7918
7919 * MAINTAINERS: Update my email address.
7920
7921 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
7922
7923 * MAINTAINERS (Language Front Ends Maintainers): New. Move
7924 entries belonging to this category.
7925
7926 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
7927
7928 * MAINTAINERS: Update my e-mail address.
7929
7930 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
7931
7932 Fix wrong conflict resolution in:
7933
7934 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
7935
7936 * Makefile.in: Regenerate.
7937 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
7938 in the recursive `make', instead of hardwiring `all'.
7939 (Autogenerated TARGET-* variables): New.
7940
7941 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
7942
7943 * configure.in: Enable target-libgloss for crx-*-*.
7944 * configure: Regenerate.
7945
7946 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7947
7948 * MAINTAINERS (Various Maintainers): Move the "windows,
7949 cygwin, mingw" maintainer to ...
7950 (OS Port Maintainers): ... here.
7951
7952 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
7953
7954 * MAINTAINERS (Write After Approval): Remove those that are
7955 maintainers of some subsystem.
7956
7957 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
7958
7959 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
7960 * ltcf-cxx.sh (tpf*): Likewise.
7961 * ltconfig (tpf*): Add TPF OS configuration support.
7962
7963 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
7964
7965 * MAINTAINERS: Change my email address to my new work account.
7966
7967 2004-09-24 Michael Roth <mroth@nessie.de>
7968
7969 * configure.in (--without-headers): Add missing double quotes.
7970 * configure: Regenerate.
7971
7972 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
7973
7974 * ylwrap: Revert to previous version.
7975
7976 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
7977
7978 PR bootstrap/17369
7979 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
7980 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
7981 SET_GCC_LIB_PATH_CMD.
7982 (BASE_TARGET_EXPORTS): Likewise.
7983 * Makefile.in: Regenerated.
7984
7985 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
7986 * configure: Regenerated.
7987
7988 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
7989
7990 * config.guess: New upstream version
7991 * compile, depcomp, install-sh, ylwrap: Likewise.
7992
7993 2004-09-19 Roger Sayle <roger@eyesopen.com>
7994
7995 * config/mh-x86omitfp: New host makefile fragment. Add
7996 -fomit-frame-pointer to the default BOOT_CFLAGS.
7997 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
7998 * configure: Regenerate.
7999
8000 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8001
8002 PR target/11572
8003 * configure.in (*-*-darwin*): Renable libobjc.
8004 * configure: Regenerate.
8005
8006 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8007
8008 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8009
8010 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
8011
8012 * Makefile.def: Remove libbanshee.
8013 * Makefile.tpl: Ditto.
8014 * configure.in: Ditto.
8015 * Makefile.in: Regen.
8016 * configure: Ditto.
8017
8018 2004-09-08 David Edelsohn <edelsohn@gnu.org>
8019
8020 * ltmain.sh: Use $pic_object as $non_pic_object if
8021 $non_pic_object=none.
8022
8023 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
8024
8025 * missing: Import latest version from master repository.
8026
8027 2004-09-06 Nick Clifton <nickc@redhat.com>
8028
8029 * config.sub: Import latest version from master repository.
8030 * config.guess: Likewise.
8031 This includes these changes:
8032
8033 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
8034
8035 * config.sub: Handle crisv32, alias etraxfs.
8036 * config.guess (crisv32:Linux:*:*): Handle.
8037
8038 2004-08-13 Brad Smith <brad@comstyle.com>
8039
8040 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8041 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8042
8043 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
8044
8045 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
8046 assume the processor is a powerpc. This is because coreutils
8047 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
8048 in this case, due to a MacOS X bug that causes
8049 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
8050 to return a negative number.
8051 Problem reported by Petter Reinholdtsen in:
8052 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
8053
8054 2004-07-19 Ben Elliston <bje@gnu.org>
8055
8056 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
8057
8058 2004-06-24 Ben Elliston <bje@gnu.org>
8059
8060 * config.guess: Update copyright years.
8061 * config.sub: Likewise.
8062
8063 2004-06-22 Robert Millan <robertmh@gnu.org>
8064
8065 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
8066 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
8067
8068 2004-06-22 Stanley F. Quayle <stan@stanq.com>
8069
8070 * config.guess (*:*VMS:*:*): New entry. Replaces
8071 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
8072 manufacturer.
8073
8074 2004-06-22 Ben Elliston <bje@gnu.org>
8075
8076 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
8077 * config.sub: Likewise.
8078
8079 2004-06-22 Ben Elliston <bje@gnu.org>
8080
8081 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
8082 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
8083
8084 2004-06-11 Ben Elliston <bje@gnu.org>
8085
8086 * config.guess (pegasos:OpenBSD:*:*): Remove.
8087
8088 2004-06-11 Ben Elliston <bje@gnu.org>
8089
8090 From Wouter Verhelst <wouter@grep.be>:
8091 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
8092
8093 2004-06-11 Ben Elliston <bje@gnu.org>
8094
8095 * config.guess (luna88k:OpenBSD:*:*): New.
8096
8097 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
8098
8099 * config.guess (m32r*:Linux:*:*): New case.
8100 * config.sub: Handle m32rle.
8101
8102 2004-03-12 Ben Elliston <bje@wasabisystems.com>
8103
8104 From Jens Petersen <petersen@redhat.com>:
8105 * config.sub: Handle sparcv8.
8106
8107 2004-03-03 Ben Elliston <bje@wasabisystems.com>
8108
8109 From Tom Smith <smith@cag.lkg.hp.com>:
8110 * config.guess: Version suffixes are equally significant on Tru64
8111 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
8112 prefix of "P" (patched kernel).
8113
8114 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
8115
8116 * config.sub: Add support for National Semiconductor CRX target.
8117
8118 2004-09-03 Janis Johnson <janis187@us.ibm.com>
8119
8120 * MAINTAINERS (Various Maintainers): Remove myself as web page
8121 maintainer, add myself as maintainer of build status lists.
8122
8123 2004-09-03 Jan Beulich <jbeulich@novell.com>
8124
8125 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
8126 *-*-netware, but add target-libmudflap.
8127 Consolidate *-*-netware targets (of which really only i?86 exists)
8128 into a single entry.
8129 * configure: Likewise.
8130
8131 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
8132
8133 * Makefile.tpl (sorry): Remove.
8134 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
8135 (cleanstrap targets): Depend on distclean, not distclean-stage1.
8136 (do-clean): Clean per-stage directories too.
8137 (do-distclean): Run distclean-stage1 too.
8138 (.NOTPARALLEL): Enable during toplevel bootstrap.
8139 (stage[+id+]-bubble): Enable parallel execution during
8140 the recursive invocation.
8141 * Makefile.in: Regenerate.
8142
8143 Fix previous checkin:
8144
8145 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
8146 include.
8147 * configure.in: Fix indentation.
8148 * configure: Regenerate.
8149
8150 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
8151
8152 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
8153 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
8154 * configure: regenerate
8155 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
8156 -mdynamic-no-pic
8157
8158 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
8159
8160 * Makefile.def (build_modules): Add fixincludes.
8161 (dependencies): Make gcc depend on fixincludes.
8162 * configure.in (build_tools): Add fixincludes.
8163 (build_configdirs): Always include build_libs.
8164 * Makefile.in: Regenerate.
8165 * configure: Regenerate.
8166
8167 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
8168
8169 * Makefile.def (bootstrap stages): Add 'lean' parameter.
8170 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
8171 phony targets; do not generate timestamp files.
8172 (distclean-stageN): Remove references to their timestamp files.
8173 (restageN, touch-stageN): Remove.
8174 (stageN-bubble): Rewritten.
8175 (compare): Support lean bootstraps.
8176 * Makefile.in: Regenerate.
8177
8178 * configure.in: Only warn when bootstrapping but
8179 build != host or build != target. Support lean bootstraps.
8180 * configure: Regenerate.
8181
8182 2004-08-26 Phil Edwards <phil@codesourcery.com>
8183
8184 * configure.in: Give a better error message if GMP/MPFR are missing
8185 and a language needing them has been requested.
8186 * configure: Regenerated.
8187
8188 2004-08-25 Phil Edwards <phil@codesourcery.com>
8189
8190 * configure.in: Print a list of available language front-ends if
8191 a requested one is missing. Tidy stray tab characters.
8192 * configure: Regenerated.
8193
8194 2004-08-19 Michael Koch <konqueror@gmx.de>
8195
8196 * gcc/doc/install.texi: Update entry about automake for libjava.
8197
8198 2004-08-17 Robert Millan <robertmh@gnu.org>
8199
8200 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
8201 (instead of FreeBSD).
8202 * configure: Regenerate.
8203
8204 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8205
8206 * Makefile.in: Regenerate.
8207 * configure: Regenerate.
8208
8209 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
8210 stage_*_flags.
8211 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
8212 for bootstrapped modules if toplevel bootstrap is going.
8213 (GCC bootstrap): Generate per-stage targets for all bootstrapped
8214 modules. Adjust for changes in Makefile.def. Enable several
8215 rules even in non-bootstrap mode, just to avoid peppering the
8216 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
8217 (stage-[+prev+]-bubble): Remove.
8218
8219 * Makefile.def (Dependencies): Depend on all-build-bison,
8220 all-build-flex, all-build-byacc, all-build-texinfo, rather
8221 than the host variations.
8222 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
8223 with BUILD_SUBDIR.
8224 (BISON): Update for recent Bisons.
8225 (YACC): Fix typo.
8226 (cross): Depend on all-build.
8227 (all): Do not depend on all-build.
8228 (prebootstrap): Remove.
8229 (dep-kind): Accept separate prefixes for MODULE and ON variables.
8230 (Prebootstrap dependencies): Add them to the per-stage targets
8231 and to all-prebootstrap.
8232 * configure.in (build_configdirs): Always enable build_tools.
8233 (BUILD_DIR_PREFIX): Remove.
8234
8235 * Makefile.def (gcc): Add target variable.
8236 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
8237 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8238 in the recursive `make', instead of hardwiring `all'.
8239 (Autogenerated TARGET-* variables): New.
8240
8241 2004-08-13 Brian Booth <bbooth@redhat.com>
8242
8243 * MAINTAINERS: Remove myself from write-after-approval.
8244
8245 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
8246
8247 * src-release: Stop distributing mmalloc with gdb (which doesn't
8248 use it).
8249 * Makefile.def: GDB doesn't depend on mmalloc anymore.
8250 * Makefile.in: Regenerate.
8251
8252 2004-08-09 Mark Mitchell <mark@codesourcery.com>
8253
8254 * configure.in (arm*-*-eabi*): New target.
8255 * configure: Regenerate.
8256
8257 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
8258
8259 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
8260 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
8261 (Dependencies): New section.
8262 * Makefile.tpl (Dependencies): Generate from Makefile.def.
8263 (configure-target-[+module+]): Depend on maybe-all-gcc
8264 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
8265 (toplevel profiledbootstrap): Fix dependencies.
8266 * Makefile.in: Regenerate.
8267
8268 2004-08-03 Mark Mitchell <mark@codesourcery.com>
8269
8270 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
8271 target-libiberty to noconfigdirs.
8272 * configure: Regenerate.
8273
8274 2004-08-03 Paul Brook <paul@codesourcery.com>
8275
8276 * configure.in: Check for MPFR as well as GMP.
8277 * configure: Regenerate.
8278
8279 2004-08-01 Robert Millan <robertmh@gnu.org>
8280
8281 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
8282 libmudflap for all GNU-based systems (with Glibc).
8283 * configure: Regenerate.
8284
8285 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
8286
8287 * Makefile.def (host-modules): Add gcc.
8288 * Makefile.in: Regenerate.
8289 * Makefile.tpl (sorry): New rule.
8290 (configure-host, all-host, [+make_target+]-host, do-check,
8291 install-host): Do not add gcc as a special case.
8292 (host modules): Add a small special-casing for gcc. Export
8293 extra_make_flags through the environment.
8294 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
8295 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
8296 other recursive targets for gcc): Remove.
8297
8298 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
8299 (stage, unstage): New rules.
8300 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
8301 distclean-stage[+id+]): Use stage_current.
8302 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
8303 the stage*-start rules.
8304
8305 2004-08-02 Geoffrey Keating <geoffk@apple.com>
8306
8307 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
8308 use -all_load flag.
8309
8310 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
8311
8312 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
8313 * configure: Regenerate.
8314
8315 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
8316
8317 * maintainer-scripts/gcc_release: Revert yesterday's change.
8318
8319 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
8320
8321 * MAINTAINERS: Add myself to write-after-approval.
8322
8323 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
8324
8325 * libf2c: Removed.
8326 * gcc/gccbug.in: Updated because of libf2c removal.
8327 * maintainer-scripts/gcc_release: Ditto.
8328
8329 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
8330
8331 * configure.in: Build libmudflap by default on FreeBSD.
8332 * configure: Regenerated.
8333
8334 2004-07-09 Mark Mitchell <mark@codesourcery.com>
8335
8336 * configure.in: Do not build libmudflap by default on non-GNU/Linux
8337 systems.
8338 * configure: Regenerated.
8339
8340 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8341
8342 PR target/16344
8343 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
8344 feedback based compiler.
8345 * Makefile.in: Rebuilt.
8346
8347 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
8348
8349 * Makefile.def (host_modules): Set bootstrap=true for flex.
8350 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
8351 * Makefile.in: Rebuilt.
8352
8353 2004-07-07 Jan Hubicka <jh@suse.cz>
8354
8355 * MAINTAINERS: Add self as a profile feedback maintainer.
8356
8357 2004-07-05 Phil Edwards <phil@codesourcery.com>
8358
8359 * configure.in: Do not prepend $srcdir to /dev/null in
8360 makefile fragments.
8361 * configure: Regenerate.
8362
8363 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
8364
8365 * Makefile.def (build_modules): Add bison, byacc, flex,
8366 m4, texinfo.
8367 (flags_to_pass): Add FLEX.
8368 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
8369 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
8370 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
8371 DEFAULT_MAKEINFO): Remove.
8372 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
8373 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
8374 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
8375 objdir or else use configured tool.
8376 (all-build): New.
8377 (all): Depend on it.
8378 (Build module dependencies): Add.
8379 * Makefile.in: Regenerate.
8380 * configure.in: Better support for multiple build modules,
8381 matching what is done for host/target modules. Do not look
8382 for "plausible" locations of build tools if Canadian cross.
8383 Use autoconf's AC_PROG_CC to find a C compiler. Define
8384 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
8385 * configure: Regenerate.
8386
8387 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8388
8389 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
8390 * Makefile.in: Regenerate.
8391
8392 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
8393
8394 * Makefile.tpl (configure-build-[+module+],
8395 configure-[+module+], configure-target-[+module+]): Pass
8396 [+extra_configure_args+].
8397 (all-build-[+module+], all-[+module+], check-[+module+],
8398 install-[+module+], [+make_target+]-[+module+],
8399 all-target-[+module+], check-target-[+module+],
8400 install-target-[+module+], [+make_target+]-target-[+module+]):
8401 Pass [+extra_make_args+].
8402 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
8403 (GCC_HOST_EXPORTS): Remove.
8404 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
8405 cross, check-gcc, check-gcc-c++, install-gcc,
8406 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
8407 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
8408 * Makefile.in: Regenerate.
8409
8410 2004-06-21 Matthew Sachs <msachs@apple.com>
8411
8412 * MAINTAINERS: Added self to write-after-approval.
8413
8414 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
8415
8416 * configure.in: Check for srcdir/winsup rather than build directory
8417 winsup.
8418 * configure: Regenerate.
8419
8420 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
8421
8422 * configure.in: Don't build Cygwin native newlib if winsup
8423 directory is missing. Emit warning instead.
8424 * configure: Regenerate.
8425
8426 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
8427
8428 * Makefile.tpl (touch-stage[+id+]): New.
8429 (restage[+prev+]): Depend on touch-stage[+id+].
8430
8431 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
8432 Use it throughout.
8433
8434 * Makefile.def: Add profile and feedback bootstrap stages.
8435 Remove next field from bootstrap stages.
8436 * Makefile.tpl (LN, LN_S): Substitute.
8437 (stageN-start, stageN-end): Use double-colon rules, to
8438 provide a hook for additional setup commands.
8439 (distclean-stageN-gcc, restageN): Create dependencies from
8440 [+prev+], not from [+next+].
8441 (stageN-bubble): Add commands for successive stages from
8442 [+prev+], using double-colon rules.
8443 (all-stageN-gcc): Fix typo.
8444 (stagefeedback-start, profiledbootstrap): New.
8445 * Makefile.in: Regenerate.
8446 * configure.in: Call ACX_PROG_LN.
8447 * configure: Regenerate.
8448
8449 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
8450
8451 * MAINTAINERS (Write After Approval): Add myself.
8452
8453 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
8454
8455 * MAINTAINERS (Write After Approval): Add myself.
8456
8457 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
8458
8459 * configure.in: Fix --enable-bootstrap breakage introduced in trees
8460 without gcc.
8461 * configure: Regenerate.
8462
8463 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8464
8465 * Makefile.tpl: Fix typo.
8466 * Makefile.in: Regenerate.
8467
8468 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8469
8470 * configure.in: Remove new- prefix from toplevel
8471 bootstrap targets.
8472 * configure: Regenerate.
8473
8474 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
8475
8476 * Makefile.tpl (all.normal): Rename to all.
8477 (all): Replace with a rule to pick the default
8478 target from configure.
8479 (all-gcc, configure-gcc): Use conditionals to
8480 do nothing when toplevel bootstrap is going on.
8481 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
8482 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
8483 * configure.in: Support --enable-bootstrap.
8484
8485 * Makefile.def: Remove new- prefix from toplevel
8486 bootstrap targets.
8487 * Makefile.tpl: Likewise.
8488
8489 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
8490 target.
8491
8492 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
8493 $(RECURSE_FLAGS) to recursive invocation of make.
8494
8495 * Makefile.in: Regenerate.
8496 * configure: Regenerate.
8497
8498 2004-05-30 Andreas Jaeger <aj@suse.de>
8499 Jim Wilson <wilson@specifixinc.com>
8500
8501 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
8502 like CC.
8503
8504 2004-05-27 Daniel Jacobowitz <dan@debian.org>
8505
8506 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
8507 * configure: Regenerate.
8508
8509 2004-05-25 Daniel Jacobowitz <drow@false.org>
8510
8511 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
8512 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
8513 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
8514 targets.
8515 * Makefile.in: Regenerate.
8516
8517 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
8518
8519 * configure.in: Test the ability to symlink directories.
8520 * configure: Regenerate.
8521
8522 * Makefile.def (bootstrap-stage): New definitions.
8523 * Makefile.tpl (configure-stage1-gcc,
8524 configure-stage2-gcc, configure-stage3-gcc,
8525 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
8526 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
8527 new-restage3, compare): Autogenerate, see Makefile.in
8528 entry for behavioral changes.
8529 (distclean-stage1, new-stage1-start, new-stage1-end,
8530 new-stage1-bubble, distclean-stage2, new-stage2-start,
8531 new-stage2-end, new-stage2-bubble, distclean-stage3,
8532 new-stage3-start, new-stage3-end): New autogenerated targets.
8533 (objext, prebootstrap, BOOT_CFLAGS,
8534 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
8535 targets.
8536
8537 * Makefile.in: Regenerate.
8538 (distclean-stage1, new-stage1-start, new-stage1-end,
8539 new-stage1-bubble, distclean-stage2, new-stage2-start,
8540 new-stage2-end, new-stage2-bubble, distclean-stage3,
8541 new-stage3-start, new-stage3-end): New targets.
8542 (all-stage1-gcc): Move prebootstrap dependency from here...
8543 (configure-stage1-gcc): ...to here.
8544 (new-bootstrap): Use bubble targets.
8545 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8546 Use per-stage distclean targets.
8547 (configure-stage1-gcc, configure-stage2-gcc,
8548 configure-stage3-gcc, all-stage1-gcc,
8549 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
8550 Use new-stageN-start to prepare the tree.
8551
8552 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
8553
8554 * Makefile.def (host_modules): add libcpp.
8555 * Makefile.tpl: Add dependencies on and for libcpp.
8556 * Makefile.in: Regenerate.
8557 * configure.in: Add libcpp host module.
8558 * configure: Regenerate.
8559
8560 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
8561
8562 * Makefile.tpl: Whenever a recursive target is defined, wrap
8563 it in a special @if/@endif block, and prepare its maybe
8564 dependency in the @if/@endif block
8565 * configure.in: Instead of writing maybe dependencies, remove
8566 the @if/@endif statements, and remove the @if/@endif blocks
8567 that remain.
8568 * configure: Regenerate.
8569 * Makefile.in: Regenerate.
8570
8571 2004-05-20 Janis Johnson <janis187@us.ibm.com>
8572
8573 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
8574
8575 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
8576
8577 PR bootstrap/15120
8578 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
8579 * */configure: Rebuilt.
8580
8581 2004-05-17 Zack Weinberg <zack@codesourcery.com>
8582
8583 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
8584 of libf2c.
8585 * configure, Makefile.in: Regenerate.
8586
8587 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
8588
8589 * MAINTAINERS (Write After Approval): Add myself.
8590
8591 2004-05-13 Diego Novillo <dnovillo@redhat.com>
8592
8593 Merge from tree-ssa-20020619-branch.
8594
8595 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
8596 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
8597 (HOST_GMPLIBS): Define.
8598 (HOST_GMPINC): Define.
8599 (TARGET_LIB_PATH): Add libmudflap.
8600 (GFORTRAN_FOR_TARGET): Define.
8601 (configure-build*): Export GFORTRAN.
8602 (configure-gcc): Export GMPLIBS and GMPINC.
8603 (all-gcc): Add maybe-all-libbanshee.
8604 (configure-target-libgfortran): Define.
8605 * Makefile.in: Regenerate.
8606 * configure.in (host_libs): Add libbanshee.
8607 (target_libraries): Add target-libmudflap and target-libgfortran.
8608 Add --with-libbanshee.
8609 Handle --disable-libmudflap.
8610 (*-*-freebsd*): Use with_gmp.
8611 Add $(libgcj) to noconfigdirs.
8612 * configure: Regenerate.
8613 * depcomp: New file.
8614 * MAINTAINERS: Add tree-ssa maintainers.
8615
8616 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
8617
8618 * MAINTAINERS (Various Maintainers): Add myself.
8619
8620 2004-04-30 Brian Ford <ford@vss.fsi.com>
8621
8622 * MAINTAINERS (Write After Approval): Add myself.
8623
8624 2004-04-29 Uros Bizjak <uros@kss-loka.si>
8625
8626 * MAINTAINERS (Write After Approval): Add myself.
8627
8628 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
8629
8630 * config/acx.m4: Fix fastcompare support for new-bootstrap.
8631 * configure: Regenerate.
8632
8633 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
8634
8635 Revert:
8636 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8637
8638 * Makefile.def (flags_to_pass): Remove *dir variables that
8639 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8640 as well as prefix and exec_prefix.
8641 * Makefile.in: Regenerate.
8642
8643 2004-04-26 Robert Millan <robertmh@gnu.org>
8644
8645 Add patches from libtool CVS.
8646 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
8647 * ltconfig: Likewise.
8648 * ltcf-c.sh: Likewise.
8649 * ltcf-cxx.sh: Likewise.
8650 * ltcf-gcj.sh: Likewise.
8651
8652 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8653
8654 * Makefile.def (host_modules): Mark with the bootstrap
8655 flag packages on which gcc depends.
8656 * Makefile.tpl (all-bootstrap): Use it.
8657 * Makefile.in: Regenerate.
8658
8659 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8660
8661 * Makefile.def (flags_to_pass): Remove *dir variables that
8662 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
8663 as well as prefix and exec_prefix.
8664 * Makefile.in: Regenerate.
8665
8666 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
8667
8668 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
8669 * configure: Regenerate.
8670 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
8671 * gcc/Makefile.tpl (compare): Use the result of the test.
8672 * gcc/Makefile.in: Regenerate.
8673
8674 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
8675
8676 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
8677 Always relocate gcc and prev-gcc to the original names, even
8678 if the build fails.
8679 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
8680 New targets.
8681
8682 2004-04-23 Laurent GUERBY <laurent@guerby.net>
8683
8684 * MAINTAINERS: Update my email address.
8685
8686 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8687
8688 * configure.in (mips*-*-irix5*): Enable ld.
8689 * configure: Regenerate.
8690
8691 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8692
8693 * configure: Regenerate.
8694
8695 2004-04-15 James E Wilson <wilson@specifixinc.com>
8696
8697 * Makefile.tpl (configure-[+module+], configure-gcc,
8698 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
8699 Set and export LDFLAGS.
8700 * Makefile.in: Regenerate.
8701
8702 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
8703
8704 * MAINTAINERS: Add myself to write-after-approval.
8705
8706 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
8707
8708 PR bootstrap/14871
8709 * Makefile.tpl: If we don't have built-in-tree target tools,
8710 use the ones found by configure rather than hacking around with
8711 program_transform_name.
8712 * configure.in: Give Makefile.tpl the information necessary
8713 to do that.
8714 * Makefile.in: Regenerate.
8715 * configure: Regenerate.
8716
8717 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
8718
8719 PR bootstrap/14760
8720 * configure.in: When computing baseargs, strip *all* copies of
8721 offending options. Also, don't match/substitute the trailing space,
8722 so that this actually works when two similar options are separated by
8723 only one space.
8724 * configure: Regenerate.
8725
8726 2004-04-06 David Edelsohn <edelsohn@gnu.org>
8727
8728 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
8729 (rs6000-*-aix*): Same.
8730 * configure: Regenerate.
8731
8732 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
8733
8734 * MAINTAINERS: Add myself to write-after-approval.
8735
8736 2004-04-03 Bud Davis <bdavis9659@comcast.net>
8737
8738 * MAINTAINERS: Add myself to write-after-approval.
8739
8740 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
8741
8742 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
8743 STRICT_WARN, WARN_CFLAGS flags passed down to make.
8744 * Makefile.in: Regenerate.
8745
8746 * configure.in (top level bootstrap support): Rework --enable-werror
8747 to set @stage2_werror_flag@.
8748 * configure: Regenerate.
8749 * Makefile.tpl (top level bootstrap support): Pass
8750 @stage2_werror_flag@ down to configure in stages 2 and 3.
8751 * Makefile.in: Regenerate.
8752
8753 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
8754
8755 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
8756 for stages 2 and 3 as well as in make. As a consequence, remove
8757 OUTPUT_OPTION (now detected by configure) from the flags passed down
8758 to make.
8759 * Makefile.in: Regenerate.
8760
8761 * Makefile.tpl (new-bootstrap): Fix typo.
8762 * Makefile.in: Regenerate.
8763
8764 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
8765
8766 * Makefile.tpl: Rearrange by moving recursive_targets rules
8767 into their proper sections.
8768 * Makefile.tpl (top level bootstrap support): Move disabling
8769 of coverage flags from 'make' to 'configure'; improve comments.
8770 * Makefile.in: Regenerate.
8771
8772 * Makefile.tpl (experimental top level bootstrap) Move stage1
8773 language setting from all- target to configure- target; disable
8774 intermodule optimization in stage 1; prevent gratuitous rebuilds
8775 of stage 1.
8776 * Makefile.in: Regenerate.
8777 * configure.in: Comma-separate stage 1 language list for top
8778 level bootstrap.
8779 * configure: Regenerate.
8780
8781 * Makefile.tpl: Clean up experimental top level bootstrap support:
8782 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
8783 prev-gcc in configure- targets as well as all- targets.
8784 * Makefile.in: Regenerate.
8785
8786 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
8787
8788 * compile: New file imported from automake.
8789
8790 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
8791
8792 * configure.in: Remove symbolic link section.
8793 * configure: Regenerate.
8794 * Makefile.tpl (links): Remove.
8795 * Makefile.in: Regenerate.
8796
8797 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
8798 Nathanael Nerode <neroden@gcc.gnu.org>
8799
8800 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
8801 Set with AC_CHECK_PROGS.
8802 * configure.in: Fix comment typo from last patch.
8803 * configure: Regenerate.
8804
8805 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
8806
8807 * Makefile.tpl: Introduce experimental top level bootstrap support.
8808 * Makefile.in: Regenerate.
8809 * configure.in: Introduce support for top level bootstrap.
8810 * configure: Regenerate.
8811
8812 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
8813 Paolo Bonzini <bonzini@gnu.org>
8814
8815 PR bootstrap/14522
8816 * configure.in: Cope with shells that do not support unquoted ^
8817 * configure: Regenerate.
8818
8819 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
8820 Paolo Bonzini <bonzini@gnu.org>
8821
8822 PR bootstrap/14522
8823 * configure.in: Cope with shells that do not support nesting
8824 quotes inside quoted backquote substitutions.
8825 * configure: Regenerate.
8826
8827 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
8828
8829 PR bootstrap/14522
8830 * configure.in: Fix escaping of $.
8831 * configure: Regenerate.
8832
8833 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
8834
8835 * configure: Regenerate, since I forgot to while committing Paolo's
8836 changes.
8837
8838 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
8839
8840 PR ada/14131
8841 Move language detection to the top level.
8842 * configure.in: Find default values for the tools as
8843 soon as possible. Disable ada if GNAT is not found.
8844 Emit error message about missing languages. Expand
8845 --enable-languages=all for the gcc subdirectory.
8846
8847 2004-03-10 Ben Elliston <bje@gnu.org>
8848
8849 * MAINTAINERS: Update my email address.
8850
8851 2004-03-05 David Edelsohn <edelsohn@gnu.org>
8852
8853 * ltconfig: Disable building static libraries if building shared
8854 libraries on AIX 5L.
8855
8856 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
8857
8858 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
8859 and disable libgcj.
8860 * configure: Regenerated.
8861
8862 2004-03-01 Brian Booth <bbooth@redhat.com>
8863
8864 * MAINTAINERS: Add myself to write-after-approval.
8865
8866 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
8867
8868 * MAINTAINERS: Add myself to write-after-approval.
8869
8870 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8871
8872 PR bootstrap/7087
8873 * Makefile.tpl: Guard XFOO sed statements better.
8874 * Makefile.tpl: Add dependency for configure-target-libada.
8875 * Makefile.in: Regenerate (incidentally fixes broken
8876 commit when libada-branch was merged).
8877
8878 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
8879
8880 * MAINTAINERS: Add myself to write-after-approval.
8881
8882 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
8883
8884 * MAINTAINERS: Add Nicola Pero and myself as libobjc
8885 maintainers.
8886
8887 2004-02-20 Andrew Cagney <cagney@redhat.com>
8888
8889 * config.guess: Update from version 2003-10-16 to 2004-02-16.
8890 * config.sub: Update from version 2003-11-03 to 2004-02-16.
8891
8892 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
8893
8894 PR bootstrap/11932
8895 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
8896
8897 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
8898
8899 * MAINTAINERS: Added myself to write-after-approval.
8900
8901 2004-02-14 Michael Koch <konqueror@gmx.de>
8902
8903 * MAINTAINERS: Added myself to write-after-approval.
8904
8905 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
8906
8907 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
8908 some OS port maintainers to OS port maintainers section.
8909
8910 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
8911
8912 * MAINTAINERS: Add self.
8913
8914 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
8915
8916 * MAINTAINERS: Alphabetize.
8917
8918 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
8919
8920 * MAINTAINERS: Remove myself.
8921
8922 2004-02-11 David Edelsohn <edelsohn@gnu.org>
8923
8924 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
8925 (rs6000-*-aix*): Same.
8926 * configure: Regenerate.
8927
8928 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
8929
8930 * configure.in (host): Add in missing $noconfigdirs to defines.
8931 * configure: Regenerate.
8932
8933 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
8934 Nathanael Nerode <neroden@gcc.gnu.org>
8935
8936 PR ada/6637, PR ada/5911
8937 Merge with libada-branch:
8938 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
8939 with appropriate dependencies. Add --enable-libada configure switch.
8940 * configure, Makefile.in: Regenerate.
8941
8942 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
8943
8944 * MAINTAINERS: Add myself to write-after-approval.
8945
8946 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8947
8948 * configure.in: Don't pass --with-stabs on IRIX 5 either.
8949 * configure: Regenerate.
8950
8951 2004-02-04 Geoffrey Keating <geoffk@apple.com>
8952
8953 Merge from upstream:
8954
8955 * ltmain.in: When setting IFS to '~', be careful about user
8956 arguments that contain '~'.
8957
8958 2004-02-04 Peter O'Gorman <peter@pogma.com>
8959
8960 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
8961 Also test $base_compile against $CC with escaped arguments. Bug
8962 reported by Geoff Keating <geoffk@apple.com>.
8963
8964 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
8965
8966 * MAINTAINERS: Remove i960 port.
8967
8968 2004-01-23 DJ Delorie <dj@redhat.com>
8969
8970 * Makefile.def (target_modules) [libiberty]: Don't stage.
8971 * Makefile.in: Rebuilt.
8972
8973 2004-01-20 Caroline Tice <ctice@apple.com>
8974
8975 * MAINTAINERS: Add myself to write-after-approval.
8976
8977 2004-01-19 Paolo Carlini <pcarlini@suse.de>
8978
8979 * MAINTAINERS: Update my email address.
8980
8981 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
8982
8983 * MAINTAINERS: Add myself to write-after-approval.
8984
8985 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8986
8987 * MAINTAINERS: Remove entries without email address.
8988
8989 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
8990
8991 * MAINTAINERS: Add myself to write-after-approval.
8992
8993 2004-01-15 Steven Bosscher <stevenb@suse.de>
8994
8995 * MAINTAINERS: Update my email address.
8996
8997 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
8998
8999 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9000 * Makefile.tpl (configure-target-[+module+]): Support stage.
9001 * Makefile.in: Rebuilt.
9002
9003 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9004
9005 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9006
9007 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
9008
9009 * MAINTAINERS: Add myself as a MIPS maintainer.
9010
9011 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9012
9013 * configure.in: Use ./config.cache, not config.cache.
9014 * configure: Regenerate.
9015 * Makefile.tpl: Special-casing not needed for GCC any more.
9016 * Makefile.in: Regenerate.
9017
9018 * configure.in: Don't share a cache file for host dirs.
9019 * configure: Regenerate.
9020
9021 * config-ml.in: Don't mess with the cache file.
9022
9023 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9024
9025 * MAINTAINERS: Move myself from 'Write After Approval' to
9026 'CPU Port Maintainers' section as SPARC maintainer.
9027
9028 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9029
9030 * Makefile.tpl: Make GCC use a separate config.cache.
9031 * Makefile.in: Regenerate.
9032
9033 PR bootstrap/11932, PR bootstrap/11933
9034 (I don't know if it will fix either of them, but it relates
9035 to them.)
9036 * configure.in: Don't use shared config.cache for target
9037 directories.
9038 * configure: Regenerate.
9039
9040 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
9041
9042 * MAINTAINERS: Add myself to 'Write After Approval' section.
9043
9044 2003-12-31 Roger Sayle <roger@eyesopen.com>
9045
9046 * configure.in (ia64*-*-hpux*): Disable building java libraries.
9047 * configure: Regenerated.
9048
9049 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
9050
9051 * MAINTAINERS: Remove the mn10200 maintainer.
9052
9053 2003-12-21 Bernardo Innocenti <bernie@develer.com>
9054
9055 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
9056 * configure: Regenerated.
9057
9058 2003-12-16 Jan Hubicka <jh@suse.cz>
9059
9060 * MAINTAINERS: Add myself as callgraph maintainer.
9061
9062 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
9063
9064 * configure.in (raw_libstdcxx_flags): Remove the leading space.
9065 * configure: Regenerate.
9066
9067 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
9068
9069 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9070 'Write After Approval' section. Update email.
9071
9072 2003-12-01 James Lemke <jim@wasabisystems.com>
9073
9074 * MAINTAINERS (Write After Approval): Add myself.
9075
9076 2003-11-20 Matt Thomas <matt@3am-software.com>
9077
9078 * MAINTAINERS: Add myself as a vax port maintainer.
9079
9080 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
9081
9082 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
9083 (configure-build-[+module+], configure-[+module+]): Likewise.
9084 (configure-target-[+module+], configure-gcc, config.status): Likewise.
9085 * Makefile.in: Regenerate.
9086
9087 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
9088
9089 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
9090 shared/dylibed libraries.
9091 * ltmain.sh: Likewise.
9092 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
9093 * ltcf-cxx.sh: Likewise.
9094 * ltcf-gcj.sh: Likewise.
9095 * ltconfig: Likewise.
9096
9097 2003-11-17 Stan Cox <scox@redhat.com>
9098
9099 * MAINTAINERS: Add myself as iq2000 port maintainer.
9100
9101 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
9102
9103 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
9104 * Makefile.in: Regenerate.
9105
9106 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
9107
9108 * config.sub: Update to 2003-11-03 version.
9109
9110 2003-10-20 Phil Edwards <phil@codesourcery.com>
9111
9112 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
9113 * configure: Regenerate.
9114
9115 2003-10-20 Nicolas Pitre <nico@cam.org>
9116
9117 * MAINTAINERS: Add myself to 'Write After Approval' section.
9118
9119 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
9120
9121 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
9122
9123 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
9124
9125 * MAINTAINERS: Update my email address.
9126
9127 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9128
9129 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
9130
9131 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
9132
9133 * MAINTAINERS: Add myself to 'Write After Approval' section.
9134
9135 2003-10-16 Bernardo Innocenti <bernie@develer.com>
9136
9137 * config.guess: Update to 2003-10-16 version.
9138 * config.sub: Update to 2003-10-16 version.
9139
9140 2003-10-15 David Daney <ddaney@avtrex.com>
9141
9142 * MAINTAINERS: Added myself to 'Write After Approval' section.
9143
9144 2003-10-15 Falk Hueffner <falk@debian.org>
9145
9146 * MAINTAINERS: Move myself from 'Bug database only accounts' to
9147 'Write After Approval' section. Update email.
9148
9149 2003-10-14 Roger Sayle <roger@eyesopen.com>
9150
9151 * MAINTAINERS: Move myself from 'Write After Approval' to
9152 'Various Maintainers' section as middle-end maintainer.
9153
9154 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
9155
9156 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
9157 HOST_FLAGS_TO_PASS.
9158 * Makefile.in: Regenerate.
9159
9160 2003-10-11 Bernardo Innocenti <bernie@develer.com>
9161
9162 * config.guess: Update to 2003-10-07 version.
9163 * config.sub: Update to 2003-10-07 version.
9164
9165 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9166
9167 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
9168 * ltconfig (irix5*, irix6*): Don't override version_type.
9169
9170 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
9171
9172 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
9173 * configure: Rebuilt
9174 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
9175 * Makefile.in: Rebuilt
9176
9177 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
9178
9179 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
9180
9181 2003-09-30 Carlo Wood <carlo@alinoe.com>
9182
9183 * MAINTAINERS (Write After Approval): Add myself.
9184
9185 2003-09-29 Paul Koning <ni1d@arrl.net>
9186
9187 * MAINTAINERS: Move myself from "Write After Approval"
9188 to CPU platform maintainers for pdp11 platform.
9189
9190 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
9191
9192 * MAINTAINERS: Move myself from 'Write After Approval' to
9193 'Various Maintainers' section as libffi testsuite maintainer.
9194
9195 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
9196
9197 * configure.in: Pass a computed --program-transform-name
9198 to subconfigures.
9199 * configure: Regenerated.
9200
9201 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
9202
9203 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
9204 * Makefile.in: Regenerate.
9205
9206 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
9207 * Makefile.in: Regenerate.
9208
9209 2003-09-19 Ziemowit Laski <zlaski@apple.com>
9210
9211 * MAINTAINERS: Move myself from 'Write After Approval'
9212 to 'Various Maintainers' (objective-c) section.
9213
9214 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
9215
9216 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
9217 quoting.
9218 * configure: Regenerated.
9219
9220 2003-09-16 Joel Brobecker <brobecker@gnat.com>
9221
9222 * MAINTAINERS (Write After Approval): Add myself to write after
9223 approval list.
9224
9225 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
9226
9227 * MAINTAINERS (Write After Approval): Add myself.
9228
9229 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
9230
9231 * MAINTAINERS: Update my e-mail address.
9232
9233 2003-09-09 Alan Modra <amodra@bigpond.net.au>
9234
9235 * libtool.m4 (LD): Correct powerpc64 host match.
9236
9237 2003-09-06 James E Wilson <wilson@tuliptree.org>
9238
9239 * MAINTAINTERS: Update my affiliation and email address.
9240
9241 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9242
9243 * MAINTAINERS (Write After Approval): Add myself.
9244
9245 2003-09-04 DJ Delorie <dj@redhat.com>
9246
9247 * configure: Regenerate.
9248
9249 2003-09-04 Robert Millan <robertmh@gnu.org>
9250
9251 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
9252
9253 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9254
9255 * configure.in: Ensure arguments to sed are properly spaced.
9256 * configure: Regenerate.
9257
9258 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
9259
9260 * MAINTAINERS: Update my e-mail address.
9261
9262 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
9263
9264 * MAINTAINERS (Write After Approval): Add myself.
9265
9266 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
9267
9268 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
9269 * configure: Regenerated.
9270
9271 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
9272
9273 * MAINTAINERS: Update my email address.
9274
9275 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
9276
9277 * configure.in: Use newline instead of semicolon when assuming
9278 shell arguments in a for loop.
9279 * configure: Regenerated.
9280
9281 2003-08-22 Jason Eckhardt <jle@rice.edu>
9282
9283 * MAINTAINERS: Resurrect the i860 maintainer.
9284
9285 2003-08-20 Geoffrey Keating <geoffk@apple.com>
9286
9287 PR 8180
9288 * configure.in: When testing with_libs and with_headers, treat
9289 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
9290 * configure: Regenerate.
9291
9292 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
9293 make, shell, etc.
9294 (baseargs): Likewise.
9295 * configure: Regenerate.
9296
9297 2003-08-20 Bernardo Innocenti <bernie@develer.com>
9298
9299 * MAINTAINERS (Write After Approval): Add myself.
9300
9301 2003-08-19 Geoffrey Keating <geoffk@apple.com>
9302
9303 * configure.in: Disable libgcj for darwin not on powerpc.
9304 * configure: Rebuild.
9305
9306 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
9307
9308 * config-ml.in, symlink-tree: Add license.
9309
9310 2003-08-03 Richard Stallman <rms@gnu.org>
9311 Eben Moglen <moglen@columbia.edu>
9312
9313 * README.SCO: New file.
9314
9315 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
9316
9317 * Makefile.tpl (check, check-c++): Express dependencies using
9318 dependencies rather than commands.
9319 * Makefile.in: Regenerate.
9320
9321 2003-08-01 Andrew Cagney <cagney@redhat.com>
9322
9323 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
9324 * configure: Ditto.
9325
9326 2003-07-31 Geoffrey Keating <geoffk@apple.com>
9327
9328 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
9329 * Makefile.in: Update.
9330
9331 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
9332
9333 * configure.in: Enable libgcj for darwin.
9334 * configure: Rebuild.
9335
9336 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
9337
9338 * config-ml.in: Use ac_configure_args directly instead of
9339 ml_arguments. Only set ml_norecursion if --no[-]recursion is
9340 actually seen.
9341
9342 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
9343
9344 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
9345 creating target and build subdirs to build all parent dirs as needed.
9346 * Makefile.in: Rebuild.
9347 * configure.in: Don't build dirs explicitly here.
9348 * configure: Rebuild.
9349
9350 2003-07-26 Paul Brook <paul@nowt.org>
9351
9352 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
9353
9354 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
9355
9356 * Makefile.tpl (all-make): Depend on intl.
9357 * Makefile.in: Rebuilt.
9358
9359 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
9360
9361 * install-sh: Update to newer upstream versions (associated with
9362 aclocal 1.7).
9363 * mkinstalldirs: Likewise.
9364 * missing: Likewise, plus $1Help2man -> $1 typo fix.
9365
9366 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
9367
9368 * MAINTAINERS: Move self from Bug database only accounts
9369 to write-after-approval.
9370
9371 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
9372
9373 * config.if: Remove unused libc_interface determination.
9374
9375 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
9376
9377 * MAINTAINERS: Move self from write-after-approval to
9378 build machinery (*.in).
9379
9380 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
9381
9382 PR bootstrap/11273
9383 PR bootstrap/11408
9384 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
9385 unused INSTALL_PROGRAM_ARGS.
9386 * configure.in: Use AC_PROG_INSTALL.
9387 * Makefile.in: Regenerate.
9388 * configure: Regenerate.
9389
9390 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
9391
9392 * MAINTAINERS: Alphabetize.
9393
9394 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
9395
9396 * configure: Rebuilt.
9397 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
9398 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
9399 newlib nor libgloss.
9400 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
9401 * configure.in (am33_2.0-*-linux*): Added.
9402
9403 2003-07-09 Bob Wilson <bob.wilson@acm.org>
9404
9405 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
9406 * configure: Regenerate.
9407
9408 2003-07-07 Zack Weinberg <zack@codesourcery.com>
9409
9410 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
9411 * Makefile.in: Regenerate.
9412
9413 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9414
9415 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
9416 * Makefile.in: Regenerate.
9417
9418 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
9419
9420 * Makefile.tpl: Replace PWD with PWD_COMMAND.
9421 * Makefile.in: Regenerated.
9422
9423 * config-ml.in: Replace PWD with PWD_COMMAND.
9424
9425 2003-07-04 Zack Weinberg <zack@codesourcery.com>
9426
9427 * intl: New directory; see intl/ChangeLog for details.
9428 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
9429 * Makefile.tpl: all-gcc depends on maybe-all-intl.
9430 * Makefile.in: Regenerate.
9431
9432 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
9433
9434 * configure.in: Clean up config-lang.in handling. Delete
9435 useless assignment to "subdirs".
9436 * configure: Regenerate.
9437
9438 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
9439
9440 * configure.in: Rename 'target_libs' to 'target_libraries'.
9441 Remove useless reference to 'target_libs'.
9442 * configure: Regenerate.
9443
9444 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
9445
9446 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
9447 * Makefile.in: Regenerate.
9448
9449 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
9450
9451 * Makefile.def: Introduce flags_to_pass.
9452 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
9453 * Makefile.in: Regenerate.
9454
9455 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
9456
9457 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
9458 and target-libgloss.
9459 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
9460 <h8300*-*-*>: Disable libf2c and ${libgcj}.
9461 * configure: Regenerate.
9462
9463 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
9464
9465 * configure.in: Update testsuite_flags to new location.
9466 * configure. Regenerate.
9467
9468 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
9469
9470 * Makefile.tpl: Remove BUILD_CC stuff.
9471 * Makefile.in: Regenerate.
9472
9473 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
9474
9475 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
9476
9477 2003-06-16 Graeme Peterson <gp@qnx.com>
9478
9479 * MAINTAINERS (Write After Approval): Add myself.
9480
9481 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
9482
9483 * config.guess: Update to 2003-06-12 version.
9484 * config.sub: Update to 2003-06-13 version.
9485
9486 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
9487
9488 * config.guess: Update to 2003-06-06 version.
9489 * config.sub: Update to 2003-06-06 version.
9490
9491 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9492
9493 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
9494 * configure. Regenerate.
9495
9496 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
9497
9498 * configure.in: Disable serial configure by default.
9499 * configure: Regenerate.
9500 * Makefile.tpl: Abolish .NOTPARALLEL.
9501 * Makefile.in: Regenerate.
9502
9503 * Makefile.tpl: Replace {build,host,target}_canonical by
9504 {build,host,target}.
9505 * Makefile.in: Regenerate.
9506
9507 * Makefile.tpl: Fix stupid pasto.
9508 * Makefile.in: Regenerate.
9509
9510 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
9511
9512 * Makefile.tpl: Remove bogus conditional.
9513 * Makefile.in: Regenerate.
9514
9515 2003-06-05 Jan Hubicka <jh@suse.cz>
9516
9517 * Makefile.tpl (profiledbootstrap): New target.
9518 * Makefile.in (profiledbootstrap): New target.
9519
9520 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9521
9522 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
9523 Pinski. Remove user names from other bugzilla-only maintainers.
9524
9525 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
9526
9527 * Makefile.tpl: Make 'recursive targets' using autogen rather
9528 than shell loop. Remove duplicate 'clean' targets and false
9529 comments.
9530 * Makefile.def: Add systematic dependencies to 'recursive' targets.
9531 Add systematic method of specifying missing targets in subdirs.
9532 Add copyright boilerplate.
9533 * Makefile.in: Regenerate.
9534 * configure.in: Add 'recursive targets' to maybe list.
9535 * configure: Regenerate.
9536
9537 * MAINTAINERS: "GNATS only" -> "Bug database only".
9538
9539 * Makefile.tpl: Rename [+target+] to [+make_target+].
9540 * Makefile.def: Rename 'target' to 'make_target'.
9541
9542 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
9543
9544 * MAINTAINERS: Add self as options handling maintainer.
9545
9546 2003-05-28 Michael Meissner <gnu@the-meissners.org>
9547
9548 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
9549 been too long since I touched those ports.
9550
9551 2003-05-28 DJ Delorie <dj@redhat.com>
9552
9553 * Makefile.tpl: Make maybe-check-gcc .PHONY.
9554 * Makefile.in: Regenerate.
9555
9556 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
9557
9558 * configure.in: Use curly braces in the definition of tooldir.
9559 * configure: Regenerate.
9560
9561 2003-05-21 DJ Delorie <dj@redhat.com>
9562
9563 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
9564 newlib or libgloss.
9565 * Makefile.in: Regenerate.
9566
9567 2003-05-21 DJ Delorie <dj@redhat.com>
9568
9569 * Makefile.tpl: Add missing empty maybe-check-gcc target.
9570 * Makefile.in: Regenerate.
9571
9572 2003-05-20 Ian Lance Taylor <ian@airs.com>
9573
9574 * MAINTAINERS: Update my e-mail address.
9575
9576 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
9577
9578 * configure.in: Switch more things to use maybe dependencies.
9579 * Makefile.tpl: Switch more things to use maybe dependencies.
9580 Factor out common code from autogen IF statements.
9581 * configure: Regenerate.
9582 * Makefile.in: Regenerate.
9583
9584 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
9585
9586 * configure.in: Accept i[3456789]86 for machine type.
9587 * configure: Regenerate.
9588
9589 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
9590
9591 * configure.in: Switch more things to use maybe dependencies.
9592 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
9593 * configure: Regenerate.
9594 * Makefile.tpl: Switch more things to use maybe dependencies.
9595 * Makefile.in: Regenerate.
9596
9597 2003-05-16 Andreas Schwab <schwab@suse.de>
9598
9599 * Makefile.tpl (install-opcodes): Define.
9600 * Makefile.in: Rebuild.
9601
9602 2003-05-13 Andreas Jaeger <aj@suse.de>
9603
9604 * config.guess: Update to 2003-05-09 version.
9605 * config.sub: Update to 2003-05-09 version.
9606
9607 2003-05-13 Michael Eager <eager@mvista.com>
9608
9609 * configure.in: Correct sed script so that options in quotes are not
9610 deleted.
9611 * configure: Rebuild.
9612
9613 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
9614
9615 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
9616 and $$s/newlib/libc/sys/cygwin32 include paths.
9617 * configure: Ditto.
9618
9619 2003-05-12 Michael Meissner <gnu@the-meissners.org>
9620
9621 * MAINTAINERS: Update my email addresses.
9622
9623 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
9624
9625 * config-ml.in: Propagate INSTALL variables.
9626
9627 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9628
9629 * MAINTAINERS: Remove duplicate entries in Write After Approval.
9630
9631 2003-05-02 Chris Demetriou <cgd@broadcom.com>
9632
9633 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
9634 * Makefile.in: Regenerate.
9635
9636 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
9637
9638 * MAINTAINERS (GNATS only): Add Falk Hueffner.
9639
9640 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
9641
9642 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
9643
9644 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
9645
9646 * Makefile.tpl: Clean $(BUILD_SUBDIR).
9647 * Makefile.in: Regenerated.
9648
9649 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
9650
9651 * MAINTAINERS (Write After Approval): Upgrade myself from
9652 GNATS only to write-after-approval. Update my mail address.
9653
9654 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
9655
9656 (OS Port Maintainers: freebsd): Add myself.
9657
9658 2003-04-22 Mark Mitchell <mark@codesourcery.com>
9659
9660 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
9661
9662 2003-04-22 Kean Johnston <jkj@sco.com>
9663
9664 * MAINTAINERS (SCO ports): Added myself.
9665
9666 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
9667
9668 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
9669
9670 2003-04-19 Kean Johnston <jkj@sco.com>
9671
9672 * MAINTAINERS (Write After Approval): Add myself.
9673
9674 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9675
9676 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
9677 * Makefile.in: Regenerate.
9678
9679 2003-04-18 Jakub Jelinek <jakub@redhat.com>
9680
9681 * configure.in (powerpc64*-*-linux*): Remove.
9682 * configure: Rebuilt.
9683
9684 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
9685
9686 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
9687 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
9688 and restrap.
9689 * Makefile.in: Regenerate.
9690
9691 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
9692
9693 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
9694 * configure: Regenerated.
9695
9696 2003-04-15 DJ Delorie <dj@redhat.com>
9697
9698 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
9699
9700 2003-04-13 Nick Clifton <nickc@redhat.com>
9701
9702 * config-ml.in: Remove support for --disable-aix removing
9703 call-aix multilibs.
9704
9705 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
9706
9707 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
9708 * */configure: Rebuilt.
9709
9710 2003-04-08 Joel Sherrill <joel@oarcorp.com>
9711
9712 * MAINTAINERS: Add my email address.
9713
9714 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
9715
9716 * MAINTAINERS (Write After Approval): Add myself.
9717
9718 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
9719
9720 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
9721 * Makefile.in: Regenerate.
9722
9723 2003-03-14 Michael Chastain <mec@shout.net>
9724
9725 * Makefile.in: Regenerate with correct Makefile.def.
9726
9727 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
9728
9729 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
9730 Make macro.
9731 * Makefile.in: Regenerate.
9732 * configure.in: Clean up gxx_include_dir logic.
9733 * configure: Regenerate.
9734
9735 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
9736
9737 * MAINTAINERS (Write After Approval): Add myself.
9738
9739 2003-03-10 Ben Elliston <bje@wasabisystems.com>
9740
9741 * MAINTAINERS: Update my mail address.
9742
9743 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
9744
9745 * configure.in (gxx_include_dir): Fix typo.
9746 * configure: Regenerated.
9747
9748 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9749
9750 * Makefile.tpl: Reindent.
9751 * Makefile.in: Regenerate.
9752 * configure.in: Reindent. Don't set unused variables.
9753 * configure: Regenerate.
9754
9755 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
9756
9757 * configure.in: Include $(build_tooldir)/sys-include in
9758 FLAGS_FOR_TARGET.
9759 * configure: Regenerated.
9760
9761 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
9762
9763 * Makefile.tpl: Always pass down RANLIB.
9764 * Makefile.in: Regenerate.
9765
9766 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
9767 * Makefile.in: Regenerate.
9768 * configure.in: Remove unused logic relating to --enable-shared
9769 and --enable-threads. Remove bogus comments. Remove redundant
9770 noconfigdirs.
9771 * configure: Regenerate.
9772
9773 * configure.in: Replace ${libstdcxx_version} by its value.
9774 Remove reference to mh-dgux.
9775 * configure: Regenerate.
9776
9777 2003-03-03 Kevin Buettner <kevinb@redhat.com>
9778
9779 * MAINTAINERS (Write After Approval): Add myself.
9780
9781 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9782
9783 * Makefile.tpl: Rearrange.
9784 * Makefile.in: Regenerate.
9785
9786 2003-02-25 Uwe Stieber <uwe@wwws.de>
9787
9788 * configure.in: Add support for kaOS as cross build target system.
9789 * configure: Regenerated.
9790
9791 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
9792
9793 * MAINTAINERS (Write after approval): Add myself.
9794
9795 2003-02-21 James E Wilson <wilson@tuliptree.org>
9796
9797 * MAINTAINERS: Update my email address.
9798
9799 2003-02-21 Zack Weinberg <zack@codesourcery.com>
9800
9801 * MAINTAINERS: Add self to blanket write privs. section.
9802
9803 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
9804
9805 * Makefile.tpl: Add definition of CPPFLAGS to pass into
9806 configure-target-* as some target builds may require additional
9807 flags for preprocessor tests.
9808 * Makefile.in: Regenerated.
9809
9810 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
9811
9812 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
9813 * ltconfig: Handle it.
9814 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
9815 auto-detecting it.
9816
9817 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
9818 it is used as argument to $CC.
9819 * ltcf-gcj.sh: Likewise.
9820
9821 * configure.in: Introduce --enable-maintainer-mode.
9822 * configure: Rebuilt.
9823 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
9824 for maintainer mode.
9825 * Makefile.in: Rebuilt.
9826
9827 2003-02-18 Jason Merrill <jason@redhat.com>
9828
9829 * Makefile.tpl (check-c++): Allow parallelism.
9830
9831 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9832
9833 * MAINTAINERS: Remove John Carr (who never actually had access to
9834 gcc.gnu.org).
9835
9836 2003-02-15 Geoffrey Keating <geoffk@apple.com>
9837
9838 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
9839 don't configure target-libobjc.
9840 * configure: Regenerate.
9841
9842 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9843
9844 * Makefile.tpl (RANLIB): Define.
9845 * Makefile.in: Regenerate.
9846
9847 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
9848
9849 * MAINTAINERS: Update my email.
9850
9851 2003-02-06 Keith R Seitz <keiths@redhat.com>
9852
9853 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
9854 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
9855 * Makefile.in: Regenerated.
9856 * configure.in: Remove all traces of snavigator, db, and grep.
9857 * configure: Regenerated.
9858
9859 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9860
9861 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
9862 After Approval.
9863
9864 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9865
9866 * MAINTAINERS (Write after approval): Add myself.
9867
9868 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
9869
9870 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
9871 * Makefile.in: Regenerated.
9872
9873 2003-01-30 Roger Sayle <roger@eyesopen.com>
9874
9875 * config.guess: Updated to 2003-01-30's version.
9876 * config.sub: Updated to 2003-01-28's version.
9877
9878 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
9879
9880 * config.if: If gcc_version is already set, just use it. Don't set
9881 gcc_version_trigger if it's already set, otherwise set it to
9882 gcc/version.c, but only if the file exists. If it is not set and
9883 gcc/version.c does not exist, try to extract the version number from
9884 $CC.
9885
9886 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
9887
9888 * MAINTAINERS: Add myself to write-after-approval list.
9889
9890 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
9891
9892 * configure.in: Revert 24Jan change.
9893 * configure: Regenerate.
9894
9895 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9896
9897 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
9898 entry of HJ Lu.
9899
9900 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9901
9902 * configure.in: Revert previous change.
9903 * configure: Regenerate.
9904
9905 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
9906
9907 * configure.in: Make rda native-only.
9908 * configure: Regenerate.
9909
9910 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9911
9912 * MAINTAINERS: Move myself from GNATS-only-accounts to
9913 write-after-approval.
9914
9915 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
9916
9917 * configure.in: Add missing \.
9918 * configure: Rebuilt.
9919
9920 2003-01-17 Jakub Jelinek <jakub@redhat.com>
9921
9922 * configure.in (baseargs): Avoid using \| in sed regular
9923 expressions.
9924 * configure: Rebuilt.
9925
9926 2003-01-16 Jakub Jelinek <jakub@redhat.com>
9927
9928 * configure.in (baseargs): Remove all supported forms of
9929 --cache-file, --srcdir, --host, --build and --target options
9930 from argument lists.
9931 * configure: Rebuilt.
9932
9933 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
9934
9935 * MAINTAINERS: Add myself to write-after-approval list.
9936
9937 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
9938
9939 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
9940 * configure: Rebuilt.
9941
9942 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
9943
9944 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
9945 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
9946 * Makefile.in: Regenerate.
9947 * configure: Regenerate.
9948
9949 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
9950
9951 * configure.in: Remove Makefile in build, host and target modules
9952 unless configure was run with --no-recursion.
9953 * configure: Rebuilt.
9954
9955 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
9956
9957 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
9958 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
9959 * Makefile.in: Regenerate.
9960
9961 2003-01-08 Chris Demetriou <cgd@broadcom.com>
9962
9963 * config.guess: Update to 2003-01-03 version.
9964 * config.sub: Update to 2003-01-03 version.
9965
9966 2003-01-07 Christopher Faylor <cgf@redhat.com>
9967
9968 * configure: Regenerate with proper autoconf 2.13.
9969
9970 2003-01-07 Christopher Faylor <cgf@redhat.com>
9971
9972 * configure.in: Add AC_PREREQ for consistency.
9973 * configure: Regenerate.
9974
9975 2003-01-06 Andrew Cagney <ac131313@redhat.com>
9976
9977 * configure.in (GDB_TK): Add tcl directories conditional on
9978 gdb/gdbtk directory being present.
9979 * configure: Regenerate.
9980
9981 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
9982
9983 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
9984 used by gcc if LD is not defined and we are not doing a Canadian Cross.
9985 * configure: Rebuilt.
9986
9987 2002-12-31 Tom Tromey <tromey@redhat.com>
9988
9989 * Makefile.in: Rebuilt.
9990 * Makefile.def (target_modules) [libffi]: Allow installation.
9991
9992 2002-12-31 Andreas Schwab <schwab@suse.de>
9993
9994 * configure.in: Fix use of $program_transform_name.
9995 * configure: Regenerated.
9996
9997 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
9998
9999 * configure.in (baseargs): Don't remove first configure argument.
10000 * configure: Regenerated.
10001
10002 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
10003
10004 * Makefile.tpl (local-distclean): Don't remove...
10005 (multilib.ts): ... this. Moved into...
10006 (multilib.out): ... this. Don't use sub-make.
10007 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10008 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10009 (configure-build-[+module+], configure-[+module+],
10010 configure-target-[+module+], configure-gcc): ... these. Test
10011 for Makefile existence. Drop config.status from dependencies.
10012 * Makefile.in: Rebuilt.
10013 * configure.in: Move gcc-version-trigger to the end of
10014 ac_configure_args. Add comments to maybedep.tmp and
10015 serdep.tmp. Introduce --disable-serial-configure. Remove
10016 nonopt from baseargs, matching and removing corresponding
10017 whitespace while at it.
10018 * configure: Rebuilt.
10019
10020 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
10021
10022 * configure.in (host_configargs): Replace reference to
10023 no-longer-defined buildopts with --build=${build_alias}.
10024 * configure: Rebuilt.
10025
10026 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10027 program_transform_name to standard idiom.
10028 (AUTOGEN, AUTOCONF): Define.
10029 (Makefile.in): Use $(AUTOGEN).
10030 (Makefile): Depend on config.status, and use autoconf-style rule to
10031 build it. Move original commands to...
10032 (config.status): ... this new target.
10033 (configure): Add $(srcdir). Depend on config/acx.m4. Use
10034 $(AUTOCONF).
10035 * Makefile.in: Rebuilt.
10036
10037 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
10038
10039 * Makefile.tpl: Fix dramatic bustage due to change in
10040 program_transform_name.
10041 * Makefile.in: Regenerate.
10042
10043 * configure.in: Remove unnecessary PATH setting.
10044 * configure: Regnerate.
10045
10046 * configure.in: Don't default to unprefixed tools unless
10047 the native tools will work.
10048 * configure: Regenerate.
10049
10050 * configure.in: Convert to autoconf script. Blow away lots
10051 of now-redundant Makefile fragments.
10052 * configure: Generate using Autoconf.
10053 * Makefile.tpl: Rewrite to reflect autoconfiscation.
10054 * Makefile.in: Regenerate.
10055
10056 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
10057
10058 * configure: Fix stupid bug where RANLIB was mistakenly included.
10059
10060 * configure.in: Rename (buildargs, hostargs, targargs) to
10061 (build_configargs, host_configargs, target_configargs).
10062
10063 * configure.in: Move logic out of sed statement.
10064
10065 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
10066 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
10067
10068 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
10069
10070 * config.sub: Import from master repository
10071 * config.guess: Ditto
10072
10073 2002-12-24 Andreas Schwab <schwab@suse.de>
10074
10075 * Makefile.tpl (multilib.out): Fix missing space.
10076 * Makefile.in: Regenerate.
10077
10078 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
10079
10080 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
10081 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
10082 * Makefile.in: Regenerate.
10083 * configure.in: Remove unnecessary leftovers.
10084
10085 2002-12-21 Geoffrey Keating <geoffk@apple.com>
10086
10087 * configure.in (extra_ranlibflags_for_target): New variable.
10088 (*-*-darwin): Add -c to ranlib commands.
10089 * configure (tooldir): Handle extra_ranlibflags_for_target.
10090
10091 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
10092
10093 * Makefile.tpl: Revert HJL's change.
10094 * Makefile.in: Regenerated.
10095 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
10096 always.
10097
10098 2002-12-19 Andreas Schwab <schwab@suse.de>
10099
10100 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
10101 * Makefile.in: Regenerate.
10102
10103 2002-12-18 H.J. Lu <hjl@gnu.org>
10104
10105 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
10106 * Makefile.in: Regenerated.
10107
10108 * configure.in (build_prefix): New. Substitute.
10109
10110 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
10111
10112 * Makefile.tpl: Don't let real targets depend on phony targets.
10113 * Makefile.in: Regenerate.
10114
10115 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
10116 * Makefile.in: Regenerate.
10117
10118 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
10119
10120 * config.sub: Import from master repository
10121 * config.guess: Ditto
10122
10123 2002-12-16 Jason Merrill <jason@redhat.com>
10124
10125 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
10126 previous 'make bootstrap'.
10127 * Makefile.in: Regenerate.
10128
10129 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
10130
10131 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
10132
10133 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
10134
10135 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
10136 * Makefile.in: Regenerate.
10137
10138 2002-12-13 Jason Merrill <jason@redhat.com>
10139
10140 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
10141 library tests.
10142 (check-c++): Just depend on it and check-target-libstdc++-v3.
10143 * Makefile.in: Regenerate.
10144
10145 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10146
10147 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
10148 * Makefile.in: Rebuilt.
10149
10150 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
10151
10152 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
10153
10154 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
10155
10156 * configure: Fix bug put in by gremlins.
10157
10158 * Makefile.tpl: Substitute more autoconfily.
10159 * configure: Substitute more autoconfily.
10160 * Makefile.in: Regenerate.
10161
10162 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
10163
10164 * config.sub: Import from master repository
10165 * config.guess: Ditto
10166 * MAINTAINERS: Added Svein Seldal under write after approval
10167
10168 2002-12-08 Andrew Cagney <ac131313@redhat.com>
10169
10170 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
10171 * Makefile.in (all-sim): Ditto.
10172
10173 2002-12-06 DJ Delorie <dj@redhat.com>
10174
10175 * Makefile.tpl: Change configure dependencies to not have real
10176 targets depend on phony targets.
10177
10178 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
10179
10180 * configure.in: Revert unintentional change.
10181
10182 * Makefile.tpl: Change dependency for */multilib.out so that
10183 it works when gcc isn't in the tree.
10184
10185 * configure.in: Substitute more.
10186 * configure: Run subconfigures from the Makefile.
10187 * Makefile.tpl: Run subconfigures from the Makefile; add a few
10188 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
10189
10190 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10191
10192 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
10193
10194 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
10195
10196 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
10197 and corresponding dependencies.
10198 * Makefile.in: Regenerate.
10199
10200 * configure.in (host_tools): Order binutils, gas and ld for
10201 convenience in running the testsuites.
10202
10203 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
10204 * Makefile.in: Regenerate.
10205 * configure.in: Introduce rules to serialize subconfigure runs.
10206
10207 * configure.in: Introduce BASE_CC_FOR_TARGET.
10208 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
10209 Realize configure-build-* targets. Realize configure-target-* targets.
10210 * Makefile.in: Regenerate.
10211
10212 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
10213
10214 * configure: Move gcc_version_trigger stuff from here...
10215 * configure.in: ...to here.
10216
10217 * configure.in: Separate subconfigure options added by this file from
10218 options given by the user. Add machinery to put args for host
10219 subconfigures into the Makefile.
10220
10221 * Makefile.tpl: Remove 'vault' targets.
10222 * Makefile.tpl: Reorder and comment dependencies.
10223 * Makefile.in: Regenerate.
10224
10225 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
10226 * configure.in: Fix my broken commit of previous patch. (sigh)
10227
10228 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10229
10230 * configure.in: Move host-specific darwin noconfigdirs into
10231 the host-specific section.
10232
10233 2002-11-28 Geoffrey Keating <geoffk@apple.com>
10234
10235 * configure.in: Move host-specific darwin noconfigdirs into
10236 the host-specific section.
10237
10238 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
10239
10240 * configure: Remove skip-this-dir support.
10241 * Makefile.tpl: Remove skip-this-dir support.
10242
10243 * Makefile.tpl: Remove leftover support for non-autoconfiscated
10244 subdirectories.
10245 * Makefile.in: Regenerate.
10246
10247 * Makefile.tpl: Strip out useless setting of 'dir'.
10248 * Makefile.in: Regenerate.
10249
10250 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
10251
10252 * configure.in: Fix deeply stupid bug.
10253
10254 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
10255 shell code in CXX_FOR_TARGET
10256 * Makefile.def: Introduce raw_cxx.
10257 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
10258 RAW_CXX_FOR_TARGET.
10259 * Makefile.in: Regenerate.
10260
10261 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
10262
10263 * Makefile.tpl: Remove unnecessary ifs.
10264 * Makefile.in: Regenerate.
10265
10266 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
10267 dependencies. Maybe-ize build-libiberty. Create dummy install
10268 targets for 'no_install' modules.
10269 * configure: Move GDB_TK substitution to configure.in. Move
10270 build_modules stuff to configure.in.
10271 * configure.in: Implement soft dependency machinery. Maybe-ize
10272 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
10273 * Makefile.in: Regenerate.
10274
10275 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
10276
10277 * Makefile.tpl: Make all-target, install-target behave similarly
10278 to all, install (only hitting configured targets). Eliminate
10279 unused macro defintions.
10280
10281 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
10282 build != host.
10283
10284 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
10285
10286 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
10287
10288 * configure.in: Produce lists of subdir targets we're actually
10289 configuring. Remove references to "dosrel".
10290 * Makefile.tpl: Let configure set which subdir targets are hit.
10291 Remove install-cross; clean up install; remove ALL. Remove
10292 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
10293 Autogenerate host module targets. Remove empty dependency lines
10294 and redundant dependency; rearrange slightly.
10295 * Makefile.def: Add host-side libtermcap, utils.
10296
10297 * Makefile.in: Regenerate.
10298
10299 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10300
10301 * ltconfig (osf[345]): Append $major to soname_spec.
10302 Reflect this in library_names_spec.
10303 * ltmain.sh (osf): Prefix $major with . for use as extension.
10304
10305 2002-11-19 Andreas Jaeger <aj@suse.de>
10306
10307 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
10308 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
10309 and sparc64 GNU/Linux systems.
10310
10311 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
10312
10313 * MAINTAINERS: Update email.
10314
10315 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10316
10317 * MAINTAINERS: Complete James Dennett's entry.
10318
10319 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
10320
10321 * MAINTAINERS (Write After Approval): Add myself.
10322
10323 2002-11-13 Bruce Korb <bkorb@gnu.org>
10324
10325 * Makefile.tpl: syntactic cleanup
10326
10327 2002-11-13 Stuart Hastings <stuart@apple.com>
10328
10329 * MAINTAINERS: Add myself to write-after-approval list.
10330
10331 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10332
10333 * Makefile.def: Add list of recursive targets to autogenerate.
10334 Add build_modules.
10335 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
10336 targets. Autogenerate *-build-* targets.
10337 * Makefile.in: Regenerate.
10338
10339 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
10340
10341 * configure: More autoconf-style substitutions.
10342 * Makefile.tpl: More autoconf-style substitutions.
10343 * Makefile.in: Regenerate.
10344
10345 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
10346
10347 * configure: Substitute more variables in a more autoconf-friendly
10348 way. Simplify slightly.
10349 * Makefile.tpl: Make more variables substitutable in an
10350 autoconf-friendly way.
10351 * Makefile.in: Regenerate.
10352
10353 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
10354
10355 * MAINTAINERS (Write After Approval): Add myself.
10356
10357 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
10358
10359 * configure.in (v810*): Remove special setting of tools.
10360
10361 * configure: Add support for extra required flags for ar or nm.
10362 * configure.in (aix4.3+): Use above support for target-specific
10363 issues, rather than using config/mt-aix43.
10364
10365 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
10366
10367 * configure: Remove 'removing', which doesn't work. Replace $subdir
10368 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
10369 with $srcdir. Reformat indentation. Substitute some variables
10370 formerly hard-coded in the Makefile for build=host.
10371 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
10372 * Makefile.def: Autogenerate more.
10373 * Makefile.in: Regenerate.
10374
10375 2002-11-04 Adam Nemet <anemet@lnxw.com>
10376
10377 * MAINTAINERS (Write After Approval): Add myself.
10378
10379 2002-11-04 Kevin Buettner <kevinb@redhat.com>
10380
10381 * Makefile.def (host_modules): Add rda.
10382 * Makefile.in: Regenerate.
10383 * configure.in (target_tool): Add target-rda to list.
10384
10385 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10386
10387 * MAINTAINERS: Remove "co-maintainer" note for web pages.
10388
10389 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
10390
10391 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
10392 and restrap targets to this rule.
10393 * Makefile.in: Regenerate.
10394
10395 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10396
10397 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
10398 GNATS only accounts.
10399
10400 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
10401
10402 * configure.in (i[3456]86-*-linux*): Add check to disable
10403 ${libgcj} for glibc1.
10404
10405 2002-10-24 Denis Chertykov <denisc@overta.ru>
10406
10407 * MAINTAINERS: Add myself as ip2k port maintainer.
10408
10409 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
10410
10411 * configure.in: Add tic4x target.
10412
10413 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
10414
10415 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
10416 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
10417 * Makefile.in: Regenerate.
10418
10419 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
10420 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
10421 * Makefile.in: Regenerate.
10422
10423 2002-10-02 Janis Johnson <janis187@us.ibm.com>
10424
10425 * MAINTAINERS: Add myself as web pages co-maintainer.
10426
10427 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10428
10429 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
10430 * Makefile.in: Regenerate.
10431
10432 2002-10-02 Zack Weinberg <zack@codesourcery.com>
10433
10434 * MAINTAINERS: Add myself and Nathan Sidwell
10435 <nathan@codesourcery.com> as VxWorks maintainers.
10436
10437 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
10438
10439 * Makefile.def: Remove order dependency comments.
10440 * Makefile.tpl: Add explicit install-install dependencies.
10441 * Makefile.in: Regenerate.
10442
10443 * Makefile.tpl: Remove material now in src-release. (Finally!)
10444 * Makefile.in: Regenerate.
10445
10446 * Makefile.tpl: Add configure-target (for src-release in src)
10447 * Makefile.in: Regenerate.
10448
10449 2002-09-30 Nick Clifton <nickc@redhat.com>
10450
10451 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
10452
10453 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
10454
10455 * configure.in (s390*-*-linux*): Enable libgcj.
10456
10457 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
10458
10459 * configure: Revert accidentally applied changes.
10460
10461 * Makefile.tpl: Make more autoconf-friendly.
10462 * Makefile.in: Regenerate.
10463 * configure: Make substitution more autoconf-like.
10464
10465 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
10466
10467 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
10468 single entry to handle all these.
10469 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
10470 libjava on arm-*-elf.
10471
10472 2002-09-27 Geoffrey Keating <geoffk@apple.com>
10473
10474 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
10475 things that depend on them.
10476
10477 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10478
10479 * Makefile.tpl: Make subsituted variables more autoconfy.
10480 * Makefile.in: Regenerate.
10481 * configure: Make seds more autoconfy.
10482
10483 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
10484
10485 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
10486 * Makefile.in: Regenerate.
10487 * configure.in: Rewrite sed statements to look autoconfy.
10488
10489 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
10490 all-target-foo on configure-target-foo.
10491 * Makefile.def: Ditto.
10492 * Makefile.in: Rebuild.
10493
10494 2002-09-25 Andrew Haley <aph@redhat.com>
10495
10496 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
10497
10498 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
10499
10500 * Makefile.def: New file.
10501 * Makefile.tpl: New file.
10502 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
10503 * contrib/gcc_update: Note that Makefile.in is a generated file.
10504
10505 * configure.in: Minor rearrangement. Simplify tests.
10506
10507 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
10508
10509 * configure.in (with_headers): Skip copy if value is "yes".
10510 (with_libs): Likewise.
10511
10512 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10513
10514 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
10515 * configure.in (sh*-*-pe*): Ditto.
10516 * configure.in (mips*-*-pe*): Ditto.
10517 * configure.in (*arm-wince-pe): Ditto.
10518
10519 * configure.in: Rearrange.
10520
10521 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
10522
10523 * MAINTAINERS: Update my email address.
10524
10525 2002-08-30 Paul Koning <pkoning@equallogic.com>
10526
10527 * MAINTAINERS: (Write After Approval): Add myself.
10528
10529 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
10530
10531 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
10532
10533 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
10534
10535 * MAINTAINERS: Change my mailing address.
10536
10537 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
10538
10539 * MAINTAINERS (Write After Approval): Remove myself.
10540 (Various Maintainers: c++ runtime libs): Add myself.
10541
10542 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
10543
10544 * MAINTAINERS (Write After Approval): Remove myself.
10545 (Various Maintainers: c++ runtime libs): Add myself.
10546
10547 2002-08-15 Eric Christopher <echristo@redhat.com>
10548
10549 * config.sub: Import from master repository.
10550 * config.guess: Ditto.
10551
10552 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
10553
10554 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
10555 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
10556 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
10557
10558 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
10559
10560 * MAINTAINERS: Add self to rs6000 vector extensions.
10561
10562 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
10563
10564 * libiberty/configure: Reverted unintended yesterday's check in.
10565
10566 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
10567
10568 * boehm-gc/configure, libf2c/configure: Rebuilt.
10569 * libffi/configure, libiberty/configure: Ditto.
10570 * libjava/configure, libobjc/configure: Ditto.
10571 * libstdc++-v3/configure, zlib/configure: Ditto.
10572 Merged from binutils:
10573 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
10574 From Steve Ellcey <sje@cup.hp.com>:
10575 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
10576 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
10577 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
10578 IA64.
10579 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
10580 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
10581 soname_spec, sys_lib_search_path_spec): Ditto.
10582
10583 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
10584
10585 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
10586
10587 2002-08-04 H.J. Lu (hjl@gnu.org)
10588
10589 * configure.in (mips*-*-linux*): Don't skip target-libffi.
10590
10591 2002-08-02 Krister Walfridsson <cato@df.lth.se>
10592
10593 * MAINTAINERS (Write After Approval): Add myself.
10594
10595 2002-07-31 Alan Modra <amodra@bigpond.net.au>
10596
10597 * configure.in: Move generic linux case to end. Copy generic
10598 linux noconfigdirs to mips*-*-linux* entry and new
10599 powerpc64*-*-linux* entry. Add target-libffi for the latter.
10600
10601 2002-07-19 Michael Matz <matz@suse.de>
10602
10603 * MAINTAINERS: Add myself as ra* maintainer.
10604
10605 2002-07-16 Chris Demetriou <cgd@broadcom.com>
10606
10607 * config.guess: Update to 2002-07-09 version.
10608 * config.sub: Update to 2002-07-03 version.
10609
10610 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
10611
10612 * MAINTAINERS: Fix typo in a maintainer email address.
10613
10614 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
10615
10616 * configure.in: Remove two redundant tests.
10617
10618 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10619
10620 * configure.in (mips*-*-irix6*o32): Enable stabs.
10621
10622 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
10623
10624 * configure.in: Don't build grez.
10625 * Makefile.in: Ditto.
10626
10627 * Makefile.in: Remove references to bsp, cygmon, libstub.
10628 * configure.in: Ditto.
10629
10630 * configure.in: Remove leftover reference to gdbtest.
10631
10632 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
10633
10634 * configure.in (gxx_include_dir): Change to match versioned
10635 C++ headers if --enable-version-specific-runtime-libs is used.
10636
10637 2002-07-04 Steve Ellcey <sje@cup.hp.com>
10638
10639 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
10640
10641 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
10642
10643 * configure.in: Make --without-x work.
10644
10645 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
10646
10647 * configure.in: Rearrange target Makefile fragment collection.
10648
10649 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
10650 cvs[src].
10651 * configure.in: Ditto.
10652
10653 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
10654
10655 * MAINTAINERS (Write After Approval): Update my e-mail address.
10656
10657 2002-06-24 Ben Elliston <bje@redhat.com>
10658
10659 * configure.in (host_tools): Remove cgen.
10660
10661 * Makefile.in (all-cgen): Remove; runs from its source directory.
10662 (check-cgen, install-cgen, clean-cgen): Likewise.
10663 (all-opcodes): Do not depend on all-cgen.
10664 (all-sim): Likewise.
10665
10666 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
10667
10668 * Makefile.in: Eliminate 'apache' targets.
10669 * configure.in: Eliminate 'apache' targets.
10670
10671 * configure.in: Eliminate redundant tests. Reorganize.
10672
10673 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
10674
10675 * config-ml.in: Eliminate references to Cygnus configure.
10676
10677 * Makefile.in: Eliminate references to building emacs.
10678
10679 2002-06-28 Graham Stott <graham.stott@btinternet.com>
10680
10681 * MAINTAINERS: Update my email address.
10682
10683 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
10684
10685 * config.if (libstdcxx_incdir): Version C++ headers.
10686 (cxx_incdir): Remove.
10687
10688 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
10689
10690 * MAINTAINERS (Write After Approval): Add self.
10691
10692 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
10693
10694 * configure.in: Add support for ip2k.
10695
10696 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
10697
10698 * configure.in: Fix AIX configury bug.
10699
10700 2002-06-20 Steve Ellcey <sje@cup.hp.com>
10701
10702 * MAINTAINERS (Write After Approval): Add self.
10703
10704 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10705
10706 * configure.in: replace ${topsrcdir} with ${srcdir}
10707
10708 * configure.in: Move definition of libstdcxx_flags
10709 right above usage, rather than waaay earlier.
10710
10711 * configure.in: Pull definition of is_cross_compiler earlier.
10712
10713 * configure.in: Rearrange a little.
10714
10715 * configure.in: Remove references to librx.
10716 * Makefile.in: Remove references to librx.
10717
10718 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
10719
10720 * config.sub: Add support for avr target.
10721 Import from master sources, rev 1.255
10722
10723 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
10724
10725 * configure, .cvsignore: Revert previous change...
10726 * Makefile: ...delete.
10727
10728 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
10729
10730 * configure.in: Eliminate ${gasdir} variable.
10731
10732 2002-06-18 Dave Brolley <brolley@redhat.com>
10733
10734 * configure.in: Add support for frv.
10735 * config.sub: Add support for frv.
10736
10737 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10738
10739 * configure: Remove garbage from previous commit.
10740
10741 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
10742
10743 * configure: For in-source builds, make a subdir and re-exec there.
10744 * Makefile: New file. Pass targets through to build directory.
10745 * .cvsignore: No longer ignore "Makefile".
10746
10747 2002-06-16 Douglas Rupp <rupp@gnat.com>
10748
10749 * MAINTAINERS (Write After Approval): Add self.
10750
10751 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10752
10753 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
10754
10755 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
10756
10757 * configure.in (vax-*-netbsd*): Re-enable gas.
10758
10759 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
10760
10761 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
10762 BUILD_PREFIX_1, to correct nomenclature.
10763 * configure: Likewise.
10764
10765 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
10766 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
10767
10768 2002-05-31 Olaf Hering <olh@suse.de>
10769
10770 * config-ml.in: Propogate DESTDIR also.
10771
10772 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
10773
10774 * configure.in (vax-*-netbsd*): Don't build gas for this
10775 platform.
10776
10777 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
10778
10779 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
10780 and libgcj for AVR.
10781
10782 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
10783
10784 * MAINTAINERS (Write After Approval): Add myself.
10785
10786 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
10787
10788 * config.guess: Update to 2002-05-22 version.
10789 * config.sub: Likewise.
10790
10791 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10792
10793 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
10794 * config-ml.in: Likewise.
10795 * configure: Likewise.
10796 * configure.in: Likewise.
10797
10798 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
10799
10800 * MAINTAINERS: Update my email address.
10801
10802 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
10803
10804 * configure.in: Simplify makefile fragment collection.
10805
10806 * configure.in: Remove code to build emacs.
10807
10808 * configure.in : Remove --srcdir argument from targargs and buildargs
10809 (it's always overridden in the Makefile anyway). Rearrange a bit.
10810
10811 * configure: Move some logic to configure.in.
10812 * configure.in: Move some logic from configure.
10813
10814 2002-05-11 Tom Tromey <tromey@redhat.com>
10815
10816 * MAINTAINERS: Reflect libgcj reality.
10817
10818 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
10819
10820 * Makefile.in: Honour DESTDIR.
10821
10822 2002-05-08 Mark Mitchell <mark@codesourcery.com>
10823
10824 * config.guess: Import 2002-03-20 version.
10825 * config.sub: Import 2002-04-26 version.
10826
10827 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10828
10829 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
10830
10831 2002-05-07 Tim Josling <tej@melbpc.org.au>
10832
10833 * MAINTAINERS: Add self.
10834
10835 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
10836
10837 * ltmain.sh: Detect and handle object name conflicts
10838 while piecewise linking a static library.
10839
10840 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
10841
10842 * configure.in (noconfigdirs): Don't disable libgcj on
10843 sparc64-*-solaris* and sparcv9-*-solaris*.
10844
10845 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
10846
10847 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
10848
10849 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
10850
10851 * configure.in (FLAGS_FOR_TARGET): Do not add
10852 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
10853 on i[3456]86-*-linux*.
10854
10855 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
10856
10857 * configure.in (noconfigdirs): Replace [ ] with test.
10858
10859 * configure.in (noconfigdirs): Do not add target-newlib if
10860 target == i[3456]86-*-linux*, and host == target.
10861
10862 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
10863
10864 * configure.in: delete reference to absent file
10865
10866 * configure.in: replace '[' with 'test'
10867
10868 * configure.in: Eliminate references to gash.
10869 * Makefile.in: Eliminate references to gash.
10870
10871 * configure.in: remove useless references to 'pic' makefile fragments.
10872
10873 * configure.in: (*-*-windows*) Finish removing.
10874
10875 * configure.in: Eliminate redundant test for libgui.
10876
10877 2002-04-29 Roger Sayle <roger@eyesopen.com>
10878
10879 * MAINTAINERS: Add self and realphabetize. Update entries
10880 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
10881 entry for a29k port maintainer.
10882
10883 2002-04-26 Joel Sherrill <joel@OARcorp.com>
10884
10885 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
10886 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
10887
10888 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
10889
10890 * configure.in: remove references to dead files
10891
10892 2002-04-19 Mark Mitchell <mark@codesourcery.com>
10893
10894 * MAINTAINERS: Add information about purpose of this file.
10895
10896 2002-04-18 Tom Tromey <tromey@redhat.com>
10897
10898 * configure.in: Disallow configuring libgcj when it is already
10899 installed and we're using Solaris 2.8 linker. Do enable libgcj on
10900 Solaris 2.8 by default. For PR libgcj/6158.
10901
10902 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10903
10904 * configure.in: Move default CC setting out of config/mh-* fragments
10905 directly into here.
10906
10907 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
10908
10909 * configure.in: don't even try to configure or make a subdirectory
10910 if there's no configure script for it.
10911
10912 2002-04-15 Mark Mitchell <mark@codesourcery.com>
10913
10914 * MAINTAINERS: Remove chill maintainers.
10915 * Makefile.in (CHILLFLAGS): Remove.
10916 (CHILL_LIB): Remove.
10917 (TARGET_CONFIGDIRS): Remove libchill.
10918 (CHILL_FOR_TARGET): Remove.
10919 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
10920 CHILL_LIB.
10921 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
10922 (CHECK_TARGET_MODULES): Likewise.
10923 (INSTALL_TARGET_MODULES): Likewise.
10924 (CLEAN_TARGET_MODULES): Likewise.
10925 (configure-target-libchill): Remove.
10926 (all-target-libchill): Remove.
10927 * configure.in (target_libs): Remove target-libchill.
10928 Do not compute CHILL_FOR_TARGET.
10929 * libchill: Remove directory.
10930
10931 2002-04-11 DJ Delorie <dj@redhat.com>
10932
10933 * Makefile.in, configure.in: Sync with binutils, entries
10934 follow...
10935
10936 2002-04-07 Andrew Cagney <ac131313@redhat.com>
10937
10938 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
10939 (do-tar, do-bz2): New rules.
10940 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
10941 (gdb-tar): New rule.
10942 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
10943 (insight_dejagnu.tar): New rule.
10944 (insight.tar): New rule.
10945 (gdb+dejagnu.tar): New rule.
10946 (gdb.tar): New rule.
10947
10948 2002-02-01 Mo DeJong <supermo@bayarea.net>
10949
10950 * Makefile.in: Add all-tix to deps for all-snavigator
10951 so that tix is built when building snavigator.
10952
10953 2002-01-11 Steve Ellcey <sje@cup.hp.com>
10954
10955 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
10956 ld and gdb are not supported.
10957
10958 2002-01-07 Mark Salter <msalter@redhat.com>
10959
10960 * configure.in: Remove target-bsp and target-cygmon from arm builds.
10961 Allow target-libgloss to be built for arm, strongarm, and xscale.
10962
10963 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
10964
10965 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
10966 options for i[3456]86-pc-linux* native builds.
10967
10968 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
10969
10970 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
10971 files from .po files for a distribution.
10972
10973 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
10974
10975 * configure.in: Enable libstdc++-v3 for h8300 targets.
10976
10977 2001-06-19 Alan Modra <amodra@bigpond.net.au>
10978
10979 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
10980 version from bfd/.
10981
10982 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
10983
10984 * Makefile.in (VER): When present, extract the version number from
10985 the file version.in.
10986
10987 2001-05-24 Tom Rix <trix@redhat.com>
10988
10989 * configure.in : enable ld for aix
10990
10991 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10992
10993 * config.guess: Add linux target for S/390.
10994
10995 2000-11-07 Philip Blundell <pb@futuretv.com>
10996
10997 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
10998
10999 2000-11-03 Philip Blundell <pb@futuretv.com>
11000
11001 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11002 files.
11003
11004 2001-01-15 Ben Elliston <bje@redhat.com>
11005
11006 * configure.in (host_tools): Add sid.
11007 Always configure cgen.
11008
11009 2000-11-24 Nick Clifton <nickc@redhat.com>
11010
11011 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11012
11013 2000-08-20 Doug Evans <dje@casey.transmeta.com>
11014
11015 * Makefile.in (ALL_MODULES): Add all-cgen.
11016 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11017 (all-cgen): New target.
11018 (all-opcodes,all-sim): Depend on all-cgen.
11019 * configure.in (host_tools): Add cgen.
11020 Only configure cgen if --enable-cgen-maint.
11021
11022 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
11023
11024 * configure.in: Add *-*-freebsd* configurations.
11025
11026 2002-04-08 Tom Tromey <tromey@redhat.com>
11027
11028 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11029 Fixes PR libgcj/6068.
11030
11031 2002-03-30 Krister Walfridsson <cato@df.lth.se>
11032
11033 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11034
11035 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11036
11037 * configure.in (alpha*-dec-osf*): Enable libgcj.
11038
11039 2003-03-27 Matthew Gingell <gingell@gnat.com>
11040
11041 * MAINTAINERS (Write After Approval): Add myself.
11042
11043 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
11044
11045 Fix for: PR bootstrap/3591, target/5676
11046 * configure.in (mcore-pe): Disable the configuration of
11047 libstdc++-v3 since exceptions are not supported.
11048
11049 2002-03-20 Anthony Green <green@redhat.com>
11050
11051 * configure.in: Enable libgcj for xscale-elf target.
11052
11053 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
11054
11055 * MAINTAINERS: Update my email address.
11056
11057 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
11058
11059 * ltmain.sh (relink_command): Fix typo in previous change.
11060
11061 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
11062
11063 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
11064 (relink_command): Added --tag flags.
11065 (mode=install): If relinking fails; error out.
11066
11067 2002-03-12 Richard Henderson <rth@redhat.com>
11068
11069 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
11070 .NOTPARALLEL tag.
11071 (do-check): Rename from check.
11072 (check): Allow parallel check.
11073
11074 2002-03-12 Bob Wilson <bob.wilson@acm.org>
11075
11076 * MAINTAINERS: Add myself as maintainer for xtensa port.
11077 Fix alphabetical order in CPU port maintainer list.
11078 Remove myself from Write After Approval list.
11079
11080 2002-03-11 Richard Henderson <rth@redhat.com>
11081
11082 * Makefile.in (.NOTPARALLEL): Add fake tag.
11083
11084 2002-03-07 H.J. Lu (hjl@gnu.org)
11085
11086 * configure.in: Enable gprof for mips*-*-linux*.
11087
11088 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
11089
11090 * MAINTAINERS (Write After Approval): Add myself.
11091
11092 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
11093
11094 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
11095 libjava.
11096 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
11097
11098 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
11099
11100 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
11101 because its Makefile is there; test for the executable instead.
11102
11103 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
11104
11105 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
11106 libstdc++-v3 and libjava.
11107
11108 2002-02-11 Adam Megacz <adam@xwt.org>
11109
11110 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
11111 boehm-gc
11112
11113 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
11114
11115 * config.guess: Updated to 2002-01-30's version.
11116 * config.sub: Updated to 2002-02-01's version.
11117 Contribute sh64-elf.
11118 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
11119 * configure.in: Added sh64-*-*.
11120
11121 2002-02-08 Chris Demetriou <cgd@broadcom.com>
11122
11123 * MAINTAINERS: Belatedly add myself to write after approval list.
11124
11125 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
11126
11127 * MAINTAINERS: Put self in as maintainer for x86-64 port.
11128 Remove self as Write After Approval.
11129
11130 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
11131
11132 * MAINTAINERS: Put self in as maintainer for contrib/regression
11133 directory.
11134
11135 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
11136
11137 * MAINTAINERS: Update my email address.
11138
11139 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
11140
11141 * configure.in (*-*-netbsd*): New. Skip target-newlib,
11142 target-libiberty, and target-libgloss. Skip Java-related
11143 libraries if not supported for NetBSD on target CPU.
11144
11145 2002-01-25 Douglas B Rupp <rupp@gnat.com>
11146
11147 * install-sh: Use _inst.$$_ for temp file name.
11148
11149 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
11150
11151 * MAINTAINERS (Write After Approval): Move my contact info
11152 from here...
11153 (OS Port Maintainers): ...to here (netbsd).
11154
11155 2002-01-22 Bob Wilson <bob.wilson@acm.org>
11156
11157 * MAINTAINERS (Write After Approval): Add myself.
11158
11159 2002-01-17 H.J. Lu <hjl@gnu.org>
11160
11161 * Makefile.in (all-fastjar): Also depend on all-libiberty.
11162 (all-target-fastjar): Also depend on all-target-libiberty.
11163
11164 2002-01-16 H.J. Lu (hjl@gnu.org)
11165
11166 * config.guess: Import from master sources, rev 1.225.
11167 * config.sub: Import from master sources, rev 1.238.
11168
11169 2002-01-16 Kazu Hirata <kazu@hxi.com>
11170
11171 * MAINTAINERS (Write After Approval): Remove myself.
11172
11173 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
11174
11175 * MAINTAINERS (Write After Approval): Add myself.
11176
11177 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
11178
11179 * MAINTAINERS: Add self as docs co-maintainer.
11180
11181 2001-12-11 Matthias Klose <doko@debian.org>
11182
11183 * MAINTAINERS (Write After Approval): Add myself.
11184
11185 2001-12-09 Zack Weinberg <zack@codesourcery.com>
11186
11187 * MAINTAINERS: Update my email address.
11188
11189 2001-12-07 Turly O'Connor <turly@apple.com>
11190 * MAINTAINERS (Write After Approval): Add myself.
11191 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
11192 (rs6000_initialize_trampoline): Call __trampoline_setup for
11193 ABI_DARWIN too.
11194 * darwin-tramp.asm: New file, implements __trampoline_setup.
11195 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
11196
11197 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
11198
11199 * MAINTAINERS (Write After Approval): Add myself.
11200
11201 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
11202
11203 * configure, configure.in: Use temp file for long sed commands.
11204
11205 2001-12-03 Laurent Guerby <guerby@acm.org>
11206
11207 * config.sub: Update to version 1.232 on subversion.
11208
11209 2001-12-03 Ben Elliston <bje@redhat.com>
11210
11211 * MAINTAINERS: Update mail address for config.* patches.
11212
11213 2001-11-27 DJ Delorie <dj@redhat.com>
11214 Zack Weinberg <zack@codesourcery.com>
11215
11216 When build != host, create libiberty for the build machine.
11217
11218 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
11219 CONFIG_ARGUMENTS.
11220 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
11221 New variables.
11222 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
11223 and rules.
11224 (all.normal): Depend on ALL_BUILD_MODULES.
11225 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
11226 (all-build-libiberty): Depend on configure-build-libiberty.
11227
11228 * configure: Calculate and substitute proper value for
11229 ALL_BUILD_MODULES.
11230 * configure.in: Create the build subdirectory.
11231 Calculate and substitute TARGET_CONFIGARGS (formerly
11232 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
11233
11234 2001-11-26 Ziemowit Laski <zlaski@apple.com>
11235
11236 * MAINTAINERS (write-after-approval): Add self.
11237
11238 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
11239
11240 * MAINTAINERS (GNATS only accounts): Remove self.
11241
11242 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
11243
11244 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
11245 libf2c.
11246
11247 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
11248
11249 * MAINTAINERS (Write After Approval): Add self.
11250
11251 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11252
11253 * MAINTAINERS: mips and s390 are also CPU ports.
11254
11255 2001-11-12 David O'Brien <obrien@FreeBSD.org>
11256
11257 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
11258
11259 2001-11-11 David O'Brien <obrien@FreeBSD.org>
11260
11261 * MAINTAINERS: Alphabetize.
11262
11263 2001-11-09 Kazu Hirata <kazu@hxi.com>
11264
11265 * MAINTAINERS (Various maintainers: h8 port): Add myself.
11266
11267 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
11268
11269 * MAINTAINERS (Various maintainers: hppa port): Added myself.
11270
11271 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
11272
11273 * configure.in (--enable-languages): Be more permissive about
11274 syntax. Check for empty lists better. Warn about $LANGUAGES.
11275
11276 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
11277
11278 * config.sub: Import from master sources, rev. 1.230.
11279 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
11280
11281 2001-11-07 Laurent Guerby <guerby@acm.org>
11282
11283 * MAINTAINERS (Write After Approval): Add self.
11284
11285 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
11286
11287 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
11288
11289 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
11290
11291 * config.sub: Import from master sources, rev 1.226.
11292 * config.guess: Import from master sources, rev 1.216.
11293
11294 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
11295
11296 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
11297 * MAINTAINERS: Add self as maintainer of MMIX port.
11298 Remove old after-approval entry.
11299
11300 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
11301
11302 * ChangeLog, configure: Fix spelling errors.
11303
11304 2001-10-20 Brendan Kehoe <brendan@zen.org>
11305
11306 * MAINTAINERS: Tweak my address.
11307
11308 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
11309
11310 * MAINTAINERS: Update my email address.
11311
11312 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
11313
11314 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
11315 * MAINTAINERS: Add self as maintainer of CRIS port.
11316
11317 2001-10-10 Geert Bosch <bosch@gnat.com>
11318
11319 * MAINTAINERS (Various maintainers: Ada front end):
11320 Added Robert Dewar.
11321
11322 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
11323
11324 * MAINTAINERS (Write After Approval): Added self
11325
11326 2001-10-02 Geert Bosch <bosch@gnat.com>
11327
11328 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11329
11330 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
11331
11332 * configure: Handle temporary files securely using mkdir.
11333
11334 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
11335
11336 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
11337
11338 2001-09-26 Will Cohen <wcohen@redhat.com>
11339
11340 * configure.in (*-*-linux*): Disable configuration of target-newlib
11341 and target-libgloss.
11342
11343 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
11344
11345 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
11346 RANLIB.
11347
11348 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
11349
11350 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
11351 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
11352 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
11353 avoid quotes nesting problems.
11354 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
11355 (DO_X): Export only variables that are set.
11356
11357 2001-09-19 Ben Elliston <bje@redhat.com>
11358
11359 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
11360 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
11361 semantics. Use the shell built-in "type" command instead.
11362
11363 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
11364
11365 Merged from gcc-3_0-branch:
11366 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
11367 * ltcf-c.sh: Use $objext, not $ac_objext.
11368 2001-07-27 Mark Kettenis <kettenis@gnu.org>
11369 * ltcf-cxx.sh: Add support for GNU.
11370 2001-07-22 Timothy Wall <twall@redhat.com>
11371 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
11372 default settings if using GNU tools with that configuration.
11373 * ltcf-cxx.sh: Ditto.
11374 * ltcf-gcj.sh: Ditto.
11375 2001-07-21 Michael Chastain <chastain@redhat.com>
11376 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
11377 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
11378 * ltmain.sh: Mark as gcc-local.
11379
11380 2001-08-30 Eric Christopher <echristo@redhat.com>
11381 Jason Eckhardt <jle@redhat.com>
11382
11383 * config.guess: Merge from master sources.
11384 * config.sub: Merge from master sources, add support for mipsisa32.
11385
11386 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
11387 * config.sub: Merge from master sources, rev 1.219.
11388 * MAINTAINERS: Add self as contact for stormy16 port.
11389
11390 2001-08-14 Zack Weinberg <zackw@panix.com>
11391
11392 * config.sub: Merge from master sources, rev 1.218.
11393 * config.guess: Merge from master sources, rev 1.209.
11394
11395 2001-08-11 Graham Stott <grahams@redhat.com>
11396
11397 * Makefile.in (check-c++): Add missing semicolon.
11398
11399 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
11400
11401 * MAINTAINERS (Various maitainers: predict.def): Added myself.
11402
11403 2001-07-30 Eric Christopher <echristo@redhat.com>
11404
11405 * MAINTAINERS (Various maintainers: mips port): Added myself.
11406
11407 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
11408
11409 * configure.in (sh-*-linux*): New.
11410
11411 2001-07-27 Richard Henderson <rth@redhat.com>
11412
11413 * .cvsignore: Add LAST_UPDATED.
11414
11415 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
11416
11417 * MAINTAINERS (Various maintainers: s390 port): Added myself.
11418
11419 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
11420
11421 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
11422
11423 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
11424
11425 * MAINTAINERS (Write After Approval): Added myself.
11426
11427 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
11428
11429 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11430 and libgcj on m68hc11/m68hc12.
11431
11432 2001-06-27 H.J. Lu (hjl@gnu.org)
11433
11434 * Makefile (CFLAGS_FOR_BUILD): New.
11435 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
11436
11437 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11438
11439 * README: Remove version number.
11440
11441 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11442
11443 * INSTALL/README: Update wrt. to the installation instructions now
11444 residing in gcc/doc/install.texi.
11445
11446 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
11447
11448 * README: Replace with a cut-down and updated version of gcc/README.
11449
11450 2001-06-12 David Edelsohn <edelsohn@gnu.org>
11451
11452 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
11453 multilibs to be disabled.
11454
11455 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
11456
11457 * MAINTAINERS (Write After Approval): Add myself.
11458
11459 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
11460
11461 * config.guess: Import CVS version 1.195.
11462 * config.sub: Import CVS version 1.212.
11463
11464 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
11465
11466 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11467 gcc/xgcc is built, use -print-prog-name to find out the program
11468 name to use.
11469
11470 2001-06-04 Phil Edwards <pme@sources.redhat.com>
11471
11472 * config.guess: Import CVS version 1.194. All gcc-local changes
11473 appear to also be in the master copy.
11474 * config.sub: Import CVS version 1.211.
11475
11476 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
11477
11478 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
11479 with_gcc]: Use `gcc -shared' to build a shared library.
11480
11481 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
11482
11483 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
11484 archives.
11485
11486 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11487
11488 * MAINTAINERS (Write After Approval): Add myself.
11489
11490 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
11491
11492 * configure.in (libstdcxx_flags): Do not try to execute
11493 libstdc++-v3/testsuite_flags until it exists.
11494
11495 2001-06-01 Alan Modra <amodra@bigpond.net.au>
11496
11497 * MAINTAINERS: Update my email address.
11498
11499 2001-05-31 Graham Stott <grahams@redhat.com>
11500
11501 * MAINTAINERS (Write After Approval): Add myself.
11502
11503 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
11504
11505 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
11506 libraries when using g++ with native linker.
11507
11508 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
11509
11510 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
11511
11512 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
11513
11514 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
11515 [aix4*|aix5*]: Prepend blank.
11516
11517 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
11518
11519 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11520 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
11521 of subdir/configure scripts to use the new libtool.m4.
11522
11523 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
11524
11525 * MAINTAINERS (Write After Approval): Add myself.
11526
11527 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
11528
11529 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
11530
11531 2001-05-11 Ben Elliston <bje@redhat.com>
11532
11533 * Makefile.in (all-sid): New target.
11534 (check-sid, clean-sid, install-sid): Likewise.
11535
11536 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
11537
11538 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
11539
11540 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11541
11542 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
11543 libgcj.
11544
11545 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
11546
11547 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
11548 gcc/xgcc is built, use -print-prog-name to find out the program
11549 name to use.
11550
11551 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
11552
11553 * configure.in (noconfigdirs): Don't reset it from scratch in the
11554 target case; only append to it.
11555
11556 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
11557 sparc-*-solaris2.8]: Disable ${libgcj}.
11558
11559 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
11560
11561 * configure.in (libgcj_saved): Copy from $libgcj.
11562 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
11563 --disable-libgcj.
11564
11565 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
11566
11567 * MAINTAINERS: Remove self as MIPS maintainer and
11568 C front end maintainer.
11569
11570 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
11571
11572 * configure.in: Move *-chorusos target case to the proper switch.
11573 Disable libgcj.
11574
11575 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11576
11577 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
11578 1.641.2.228.
11579
11580 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11581
11582 * Makefile.in (STAGE1_CFLAGS): Pass down.
11583
11584 2001-04-13 Alan Modra <amodra@one.net.au>
11585
11586 * config.guess: Add hppa64-linux support. Note for next import that
11587 this is already in the master file.
11588 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
11589
11590 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
11591
11592 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11593 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
11594
11595 2001-04-11 Stan Shebs <shebs@apple.com>
11596
11597 * MAINTAINERS: Add self as Darwin port maintainer.
11598
11599 2001-04-11 Alan Modra <amodra@one.net.au>
11600
11601 * MAINTAINERS: Update my email address.
11602
11603 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
11604
11605 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11606 recent versions of FreeBSD (release 3 or later).
11607 * ltconfig: On FreeBSD, -lc must not be provided when building
11608 a shared library or else the standard -pthread gcc option is
11609 rendered worthless to later users of the built library.
11610
11611 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
11612
11613 * MAINTAINERS: Add self and RTH as C front end maintainers.
11614
11615 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
11616
11617 * config.sub: Make sure to match an already-canonicalized
11618 machine name (eg. mn10300-unknown-elf).
11619
11620 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
11621
11622 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
11623 New macros.
11624 (bootstrap, cross): Use RECURSE_FLAGS.
11625 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
11626
11627 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
11628
11629 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
11630
11631 2001-03-22 Colin Howell <chowell@redhat.com>
11632
11633 * Makefile.in (DO_X): Do not backslash single-quotes in
11634 backquotes (two places).
11635
11636 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11637
11638 Re-installed:
11639 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11640 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11641 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11642 * ltcf-cxx.sh: Likewise.
11643 * ltcf-gcj.sh: Likewise.
11644
11645 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11646
11647 * MAINTAINERS: Add myself as "documentation co-maintainer".
11648
11649 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
11650
11651 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
11652 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
11653
11654 2001-03-19 Tom Tromey <tromey@redhat.com>
11655
11656 * config-ml.in: Handle GCJ and GCJFLAGS.
11657
11658 2001-03-21 Michael Chastain <chastain@redhat.com>
11659
11660 * Makefile.in: all-m4 depends on all-texinfo.
11661
11662 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
11663
11664 * MAINTAINERS: Add myself to write after approval list.
11665
11666 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
11667
11668 * Makefile.in (DO_X): Quote nested quotes.
11669
11670 2001-03-18 Alan Modra <alan@linuxcare.com.au>
11671
11672 * MAINTAINERS: Add myself to write after approval list.
11673
11674 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
11675
11676 * Makefile.in (DO_X): Use double quotes for quoting
11677 "RANLIB=$${RANLIB}".
11678
11679 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
11680
11681 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
11682
11683 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
11684
11685 * configure.in: Only use `lang_requires' for languages athat are
11686 actually enabled.
11687
11688 2001-03-08 Phil Edwards <pme@sources.redhat.com>
11689
11690 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
11691
11692 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
11693
11694 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
11695
11696 2001-03-07 Tom Tromey <tromey@redhat.com>
11697
11698 * configure.in: Allow config-lang.in to set `lang_requires' to list
11699 of other required languages.
11700
11701 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
11702
11703 * Makefile.in: Remove RANLIB definition. Use RANLIB
11704 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
11705 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
11706
11707 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
11708 Alexandre Oliva <aoliva@redhat.com>
11709
11710 * Makefile.in (check-c++): Use tabs, not spaces.
11711
11712 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
11713
11714 * MAINTAINERS: add myself to Write After Approval list.
11715
11716 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
11717
11718 * Makefile.in (check-c++): New rule.
11719
11720 * configure.in (target_libs): Remove libg++.
11721 (noconfigdirs): Remove libg++.
11722 (noconfigdirs): Same.
11723 (noconfigdirs): Same.
11724 (noconfigdirs): Same.
11725
11726 * config-ml.in: Remove libg++ references.
11727
11728 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
11729 (ALL_TARGET_MODULES): Same.
11730 (configure-target-libg++): Remove.
11731 (all-target-libg++): Remove.
11732 (configure-target-libio): Remove.
11733 (all-target-libio): Remove.
11734 (check-target-libio): Remove.
11735 (.PHONY): Remove.
11736 (libg++.tar.bz2): Remove.
11737 (all-target-cygmon): Remove libio.
11738 (all-target-libstdc++): Remove.
11739 (configure-target-libstdc++): Remove.
11740 (TARGET_LIB_PATH): Remove libstdc++.
11741 (ALL_GCC_CXX): Remove libstdc++.
11742 (all-target-gperf): Correct.
11743
11744 2001-02-16 Nick Clifton <nickc@redhat.com>
11745
11746 * configure.in (noconfigdirs): Allow configuration of texinfo
11747 for Cygwin hosts.
11748
11749 2001-02-15 Anthony Green <green@redhat.com>
11750
11751 * configure: Introduce GCJ_FOR_TARGET.
11752 * configure.in: Ditto.
11753 * Makefile.in: Ditto.
11754
11755 2001-02-13 Andreas Schwab <schwab@suse.de>
11756
11757 * MAINTAINERS: Update mail address.
11758
11759 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11760
11761 * config.guess: Add linux target for S/390.
11762 * config.sub: Likewise.
11763
11764 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
11765
11766 * configure.in: for *-chorusos, don't config target-newlib and
11767 target-libgloss.
11768
11769 2001-02-06 Ben Elliston <bje@redhat.com>
11770
11771 * configure: Output host type to stdout, not stderr.
11772
11773 2001-02-05 Mark Mitchell <mark@codesourcery.com>
11774
11775 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
11776 * ltcf-cxx.sh: Likewise.
11777
11778 * config.if: Assume enable_libstdcxx_v3 is defined.
11779
11780 2001-02-04 Mark Mitchell <mark@codesourcery.com>
11781
11782 Remove V2 C++ library.
11783 * configure.in: Remove --enable-libstdcxx_v3 support.
11784
11785 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
11786
11787 * include/demangle.h: Add prototype for java_demangle_v3.
11788
11789 2001-01-29 Phil Edwards <pme@sources.redhat.com>
11790
11791 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
11792
11793 2001-01-27 Richard Henderson <rth@redhat.com>
11794
11795 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
11796
11797 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11798
11799 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
11800 Don't unset, it's non-portable and no longer necessary, set to empty
11801 instead.
11802
11803 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
11804
11805 * ltconfig: Shell portability fix for the tagname validity check.
11806
11807 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
11808
11809 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
11810 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
11811
11812 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11813
11814 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
11815
11816 2001-01-26 Tom Tromey <tromey@redhat.com>
11817
11818 * configure.in: Allow libgcj to be built on Sparc Solaris.
11819
11820 2001-01-25 David Edelsohn <edelsohn@gnu.org>
11821
11822 * ltcf-c.sh: Add aix5 case.
11823 * ltcf-cxx.sh: Likewise.
11824 * ltconfig: Likewise.
11825
11826 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
11827
11828 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
11829 keep at least one of build_libtool_libs or build_old_libs set to
11830 yes.
11831
11832 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
11833 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
11834
11835 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
11836
11837 * configure.in: Enable libgcj on several additional platforms.
11838
11839 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
11840
11841 * configure.in: Enable libgcj for linux targets.
11842
11843 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
11844
11845 * MAINTAINERS (Write After Approval): Add myself.
11846
11847 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
11848
11849 * MAINTAINERS: Add myself as vax port maintainer.
11850
11851 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
11852
11853 * MAINTAINERS: Add myself as Mercury front-end maintainer.
11854
11855 2001-01-09 Mike Stump <mrs@wrs.com>
11856
11857 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
11858 failures of subdirectories.
11859
11860 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11861
11862 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
11863 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
11864 * ltcf-cxx.sh: Likewise.
11865 * ltcf-gcj.sh: Likewise.
11866 * ltconfig.sh: Fix typo.
11867
11868 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11869
11870 * configure: handle DOS-style absolute paths.
11871
11872 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
11873
11874 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
11875
11876 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
11877
11878 * MAINTAINERS: Add myself as avr port co-maintainer.
11879
11880 2000-12-28 Ben Elliston <bje@redhat.com>
11881
11882 * MAINTAINERS: Add myself under ``Write After Approval''.
11883
11884 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
11885
11886 * texinfo: Remove directory from GCC.
11887
11888 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
11889
11890 * COPYING: Update to current
11891 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
11892 to 19yy as example year in copyright notice).
11893
11894 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
11895
11896 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
11897 (libstdcxx_incdir): Pass down.
11898 * config.if: Remove expired bits for cxx_interface, add stub.
11899 (libstdcxx_incdir): Add variable for g++ include directory.
11900 * configure.in (gxx_include_dir): Use it.
11901
11902 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
11903
11904 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
11905 with old-email address from ``Write After Approval''.
11906
11907 2000-12-15 Andreas Jaeger <aj@suse.de>
11908
11909 * configure.in: Handle lang_dirs.
11910
11911 2000-12-14 Tom Tromey <tromey@redhat.com>
11912
11913 * MAINTAINERS: Removed brads.
11914
11915 * MAINTAINERS: Added gcj developers.
11916
11917 2000-12-13 Anthony Green <green@redhat.com>
11918
11919 * configure.in: Disable libgcj for any target not specifically
11920 listed. Disable libgcj for x86 and Alpha Linux until compatible
11921 with g++ abi.
11922
11923 2000-12-13 Mike Stump <mrs@wrs.com>
11924
11925 * Makefile.in (local-distclean): Also remove fastjar.
11926
11927 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
11928
11929 * contrib/gcc_update: Add fastjar --touch entries.
11930
11931 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
11932
11933 * configure.in: Disable language-specific target libraries for
11934 languages that aren't enabled.
11935
11936 2000-12-10 Anthony Green <green@redhat.com>
11937
11938 * configure.in: Define libgcj. Disable libgcj target libraries for
11939 most targets.
11940
11941 2000-12-10 Neil Booth <neilb@earthling.net>
11942
11943 * MAINTAINERS: Update mail address, remove from WAA list.
11944
11945 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11946
11947 * libjava: Imported from /cvs/java.
11948 * libffi: Likewise.
11949 * Boehm-gc: Likewise.
11950
11951 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
11952
11953 * configure.in (target_libs): Revert 2000-12-08 patch.
11954 (noconfigdirs): Added target-libjava.
11955
11956 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11957
11958 * djunpack.bat: removed.
11959
11960 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
11961
11962 * Makefile.in: handle DOS-style absolute paths.
11963 * config-ml.in: likewise.
11964 * symlink-tree: likewise.
11965
11966 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11967
11968 * fastjar: Imported.
11969
11970 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11971
11972 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
11973 libjava.
11974 * configure.in (target_libs): Removed `target-libjava'.
11975
11976 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
11977
11978 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
11979 (ALL_MODULES): Added fastjar.
11980 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
11981 (all-target-libjava): all-fastjar replaces all-zip.
11982 (all-fastjar): Added.
11983 (configure-target-fastjar, all-target-fastjar): Likewise.
11984 * configure.in (host_tools): Added fastjar.
11985
11986 2000-12-07 Mike Stump <mrs@wrs.com>
11987
11988 * Makefile.in (local-distclean): Remove leftover built files.
11989
11990 2000-11-24 Nick Clifton <nickc@redhat.com>
11991
11992 * configure.in (xscale-elf): Add target.
11993 (xscale-coff): Add target.
11994
11995 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
11996
11997 * ltcf-cxx.sh: Support creation of C++ shared libraries on
11998 recent versions of FreeBSD (release 3 or later).
11999 * ltconfig: On FreeBSD, -lc must not be provided when building
12000 a shared library or else the standard -pthread gcc option is
12001 rendered worthless to later users of the built library.
12002
12003 2000-11-16 Fred Fish <fnf@be.com>
12004
12005 * configure.in (enable_libstdcxx_v3): Fix typo,
12006 libstd++ -> libstdc++.
12007
12008 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12009
12010 * MAINTAINERS: Add self to Write After Approval list.
12011
12012 2000-11-21 Bernd Schmidt <bernds@redhat.com>
12013
12014 * MAINTAINERS: Update my email address. Add myself to global write
12015 privs list.
12016
12017 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
12018
12019 * Makefile.in: Merge with src and libgcj.
12020 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12021 configure-target-<library> when their configure scripts need the C
12022 or C++ library to have already been built to work properly.
12023 (do_proto_toplev): Set them to an empty string.
12024
12025 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12026 (REALLY_SET_LIB_PATH): Use them.
12027
12028 2000-11-17 Stan Shebs <shebs@apple.com>
12029
12030 * MAINTAINERS: Add self to Write After Approval list.
12031
12032 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12033
12034 * configure: Provide the original toplevel configure arguments
12035 (including $0) to subprocesses in the environment rather than
12036 through gcc/configargs.h.
12037
12038 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
12039
12040 * MAINTAINERS: Remove references to cccp. Change C9X reference to
12041 C99. Alphabetise "Write After Approval" list.
12042
12043 2000-11-12 Mark Mitchell <mark@codesourcery.com>
12044
12045 * configure: Turn on libstdc++ V3 by default.
12046
12047 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
12048 if we've got GCC.
12049
12050 2000-11-11 Philip Blundell <philb@gnu.org>
12051
12052 * MAINTAINERS: Add self to Write After Approval list.
12053
12054 2000-11-09 David Edelsohn <edelsohn@gnu.org>
12055
12056 * ltcf-c.sh (aix4): Improve shared library configuration; require
12057 exporting symbols.
12058 * ltcf-cxx.sh (aix4): Define.
12059 * ltconfig (aix4): Define library and soname specs appropriate for
12060 AIX. Define command to create export symbols list.
12061
12062 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
12063
12064 * config.sub: Add support for Sun Chorus
12065
12066 2000-10-31 Nick Clifton <nickc@redhat.com>
12067
12068 * MAINTAINERS: Rename <name>@cygnus.com addresses to
12069 <name>@redhat.com. Also installed new email address for Clint
12070 Popetz.
12071
12072 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
12073
12074 * etc: Remove directory from GCC.
12075
12076 2000-10-16 Michael Meissner <meissner@redhat.com>
12077
12078 * configure (gcc/configargs.h): Only create if there is a build GCC
12079 directory created.
12080
12081 2000-10-16 Matthias Klose <doko@debian.org>
12082
12083 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
12084 when configured for libstdc++-v3.
12085
12086 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
12087
12088 * configure: Save configure arguments to gcc/configargs.h.
12089
12090 2000-10-04 Philipp Thomas <pthomas@suse.de>
12091
12092 * config.guess: Import CVS version 1.157.
12093 * config.sub: Import CVS version 1.181.
12094
12095 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
12096
12097 * Makefile.in (bootstrap): avoid recursion if subdir missing
12098 (cross): ditto
12099 (do-proto-toplev): ditto
12100
12101 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
12102
12103 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
12104 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
12105
12106 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
12107 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
12108 all affected `configure' scripts.
12109
12110 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
12111
12112 * MAINTAINERS: Add self as cpplib co-maintainer.
12113
12114 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
12115
12116 * MAINTAINERS: Add self to Write After Approval list.
12117
12118 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12119
12120 * INSTALL/README: egcs -> GCC update.
12121
12122 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
12123
12124 * MAINTAINERS: Add myself to Write After Approval list.
12125
12126 2000-09-15 Kazu Hirata <kazu@hxi.com>
12127
12128 * MAINTAINERS: Add myself to Write After Approval list.
12129
12130 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
12131
12132 * configure.in: Do not build byacc for hppa64. Provide paths to the
12133 X11 libraries for hppa64.
12134
12135 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12136
12137 * MAINTAINERS: Add myself as 68hc11 port maintainer.
12138
12139 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
12140
12141 * Makefile.in (all-zlib): Added dummy target.
12142
12143 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12144 ltcf-gcj.sh: Updated from libtool multi-language branch.
12145
12146 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
12147
12148 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
12149 (bootstrap*): Depend on all-bootstrap.
12150
12151 2000-09-05 Philipp Thomas <pthomas@suse.de>
12152
12153 * config.guess: Import CVS version 1.156.
12154 * config.sub: Import CVS version 1.179.
12155
12156 2000-09-02 Anthony Green <green@cygnus.com>
12157
12158 * Makefile.in (all-gcc): Depend on all-zlib.
12159 (CLEAN_MODULES): Add clean-zlib.
12160 (ALL_MODULES): Add all-zlib.
12161 * configure.in (host_libs): Add zlib.
12162
12163 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
12164
12165 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
12166 crosses, but add gcc/include to the header search path for them.
12167
12168 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
12169
12170 * MAINTAINERS: Add self to Write After Approval list.
12171
12172 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12173
12174 * config.guess: Import CVS version 1.152.
12175 * config.sub: Import CVS version 1.177.
12176
12177 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
12178
12179 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
12180 $targargs to tell whether newlib is going to be built.
12181
12182 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
12183 $$r/TARGET_SUBDIR/libio for _G_config.h.
12184
12185 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
12186
12187 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
12188
12189 2000-08-22 DJ Delorie <dj@redhat.com>
12190
12191 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
12192
12193 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
12194
12195 * config-ml.in (CC, CXX): Avoid trailing whitespace.
12196 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
12197 sub-configures.
12198
12199 2000-08-21 DJ Delorie <dj@redhat.com>
12200
12201 * MAINTAINERS: Add self as a libiberty maintainer
12202
12203 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
12204
12205 * configure.in (libstdcxx_flags): Use
12206 libstdc++-v3/src/libstdc++.INC.
12207
12208 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
12209
12210 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
12211
12212 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
12213
12214 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
12215
12216 * configure: Make enable_threads and enable_shared defaults
12217 explicit. Substitute enable_threads into generated Makefiles.
12218 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
12219 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
12220
12221 2000-08-13 Geoff Keating <geoffk@cygnus.com>
12222
12223 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
12224
12225 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
12226
12227 * config-ml.in (CC): Remove bogus duplicate quotation mark from
12228 previous delta.
12229
12230 2000-08-11 Jason Merrill <jason@redhat.com>
12231
12232 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
12233 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
12234 (FLAGS_FOR_TARGET): Not here.
12235 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
12236
12237 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
12238
12239 * config-ml.in (CC, CXX): Don't introduce a leading space.
12240
12241 2000-08-07 DJ Delorie <dj@delorie.com>
12242
12243 * MAINTAINERS: Add self as a DJGPP maintainer
12244
12245 2000-08-07 DJ Delorie <dj@redhat.com>
12246
12247 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
12248 "if we're also building gcc, and it's a gcc that will run on the
12249 build machine, we want to use its includes instead of the system's
12250 default includes".
12251
12252 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
12253
12254 * MAINTAINERS: Add self to Write After Approval list.
12255
12256 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
12257
12258 * configure.in (libstdcxx_flags): Don't use `"'.
12259
12260 * config-ml.in: Adjust multilib search paths to the
12261 appropriate multilib tree.
12262
12263 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
12264
12265 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
12266 commas in $LANGUAGES.
12267
12268 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
12269
12270 * configure.in: Re-enable all references to libg++ and librx.
12271
12272 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
12273
12274 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
12275 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
12276 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
12277 * ltcf-cxx.sh (need_lc): Set based on postdeps.
12278
12279 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
12280
12281 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
12282
12283 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
12284 CXX_FOR_TARGET for sed.
12285
12286 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
12287
12288 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
12289 Do not override if already set in the environment or in configure.
12290 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
12291 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
12292
12293 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
12294
12295 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
12296 the libtool CVS tree multi-language branch.
12297 * ltconfig, ltmain.sh: Updated.
12298
12299 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
12300
12301 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
12302 (clean-target): Depend on it.
12303
12304 * Makefile.in (FLAGS_FOR_TARGET): New macro.
12305 (GCC_FOR_TARGET): Use it.
12306 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
12307 * configure.in: ... here.
12308 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
12309 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
12310
12311 2000-07-24 Eric Christopher <echristo@cygnus.com>
12312
12313 * MAINTAINERS: Add self to Write After Approval list.
12314
12315 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
12316
12317 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
12318 (configure-target-libchill, configure-target-libobjc): Likewise.
12319
12320 * configure.in: Use the same cache file for all target libs.
12321 * config-ml.in: But different cache files per multilib variant.
12322
12323 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12324
12325 * configure (topsrcdir): Don't use dirname.
12326
12327 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
12328
12329 * MAINTAINERS: Add self to Write After Approval list.
12330
12331 2000-07-20 Jason Merrill <jason@redhat.com>
12332
12333 * configure.in: Remove all references to libg++ and librx.
12334
12335 * configure, configure.in, Makefile.in: Unify gcc and binutils.
12336
12337 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
12338
12339 * config.sub: Update to subversions version 2000-07-06.
12340
12341 2000-07-12 Andrew Haley <aph@cygnus.com>
12342
12343 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
12344 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
12345
12346 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
12347
12348 * symlink-tree: Check number of arguments.
12349
12350 2000-07-05 Jim Wilson <wilson@cygnus.com>
12351
12352 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
12353 search path for a g++ extracted from the build tree. This
12354 will allow link tests run by configure scripts in
12355 subdirectories to succeed.
12356
12357 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
12358
12359 * ltconfig: Add support for mips-dde-sysv4.2MP
12360
12361 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
12362
12363 * MAINTAINERS: Add myself as loop discovery maintainer.
12364
12365 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
12366
12367 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
12368 `os2'. Force ac_cv_exeext to be ".exe" in that case.
12369
12370 2000-06-19 Timothy Wall <twall@cygnus.com>
12371
12372 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
12373 * config.sub: Add tic54x target.
12374
12375 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12376
12377 * MAINTAINERS: Add self as Fortran maintainer,
12378 remove Craig Burley.
12379
12380 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
12381
12382 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
12383 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
12384
12385 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
12386
12387 * MAINTAINERS: Add self as i18n maintainer
12388
12389 20000-05-21 H.J. Lu (hjl@gnu.org)
12390
12391 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
12392 directory are used if they exist. Make sure
12393 $(build_tooldir)/include is searched for header files,
12394 $(build_tooldir)/lib/ for library files.
12395 (GCC_FOR_TARGET): Likewise.
12396 (CXX_FOR_TARGET): Likewise.
12397
12398 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
12399
12400 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
12401
12402 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
12403
12404 * Makefile.in (configure-target-libiberty): Depend on
12405 configure-target-newlib.
12406
12407 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
12408
12409 * configure.in, Makefile.in: Merge all libffi-related
12410 configury stuff from the libgcj tree.
12411
12412 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
12413
12414 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12415 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
12416
12417 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
12418
12419 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
12420 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
12421 current version information. Add to proto-toplev directory.
12422 (gdb-taz): Build do-djunpack.
12423
12424 2000-05-15 David Edelsohn <edelsohn@gnu.org>
12425
12426 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
12427
12428 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
12429
12430 * MAINTAINERS: Add self to Write After Approval list.
12431
12432 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12433
12434 * ltmain.sh: Preserve in relink_command any environment
12435 variables that may affect the linker behavior.
12436
12437 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
12438
12439 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
12440
12441 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
12442
12443 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
12444
12445 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12446
12447 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
12448 with the version name.
12449
12450 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
12451
12452 * MAINTAINERS: Add self as bb-reorder maintainer.
12453
12454 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
12455
12456 * config.if: Tweak.
12457
12458 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
12459
12460 * djunpack.bat: New file.
12461
12462 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
12463
12464 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
12465 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
12466 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
12467 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
12468
12469 2000-04-16 Dave Pitts <dpitts@cozx.com>
12470
12471 * config.sub (case $basic_machine): Change default for "ibm-*"
12472 to "openedition".
12473
12474 2000-04-13 Andreas Jaeger <aj@suse.de>
12475
12476 * MAINTAINERS: Added myself.
12477
12478 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
12479
12480 * Makefile.in (gdb-taz): New target. GDB specific archive.
12481 (do-md5sum): New target.
12482 (MD5PROG): Define.
12483 (PACKAGE): Default to TOOL.
12484 (VER): Default to a shell script.
12485 (taz): Rewrite target. Move real work to do-proto-toplev. Include
12486 md5 checksum generation.
12487 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
12488 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
12489 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
12490 insight.tar.bz2): Use gdb-taz to create archive.
12491
12492 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
12493
12494 * configure (warn_cflags): Delete.
12495
12496 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
12497
12498 * MAINTAINERS: Added myself.
12499
12500 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
12501 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
12502
12503 * configure.in (enable_libstdcxx_v3): Add.
12504 (target_libs): Add bits here to switch between libstdc++-v2 and
12505 libstdc++-v3.
12506 * config.if: And this file too.
12507 * Makefile.in: Add libstdc++-v3 targets.
12508
12509 2000-04-05 Michael Meissner <meissner@redhat.com>
12510
12511 * config.sub (d30v): Add d30v as a basic machine type.
12512
12513 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
12514
12515 * configure.in: -linux-gnu*, not -linux-gnu.
12516
12517 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
12518
12519 * MAINTAINERS: Add self in write-after-approval section.
12520
12521 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
12522
12523 * MAINTAINERS: Add self as ia64 port maintainer.
12524
12525 2000-03-08 Neil Booth <NeilB@earthling.net>
12526
12527 * MAINTAINERS: Add self in write-after-approval section.
12528
12529 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
12530
12531 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
12532 (do-tar-bz2): Replace TOOL with PACKAGE.
12533 (gdb.tar.bz2): Remove GDBTK from GDB package.
12534 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
12535 dejagnu.tar.bz2): New packages.
12536
12537 2000-02-27 Andreas Jaeger <aj@suse.de>
12538
12539 * configure.in: Add entry for mips*-*-linux*, move catch all
12540 *-*-*linux* entry below this one.
12541
12542 2000-02-27 Ian Lance Taylor <ian@zembu.com>
12543
12544 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
12545
12546 2000-02-24 Nick Clifton <nickc@cygnus.com>
12547
12548 * config.sub: Support an OS of "wince".
12549
12550 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
12551
12552 * config.guess, config.sub: Updated to match config's 2000-02-15
12553 version.
12554
12555 2000-02-23 Linas Vepstas <linas@linas.org>
12556
12557 * config.sub: Add support for Linux/IBM 370.
12558 * configure.in: Likewise.
12559
12560 2000-02-22 Nick Clifton <nickc@cygnus.com>
12561
12562 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
12563
12564 2000-02-20 Christopher Faylor <cgf@cygnus.com>
12565
12566 * config.guess: Guess "cygwin" rather than "cygwin32".
12567
12568 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12569
12570 * configure (gcc_version): When setting, narrow search to
12571 lines containing `version_string'.
12572
12573 2000-02-15 Denis Chertykov <denisc@overta.ru>
12574
12575 * config.sub: Add support for avr target.
12576
12577 2000-02-14 Nick Clifton <nickc@cygnus.com>
12578
12579 * MAINTAINERS: Add maintainers for MCore port.
12580
12581 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
12582
12583 * config.sub: Add mmix-knuth-mmixware.
12584
12585 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12586
12587 * MAINTAINERS: Pair cccp with cpplib maintainership.
12588
12589 2000-01-27 Christopher Faylor <cgf@redhat.com>
12590
12591 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
12592 structure stuff to -L library search.
12593 (CXX_FOR_TARGET): Ditto.
12594 (CROSS_CHECK_MODULES): Fix spelling mistake.
12595
12596 2000-01-24 Mark Mitchell <mark@codesourcery.com>
12597
12598 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
12599 the C++ compiler.
12600
12601 2000-01-12 Richard Henderson <rth@cygnus.com>
12602
12603 * configure.in: Don't build some bits for beos.
12604
12605 2000-01-12 Joel Sherrill (joel@OARcorp.com)
12606
12607 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
12608 as include files.
12609
12610 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
12611
12612 * Add self as cpplib maintainer, as requested by Jason
12613 Merrill. Correct my e-mail address.
12614
12615 2000-01-06 Geoff Keating <geoffk@cygnus.com>
12616
12617 * configure.in: Use mt-aix43 to handle *_TARGET defs,
12618 not mh-aix43.
12619
12620 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
12621
12622 * MAINTAINERS: Add myself to "write after approval" list.
12623
12624 1999-12-14 Richard Henderson <rth@cygnus.com>
12625
12626 * config.guess (alpha-osf, alpha-linux): Detect ev67.
12627 * config.sub: Accept alphaev[78], alphaev8.
12628
12629 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12630
12631 * config.guess, config.sub: Update from autoconf.
12632
12633 1999-11-29 Bruce Korb <autogen@linuxbox.com>
12634
12635 * MAINTAINERS: update my playtime e-address.
12636
12637 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12638
12639 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
12640 necessary libraries are missing.
12641
12642 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
12643
12644 * MAINTAINERS: Add new 'write after approval' maintainer.
12645
12646 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
12647
12648 * MAINTAINERS: Add new Java maintainer.
12649
12650 1999-10-25 Andreas Schwab <schwab@suse.de>
12651
12652 * configure: Fix quoting inside arguments of eval.
12653
12654 1999-10-21 Nick Clifton <nickc@cygnus.com>
12655
12656 * config-ml.in: Allow suppression of some ARM multilibs.
12657
12658 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
12659
12660 * config.guess: Add OS/390 match pattern.
12661 * config.sub: Add mvs, openedition targets.
12662 * configure.in (i370-ibm-opened*): New.
12663
12664 1999-09-04 Steve Chamberlain <sac@pobox.com>
12665
12666 * config.sub: Add support for configuring for pj.
12667
12668 1999-08-31 Nick Clifton <nickc@cygnus.com>
12669
12670 * config.sub (maybe_os): Add support for configuring for fr30.
12671
12672 1999-08-25 Nick Clifton <nickc@cygnus.com>
12673
12674 * configure.in: Do not configure or build ld for AIX
12675 platforms. ld is known to be broken on these platforms.
12676
12677 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12678
12679 * config-ml.in: Pass compiler flag corresponding to multidirs to
12680 subdir configures.
12681
12682 1999-08-09 Ian Lance Taylor <ian@zembu.com>
12683
12684 * Makefile.in (LDFLAGS): Define.
12685
12686 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
12687
12688 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
12689 noconfigdirs.
12690 (*-*-cygwin*): Likewise.
12691
12692 1999-08-08 Ian Lance Taylor <ian@zembu.com>
12693
12694 * mkdep: New file.
12695 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
12696 (BINUTILS_SUPPORT_DIRS): Add mkdep.
12697
12698 From Eli Zaretskii <eliz@is.elta.co.il>:
12699 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
12700 long file name when using DJGPP on MS-DOS.
12701
12702 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
12703
12704 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
12705
12706 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
12707
12708 * Makefile.in (check-target-libio): Remove all-target-libstdc++
12709 dependency as this causes "make check" to globally "make all"
12710
12711 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
12712
12713 * configure.in (target_libs): Added target-zlib.
12714 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
12715 (CONFIGURE_TARGET_MODULES): Likewise.
12716 (CHECK_TARGET_MODULES): Likewise.
12717 (INSTALL_TARGET_MODULES): Likewise.
12718 (CLEAN_TARGET_MODULES): Likewise.
12719 (configure-target-zlib): New target.
12720 (all-target-zlib): Likewise.
12721 (all-target-libjava): Depend on all-target-zlib.
12722 (configure-target-libjava): Depend on configure-target-zlib.
12723
12724 * Makefile.in (configure-target-libjava): Depend on
12725 configure-target-newlib.
12726 (configure-target-boehm-gc): New target.
12727 (configure-target-qthreads): New target.
12728
12729 * configure.in (target_libs): Added target-qthreads.
12730 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
12731 (CONFIGURE_TARGET_MODULES): Likewise.
12732 (CHECK_TARGET_MODULES): Likewise.
12733 (INSTALL_TARGET_MODULES): Likewise.
12734 (CLEAN_TARGET_MODULES): Likewise.
12735 (all-target-qthreads): New target.
12736 (configure-target-libjava): Depend on configure-target-qthreads.
12737 (all-target-libjava): Depend on all-target-qthreads.
12738
12739 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
12740 (CONFIGURE_TARGET_MODULES): Likewise.
12741 (CHECK_TARGET_MODULES): Likewise.
12742 (INSTALL_TARGET_MODULES): Likewise.
12743 (CLEAN_TARGET_MODULES): Likewise.
12744 (all-target-libjava): New target.
12745 (all-target-boehm-gc): Likewise.
12746 * configure.in (target_libs): Added libjava, boehm-gc.
12747
12748 1999-07-22 Ian Lance Taylor <ian@zembu.com>
12749
12750 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
12751 configure.bat in SUPPORT_FILES.
12752 (gas+binutils.tar.bz2): Likewise.
12753
12754 * makeall.bat: Remove; obsolete.
12755
12756 1999-07-21 Ian Lance Taylor <ian@zembu.com>
12757
12758 From Mark Elbrecht:
12759 * configure.bat: Remove; obsolete.
12760
12761 1999-07-11 Ian Lance Taylor <ian@zembu.com>
12762
12763 * configure: Add -W -Wall to the default CFLAGS when compiling with
12764 gcc.
12765
12766 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
12767
12768 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
12769
12770 1999-06-30 Mark Mitchell <mark@codesourcery.com>
12771
12772 * configure.in: Build ld on IRIX6.
12773
12774 1999-06-12 Ian Lance Taylor <ian@zembu.com>
12775
12776 * Makefile.in: Change distribution targets to use bzip2 instead of
12777 gzip.
12778 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
12779 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
12780
12781 1999-06-04 Nick Clifton <nickc@cygnus.com>
12782
12783 * config.sub: Add mcore target.
12784
12785 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
12786
12787 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
12788
12789 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
12790
12791 * config.guess (dummy): Changed to $dummy.
12792
12793 1999-05-24 Nick Clifton <nickc@cygnus.com>
12794
12795 * config.sub: Tidied up case statements.
12796
12797 1999-05-22 Ben Elliston <bje@cygnus.com>
12798
12799 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
12800 <jiro@din.or.jp>.
12801
12802 * config.guess: Merge with FSF version. Future changes will be
12803 more accurately recorded in this ChangeLog.
12804 * config.sub: Likewise.
12805
12806 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
12807
12808 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
12809
12810 1999-04-30 Tom Tromey <tromey@cygnus.com>
12811
12812 * ltmain.sh: [mode link] Always use CC given by ltconfig.
12813
12814 1999-04-23 Tom Tromey <tromey@cygnus.com>
12815
12816 * ltconfig, ltmain.sh: Update to libtool 1.2f.
12817
12818 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
12819
12820 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
12821 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
12822 Bad merge removed these two changes.
12823
12824 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
12825 Martin Heller (Ing.-Buero_Heller@t-online.de)
12826
12827 * config.guess (interix Alpha): Add.
12828
12829 1999-04-11 Richard Henderson <rth@cygnus.com>
12830
12831 * configure.in (i?86-*-beos*): Do config gperf; don't config
12832 gdb, newlib, or libgloss.
12833
12834 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
12835
12836 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
12837 link a trivial program with -mabi=64. If it fails, remove mabi=64
12838 from multidirs.
12839
12840 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
12841
12842 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
12843
12844 1999-04-08 Nick Clifton <nickc@cygnus.com>
12845
12846 * config.sub: Add support for mcore targets.
12847
12848 1999-04-07 Michael Meissner <meissner@cygnus.com>
12849
12850 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
12851 not mt-ospace, in order to shut up assembler warning about using
12852 symbols that are named the same as registers.
12853
12854 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
12855
12856 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
12857 dependency list for all-target-cygmon.
12858
12859 1999-04-05 Doug Evans <devans@casey.cygnus.com>
12860
12861 * config-ml.in: Check $host, not $target, for selective multilibs.
12862 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
12863 thumb interworking, and underscore prefix multilibs.
12864
12865 1999-04-04 Ian Lance Taylor <ian@zembu.com>
12866
12867 * missing: Update to version from current automake.
12868
12869 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
12870
12871 * configure (gxx_include_dir): Removed.
12872
12873 * configure.in (gxx_include_dir): Handle it.
12874 * Makefile.in: Likewise.
12875
12876 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
12877
12878 * config.sub (mips64vr4111,mips64vr4111el) Add.
12879
12880 1999-03-21 Ben Elliston <bje@cygnus.com>
12881
12882 * config.guess: Correct typo for detecting ELF on FreeBSD.
12883
12884 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
12885
12886 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
12887 config/mh-djgpp.
12888
12889 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
12890
12891 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
12892 all-target-newlib to dependency list for all-target-bsp.
12893
12894 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
12895
12896 * config.sub: Add i386-uwin support.
12897 * config.guess: Likewise.
12898
12899 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12900
12901 * configure.in: cleanup, add mh-*pic handling for arm, special
12902 case powerpc*-*-aix*
12903
12904 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
12905
12906 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
12907 can be built.
12908
12909 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
12910
12911 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
12912 targets.
12913
12914 1999-03-02 Nick Clifton <nickc@cygnus.com>
12915
12916 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
12917
12918 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
12919
12920 * config.sub: Check for "cygwin*" rather than "cygwin32*"
12921
12922 1999-02-24 Nick Clifton <nickc@cygnus.com>
12923
12924 * config.sub: Fix typo in arm recognition.
12925
12926 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
12927
12928 * configure.in (noconfigdirs): Changed target_configdirs to
12929 include target-bsp only for m68k-*-elf* and m68k-*-coff*
12930 rather than m68k-*-* since it is not known to work on
12931 m68k-aout. Ditto for arm-*-*oabi.
12932
12933 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
12934
12935 * configure.in (*-*-windows*): Remove, no longer used.
12936
12937 1999-02-19 Ben Elliston <bje@cygnus.com>
12938
12939 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
12940 Smart and improved by Andrew Cagney.
12941
12942 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
12943
12944 * config.guess: Recognize openbsd-*-hppa.
12945
12946 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
12947
12948 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
12949 only if it is not empty.
12950
12951 1999-02-17 Nick Clifton <nickc@cygnus.com>
12952
12953 Patch from: Scott Bambrough <scottb@corelcomputer.com>
12954
12955 * config.guess: Modified to recognize uname's armv* syntax.
12956
12957 * config.sub: Modified to recognize uname's armv* syntax.
12958
12959 1999-02-17 Mark Salter <msalter@cygnus.com>
12960
12961 * configure.in: Added target-bsp for sparclite.
12962
12963 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
12964
12965 * config.sub: Recognize alphapca5[67] and up to alphaev8.
12966
12967 1999-02-08 Nick Clifton <nickc@cygnus.com>
12968
12969 * configure.in: Add support for strongarm port.
12970 * config.sub: Add support for strongarm target.
12971
12972 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
12973
12974 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
12975 the old name config/mh-cygwin32.
12976 Enable texinfo.
12977
12978 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
12979
12980 * configure.in: Do build ld for ix86 Solaris.
12981
12982 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
12983
12984 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
12985 $AR_FOR_TARGET. Likewise for RANLIB.
12986
12987 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
12988
12989 * config.sub (oabi): Recognize.
12990 * configure.in (arm-*-oabi): Handle.
12991
12992 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
12993
12994 * config.guess: Improve detection of i686 on UnixWare 7.
12995
12996 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
12997
12998 * config.guess: Add support for i386-pc-interix.
12999 * config.sub: Likewise.
13000 * configure.in: Likewise.
13001
13002 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13003
13004 * Makefile.in: Remove unneeded all-target-libio from
13005 from all-target-winsup target since it is now unneeded.
13006 Add all-target-libtermcap in its place since it is now
13007 needed.
13008
13009 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13010
13011 * configure.in: makefile stub for cygwin target is probably
13012 unnecessary. Remove it for now.
13013
13014 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13015
13016 * configure.in: libtermcap.a should be built when cygwin is the
13017 target as well as the host.
13018 * config.guess: Allow mixed case in cygwin uname output.
13019 * Makefile.in: Add libtermcap target.
13020
13021 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13022
13023 * config.sub: Clean up handling of hppa2.0.
13024
13025 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13026
13027 * config.guess: Use C code to identify more HP machines.
13028
13029 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
13030
13031 * config.sub: Handle hppa2.0.
13032
13033 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
13034
13035 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13036 cygmon for all sparclite targets, regardless of object format.
13037
13038 1998-12-15 Mark Salter <msalter@cygnus.com>
13039
13040 * configure.in: Added target-bsp for several target architectures.
13041
13042 * Makefile.in: Added rules for bsp.
13043
13044 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
13045
13046 * config.guess: Improve detection of hppa2.0 processors.
13047
13048 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
13049
13050 * config.guess: Recognize FreeBSD using ELF automatically.
13051
13052 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
13053
13054 * configure (skip-this-dir): Add handling for new shell script, which
13055 might be created by a sub-directory's configure to indicate, this particular
13056 directory is "unwanted".
13057 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
13058
13059 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
13060
13061 * ltconfig: import from libtool, after changing libtool to
13062 account for the cygwin name change.
13063
13064 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
13065
13066 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
13067 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
13068
13069 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
13070
13071 * configure.in: Add libtermcap to list of cygwin dependencies.
13072
13073 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
13074
13075 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
13076 they include winsup/include when it's a cygwin target.
13077
13078 1998-11-12 Tom Tromey <tromey@cygnus.com>
13079
13080 * configure.in (host_tools): Added zip.
13081 * Makefile.in (all-target-libjava): Depend on all-zip.
13082 (all-zip): New target.
13083 (ALL_MODULES): Added all-zip.
13084 (NATIVE_CHECK_MODULES): Added check-zip.
13085 (INSTALL_MODULES): Added install-zip.
13086 (CLEAN_MODULES): Added clean-zip.
13087
13088 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
13089
13090 * Makefile.in: lose "32" from comment about cygwin.
13091
13092 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
13093
13094 * configure.in: Use -Os to build target libraries for the fr30.
13095
13096 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
13097
13098 * config.sub: Add fr30.
13099
13100 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
13101
13102 * configure.in: drop "32" from config/mh-cygwin32. Check
13103 cygwin* instead of cygwin32*.
13104 * config.sub: Check cygwin* instead of cygwin32*.
13105
13106 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
13107
13108 * config.guess: Match any version of Unixware7.
13109
13110 1998-10-20 Syd Polk <spolk@cygnus.com>
13111
13112 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
13113 if desired.
13114
13115 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
13116
13117 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
13118 these if the appropriate directories and files to not exist.
13119
13120 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
13121
13122 * Makefile.in (DEVO_SUPPORT): Add config.if.
13123
13124 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
13125
13126 * configure: Add pattern to replace "build_tooldir"'s
13127 definition in the generated Makefile with "tooldir"'s
13128 actual value.
13129
13130 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
13131
13132 * config.sub: Bring back lost sparcv9.
13133
13134 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
13135
13136 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
13137
13138 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
13139 CC_FOR_TARGET and friends.
13140
13141 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13142
13143 * Makefile.in (build_tooldir): New variable, same as tooldir.
13144 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
13145 -B$(build_tooldir)/bin/.
13146 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
13147
13148 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13149
13150 * README: Remove installation instructions and refer to the
13151 INSTALL directory instead.
13152
13153 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
13154
13155 * config.sub: Add support for i[34567]86-pc-udk.
13156 * configure.in: Likewise.
13157
13158 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
13159
13160 * Makefile.in: add bzip2 package building bits for user
13161 tools module
13162 * configure.in: ditto
13163
13164 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
13165
13166 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
13167 (ALL_TARGET_MODULES): Add all-target-libobjc.
13168 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13169 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13170 (all-target-libchill): Add dependencies.
13171 * configure.in (target_libs): Add libchill.
13172
13173 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
13174
13175 * configure.in (target_subdir): Remove duplicate line.
13176
13177 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
13178
13179 * Makefile.in (all-automake): fix dependencies.
13180
13181 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
13182
13183 * configure.in: Minor cleanups for building in the $(target_alias)
13184 subdir.
13185
13186 1998-09-22 Jim Wilson <wilson@cygnus.com>
13187
13188 * Makefile.in (bootstrap): Set r and s before make all. Use
13189 BASE_FLAGS_TO_PASS in make all.
13190 (cross): Likewise.
13191
13192 1998-09-20 Mark Mitchell <mark@markmitchell.com>
13193
13194 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
13195
13196 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
13197
13198 * config.sub: Fix typo in last change.
13199
13200 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13201
13202 * config.sub: Add support for C4x target.
13203 * configure.in: Likewise.
13204
13205 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
13206
13207 * config.sub: Recognize sparcv9 just like sparc64.
13208
13209 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
13210
13211 * config.guess: Match "Pent II" or "PentII" for OpenServer.
13212
13213 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
13214
13215 * config.guess: Correctly identify Pentium II sco boxes.
13216
13217 * config.guess: Fix "tr" code. From Weiwen Liu.
13218
13219 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
13220
13221 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
13222 stabs.
13223
13224 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
13225
13226 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
13227 (ALL_TARGET_MODULES): Add all-target-libchill.
13228 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
13229 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
13230 (all-target-libchill): Add dependencies.
13231 * configure.in (target_libs): Add libchill.
13232
13233 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
13234
13235 * config.guess: Avoid assumptions about "tr" behaves when
13236 LANG is set to something other than English.
13237
13238 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
13239
13240 * configure (gxx_include_dir): Changed to
13241 '${prefix}/include/g++'-${libstdcxx_interface}.
13242
13243 * config.if: New to determine the interfaces.
13244
13245 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
13246
13247 * config.guess: Detect and handle MPE/IX.
13248 * config.sub: Deal with MPE/IX.
13249
13250 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
13251
13252 * configure.in: Use mh-aix43.
13253
13254 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
13255
13256 * configure: Fix --without/--disable cases for gxx-include-dir.
13257
13258 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
13259
13260 * mdata-sh: Imported. Needed for automake support.
13261
13262 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
13263
13264 * Makefile.in (taz): Try "chmod -R og=u ." before
13265 "chmod og=u `find . -print`".
13266
13267 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
13268
13269 * configure.in: Add arm-elf and thumb-elf support.
13270
13271 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
13272
13273 * Makefile.in: Undo previous patch.
13274
13275 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
13276
13277 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
13278 to here ...
13279 (install-no-fixedincludes): and here
13280 (INSTALL_MODULES): ... from here.
13281
13282 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
13283
13284 * config.sub: Merge with FSF.
13285
13286 * config.guess: Merge with FSF.
13287
13288 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
13289
13290 * configure (extraconfigdirs): New variable.
13291 (SUBDIRS): Add extraconfigdirs and recurse on them too.
13292 * Makefile.in (all): Move higher in file.
13293 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
13294 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
13295 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
13296 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
13297 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
13298
13299 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
13300
13301 * Makefile.in (all-target-libjava): Depend on all-gcc and
13302 all-target-newlib.
13303 (configure-target-libjava): Depend on $(ALL_GCC).
13304
13305 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
13306
13307 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
13308 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
13309
13310 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
13311
13312 * INSTALL/README: Fix typo.
13313
13314 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
13315
13316 * ylwrap: Change absolute path checks to check for DOS style path
13317 names.
13318
13319 * ylwrap: Don't use a full path name if the source file is in the
13320 same directory. From hjl@lucon.org (H.J. Lu).
13321
13322 * config-ml.in: Default to being verbose, to match Feb 18 change to
13323 configure.
13324
13325 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
13326
13327 Brought over from egcs:
13328
13329 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13330
13331 * configure.in (target_subdir): Set to ${target_alias} instead
13332 of "libraries".
13333
13334 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
13335
13336 * configure.in (target_subdir): Set to libraries if enable_multilib.
13337
13338 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
13339
13340 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
13341 multilibs, force reconfiguration the first time we create
13342 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
13343
13344 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
13345
13346 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
13347 avoid confusion with --no-recursion.
13348
13349 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
13350
13351 * configure.in: Win32 hosts shouldn't use install -x
13352 * install-sh: remove -x option, and special .exe-handling
13353 hack.
13354
13355 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
13356
13357 * config.guess: Recognize i586-pc-beos.
13358 * configure.in: Don't build some bits for beos.
13359
13360 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
13361
13362 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
13363 CFLAGS default to -O2.
13364
13365 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
13366 when using GNU ld.
13367
13368 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
13369
13370 * ltmain.sh: Correct install when using a different shell.
13371
13372 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
13373
13374 * ltconfig, ltmain.sh: Update to libtool 1.2b.
13375
13376 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
13377
13378 * makefile.vms: Update to build binutils/makefile.vms. Add install
13379 target.
13380
13381 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
13382
13383 * ltconfig: Update to correct AIX handling.
13384
13385 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
13386
13387 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
13388
13389 * configure.in (target_subdir): Set to ${target_alias} instead
13390 of "libraries".
13391
13392 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
13393
13394 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
13395 (Makefile): Depend on $(gcc_version_trigger).
13396
13397 * configure (gcc_version): Change default initializer to empty
13398 string.
13399 (gcc_version_trigger): New variable; pass this variable down
13400 to subdir configures to enable them checking gcc's version
13401 themselves. Emit make macros for both gcc_version vars.
13402 (topsrcdir): Initialize reliably.
13403 (recursion line): Remove --with-gcc-version=${gcc_version}.
13404
13405 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13406
13407 * configure (enable_version_specific_runtime_libs): Implement new flag
13408 --enable-version-specific-runtime-libs which installs C++ runtime stuff
13409 in $(libsubdir); emit definition in each generated Makefile.
13410 (gxx_include_dir): Initialize depending on
13411 $enable_version_specific_runtime_libs.
13412
13413 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
13414
13415 * configure (gcc_version): Initialize properly depending on
13416 how and where configure is started.
13417 (recursion line): Pass a --with-gcc-version=${gcc_version}
13418 to configures in subdirs.
13419
13420 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
13421
13422 * configure.in (noconfigdirs): Add configure pattern for mips tx39
13423 cygmon
13424
13425 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
13426
13427 * configure.in: Add cygmon and libstub support for mn10200.
13428
13429 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
13430
13431 * configure (gcc_version): Add new variable describing the
13432 particular gcc version we're building.
13433 * Makefile.in (libsubdir): Add new macro for the directory
13434 in which the compiler finds executables, libraries, etc.
13435 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
13436 and libsubdir.
13437
13438 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13439
13440 * Makefile.in (local-clean): Remove *.log.
13441 (warning.log): Built with warn_summary from build.log.
13442 (mail-report.log): Run test_summary.
13443 (mail-report-with-warnings.log): Run test_summary including
13444 warning.log in the report.
13445
13446 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
13447
13448 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
13449
13450 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
13451
13452 * Makefile.in (grep): Grep no longer depends on libiberty.
13453
13454 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
13455
13456 * Makefile.in: all-snavigator needs all-libgui.
13457
13458 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
13459
13460 * configure.in: Add cygmon and libstub support for mn10300.
13461
13462 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
13463
13464 * missing: Update to version from automake 1.3.
13465
13466 * ltmain.sh: On installation, don't get confused if the same name
13467 appears more than once in the list of library names.
13468
13469 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
13470
13471 * config.sub: Accept m68060 and m5200 as CPU names.
13472
13473 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
13474
13475 * configure: Use && rather than using -a in test, because odd
13476 strings can confuse test.
13477 * configure.in: Likewise.
13478
13479 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
13480
13481 * ltconfig, ltmain.sh: Bring in Visual C++ support.
13482
13483 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13484
13485 * Makefile.in (boostrap2-lean, bootstrap3-lean,
13486 bootstrap4-lean): New targets.
13487
13488 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
13489
13490 * mpw-* Delete. Not used.
13491
13492 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
13493
13494 * COPYING.LIB: Update FSF address.
13495
13496 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
13497
13498 * ltconfig, ltmain.sh: Update to libtool 1.2a.
13499
13500 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
13501 GAS_SUPPORT_DIRS.
13502
13503 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
13504
13505 * ltconfig, ltmain.sh: Avoid producing a version number if
13506 -version-info was not used.
13507
13508 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
13509
13510 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
13511 building with newlib.
13512
13513 1998-04-30 Paul Eggert <eggert@twinsun.com>
13514
13515 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
13516 Solaris `make' causes it to continue to next definition.
13517
13518 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
13519
13520 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
13521 the right GUI libraries and files are installed along with GDB.
13522
13523 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
13524
13525 * configure.in: Change alpha to alpha* in several places.
13526
13527 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
13528
13529 * config.sub: Recognize sparc86x.
13530
13531 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
13532
13533 * configure.in (--enable-target-optspace): Remove debug echo.
13534
13535 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
13536
13537 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
13538
13539 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
13540
13541 * ltconfig: Update cygwin32 support.
13542
13543 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
13544 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
13545 (GDB_SUPPORT_DIRS): Likewise.
13546
13547 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
13548
13549 * configure.in (target_makefile_frag): If --enable-target-optspace,
13550 use -Os to compile target libraries rather than -O2. Default to
13551 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
13552 not used.
13553 * configure.in (target_cflags): Ditto for d30v.
13554
13555 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
13556
13557 * Makefile.in (all-bfd): Depend on all-intl.
13558 (all-binutils): Likewise.
13559 (all-gas): Likewise.
13560 (all-gprof): Likewise.
13561 (all-ld): Likewise.
13562
13563 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
13564
13565 * configure.in (host_tools): Fix typo, lbtool -> libtool.
13566
13567 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
13568
13569 * Makefile.in (all-bfd): Depend upon all-libiberty.
13570
13571 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
13572
13573 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
13574
13575 * Makefile.in: Add libstub.
13576
13577 * configure.in: Ditto. Build libstub for targets that have cygmon
13578 support.
13579
13580 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
13581
13582 * configure.in: Don't set PICFLAG on ix86-cygwin32.
13583
13584 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
13585
13586 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
13587 use mh-sysv5 if specified. Support gprof on SCO Open Server.
13588
13589 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
13590
13591 * configure: Define DEFAULT_M4 by searching PATH.
13592 * Makfile.in: Use DEFAULT_M4.
13593
13594 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
13595
13596 * ltconfig: Add cygwin32 support.
13597
13598 * Makefile.in, configure.in: Add libtool as a native only directory
13599 to configure and build.
13600
13601 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
13602
13603 * Makefile.in (INSTALL_MODULES): Remove texinfo.
13604
13605 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
13606
13607 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
13608
13609 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
13610
13611 * Makefile.in: add ash make rules
13612 * configure.in: add ash to native_only and host_tools lists
13613
13614 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
13615
13616 * Makefile.in (all-gettext, all-intl): New targets.
13617 (ALL_MODULES): Added all-gettext, all-intl.
13618 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
13619 (INSTALL_MODULES): Added install-gettext, install-intl.
13620 (CLEAN_MODULES): Added clean-gettext, clean-intl.
13621
13622 * configure.in (host_tools): Added gettext.
13623 (native_only): Likewise.
13624 (noconfigdirs) [various cases]: Likewise.
13625 (host_libs): Added intl.
13626
13627 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
13628
13629 * configure: Do not disable building gdbtk for cygwin32 hosts.
13630
13631 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
13632
13633 * configure.in: Add thumb-coff target.
13634 * config.sub: Add thumb-coff target.
13635
13636 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13637
13638 * Makefile.in: Revert yesterday's change.
13639 (all-target-winsup): all-target-librx stays out of here.
13640
13641 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
13642
13643 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
13644 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
13645 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
13646 Remove references to librx and libg++.
13647
13648 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
13649
13650 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
13651 recursive makes
13652
13653 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
13654
13655 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
13656 for newlib directory.
13657 (CXX_FOR_TARGET): Likewise.
13658
13659 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
13660
13661 * ltconfig: Update after libtool/ltconfig.in change for
13662 hpux11.
13663
13664 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
13665
13666 * ltconfig, ltmain.sh: Update to libtool 1.2.
13667
13668 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
13669
13670 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
13671 (install-gcc-cross): Instead, override LANGUAGES here.
13672
13673 1998-03-18 Dave Love <d.love@dl.ac.uk>
13674
13675 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
13676 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
13677
13678 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
13679
13680 * configure.in: Add Thumb-pe target.
13681
13682 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
13683
13684 * Makefile.in - changed sn targets to snavigator
13685 * configure.in - changed sn targets to snavigator
13686
13687 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
13688
13689 * config-ml.in: After building symlink tree call make distclean
13690 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
13691 to be the case for libiberty.
13692
13693 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
13694
13695 * configure: When making link, also check the current
13696 directory. The configure scripts may create one.
13697
13698 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
13699
13700 * config.sub: Accept alphapca56 and alphaev6 properly.
13701
13702 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13703
13704 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
13705
13706 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
13707
13708 * config.sub (sco5): Fix typo.
13709
13710 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
13711
13712 * Makefile.in (INSTALL_MODULES): Move install-tcl before
13713 install-itcl.
13714 (install-itcl): Remove dependency on install-tcl.
13715
13716 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
13717
13718 * configure.in: Remove libgloss from noconfigdirs for MN10300.
13719
13720 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
13721
13722 * configure.in: Don't build libgui for a cygwin32 target when not on
13723 a cygwin32 host.
13724
13725 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
13726
13727 * configure (redirect): Set to null, so default behavior of
13728 configure is now --verbose.
13729
13730 1998-02-16 Dave Love <d.love@dl.ac.uk>
13731
13732 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
13733 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
13734
13735 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
13736
13737 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
13738 this change to sync Makefile.in with its ChangeLog entries.
13739
13740 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
13741
13742 * ltmain.sh (mkdir): Check that the directory doesn't exist
13743 before we exit with error, so that we don't get races during
13744 parallel builds.
13745
13746 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
13747
13748 * ltconfig, ltmain.sh: Update from libtool 1.0i.
13749
13750 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
13751
13752 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
13753 PICFLAG_FOR_TARGET.
13754 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
13755
13756 * configure: Emit a definition for the new macro enable_shared
13757 into each Makefile.
13758
13759 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
13760
13761 * configure.in (host_tools, native_only): Add libtool.
13762
13763 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
13764
13765 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
13766 Fix typo in ming config comment.
13767
13768 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
13769
13770 * ltconfig, ltmain.sh: Update from libtool 1.0h.
13771
13772 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
13773
13774 * config.sub: Add tic30 cases, and map c30 to tic30.
13775
13776 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
13777
13778 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
13779 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
13780 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
13781 (CLEAN_TARGET_MODULES): Similarly
13782 (all-target-libf2c): Add dependences.
13783 * configure.in (target_libs): Add libf2c.
13784
13785 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
13786
13787 * configure.in: Remove expect from noconfigdirs when target
13788 is cygwin32. OK to build expect and dejagnu with Canadian
13789 Cross.
13790
13791 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
13792
13793 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
13794 host.
13795
13796 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
13797 and mingw32.
13798
13799 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
13800
13801 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
13802 here as it is not defined in the toplevel Makefile.
13803
13804 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
13805
13806 * configure (package_makefile_rules_frag): New variable, which names
13807 a file with generic rules, ...
13808 Change comment to mention we now have FIVE parts.
13809 * configure: Undo last change.
13810
13811 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
13812
13813 * config.guess: More accurate determination of HP processor types.
13814 * config.sub: More accurate determination of HP processor types.
13815
13816 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
13817
13818 * configure (package_makefile_frag): Move inserting the
13819 ${package_makefile_frag} to where it should be according
13820 to the comment.
13821
13822 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
13823
13824 * config.guess: Add support for Linux/ARM.
13825
13826 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
13827
13828 * .cvsignore: Remove *-info and *-install since they match
13829 release-info and mpw-install, which we don't want to just ignore.
13830
13831 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
13832
13833 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
13834
13835 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
13836
13837 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
13838 local_prefix to sub-make invocations.
13839
13840 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
13841
13842 * configure.in: Check makefile fragments in the source
13843 directory.
13844
13845 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
13846
13847 * configure.in: Check whether host and target makefile
13848 fragments exist before adding them to *_makefile_frag.
13849
13850 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
13851
13852 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
13853
13854 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
13855
13856 * configure.in: Make sure we only replace RPATH_ENVVAR on
13857 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
13858 regexp to sed.
13859
13860 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
13861 to sub-makes.
13862
13863 1998-01-13 Lee Iverson (leei@ai.sri.com)
13864
13865 * config-ml.in (multi-do): LDFLAGS must include multilib
13866 designator.
13867
13868 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
13869
13870 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
13871
13872 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
13873
13874 * config.sub: Add mingw32 support.
13875 * configure.in: Likewise.
13876
13877 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
13878
13879 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
13880
13881 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
13882
13883 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13884 * configure (gxx_include_dir): Provide a definition for subdirs
13885 which do not use autoconf.
13886
13887 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
13888
13889 * config.guess: Sync with egcs. Picks up new alpha support,
13890 BeOS & some additional linux support.
13891
13892 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
13893
13894 * config.guess: HP 9000/803 is a PA1.1 machine.
13895
13896 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
13897
13898 * configure.in: It's alpha*-...
13899
13900 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
13901
13902 * configure.in (host_makefile_frag, target_makefile_frag):
13903 Handle multiple config files.
13904 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
13905 alpha-*-*.
13906
13907 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
13908
13909 * mkdep: New file.
13910
13911 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
13912
13913 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
13914
13915 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
13916
13917 * Makefile.in: Add libgui directory.
13918 (GDB_TK): Add all-libgui.
13919 * configure.in: Add libgui directory.
13920 * configure: Add all-libgui to GDB_TK.
13921
13922 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
13923
13924 * config-ml.in (multidirs): Add m32r to multilib list.
13925
13926 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
13927
13928 * Makefile.in (all-target-gperf): Change dependency to
13929 all-target-libstdc++.
13930
13931 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
13932
13933 * config.guess: Add BeOS support.
13934
13935 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
13936
13937 Source directory cvs renamed to cvssrc:
13938 * configure.in (host_tools): Change cvs to cvssrc.
13939 (native_only): Likewise.
13940 (noconfigdirs) [various cases]: Likewise.
13941 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
13942 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
13943 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
13944 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
13945 (all-cvssrc): Rename target from all-cvs.
13946
13947 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
13948
13949 * configure (gxx_include_dir): Fix thinko.
13950
13951 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
13952
13953 * Makefile.in (INSTALL_TARGET_CROSS): Define.
13954 (install-cross, install-gcc-cross): New targets.
13955
13956 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
13957
13958 * configure.in (noconfigdirs): Add support for Thumb target.
13959
13960 * config.sub (maybe_os): Add support for Thumb target.
13961
13962 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
13963
13964 * Makefile.in: Add rules for cygmon.
13965
13966 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
13967
13968 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
13969
13970 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
13971 * configure (gxx_include_dir): Provide a definition for subdirs
13972 which do not use autoconf.
13973
13974 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
13975
13976 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
13977 11/18/97 build
13978
13979 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
13980
13981 * From Franz Sirl.
13982 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
13983 found on RedHat Linux systems.
13984
13985 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
13986
13987 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
13988 guesses.
13989
13990 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
13991
13992 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
13993
13994 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
13995
13996 * ltmain.sh: If mkdir fails, check whether the directory was created
13997 anyhow by some other process.
13998
13999 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14000
14001 * configure.in (d30v-*-*): Configure all directories.
14002
14003 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14004
14005 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14006 for the D30V.
14007
14008 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14009
14010 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14011
14012 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14013
14014 * include/libiberty.h: Add extern "C" { so it can be used with C++
14015 progrms.
14016 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14017 programs.
14018
14019 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14020
14021 * configure.in (d30v-*-*): Configure GCC now.
14022
14023 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14024
14025 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14026 is no longer needed.
14027
14028 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14029
14030 * Makefile.in: check-target-libio depends on all-target-libstdc++.
14031
14032 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
14033
14034 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14035 targets using "$@" to provide support for similar but not identical
14036 targets without having to duplicate code.
14037
14038 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
14039
14040 * makefile.vms: Fix to work with DEC C.
14041
14042 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
14043
14044 * config.sub: Add mips-tx39-elf to marketing names.
14045
14046 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
14047
14048 * ltmain.sh: Handle symlinks in generated script.
14049
14050 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
14051
14052 * configure: Handle autoconf style directory options: --bindir,
14053 --datadir, --includedir, --infodir, --libdir, --libexecdir,
14054 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
14055 --sysconfdir.
14056 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
14057 (sharedstatedir, localstatedir, oldincludedir): New variables.
14058 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
14059 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
14060 sbindir, sharedstatedir, and sysconfdir.
14061
14062 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
14063
14064 * Makefile.in (bootstrap-lean): New target.
14065
14066 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
14067
14068 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
14069 sn, and gnuserv from noconfigdirs.
14070
14071 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
14072
14073 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
14074
14075 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
14076
14077 * Makefile.in (cross): New target.
14078
14079 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
14080 Jeff Law <law@cygnus.com>
14081
14082 * Makefile.in (bootstrap2, bootstrap3): New targets.
14083 (all-bootstrap): Remove outdated and confusing target.
14084 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
14085
14086 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
14087
14088 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
14089 windows. Consistent with gdb/configure.
14090
14091 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
14092
14093 * configure.in: Name Linux target fragment.
14094
14095 * configure: Rewrite so that project Makefile fragment is inserted
14096 first and appears last in the resulting Makefile.
14097
14098 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
14099
14100 * Makefile.in (install-itcl): Install tcl first.
14101
14102 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
14103
14104 * configure.in: remove bison from noconfigdirs for Cygwin32 host
14105
14106 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14107
14108 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
14109
14110 * configure.in (skipdirs): Add target-librx for Linux.
14111 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
14112
14113 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
14114
14115 * Makefile.in (bootstrap): New target.
14116
14117 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
14118
14119 * config.sub: Accept 'amigados' for backward compatibility.
14120
14121 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
14122
14123 * config.guess: Merge with FSF.
14124
14125 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
14126
14127 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
14128
14129 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
14130
14131 * config.sub: Add "marketing-names" patch.
14132
14133 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
14134
14135 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
14136
14137 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
14138
14139 * config.sub: Handle v850-elf.
14140
14141 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
14142
14143 * .cvsignore (*-install): Remove.
14144
14145 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
14146
14147 * ltconfig: Set CONFIG_SHELL in libtool.
14148 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
14149
14150 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14151
14152 * configure.in (target_subdir): Set to libraries if enable_multilib.
14153
14154 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
14155
14156 * config.guess: Update from gcc directory.
14157
14158 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
14159
14160 * Makefile.in (all-sim): Depends on all-readline.
14161
14162 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
14163
14164 * Makefile.in (BISON, YACC): Use $$s.
14165 (all-bison): Depend on all-texinfo.
14166
14167 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
14168
14169 * Makefile.in (BISON): Add -L flag.
14170 (YACC): Likewise.
14171
14172 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14173
14174 * configure.in (noconfigdirs): Add support for v850e target.
14175
14176 * config.sub (maybe_os): Add support for v850e target.
14177
14178 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
14179
14180 * configure.in (noconfigdirs): Add support for v850ea target.
14181
14182 * config.sub (maybe_os): Add support for v850ea target.
14183
14184 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
14185
14186 * config.sub: Add mipstx39. Delete r3900.
14187
14188 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14189
14190 * Makefile.in (all-autoconf): Depends on all-texinfo.
14191
14192 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
14193
14194 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
14195 eabi targets.
14196
14197 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
14198
14199 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
14200
14201 * configure: When handling a Canadian Cross, handle YACC as well as
14202 BISON. Just set BISON to bison. When setting YACC, prefer bison.
14203 * Makefile.in (all-bison): Depend upon all-texinfo.
14204
14205 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
14206
14207 * Makefile.in (BISON): bison, not byacc or bison -y.
14208 (YACC): bison -y or byacc or yacc.
14209 (various): Add *-bison as appropriate.
14210 (taz): No need to mess with BISON anymore.
14211
14212 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
14213
14214 * configure: If OSTYPE matches *win32*, try to find a good value for
14215 CONFIG_SHELL.
14216
14217 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
14218
14219 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
14220 configure.in if it is present.
14221
14222 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
14223
14224 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
14225
14226 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
14227
14228 * config.sub: Recognize `arc' cpu.
14229 * configure.in: Likewise.
14230 * config-ml.in: Likewise.
14231
14232 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
14233
14234 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
14235
14236 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
14237
14238 * configure: Changed sed delimiter from ':' to '|' when
14239 attempting to substitute ${config_shell} for SHELL. On
14240 NT ${config_shell} may contain a ':' in it.
14241
14242 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
14243
14244 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
14245
14246 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
14247
14248 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
14249
14250 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
14251
14252 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
14253
14254 * ylwrap: If the program is a relative path, force it to be
14255 absolute.
14256
14257 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
14258
14259 * configure (tooldir): Set BISON to `bison -y' and not just bison.
14260
14261 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
14262
14263 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
14264 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
14265 for libraries.
14266
14267 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
14268
14269 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
14270 separated by spaces.
14271
14272 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
14273
14274 * ylwrap: New file.
14275 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
14276
14277 * ltmain.sh: Handle /bin/sh at start of install program.
14278
14279 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
14280
14281 * ltconfig, ltmain.sh: New files, from libtool 1.0.
14282 * missing: New file, from automake 1.2.
14283
14284 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
14285
14286 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
14287 check-tk to CHECK_X11_MODULES.
14288
14289 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
14290
14291 * config.sub: Merge with FSF.
14292
14293 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
14294
14295 * config.guess: Merge with FSF.
14296
14297 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
14298
14299 * configure: Treat msdosdjgpp like go32.
14300 * configure.in: Likewise. Don't remove gprof for go32.
14301
14302 * configure: Change Makefile.tem2 to Makefile.tm2.
14303
14304 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
14305
14306 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
14307
14308 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14309
14310 * install-sh (chmodcmd): Set to null if the DST directory already
14311 exists. Same as Nov 11th change.
14312
14313 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
14314
14315 * configure (GDB_TK): Needs itcl and tix.
14316
14317 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
14318
14319 * config.guess: Update from FSF.
14320
14321 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
14322
14323 * Makefile.in (GDB_TK): Depend on itcl and tix.
14324
14325 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
14326
14327 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
14328 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
14329 (INSTALL_SCRIPT): New variable.
14330 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
14331 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
14332 to -x.
14333 * install-sh: Add support for -x option.
14334
14335 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
14336
14337 * configure.in, Makefile.in: Treat tix like itcl.
14338
14339 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
14340
14341 * Makefile.in (WINDRES): New variable.
14342 (WINDRES_FOR_TARGET): New variable.
14343 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
14344 (EXTRA_HOST_FLAGS): Add WINDRES.
14345 (EXTRA_TARGET_FLAGS): Add WINDRES.
14346 (EXTRA_GCC_FLAGS): Add WINDRES.
14347 ($(DO_X)): Pass down WINDRES.
14348 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
14349 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
14350 DLLTOOL_FOR_TARGET.
14351
14352 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
14353
14354 * configure.in: configure sim before gdb for win32-x-ppc
14355
14356 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14357
14358 Move gperf into the toplevel, from libg++.
14359 * configure.in (target_tools): Add target-gperf.
14360 (native_only): Add target-gperf.
14361 * Makefile.in (all-target-gperf): New target, depend on
14362 all-target-libg++.
14363 (configure-target-gperf): Empty rule.
14364 (ALL_TARGET_MODULES): Add all-target-gperf.
14365 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
14366 (CHECK_TARGET_MODULES): Add check-target-gperf.
14367 (INSTALL_TARGET_MODULES): Add install-target-gperf.
14368 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
14369
14370 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
14371
14372 * config.sub (mn10200): Recognize new basic machine.
14373
14374 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14375
14376 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
14377 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
14378
14379 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
14380
14381 * configure.in: If we're building mips-sgi-irix6* native, turn on
14382 ENABLE_MULTILIB and set TARGET_SUBDIR.
14383
14384 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
14385
14386 * Makefile.in (all-sn): Depend on all-grep.
14387
14388 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
14389
14390 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
14391
14392 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
14393 Makefile. From Jeff Makey <jeff@cts.com>.
14394 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
14395
14396 * Makefile.in (DISTBISONFILES): Remove.
14397 (taz): Don't futz with DISTBISONFILES. Change BISON to use
14398 $(DEFAULT_YACC).
14399
14400 * configure.in: Build itl, db, sn, etc., when building for native
14401 cygwin32.
14402
14403 * Makefile.in (LD): New variable.
14404 (EXTRA_HOST_FLAGS): Pass down LD.
14405 ($(DO_X)): Likewise.
14406
14407 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
14408
14409 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
14410
14411 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
14412
14413 * configure.in (targargs): Strip out any supplied --build argument
14414 before adding our own. Always add --build.
14415
14416 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
14417
14418 * configure.in (targargs): Pass --build if we're doing
14419 a cross-compile.
14420
14421 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
14422
14423 * configure: Use '|' instead of ":" as the separator in
14424 sed. Otherwise sed chokes on NT path names with drive
14425 designators. Also look for "?:*" as the leading characters in an
14426 absolute pathname.
14427
14428 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
14429
14430 * config.sub: Support for r3900.
14431
14432 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
14433
14434 * configure.in: Use install-sh, not install.sh.
14435
14436 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
14437
14438 * Makefile.in (taz): Improve check for BISON so it doesn't try to
14439 apply it twice.
14440
14441 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
14442
14443 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
14444 install-binutils.
14445
14446 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
14447
14448 * Makefile.in: Add automake targets.
14449 * configure.in (host_tools): Add automake.
14450
14451 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
14452
14453 * configure: Default CXX to c++, not gcc.
14454 * Makefile.in (CXX): Set to c++, not gcc.
14455 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
14456
14457 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
14458
14459 * install-sh: try appending a .exe if source file doesn't
14460 exist
14461
14462 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
14463
14464 * configure.in: Turn on multilib by default.
14465 (cross_only): Remove target-libiberty.
14466
14467 * Makefile.in (all-gcc): Don't depend on libiberty.
14468
14469 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
14470
14471 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
14472
14473 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
14474
14475 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
14476 (DISTBISONFILES): Add ld/Makefile.in
14477
14478 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
14479
14480 * configure.in: if target is cygwin32 but host isn't cygwin32,
14481 don't configure gdb tcl tk expect, not just gdb.
14482
14483 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
14484
14485 * configure.in: Added gnuserv everywhere sn appears.
14486
14487 * Makefile.in (ALL_MODULES): Added all-gnuserv.
14488 (CROSS_CHECK_MODULES): Added check-gnuserv.
14489 (INSTALL_MODULES): Added install-gnuserv.
14490 (CLEAN_MODULES): Added clean-gnuserv.
14491 (all-gnuserv): New target.
14492
14493 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
14494
14495 * config.guess: Fixes for MIPS OpenBSD systems.
14496
14497 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
14498
14499 * Makefile.in (INSTALL_XFORM): Remove.
14500 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
14501
14502 * mkinstalldirs: New file, copied from automake.
14503 * Makefile.in (installdirs): Rename from install-dirs. Use
14504 mkinstalldirs. Change all users.
14505 (DEVO_SUPPORT): Add mkinstalldirs.
14506
14507 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
14508
14509 * install-sh: Rename from install.sh.
14510 * Makefile.in (INSTALL): Change install.sh to install-sh.
14511 (DEVO_SUPPORT): Likewise.
14512
14513 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
14514 Graichen <graichen@rzpd.de>.
14515
14516 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
14517
14518 * config.guess: Recognize OpenBSD systems correctly.
14519
14520 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
14521
14522 * README, Makefile.in (ETC_SUPPORT): Remove references to
14523 cfg-paper*, configure.{texi,man,info*}._
14524
14525 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
14526
14527 * Makefile.in (all.normal): Ensure that gcc is built after all
14528 the x11 - ie gdb - targets.
14529
14530 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
14531
14532 * makefile.vms: Don't run conf-a-gas.
14533
14534 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
14535
14536 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
14537
14538 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
14539
14540 * configure.in: Remove noconfigdirs case since gdb also
14541 configures and builds for tic80-coff.
14542
14543 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
14544
14545 * configure: Set cache_file to config.cache.
14546 * Makefile.in (local-distclean): Remove config.cache.
14547
14548 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
14549
14550 * COPYING: Update FSF address.
14551
14552 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
14553
14554 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
14555 noconfigdirs.
14556
14557 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
14558
14559 * Makefile.in (install-dirs): Don't crash if prefix, and hence
14560 MAKEDIRS, is empty.
14561
14562 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
14563
14564 * config.sub: Tweak mn10300 entry.
14565
14566 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
14567
14568 * configure.in (host_tools): Put sim before gdb, so gdb's
14569 configure.tgt can determine if the simulator was configured.
14570
14571 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
14572
14573 * config.sub: Move BeOS $os case to be with other Cygnus
14574 local cases.
14575
14576 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
14577
14578 * config.sub: Remove misplaced comment that broke Linux.
14579
14580 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
14581
14582 * config.sub: Add BeOS support.
14583
14584 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
14585
14586 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
14587
14588 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
14589
14590 * configure.in (noconfigdirs): Remove tcl and tk from
14591 noconfigdirs for cygwin32 builds.
14592
14593 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
14594
14595 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
14596
14597 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
14598
14599 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
14600 make-all.com, use makefile.vms instead.
14601
14602 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
14603
14604 * config.sub: Accept -lnews*.
14605
14606 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
14607
14608 * configure.in (noconfigdirs): Disable target-newlib,
14609 target-examples and target-libiberty for d30v.
14610
14611 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14612
14613 * configure.in (noconfigdirs): Enable ld for d30v.
14614
14615 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
14616
14617 * configure.in (tic80-*-*): Build compiler.
14618
14619 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
14620
14621 * configure.in (d30v-*): Remove sim directory from list of
14622 unsupported d30v directories
14623
14624 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
14625
14626 * config.sub, configure.in: Add d30v target cpu.
14627
14628 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
14629
14630 * makefile.vms: New file.
14631 * make-all.com: Remove.
14632
14633 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
14634
14635 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
14636
14637 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
14638
14639 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
14640
14641 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
14642
14643 * Makefile.in (ALL_MODULES): Added all-db.
14644 (CROSS_CHECK_MODULES): Addec check-db.
14645 (INSTALL_MODULES): Added install-db.
14646 (CLEAN_MODULES): Added clean-db.
14647
14648 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
14649
14650 * config.guess: Merge with latest FSF sources.
14651
14652 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
14653
14654 * Makefile.in (ALL_MODULES): Added all-itcl.
14655 (CROSS_CHECK_MODULES): Added check-itcl.
14656 (INSTALL_MODULES): Added install-itcl.
14657 (CLEAN_MODULES): Added clean-itcl.
14658
14659 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
14660
14661 * configure.in: build gdb for mn10200
14662
14663 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
14664
14665 * Makefile.in (all-target-winsup): Depend on all-target-libio.
14666
14667 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
14668
14669 * configure.in (tic80-*-*): Turn off most targets right now.
14670
14671 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
14672
14673 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
14674 rather than the makeinfo program.
14675 (do-info): Depend upon all-texinfo.
14676
14677 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
14678
14679 * configure.in: Remove uses of config/mh-linux.
14680
14681 * config.sub, config.guess: Merge with latest FSF sources.
14682
14683 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
14684
14685 * config.sub (case $basic_machine): Add tic80 entries.
14686
14687 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
14688
14689 * config.sub, config.guess: Merge with latest FSF sources.
14690
14691 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
14692
14693 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
14694 * mpw-config.in: Test for NewFolderRecursive.
14695 * mpw-install: Use symbolic name for startup filename.
14696 * mpw-README: Add various additional details.
14697
14698 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
14699
14700 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
14701
14702 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
14703
14704 * configure.in: Do build gcc and the target libraries for
14705 the mn10200.
14706
14707 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
14708
14709 * configure.in: don't avoid building gdb for mn10300 any more
14710 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
14711 instead of single-quoting it.
14712
14713 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
14714
14715 * configure.in: Don't use --with-stabs on IRIX 6.
14716
14717 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
14718
14719 * configure.in (m32r): Build gdb, libg++ now.
14720
14721 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
14722
14723 * configure.in (mips*-sgi-irix6*): Remove gdb and related
14724 directories from noconfigdirs.
14725
14726 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
14727
14728 * config.sub (basic_machine): added mips16 configuration
14729
14730 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14731
14732 * config.sub: Handle d10v-unknown.
14733
14734 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
14735
14736 * config.sub: Handle v850-unknown.
14737
14738 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
14739
14740 * Makefile.in: add findutils
14741 * configure.in: add findutils to list of host_tools
14742
14743 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
14744
14745 * config.sub: Handle mn10200 and mn10300.
14746
14747 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14748
14749 * configure.in (d10v-*): Do not build librx.
14750
14751 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
14752
14753 * configure.in (mn10300): Build everything except gdb & libgloss.
14754
14755 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
14756
14757 * config.guess: Patch for Dansk Data Elektronik servers,
14758 from Niels Skou Olsen <nso@dde.dk>.
14759
14760 For ncr, use /bin/uname rather than uname, since GNU uname does not
14761 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
14762
14763 Patch for MIPS R4000 running System V,
14764 from Eric S. Raymond <esr@snark.thyrsus.com>.
14765
14766 Fix thinko for nextstep.
14767
14768 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
14769
14770 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
14771 * config.guess: Guess mips-dec-mach_bsd4.3.
14772
14773 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
14774 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
14775 release numbers.
14776 * config.guess (mips-mips-riscos*): Emit just enough of the
14777 release number.
14778
14779 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
14780 * config.guess (sparc-auspex-sunos*): Added.
14781 (f300-fujitsu-*): Added.
14782
14783 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
14784 * config.guess: Recognize a Tadpole as a sparc.
14785
14786 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14787
14788 * config.guess: Don't assume that NextStep version is either 2 or
14789 3. NextStep 4 (aka OpenStep 4) has come out now.
14790
14791 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
14792
14793 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
14794 From Rik Faith <faith@cs.unc.edu>.
14795
14796 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
14797
14798 * config.sub: Contributions from bug-gnu-utils to:
14799 Support plain "hppa" (no version given) architecture, reported by
14800 OpenStep.
14801 OpenBSD like NetBSD.
14802 LynxOs is not a hardware supplier.
14803
14804 * config.guess: Contributions from bug-gnu-utils to add support for:
14805 OpenBSD like NetBSD.
14806 Stratus systems.
14807 More Pyramid systems.
14808 i[n>4]86 Intel chips.
14809 M680[n>4]0 Motorola chips.
14810 Use unknown instead of lynx for hardware manufacturer.
14811
14812 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
14813
14814 * install.sh (chmodcmd): Set to null if the DST directory already
14815 exists.
14816
14817 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14818
14819 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
14820 not use mt-ppc target Makefile fragment any more.
14821
14822 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14823
14824 * configure.in (*-*-windows): Exclude everything but those dirs
14825 needed to build windows.
14826
14827 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
14828
14829 * Makefile.in (all-target-winsup): Depend on all-target-librx.
14830
14831 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14832
14833 * configure.in: Exclude mmalloc from i386-windows.
14834
14835 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
14836
14837 * Undo my previous change.
14838
14839 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
14840
14841 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
14842 unconditionally.
14843 (MAKEOVERRIDES): Define (revert this part of October 18 change).
14844
14845 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
14846
14847 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
14848 host to add it's own flags.
14849
14850 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
14851
14852 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
14853
14854 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
14855
14856 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
14857 (CXX_FOR_TARGET): Likewise.
14858 (GCC_FOR_TARGET): Define.
14859 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
14860 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
14861 CC_FOR_TARGET was specified on the command line.
14862 (MAKEOVERRIDES): Don't define.
14863
14864 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
14865
14866 * configure.in (m32r): Fix spelling of libg++ libs.
14867
14868 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
14869
14870 * config.sub (-apple*): Remove, now redundant.
14871
14872 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
14873
14874 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
14875
14876 * configure: Rework yesterday's sed script patch.
14877
14878 * config.sub: Merge with FSF.
14879
14880 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
14881
14882 * config.guess: Merge from FSF.
14883
14884 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
14885 * config.guess: Use pc instead of unknown, for pc clone systems.
14886 Change linux to linux-gnu.
14887
14888 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
14889 * config.guess: Avoid non-portable tr syntax.
14890
14891 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
14892
14893 * test-build.mk (HOLES): Add "xargs" for gdb.
14894
14895 * configure: Avoid hpux10.20 sed bug.
14896
14897 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
14898
14899 * configure.in: Add support for windows host
14900 (that is a build done under the Microsoft build environment).
14901
14902 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
14903
14904 * Makefile.in: Replace all uses of srcroot with s, to shrink
14905 command line lengths.
14906
14907 Patches from Geoffrey Noer <noer@cygnus.com>:
14908 * configure.in: If configuring for newlib, pass --with-newlib to
14909 subdirectories.
14910 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
14911 -Bnewlib/ and -Lwinsup to gcc.
14912 (CXX_FOR_TARGET): Likewise.
14913
14914 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
14915
14916 * Makefile.in (ETC_SUPPORT): Add configure.
14917
14918 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
14919
14920 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
14921 host configuration file.
14922
14923 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
14924
14925 * configure.in: Break mn10x00 support into separate
14926 mn10200 and mn10300 configurations.
14927 * config.sub: Likewise.
14928
14929 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
14930
14931 * configure.in: Add lots of stuff to noconfigdirs for
14932 the mn10x00 targets.
14933
14934 * config.sub, configure.in: Add mn10x00 support.
14935
14936 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
14937
14938 * make-all.com: Call conf-a-gas, not config-a-gas.
14939
14940 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
14941
14942 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
14943 targets.
14944
14945 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
14946
14947 * mpw-README: Add much more detail for native PowerMac.
14948 * mpw-install: New file.
14949 * mpw-configure: Add --norecursion and --help options.
14950 * mpw-config.in: Translate readme and install files when
14951 copying to objdir.
14952 * mpw-build.in: Don't always depend on byacc and flex.
14953 (install-only-top): New action.
14954
14955 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
14956
14957 * configure.in: You can now configure GDB for the v850.
14958
14959 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
14960
14961 * configure.in (noconfigdirs): Don't configure any C++ dirs
14962 if targeting D10V.
14963
14964 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
14965
14966 * config.sub: Recognize mips64vr5000.
14967
14968 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
14969
14970 * configure.in: Use a single line for host_tools and native_only.
14971
14972 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
14973
14974 * config.sub, configure.in: Add entries for m32r.
14975
14976 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
14977
14978 * Makefile.in (inet-install): Don't run install-gzip.
14979
14980 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
14981
14982 * configure.in: Don't config lots of things for *-*-windows*.
14983
14984 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
14985
14986 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
14987 (host_libs, host_tools): Copy from configure.in.
14988 * mpw-configure: Don't complain about directories not found.
14989
14990 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
14991
14992 * configure.in (i[345]86): Recognize i686 for pentium pro.
14993 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
14994 file.
14995
14996 * config.guess (i[345]86): Ditto.
14997
14998 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
14999
15000 * configure.in (noconfigdirs): Removed gdb for D10V.
15001
15002 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
15003
15004 * configure.in: Remove ld, target-libio, target-libg++, and
15005 target-libstdc++ from noconfigdirs.
15006
15007 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15008
15009 * configure: Fix three locations where shell scripts were
15010 being run directly rather than with config_shell.
15011
15012 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15013
15014 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15015 * config.sub (basic_machine): Recognize v850.
15016
15017 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15018
15019 * mpw-configure: Handle multiple enable/disable options and
15020 pass them down recursively, handle -c and -s flags appropriately
15021 depending on choice of compiler, add escape mechanism for
15022 quoted arguments to gC.
15023
15024 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15025
15026 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15027 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15028 so that -mrelocatable-lib and -mno-eabi are used.
15029
15030 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15031 not support --print-multi-lib, don't abort.
15032
15033 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
15034
15035 * make-all.com: Run config-a-gas.
15036 * setup.com: Don't copy subdirectory files around.
15037
15038 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
15039
15040 * configure.in (*-*-ose): Remove exclusion of libgloss for this
15041 target, it now compiles correctly.
15042
15043 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
15044
15045 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
15046
15047 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15048
15049 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
15050
15051 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15052
15053 * configure.in (native_only): Add prms.
15054
15055 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
15056
15057 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
15058 (BINUTILS_SUPPORT_DIRS): Likewise.
15059
15060 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15061
15062 * configure.in (d10v-*-*): Don't configure ld or gdb until the
15063 d10v support is added.
15064
15065 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15066
15067 * configure.in (d10v-*-*): New target.
15068
15069 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
15070
15071 * config.guess (HP 9000/811): Recognize this as a PA1.1
15072 machine.
15073
15074 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
15075
15076 * Makefile.in (do-tar-gz): New target, split out from tail end of
15077 taz target. Run each command separately, don't use pipes.
15078 (taz): Use it.
15079
15080 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
15081
15082 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
15083 * mpw-build.in: No builds should depend on building byacc or flex,
15084 they are assumed to be installed already.
15085
15086 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15087
15088 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
15089 variable that CC_FOR_TARGET needs.
15090
15091 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15092
15093 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
15094 options have changed since the last time the subdirectory was
15095 configured, and if it has, reconfigure.
15096 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
15097 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
15098
15099 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
15100
15101 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
15102 CLEAN_MODULES): Add bash.
15103 (all-bash): New target.
15104
15105 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
15106
15107 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
15108
15109 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15110
15111 * config.sub (basic_machine): Recognize d10v as a valid processor.
15112
15113 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
15114
15115 * mpw-configure: Add support for --bindir.
15116 * mpw-build.in: Use a GCC-specific build script for GCC actions.
15117
15118 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
15119
15120 * configure.in: add bash, time, gawk to list of hosttools and things
15121 to only build for native toolchains
15122
15123 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15124
15125 * Makefile.in (docdir): Remove.
15126
15127 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
15128
15129 * Makefile.in (datadir): Set to $(prefix)/share.
15130
15131 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
15132
15133 * configure.in: build diff and patch for cygwin32-hosted
15134 toolchains.
15135
15136 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
15137
15138 * config.sub: Accept -rtems*.
15139
15140 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
15141
15142 * configure.in: enable dosrel for cygwin32-hosted builds,
15143 remove diff from the list of things not buildable
15144 via Canadian Cross
15145
15146 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
15147
15148 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
15149 don't get ". ".
15150
15151 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
15152
15153 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
15154
15155 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
15156
15157 * Makefile.in (taz): Handle case where tex3patch didn't even get
15158 checked out. Also, if it was found, put the symlink in a new util
15159 subdirectory.
15160
15161 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15162
15163 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
15164
15165 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
15166
15167 * config.sub: Recognize -openvms.
15168 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
15169 * make-all.com, setup.com: New files.
15170
15171 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15172
15173 * Makefile.in (taz): tex3patch moved to texinfo/util.
15174
15175 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
15176
15177 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
15178 * configure.in: remove make from disable-if-Can-Cross list
15179 enable gdb if ${host} and ${target} are cygwin32
15180
15181 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
15182
15183 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
15184 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
15185
15186 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15187
15188 * config.guess: Combine mips-mips-riscos cases, and use cpp to
15189 distinguish sysv/svr4/bsd variants.
15190 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
15191
15192 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
15193
15194 * configure.in: Added copyright notice.
15195 * move-if-change: Added copyright notice.
15196
15197 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15198
15199 * configure.in (powerpcle-*-solaris*): Until we get shared
15200 libraries working, don't build gdb, sim, make, tcl, tk, or
15201 expect.
15202
15203 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
15204
15205 * config.guess: Merge with FSF:
15206
15207 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15208 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
15209
15210 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
15211 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
15212
15213 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
15214 * config.guess: Combine two OSF1 rules.
15215 Also recognize field test versions. From mjr@zk3.dec.com.
15216 * config.guess (dgux): Use /usr/bin/uname rather than uname,
15217 because GNU uname does not support -p. From pmr@pajato.com.
15218
15219 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
15220
15221 * Makefile.in (MAKEDIRS): Removed $(tooldir).
15222
15223 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
15224
15225 * mpw-README: Document GCCIncludes.
15226
15227 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
15228
15229 * configure.in (alpha-*-linux*): Set enable_shared to yes.
15230
15231 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15232
15233 * mpw-configure: Handle --enable-FOO and --disable-FOO.
15234
15235 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
15236
15237 * configure.in (*-*-cygwin32): Configure make.
15238
15239 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
15240
15241 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
15242
15243 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
15244
15245 * Makefile.in (all-inet): Depend on all-perl.
15246
15247 * Makefile.in (inet-install): New target.
15248
15249 * Makefile.in (all-inet): Depend on all-tcl.
15250 (all-inet): Depend on all-send-pr.
15251
15252 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15253
15254 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
15255 temporarily.
15256
15257 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
15258
15259 * configure.in: Don't configure --with-gnu-ld on AIX.
15260
15261 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15262
15263 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
15264
15265 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
15266
15267 * Makefile.in (ALL_MODULES): Added all-inet.
15268 (CROSS_CHECK_MODULES): Added check-inet.
15269 (INSTALL_MODULES): Added install-inet.
15270 (CLEAN_MODULES): Added clean-inet.
15271 (all-indent): New target.
15272
15273 * configure.in (host_tools): Added inet.
15274 (native_only): Added inet.
15275 (noconfigdirs): Added inet.
15276
15277 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
15278
15279 * configure.in: Don't configure libgloss if we are not configuring
15280 newlib.
15281
15282 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
15283
15284 * configure.in: Don't configure libgloss for unsupported
15285 architectures.
15286
15287 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15288
15289 * Makefile.in (CLEAN_MODULES): Add clean-apache.
15290
15291 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
15292
15293 * Makefile.in (ALL_MODULES): Include all-apache.
15294 (CROSS_CHECK_MODULES): Include check-apache.
15295 (INSTALL_MODULES): Include install-apache.
15296 (all-apache): New target.
15297
15298 * configure.in: Added apache everywhere perl is seen.
15299
15300 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15301
15302 * Makefile.in: Add support for clean-{module} and
15303 clean-target-{module} rules.
15304
15305 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
15306
15307 * configure.in (*-*-ose) do not build libgloss.
15308
15309 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15310
15311 * config.guess (prep*:SunOS:5.*:*): Turn into
15312 powerpele-unknown-solaris2.
15313
15314 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
15315
15316 * configure.in: Permit --enable-shared to specify a list of
15317 directories.
15318
15319 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15320
15321 * configure.in (host==solaris): Pass only the first word of $CC
15322 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
15323
15324 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
15325
15326 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
15327
15328 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
15329
15330 * Makefile.in (ALL_MODULES): Include all-perl.
15331 (CROSS_CHECK_MODULES): Include check-perl.
15332 (INSTALL_MODULES): Include install-perl.
15333 (ALL_X11_MODULES): Include all-guile.
15334 (CHECK_X11_MODULES): Include check-guile.
15335 (INSTALL_X11_MODULES): Include install-guile.
15336 (all-perl): New target.
15337 (all-guile): New target.
15338
15339 * configure.in (host_tools): Include perl and guile.
15340 (native_only): Include perl and guile.
15341 (noconfigdirs): Don't build guile and perl; no ports have been
15342 done.
15343
15344 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
15345
15346 * configure (--enable-*): Handle quoted option lists such as
15347 --enable-sim-cflags='-g0 -O' better.
15348
15349 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15350
15351 * Makefile.in ({,inst}all-target): New rule so we can make and
15352 install all of the target directories easily.
15353
15354 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15355
15356 * configure.in: Add missing global flag in sed substitution when
15357 deleting `target-' from ${configdirs}.
15358
15359 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
15360
15361 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
15362 option.
15363
15364 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
15365 config/mh-necv4.
15366
15367 * install.sh: Correct misspelling of transformbasename.
15368
15369 * config.guess: Recognize mips-*-sysv*.
15370
15371 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
15372
15373 * config.sub: Recognize mon960.
15374
15375 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
15376
15377 * configure: Restore Canadian Cross handling of BISON and LEX,
15378 removed in Feb 20 change.
15379
15380 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
15381
15382 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
15383 Mention make install. Remove the old copyright date as well the
15384 clumsy and rather pointless copyright on the README file.
15385
15386 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
15387
15388 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
15389 Makefile after running symlink-tree, then run `make distclean' to
15390 avoid clobbering any generated files in srcdir.
15391
15392 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
15393
15394 * configure.in (m68k-*-netbsd*): Build everything now.
15395
15396 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
15397
15398 * Makefile.in (taz): Fix quoting.
15399
15400 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
15401
15402 * configure.in (sparclet-*-*): Build everything now.
15403
15404 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15405
15406 * configure.in (m68k-*-linux*): New host.
15407
15408 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
15409
15410 * configure: Check for bison before byacc.
15411
15412 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
15413
15414 * Makefile.in configure: Change the way LEX and BISON/YACC are
15415 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
15416 searching PATH. These are used as fallbacks by Makefile.in if
15417 flex/bison/byacc aren't in objdir.
15418
15419 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
15420
15421 * Makefile.in: Make everything which depends upon all-bfd also
15422 depend upon all-opcodes, in case --with-commonbfdlib is used.
15423
15424 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15425
15426 * configure.in (host *-*-cygwin32): Don't build gdb if we are
15427 building NT native compilers on Unix.
15428
15429 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
15430
15431 * configure.in: Don't get CC from the host Makefile fragment if we
15432 can find gcc in PATH, or if this is a Canadian Cross. Move the
15433 Solaris test for /usr/ucb/cc to the post target script, just after
15434 the compiler sanity test.
15435
15436 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
15437
15438 * config.sub: Merge with FSF.
15439
15440 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
15441
15442 * Makefile.in (RPATH_ENVVAR): New variable.
15443 (REALLY_SET_LIB_PATH): Use it.
15444 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
15445
15446 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
15447
15448 * config.sub, configure.in: Recognize sparclet cpu.
15449
15450 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
15451
15452 * config.guess: Support m68k-cbm-sysv4.
15453
15454 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15455
15456 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
15457 m68k-unknown-linuxaout from linker help string. Put quotes around
15458 $ld_help_string.
15459
15460 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
15461
15462 * config.guess (powerpc-harris-powerunix): Add guess for port
15463 to new target.
15464
15465 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15466
15467 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
15468
15469 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
15470
15471 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
15472 $(REALLY_SET_LIB_PATH) in Makefile.
15473 * Makefile.in (SET_LIB_PATH): New variable.
15474 (REALLY_SET_LIB_PATH): New variable.
15475 ($(DO_X)): Use $(SET_LIB_PATH).
15476 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
15477 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
15478 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
15479 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
15480 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
15481 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
15482 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
15483 (install-dosrel): Likewise.
15484 (all-opcodes): Depend upon all-libiberty.
15485
15486 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
15487
15488 * config.guess (*:CYGWIN*): New
15489
15490 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15491
15492 * Makefile.in (all-target-winsup): All all-target-libiberty.
15493
15494 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15495
15496 * configure.in (noconfigdirs): Add missing # in front of comment.
15497
15498 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
15499
15500 * configure.in: add second pass to things added to noconfigdirs
15501 so *-gm-magic can exclude libgloss properly.
15502
15503 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
15504
15505 * mpw-configure (extralibs_name, rez_name): Set correctly
15506 for MWC68K compiler.
15507
15508 * mpw-README: Add more info on the necessary build tools.
15509
15510 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
15511
15512 * configure.in, config.sub: Recognize cygwin32.
15513
15514 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
15515
15516 * config.guess, config.sub: Recognize A/UX.
15517
15518 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
15519
15520 * config.sub: Merge with gcc/config.sub.
15521
15522 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
15523
15524 * mpw-build.in (do-binutils): Add build of stamps.
15525
15526 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
15527
15528 * config.sub: Add recognition for mips64vr4100*-* targets.
15529
15530 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15531
15532 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
15533 Add creation of gconfigargs with `--enable-shared' turned on.
15534 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
15535 ($(host)-stamp-stage3-configured): Likewise.
15536 (HOLES): Add chatr and ldd.
15537 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
15538
15539 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
15540
15541 * configure: Pass --nfp to recursive configures.
15542
15543 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
15544
15545 * Makefile.in (DLLTOOL): New.
15546 (DLLTOOL_FOR_TARGET): New.
15547 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
15548 (EXTRA_TARGET_FLAGS): Ditto.
15549 (EXTRA_GCC_FLAGS): Ditto.
15550 (CONFIGURE_TARGET_MODULES): Ditto.
15551 (DO_X): Ditto.
15552 * configure: Add DLLTOOL.
15553
15554 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
15555
15556 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
15557 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
15558 mh-sco, since old workarounds no longer needed, and don't
15559 build ld, since libraries have weak symbols in COFF.
15560
15561 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
15562
15563 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
15564
15565 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
15566
15567 * configure.in: Make sure that ${CC} can be used to compile an
15568 executable.
15569
15570 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
15571
15572 * Makefile.in (all-gdb): Depend on $(GDB_TK).
15573 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
15574 nothing depending on whether gdbtk is being built.
15575
15576 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
15577
15578 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
15579
15580 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
15581
15582 * configure.in (noconfigdirs): Put ld or gas in this early, if the
15583 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
15584
15585 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
15586
15587 * config-ml.in: Add support for
15588 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
15589 Simplify setting of multidirs from --disable-foo.
15590
15591 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15592
15593 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
15594 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
15595 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
15596 non-empty, pass them on to the GCC make.
15597 (all-bootstrap): New rule that is like all-gcc, except it executes
15598 the GCC bootstrap rule instead of the GCC all rule.
15599
15600 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
15601
15602 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
15603
15604 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15605
15606 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
15607 DG/UX support.
15608
15609 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
15610
15611 * config.sub (i*86*) Change [345] to [3456]
15612
15613 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15614
15615 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
15616 --with-gnu-ld=no.
15617
15618 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15619
15620 * config-ml.in (rs6000*, powerpc*): Add switches to control which
15621 AIX multilibs get built.
15622
15623 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15624
15625 * configure.in (i386-win32): Don't build expect if we're not
15626 building the tcl subdir.
15627
15628 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
15629
15630 * Makefile.in: (configure-target-examples, all-target-examples):
15631 New targets, configure and build example programs.
15632
15633 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
15634
15635 * mpw-configure: If an mpw-config.in generated a file mk.sed,
15636 use it as input to sedit the generated MPW makefile.
15637 * mpw-README: Add a suggestion about Gestalt.h.
15638
15639 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
15640
15641 * config.sub: Accept *-*-ieee*.
15642
15643 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
15644
15645 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
15646 Ronald F. Guilmette <rfg@monkeys.com>.
15647
15648 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15649
15650 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
15651 for powerpc-pe native.
15652 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
15653 (target==powerpc-pe): duplicate i386-win32 entry.
15654
15655 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15656
15657 * configure.in (noconfigdirs): Exclude target-newlib for all versions
15658 of vxworks, not just vxworks5.1.
15659
15660 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
15661
15662 * mpw-configure: Add support for exec-prefix.
15663
15664 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
15665
15666 * config.guess: Recognize HP model 816 machines as having
15667 a PA1.1 processor.
15668
15669 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
15670
15671 * configure: Ignore new autoconf configure options.
15672
15673 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
15674
15675 * config.guess: Recognize Pentium under SCO.
15676 From Robert Lipe <robertl@arnet.com>.
15677
15678 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
15679
15680 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
15681
15682 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
15683
15684 * configure.in: Don't configure gas for alpha-dec-osf*.
15685
15686 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
15687
15688 * configure.in: Default to --with-stabs for some targets for which
15689 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
15690 i[345]86*-*-unixware*.
15691
15692 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
15693
15694 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
15695 rather than basing it on the target. Simplify handling of options
15696 controlling which directories to configure. Remove extraneous
15697 slash in multi-clean target.
15698
15699 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
15700
15701 * config-ml.in: Prefix more variables with ml_ so they don't collide
15702 with configure's.
15703
15704 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
15705
15706 * configure: Don't turn -v into --v.
15707
15708 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
15709
15710 * configure.in (targargs): Fix typo.
15711
15712 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
15713
15714 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
15715
15716 * configure.in: Strip --host and --target options from
15717 CONFIG_ARGUMENTS, and always configure for --host only. Add
15718 --with-cross-host option when building with a cross-compiler.
15719 * configure: Canonicalize the arguments put into config.status by
15720 always using `=' for an option with an argument. Pass a presumed
15721 --host or --target explicitly.
15722
15723 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
15724
15725 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
15726 into general OS recognition case.
15727
15728 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15729
15730 * configure.in (target_configdirs): add target-winsup only
15731 for win32 target systems.
15732
15733 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
15734
15735 * Makefile.in (all-target-libgloss): Depend upon
15736 configure-target-newlib, since when libgloss is built it looks to
15737 see if the newlib directory exists.
15738
15739 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
15740
15741 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
15742 cfg-ml-*.in.
15743
15744 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
15745
15746 * configure: Handle LD and LD_FOR_TARGET when configuring a
15747 Canadian Cross.
15748
15749 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15750
15751 * configure.in (target_libs): add target-winsup.
15752 (target==i386-win32): add patch diff flex make to $noconfigdirs.
15753 (target==ppcle-pe): remove ld from $noconfigdirs.
15754
15755 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
15756
15757 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
15758 Preserve relative path names in $srcdir. Build symlink tree if
15759 configuring cross target dir and srcdir=. (= no VPATH support).
15760 (configure-target-libg++): Depend on configure-target-librx.
15761 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
15762 * config-ml.in: New file.
15763 * symlink-tree: New file.
15764 * configure: Ensure srcdir="." if that's what it is.
15765
15766 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
15767
15768 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
15769 includes and FLEX_SKELETON setting.
15770 * mpw-configure (--with-gnu-ld): New option, controls whether
15771 to use PPCLink or ld with PowerMac GCC.
15772 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
15773 * mpw-config.in: Configure grez if targeting Mac.
15774
15775 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
15776 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
15777 just macos.
15778 * configure.in: Configure grez resource compiler if targeting Mac.
15779 * Makefile.in (all-grez, install-grez): New targets.
15780
15781 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
15782
15783 * configure: CXX defaults to gcc, not g++. If we find
15784 gcc in the path, set CC to gcc -O2.
15785
15786 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
15787
15788 * configure: Default ${build} correctly. Avoid picking up extra
15789 spaces when reading CC and CXX from Makefile. When doing a
15790 Canadian Cross, use plausible default values for numerous
15791 variables.
15792 * configure.in: When doing a Canadian Cross, don't try to
15793 configure tools whose configure script can't handle it.
15794
15795 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15796
15797 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
15798
15799 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
15800
15801 * configure: Remove dubious bug reporting address.
15802
15803 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
15804
15805 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
15806 configure script, run that instead of this directory's configure.
15807 In either case, print a message that we're configuring the sub-dir.
15808
15809 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
15810
15811 * configure.in: Before checking for the existence of various files,
15812 use sed to filter out "target-".
15813
15814 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
15815
15816 * Makefile.in (DO_X): Split rule to decrease command line length
15817 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
15818 (Philippe De Muyter).
15819
15820 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15821
15822 * Makefile.in (all-patch): depend on all-libiberty.
15823
15824 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
15825
15826 * configure.in: If the only directory in target_configdirs which
15827 actually exists is libiberty, then set target_configdirs to empty,
15828 to avoid trying to build a target libiberty in a gas or gdb
15829 distribution.
15830
15831 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
15832
15833 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
15834 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
15835 systems.
15836
15837 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
15838
15839 * configure.in (copy_dirs): Use sys-include instead of include
15840 for --with-headers option.
15841
15842 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
15843
15844 * Makefile.in, configure.in: Make winsup builds work with
15845 new scheme.
15846
15847 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
15848
15849 * configure.in: Build the linker on AIX.
15850
15851 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
15852
15853 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
15854 where needed.
15855
15856 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
15857
15858 * Makefile.in (all-gcc): Fix typo.
15859
15860 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
15861
15862 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
15863
15864 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
15865
15866 * configure.in: Rename libFOO to target-libFOO, and xiberty
15867 to target-xiberty, to provide more flexibility.
15868 (target_subdir): Define. Create if cross.
15869 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
15870 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
15871 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
15872 check-libFOO -> check-target-libFOO, etc.
15873 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
15874 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
15875 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
15876 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
15877 allow ALL_GCC="" to only configure.
15878 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
15879 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
15880 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
15881
15882 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
15883
15884 * Makefile.in (taz): Build "info" in etc explicitly.
15885
15886 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
15887
15888 * configure.in: Make sure that CC is undefined (as opposed to
15889 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
15890 problem with autoconf trying to configure on a host without GCC.
15891
15892 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
15893
15894 * mpw-configure: Set host alias from choice of host compiler,
15895 only use generic MPW Makefile sed if present, edit a file
15896 named "hacked_Makefile.in" instead of "Makefile.in" if present.
15897 * mpw-README: Add problem notes about CW6 and CW7.
15898
15899 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
15900
15901 * Makefile.in (taz): Use ";" instead of ";;".
15902
15903 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
15904
15905 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
15906 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
15907 DISTDOCDIRS.
15908 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
15909 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
15910
15911 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
15912
15913 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
15914 and gnats, because they are now subsumed by DISTSTUFFDIRS.
15915 Move bfd to DISTSTUFFDIRS.
15916
15917 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15918
15919 * Makefile.in (X11_LIB): Removed.
15920 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
15921
15922 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
15923
15924 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15925
15926 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
15927 names.
15928
15929 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15930
15931 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
15932
15933 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
15934
15935 * configure.in (i[345]86-*-win32): Always build newlib.
15936 Don't configure cvs, autoconf or texinfo.
15937 * Makefile.in (LD_FOR_TARGET): New.
15938 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
15939 Pass down LD_FOR_TARGET.
15940
15941 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
15942
15943 * winsup: New directory.
15944 * Makefile.in: Build winsup.
15945 * configure.in: Winsup is configured when target is win32.
15946 Can only build win32 target GDB when native.
15947
15948 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
15949
15950 * config.guess: Recognize HP model 819 machines as having
15951 a PA 1.1 processor.
15952
15953 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
15954
15955 * configure: Fix sed loop which substitutes for CC and CXX to
15956 avoid bug found in various sed implementations.
15957
15958 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15959
15960 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
15961 simulator. Use standard powerpc-*-eabi*.
15962
15963 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
15964
15965 * configure.in: Stop putting gas and binutils in noconfigdirs for
15966 powerpc-*-aix* and rs6000-*-*.
15967
15968 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
15969
15970 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
15971 -mcall-aixdesc libraries.
15972
15973 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
15974
15975 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
15976
15977 * config.sub (arm | armel | armeb): Fix shell syntax.
15978
15979 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
15980
15981 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
15982 -msoft-float and -mcpu=common support.
15983 (powerpc*-*-eabisim*): Add support for building -mcall-aix
15984 libraries.
15985
15986 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
15987
15988 * configure.in: Allow configuration and build of emacs19 for the alpha.
15989
15990 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15991
15992 * configure.in (CC): Get ^CC, not just any old CC, from
15993 ${host_makefile_frag}.
15994
15995 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
15996
15997 * configure.in (CC): Try to get CC from
15998 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
15999
16000 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16001
16002 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16003 only if it exists in $(srcdir).
16004
16005 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16006
16007 * configure: If CC and CXX are not set in the environment, set
16008 them, based on either an existing Makefile or on searching for gcc
16009 in PATH. Substitute for CC and CXX in Makefile.
16010 * configure.in: Remove libm from target_libs. Separate
16011 target_configdirs from configdirs. If CC is not set in
16012 environment, try to get it from a host Makefile fragment. Rewrite
16013 changes of configdirs to use skipdirs instead. A few minor
16014 tweaks. Take directories out of target_configdirs as they are
16015 taken out of configdirs. Remove existing Makefile files from
16016 subdirectories. Substitute for TARGET_CONFIGDIRS and
16017 CONFIG_ARGUMENTS in Makefile.
16018 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16019 by configure.in.
16020 (CONFIG_ARGUMENTS): Likewise.
16021 (CONFIGURE_TARGET_MODULES): New variable.
16022 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16023 ($(CONFIGURE_TARGET_MODULES)): New target.
16024 (configure-libg++, configure-libio): New targets.
16025 (all-libg++): Depend upon configure-libg++.
16026 (all-libio): Depend upon configure-libio.
16027 (configure-libgloss, all-libgloss): New targets.
16028 (configure-libstdc++): New target.
16029 (all-libstdc++): Depend upon configure-libstdc++.
16030 (configure-librx, all-librx): New targets.
16031 (configure-newlib): New target.
16032 (all-newlib): Depend upon configure-newlib
16033 (configure-xiberty): New target.
16034 (all-xiberty): Depend upon configure-xiberty.
16035
16036 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16037
16038 * configure.in (host i[345]86-*-win32): Expand the
16039 noconfigdirs again.
16040
16041 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
16042
16043 * mpw-configure: Fix sed command file name.
16044
16045 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
16046
16047 * configure.in (host i[345]86-*-win32): Reduce the
16048 noconfigdirs again.
16049
16050 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
16051
16052 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
16053 or powerpc*-*-pe*, since they are not yet supported.
16054
16055 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16056
16057 Add PowerMac support and many other enhancements.
16058 * mpw-configure: New option --cc to select compiler to use,
16059 paste options set according to --cc into the generated
16060 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
16061 if mpw-make.sed is present.
16062 * mpw-config.in: Don't test for gC1, test for mpw-touch,
16063 add forward includes for PowerPC include files.
16064 * mpw-build.in: Build using Makefile.PPC if present.
16065 (do-byacc, etc): Remove separate version resource builds.
16066 (do-gas): Build "stamps" before "all".
16067 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
16068 * mpw-README: Update to reflect --cc option, PowerMac support,
16069 and recently-reported compatibility problems.
16070
16071 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
16072
16073 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
16074 embedded m68k systems (-aout, -coff, -elf, -vxworks).
16075 (--with-multilib-top): Pass to recursive invocations.
16076
16077 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
16078
16079 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
16080 v810-*-*.
16081
16082 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16083
16084 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
16085 gdb, ld and opcodes on v810-*-*.
16086
16087 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
16088
16089 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
16090 (local-maintainer-clean): New target.
16091 (maintainer-clean): New target.
16092 (realclean): Just depend upon maintainer-clean.
16093
16094 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16095
16096 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
16097
16098 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
16099
16100 * configure.in: Build ld in mips*-*-bsd* case.
16101
16102 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
16103
16104 * config.sub: Accept -lites* OS. From Ian Dall.
16105
16106 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
16107
16108 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
16109 targets.
16110
16111 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16112
16113 * configure.in: treat i386-win32 canadian cross the same as
16114 i386-go32 canadian cross.
16115
16116 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16117
16118 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
16119 running under the simulator to build a reduced set of libraries.
16120 (powerpc-*-eabiaix): Add fine grained multilib support added to
16121 other powerpc targets yesterday.
16122
16123 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16124
16125 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
16126 -disable-softfloat, -disable-relocatable, -disable-aix, and
16127 -disable-sysv to control which multilib libraries get built.
16128
16129 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16130
16131 * configure: Add Makefile.tem to list of files to remove in trap
16132 handler.
16133
16134 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
16135
16136 * config.guess (*Linux*): Add missing "exit"s.
16137 Also, need specific check for alpha-unknown-linux (uses COFF).
16138
16139 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
16140
16141 * config.guess: Merge with FSF:
16142
16143 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
16144 * config.guess (AIX4): More robust release numbering discovery.
16145
16146 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
16147 * config.guess (i386-sequent-ptx): Properly get version number.
16148
16149 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
16150 * config.guess (mips:*:4*:UMIPS): New case.
16151
16152 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
16153
16154 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
16155 (i386-win32 host): Likewise. Don't build readline.
16156
16157 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
16158
16159 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
16160 SUPPORT_FILES to submakes.
16161
16162 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
16163
16164 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
16165 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
16166 mpw-configure.
16167
16168 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
16169
16170 * configure.in (appdirs): Use =, not ==, in test expression when
16171 trying to build the text to print in the warning message for
16172 Solaris users.
16173
16174 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
16175
16176 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
16177
16178 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16179
16180 * config.guess: Recognize lynx-2.3.
16181
16182 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
16183
16184 * config.sub (z8ksim): Deleted
16185 (z8k-*-coff): New, this is the one true name of the target.
16186
16187 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
16188
16189 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
16190
16191 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
16192
16193 * config.guess (*:Linux:*:*): First try asking the linker what the
16194 default object file format is (elf, aout, or coff). Then if this
16195 fails, try previous methods.
16196
16197 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16198
16199 * configure.in: Don't build newlib for *-*-vxworks5.1.
16200
16201 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16202
16203 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
16204 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
16205
16206 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
16207
16208 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
16209
16210 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
16211
16212 * cfg-ml-com.in: New file.
16213 * cfg-ml-pos.in: New file.
16214
16215 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16216
16217 * COPYING.NEWLIB: Add HP free copyright to list.
16218
16219 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16220
16221 * config.sub: Recognize -eabi* for the system, not just -eabi.
16222
16223 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
16224
16225 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
16226 * config.sub, configure.in (win32): New target and host.
16227
16228 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
16229
16230 * configure.in: Add i386-pe configuration.
16231
16232 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
16233
16234 * mpw-build.in (install): Install GDB after LD.
16235
16236 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
16237
16238 * mpw-config.in (elf/mips.h): Always forward-include, needed
16239 for GDB to build.
16240
16241 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
16242
16243 * testsuite: New directory for customer acceptance and whole tool
16244 chain tests.
16245
16246 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16247
16248 * configure: If per-host line isn't found, but AC_OUTPUT is found
16249 and a configure script exists, run it instead.
16250
16251 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16252
16253 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
16254
16255 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
16256
16257 * configure: Set build_{cpu,vendor,os,alias} to host values when
16258 --build isn't specified.
16259
16260 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16261
16262 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
16263 (FLAGS_TO_PASS): Pass them.
16264 (EXTRA_TARGET_FLAGS): Ditto.
16265
16266 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16267
16268 * Makefile.in (all-libg++): Depend on all-libstdc++.
16269
16270 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16271
16272 * configure.in (noconfigdirs): Enable all packages for
16273 i386-unknown-netbsd.
16274
16275 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
16276
16277 * configure.in (noconfigdirs): Don't configure tk for i386-go32
16278 hosted builds (DOS builds)
16279
16280 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
16281
16282 Changes for ARM based on patches from Richard Earnshaw:
16283 * config.sub: Handle armeb and armel.
16284 * configure.in: Omit arm linker only for riscix.
16285
16286 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
16287
16288 * config.guess: Update from FSF.
16289
16290 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
16291
16292 * config.sub: Recognize powerpcle as the little endian variant of
16293 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
16294 powerpcle variant. Convert pentium into i586, not i486. Add p5
16295 alias for i586. Map new x86 variants p6, k5, nexgen into i586
16296 temporarily.
16297
16298 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
16299
16300 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
16301
16302 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
16303
16304 * config.sub: Accept -lites* as a basic system type.
16305
16306 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
16307
16308 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
16309 installed, and if so return linuxoldld as the system name.
16310
16311 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
16312
16313 * config.guess: Add hppa1.1-hp-lites support.
16314
16315 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
16316
16317 * configure.in: Don't build newlib for m68k-vxworks5.1.
16318
16319 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16320
16321 * configure.in (mips-sgi-irix6): Use mh-irix5.
16322
16323 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
16324
16325 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
16326
16327 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16328
16329 * test-build.mk: Enable building of shared libraries on IRIX 5 and
16330 OSF/1. Fix compiler flags.
16331 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
16332
16333 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
16334
16335 * configure.in: Recognize --with-newlib.
16336 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
16337
16338 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16339
16340 * Makefile.in: move {all,check,install}-gdb from *_MODULES
16341 to *_X11_MODULES due to gdbtk needing X include files et al.
16342
16343 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
16344
16345 Merge in support for Mac MPW as a host.
16346 (Old change descriptions retained for informational value.)
16347
16348 * mpw-config.in: Add generic include forwards for cpu-specific
16349 include files in aout and elf directories.
16350
16351 * mpw-configure: Added copyright.
16352 * mpw-config.in: Check for presence of required build tools.
16353 (target_libs): Add newlib.
16354 (target_tools): Add examples.
16355 (Read Me): Generate as "Read Me for MPW" instead.
16356 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
16357 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
16358 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
16359
16360 * mpw-configure: Remove subdir-specific makefile hackery,
16361 delete mk.tmp after using it.
16362
16363 * mpw-build.in (all): Display start and end times.
16364
16365 * mpw-configure (host_canonical): Set.
16366 (target_cpu): Always add to makefiles.
16367 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
16368 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
16369 (mpw-mh-mpw): Look for in srcdir and srcroot.
16370 Use sed instead of mpw-edit-prefix to edit prefix definitions.
16371
16372 * mpw-build.in: (install-only): New target.
16373
16374 * mpw-configure (host_alias, target_alias): Rename from hostalias
16375 and targetalias, add into generated Makefile.
16376 (mk.tmp): If present, add into generated Makefile.
16377 * mpw-build.in (all-gas): Build config.h first before gas proper.
16378
16379 * mpw-configure (config.status): Write only if changed.
16380 * mpw-config.in (readline): Configure it (not built, just used for
16381 definitions).
16382
16383 * mpw-config.in (elf/mips.h): Add a forward include.
16384
16385 * mpw-config.in: Forward-include most .h files in include into
16386 extra-include.
16387 (readline): Don't build.
16388 mpw-build.in (install): Install GDB.
16389
16390 * mpw-configure (prefix, mpw_prefix): Handle it.
16391 * mpw-config.in (mmalloc, readline): Don't configure.
16392 * mpw-build.in (thisscript): Rename to ThisScript.
16393 Use mpw-build instead of BuildProgram everywhere.
16394 (mmalloc, readline): Don't build.
16395 * mpw-README: New file, basic documentation about the MPW port.
16396
16397 * mpw-config.in: Use forward-include to create include files.
16398
16399 * mpw-configure: Add more things to the top of each configured
16400 Makefile, including contents of config/mpw-mh-mpw.
16401 * mpw-config.in (extra-include): Create this directory and fill it
16402 with Posix-like include files when configuring.
16403
16404 * config.sub (apple, mac, mpw): Add various aliases.
16405
16406 * mpw-build.in: New file, top-level build script fragment for MPW.
16407 * mpw-configure: New file, configure script for MPW.
16408 * mpw-config.in: New file, config fragment for MPW.
16409
16410 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16411
16412 * configure.in (host_libs): Remove glob, since it is gone from the
16413 sources.
16414
16415 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16416
16417 * Makefile.in: define empty GDB_NLM_DEPS var.
16418
16419 * configure.in(target_makefile_frag): use config/mt-netware
16420 for netware targets.
16421
16422 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
16423
16424 * config.sub: Merge in recent FSF changes. Remove linux special
16425 cases.
16426
16427 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16428
16429 Revert this change:
16430
16431 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
16432
16433 * build-all.mk: Use CC=cc -Xs on Solaris.
16434
16435 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16436
16437 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
16438 stop using it.
16439 * Makefile.in: Nuke all references to glob subdirectory.
16440
16441 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16442
16443 * configure.in: Fix --enable-shared logic in per-host.
16444
16445 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
16446
16447 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
16448
16449 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
16450
16451 * configure.in (noconfigdirs): Don't build gas on AIX, for
16452 powerpc*-*-aix* as well as for rs6000*-*-aix*.
16453
16454 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
16455
16456 * configure: Fix --cache-file to work if the file argument is a
16457 relative path.
16458
16459 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
16460
16461 * configure: If the --cache-file is used, pass it down to
16462 configure in subdirectories.
16463
16464 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
16465
16466 * config.sub: add vxworks29k configuration.
16467
16468 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
16469
16470 * Makefile.in (taz): Do "diststuff" part quietly.
16471
16472 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
16473
16474 * config.sub: Mini-merge with gcc/config.sub.
16475
16476 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16477
16478 * config.guess (IRIX): Sed - to _.
16479
16480 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16481
16482 * Makefile.in (source-vault, binary-vault): New targets.
16483
16484 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
16485
16486 * config.sub: Recognize -eabi as a basic system type.
16487
16488 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16489
16490 * configure.in (enable_shared stuff): Fix typo.
16491
16492 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
16493
16494 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
16495
16496 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
16497
16498 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
16499
16500 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
16501
16502 * configure.in (rs6000-*-*): Don't build gas.
16503
16504 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
16505
16506 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
16507 reduce command line length.
16508 (AS_FOR_TARGET): Check for as.new, not Makefile.
16509 (NM_FOR_TARGET): Check for nm.new, not Makefile.
16510
16511 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
16512
16513 * config.guess: Merge from FSF.
16514
16515 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16516
16517 * configure: Don't use $ when handling program_suffix.
16518
16519 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
16520
16521 * configure.in: Configure tk for hppa/hpux.
16522
16523 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
16524
16525 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
16526
16527 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16528
16529 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
16530 to LIBCXXFLAGS. Tests are better run without it.
16531
16532 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
16533
16534 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
16535
16536 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
16537
16538 * configure.in (*-*-netware*): Don't configure xiberty.
16539
16540 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
16541
16542 * configure.in: Remove tk from native_only list.
16543
16544 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
16545
16546 * build-all.mk: Add mips-ncd-elf target to sun4 targets
16547 for special NCD build.
16548
16549 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16550
16551 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
16552 makeall.bat, they're only useful for binutils snapshots.
16553 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
16554 makeall.bat to specified SUPPORT_FILES.
16555
16556 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
16557
16558 * build-all.mk: Add Ericsson targets to sun4 and solaris
16559 hosts. Add BNR's sun4 target to solaris host, so their
16560 build-from-source will be tested in-house first.
16561
16562 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16563
16564 * Makefile.in (LIBCFLAGS): New variable.
16565 (CFLAGS_FOR_TARGET): Ditto.
16566 (LIBCFLAGS_FOR_TARGET): Ditto.
16567 (LIBCXXFLAGS): Ditto.
16568 (CXXFLAGS_FOR_TARGET): Ditto.
16569 (LIBCXXFLAGS_FOR_TARGET): Ditto.
16570 (BASE_FLAGS_TO_PASS): Pass them.
16571 (EXTRA_TARGET_FLAGS): Ditto.
16572
16573 * configure.in: Support --enable-shared.
16574
16575 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
16576
16577 * configure.in (target_libs): Include libstdc++ again.
16578 * config.guess: Update from FSF (for FreeBSD).
16579
16580 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16581
16582 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
16583 makeall.bat.
16584 (DISTDOCDIRS): Add `etc'.
16585 (ETC_SUPPORT_PFX): New variable.
16586 (taz): Include anything from etc starting with a word in
16587 ETC_SUPPORT_PFX.
16588
16589 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16590
16591 * config.sub: Update for recent FSF changes. Remove obsolete
16592 h8300hds entry. Add -windows* and -osx as basic os. Minor
16593 spacing changes.
16594
16595 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
16596
16597 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
16598
16599 * config.guess: Merge with FSF.
16600 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
16601
16602 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16603
16604 * configure: Since the "trap 0" handler will override the exit
16605 status on many systems, only use it for "exit 1", and make it set
16606 a non-zero exit status; reset it before "exit 0". Also, check
16607 exit status of config.sub, and error out if it failed.
16608
16609 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
16610
16611 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
16612 and install libgloss.
16613
16614 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16615
16616 * Makefile.in (all-binutils): Depend upon all-byacc.
16617
16618 * configure.in: Don't build emacs on Irix 5.
16619
16620 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16621
16622 * configure.in (*-*-netware*): Add libio.
16623
16624 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16625
16626 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
16627 (CHECK_TARGET_MODULES): Ditto.
16628 (INSTALL_TARGET_MODULES): Ditto.
16629 (TARGET_LIBS): Ditto.
16630 (all-libstdc++): Note dependencies.
16631
16632 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16633
16634 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
16635
16636 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
16637
16638 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
16639 -fexternal-templates.
16640
16641 * configure.in (target_libs): Add libstdc++.
16642 (noconfigdirs): Add libstdc++ as appropriate.
16643
16644 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16645
16646 * config.guess: Update from FSF.
16647
16648 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16649
16650 * configure: Use ${config_shell} when running ${configsub}.
16651
16652 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
16653
16654 * config.sub: No longer recognize h8300h.
16655
16656 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
16657
16658 * config.sub: Remove extraneous differences between config.sub and
16659 gcc/config.sub.
16660
16661 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
16662
16663 * Makefile.in (DISTSTUFFDIRS): Add gas.
16664
16665 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
16666
16667 * COPYING.NEWLIB: New file.
16668
16669 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
16670
16671 * config.guess (HP-UX): Patch from Harlan Stenn
16672 <harlan@landmark.com> to also emit release level.
16673
16674 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
16675
16676 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
16677
16678 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
16679
16680 * config.sub: Merge nextstep cleanup from FSF.
16681
16682 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
16683
16684 * configure.in (arm-*-*): Don't configure ld for this target.
16685
16686 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
16687
16688 * configure.in (*-*-netware): don't configure libg++, libio,
16689 librx, or newlib.
16690
16691 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16692
16693 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
16694 configure ld--it works, but it doesn't support shared libraries.
16695
16696 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16697
16698 * config.guess (*-unknown-freebsd*): Get rid of possible
16699 trailing "(Release)" in version string.
16700 Patch from Paul Richards <paul@isl.cf.ac.uk>.
16701
16702 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
16703
16704 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
16705 Fix type: *-next-neststep -> *-next-nextstep.
16706
16707 * config.guess: Merge from FSF:
16708
16709 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16710
16711 * config.guess: Recognize powerpc-ibm-aix3.2.5.
16712
16713 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
16714
16715 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
16716 instead of UNIX_SV for UnixWare 1.0).
16717
16718 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
16719
16720 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
16721 to make gdb/nlm/* build after the compiler and linker.
16722
16723 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
16724
16725 * config.guess (netbsd, freebsd, linux): Accept any machine,
16726 not just i[34]86.
16727 (m68k-atari-sysv4): Relocate to match FSF version.
16728
16729 * config.guess: More merges from the FSF:
16730
16731 Add a space before function call or macro invocation.
16732
16733 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16734
16735 * config.guess: Add trap cmd to remove dummy.c and dummy when
16736 interrupted.
16737
16738 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
16739
16740 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
16741 (dummy): Redirect stderr from compilation of dummy.c.
16742
16743 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
16744
16745 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
16746
16747 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
16748
16749 * configure: Accept and ignore --cache*, for compatibility with
16750 new autoconf.
16751
16752 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
16753
16754 * config.guess: Merge from FSF:
16755
16756 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16757
16758 * config.guess (Pyramid*:OSx*:*:*): New case.
16759 (PATH): Add /.attbin at end for finding uname.
16760 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
16761
16762 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
16763
16764 * config.guess (M88*:DolphinOS:*:*): New case.
16765
16766 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
16767
16768 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
16769 to select whether to use ELF or COFF.
16770
16771 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
16772
16773 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
16774
16775 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
16776
16777 * config.guess: Guess the OS version for HPUX.
16778
16779 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
16780
16781 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
16782
16783 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16784
16785 * configure.in: Recognize --with-headers, --with-libs, and
16786 --without-newlib.
16787 * Makefile.in (all-xiberty): Depend upon all-ld.
16788
16789 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16790
16791 * configure.in: Change i[34]86 to i[345]86.
16792
16793 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16794
16795 * configure (version): A few more tweaks to help message.
16796
16797 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
16798
16799 * Makefile.in: Remove (for now) librx as a host library,
16800 now that we're building it for target.
16801
16802 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16803
16804 * configure: Fix up help message; from karl@owl.hq.ileaf.com
16805 (Karl Berry).
16806
16807 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
16808
16809 * configure.in: Also configure librx.
16810
16811 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
16812
16813 * Makefile.in: Update various rules to reflect that librx
16814 is now needed for libg++.
16815
16816 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16817
16818 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
16819
16820 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
16821
16822 * configure.in: Configure the examples directory.
16823
16824 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16825
16826 * configure: Simplify Jun 2 1994 change.
16827
16828 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16829
16830 * change CC to /usr/latest/bin/gcc for lynx host builds, since
16831 /bin/gcc isn't good enough to build gcc.
16832
16833 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
16834
16835 * Makefile.in (GDB_SUPPORT_FILES): Remove
16836 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
16837 (gdb.tar.gz): Add new rule to use standard distribution building
16838 mechanism.
16839
16840 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16841
16842 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
16843 Bill Cox <bill@cygnus.com>.
16844
16845 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
16846
16847 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
16848
16849 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
16850
16851 * configure: Search current dir first in .gdbinit.
16852
16853 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
16854
16855 * config.sub: Recognize freebsd (merged from gcc config.sub).
16856
16857 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
16858
16859 * config.sub: Refer to NeXT's operating system as nextstep.
16860
16861 * config.sub (case $basic_machine): Re-order the cases, to match
16862 the order in the FSF version (which is mostly alphabethical).
16863 Merge in some additions and changes from the FSF.
16864
16865 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
16866
16867 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
16868 * config.sub: Recognize cxux7.
16869 * configure.in: Use mh-cxux for m88k-harris-cxux*.
16870
16871 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
16872
16873 * config.sub: Fix typo powerpc -> powerpc-*.
16874
16875 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
16876
16877 * Makefile.in: `all-emacs19' depends on `all-byacc'.
16878
16879 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
16880 parallel with all-emacs and install-emacs). Top-level command
16881 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
16882
16883 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16884
16885 * test-build.mk ($(host)-stamp-stage2-installed): Remove
16886 $(relbindir)/make before doing ``make install'', and use
16887 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
16888 installing over running make binary.
16889 ($(host)-stamp-stage3-installed): Likewise.
16890
16891 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16892
16893 * config.guess: Recognize Mach.
16894
16895 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
16896
16897 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
16898 see whether --exec-prefix was used.
16899
16900 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16901
16902 * README: Explicitly mention libg++/README. (Zoo's idea.)
16903
16904 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16905
16906 * Makefile.in: Add all-librx target similar to all-libproc.
16907
16908 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
16909
16910 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
16911 with post 1.2 uname bogosity.
16912
16913 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16914
16915 * configure: Remove temporary files on receipt of a signal.
16916
16917 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
16918
16919 * configure: If there is a package_makefile_frag, remove
16920 ${subdir}/Makefile.tem after copying it in.
16921
16922 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
16923
16924 * build_all.mk: support rs6000 lynx identifies itself as
16925 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
16926 since /bin/gcc is too feeble to compile a modern gcc.
16927
16928 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16929
16930 * brought devo/test-build.mk update-to-date with progressive/
16931 test-build.mk. Add lynx targets and hppa flag info.
16932
16933 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
16934
16935 * configure.in: Use mh-ncrsvr43. Patch from
16936 Tom McConnell <tmcconne@sedona.intel.com>.
16937
16938 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
16939
16940 * config.guess (i386-unknown-bsdi): No longer need to
16941 check #if defined(__bsdi__) && defined(__i386__).
16942
16943 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16944
16945 * configure: Set program_transform_nameoption correctly.
16946
16947 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
16948
16949 * brought build-all.mk update-to-date with progressive build-all.mk,
16950 added new targets and hppa info.
16951
16952 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
16953
16954 * configure: If config.guess result is a prefix of the user
16955 specified target, assume a native build and use the user specified
16956 target as the host alias. Remove SunOS patch suffix removal hack.
16957 * configure.in: Remove SunOS patch suffix removal hack.
16958
16959 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
16960 in NATIVE_CHECK_MODULES.
16961
16962 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
16963
16964 * Makefile.in: Rename HOST_ONLY to NATIVE.
16965 * configure: Delete SunOs patch suffix from host_canonical
16966 and build_canonical variables that are prepended to Makefiles.
16967 * configure.in: Add comments for easier maintenance.
16968
16969 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16970
16971 * Makefile.in: Add all-libproc target similar to all-gui.
16972
16973 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
16974
16975 * Makefile.in (CHECK_MODULES): split into
16976 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
16977
16978 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
16979
16980 * config.guess (i386-unknown-bsdi): New system to guess.
16981
16982 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
16983
16984 * Makefile.in: Add all-gui target (but not yet build by "all").
16985
16986 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
16987
16988 * config.sub: Move deletion of patch suffix from here...
16989 * configure.in: To here, at Ian's suggestion. The top-
16990 level scripts might need to know of a patch level.
16991
16992 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
16993
16994 * config.sub: Strip off patch suffix so rtl is recognized
16995 as a sunos4.1.3 machine, even though it's been patched.
16996
16997 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
16998
16999 * Makefile.in (INSTALL_LAST): Delete.
17000 (INSTALL_DOSREL): New.
17001
17002 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17003
17004 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17005 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17006 whether we pass down --with-gnu-ld anyhow.
17007
17008 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17009
17010 * Makefile.in (INSTALL_LAST): Change operation so it works
17011 on more flavors of make.
17012 * configure.in (go32): Don't build libg++ or libio.
17013
17014 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17015
17016 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17017 they can be overriden by templates.
17018
17019 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17020
17021 * configure.in (target==go32): Don't build gdb.
17022 * dosrel: New directory.
17023
17024 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17025
17026 * configure.in (host==go32): Configure dosrel too.
17027 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17028 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17029 be set by incoming names or templates.
17030 (INSTALL_LAST): New rule.
17031
17032 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
17033
17034 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17035
17036 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17037
17038 * configure.in (appdirs): New variable. Currently empty, but will
17039 be used in gas distribution. If nonempty, lists a set of
17040 directories at least one of which must get configured, or top
17041 level configuration is considered to have failed.
17042 (rs6000-*-lynxos*): Use new file name.
17043
17044 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17045
17046 Eliminate XTRAFLAGS.
17047 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
17048 newlib include files using -idirafter, and also use -nostdinc.
17049 (CXX_FOR_TARGET): Likewise.
17050 (XTRAFLAGS): Removed.
17051 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
17052 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
17053 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
17054 ($(DO_X)): Don't pass down XTRAFLAGS.
17055
17056 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17057
17058 * configure.in (mips*-dec-bsd*): New target; do build linker.
17059 (mips*-*-bsd*): New target; don't build linker.
17060
17061 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17062
17063 * configure.in: support rs6000-*-lynxos* configuration.
17064 support sunos4 as a cross target.
17065
17066 * config.sub: look for lynx*, not lynx since the OS version may
17067 legitimately be part of the name.
17068
17069 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17070
17071 * configure.in (i[34]86-*-sco*): Move to be with other i386
17072 targets.
17073 (romp-*-*): New target. Skip various binary utilities.
17074 (vax-*-*): New target. Don't build newlib.
17075 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
17076
17077 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17078
17079 * configure.in: Only set host_makefile_frag if config
17080 directory exists.
17081
17082 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17083
17084 * install.sh: If $dstdir exists, don't check whether each
17085 component does.
17086
17087 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17088
17089 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
17090
17091 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
17092
17093 * configure.in (*-*-lynxos*): Don't configure newlib for either
17094 native or cross Lynx.
17095
17096 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
17097
17098 * config.sub (sparc64-elf): Fix os.
17099 (z8k): Remove duplicate.
17100
17101 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17102
17103 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
17104 gcc/stmp-fixproto, to try to prevent fixproto from being run.
17105
17106 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
17107
17108 * configure: Make file links cleanly even if Lynx fails on
17109 an NFS symlink (at least fail cleanly).
17110
17111 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17112
17113 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
17114 -XNh2000.
17115
17116 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17117
17118 * configure: Unknown options are fatal again.
17119
17120 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
17121
17122 * configure: Ignore --x-includes and --x-libraries, for Autoconf
17123 compatibility.
17124
17125 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
17126
17127 * build-all.mk: Add `clean' target.
17128
17129 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17130
17131 * config.guess: Add SINIX support.
17132 * configure.in: Add mips-*-sysv4* support.
17133
17134 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
17135
17136 * build-all.mk: Document all useful targets.
17137 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
17138 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
17139
17140 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17141
17142 * configure: Support --silent, --quiet.
17143
17144 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17145
17146 * configure: Support --disable-FEATURE.
17147
17148 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17149
17150 * config.guess: Recognize NCR running SVR4.3.
17151
17152 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
17153
17154 * config.guess: Make BSDI generate i386-unknown-bsd386.
17155 Patch from Paul Eggert <eggert@twinsun.com>.
17156
17157 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17158
17159 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
17160
17161 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17162
17163 * configure: Make unrecognized options give nonfatal warnings
17164 instead of fatal errors, and pass them to any subdirectory
17165 configures in case they recognize them.
17166 Make --x equivalent to --with-x.
17167
17168 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
17169
17170 * configure: Add --enable-* options. Clean up usage message and
17171 some comments.
17172
17173 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
17174
17175 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
17176
17177 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17178
17179 * configure.in (hppa*-*-*): Enable binutils.
17180
17181 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17182
17183 * config.sub: Recognize cisco.
17184
17185 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
17186
17187 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
17188
17189 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17190
17191 * config.guess: about target *-hitachi-hiuxwe2, don't print more
17192 than one configuration name. Add comment.
17193
17194 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
17195
17196 * config.guess: about target *-hitachi-hiuxwe2, fixed
17197 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
17198 macro is incorrect.]
17199
17200 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17201
17202 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
17203 than the "make ls" stuff which used to be here.
17204
17205 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17206
17207 * config.guess: Recognize i[34]86-unknown-freebsd.
17208 From Shawn M Carey <smcarey@rodan.syr.edu>.
17209
17210 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
17211
17212 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
17213
17214 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
17215
17216 * config.guess: Check for ptx.
17217
17218 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
17219
17220 * config.sub: Add os9k checking.
17221
17222 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17223
17224 * config.guess: Handle OSF1 running on HPPA processors
17225
17226 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17227
17228 * configure: If subdir configure fails, print out a message with
17229 subdirectory name, in case subdir's configure code didn't identify
17230 itself.
17231
17232 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
17233
17234 * configure.in: Remove embedded newlines from configdirs.
17235 Avoid mismatches of substrings. Fix matching strings at end
17236 of configdirs.
17237
17238 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
17239
17240 * config.guess: Add Lynx/rs6000 config support.
17241
17242 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
17243
17244 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
17245
17246 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
17247
17248 * configure.in (hppa*-*-osf*): Treat this just like most other
17249 PA configurations (eg no binutils or ld).
17250 (hppa*-*-*elf*): These configurations have binutils and ld.
17251
17252 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17253
17254 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
17255
17256 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17257
17258 * configure.in (rs6000-*-*): Build gas.
17259
17260 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
17261
17262 * Makefile.in: Avoid bug in losing hpux sed.
17263
17264 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17265
17266 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
17267 for GDB and GDB has been fixed to not need it.
17268
17269 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17270
17271 * config.guess: Recognize vax hosts.
17272
17273 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17274
17275 * configure (while loop): Don't use "break 2" inside case
17276 statement -- the case statement isn't an enclosing loop.
17277
17278 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
17279
17280 * config.guess: Clean up NeXT support, to allow nextstep
17281 on Intel machines. Make OS be nextstep.
17282
17283 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
17284
17285 * config.guess: Add alternate forms for Convex.
17286
17287 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
17288
17289 * configure: Completely rewrite option processing. Take
17290 advantage of pattern-matching to avoid invoking test frequently.
17291 Also clean up host and target defaulting logic.
17292
17293 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
17294
17295 * Makefile.in: Replace all occurrances of "rootme" with "r" and
17296 "$${rootme}" with "$$r", to increase the likelihood that the do-*
17297 commands (plus user environment) will fit SCO limits.
17298
17299 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17300
17301 * configure.in: Don't issue warnings about directories which are
17302 not being configured if -norecursion is set. Correct test for
17303 --with-gnu-as and --with-gnu-ld to not get confused by substring
17304 matches.
17305
17306 * configure.in: Don't build gas for alpha-dec-osf1*.
17307
17308 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
17309
17310 * configure: Back out Per's change of 12/19/1993. It changes the
17311 behavior of configure in unexpected and confusing ways.
17312
17313 Also, use different delim char when calculating
17314 program_transform_name so that the name can contain slashes.
17315
17316 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
17317
17318 * configure.in, config.sub: Add support for VSTa micro-kernel.
17319
17320 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
17321
17322 * configure.in: Nuke hacks which were used to get a special
17323 version of GAS for HPPA configurations.
17324
17325 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
17326
17327 * configure: If only ${target_alias} is given, use that
17328 as the default for ${host_alias}.
17329 * configure: Add missing back-slashes before nested quotes.
17330
17331 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17332
17333 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
17334
17335 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
17336
17337 * config.guess: Recognize some Tektronix configurations.
17338 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
17339
17340 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17341
17342 * config.sub: Match any flavor of SH.
17343
17344 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
17345
17346 * configure.in: Don't try to configure newlib for Alpha.
17347
17348 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17349
17350 * configure.in: Don't build ld for Irix 5. Don't build gas,
17351 libg++ or libio for any Alpha target.
17352
17353 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
17354
17355 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
17356
17357 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
17358 default arguments -- so it tried to compress itself.
17359
17360 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
17361
17362 * configure.in (notsupp): ensure that a space is always at the end
17363 of the configdirs list, since the grep checks for an explicit space
17364
17365 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17366
17367 * configure.in (target i386-sysv4.2): don't build ld, since static
17368 versions of many libraries are not available.
17369
17370 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17371
17372 * config.guess: Recognize Apollos (using environment variables).
17373 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
17374
17375 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17376
17377 * config.guess: Recognize Sony news mips running newsos.
17378
17379 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
17380
17381 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
17382 "fi ; else" for bash.
17383
17384 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
17385
17386 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
17387
17388 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
17389
17390 * config.sub: accept unixware as an alias for svr4.2.
17391 Fix some inconsistancies with the gcc version.
17392
17393 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17394
17395 * Makefile.in (DISTDOCDIRS): Add gdb.
17396
17397 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
17398
17399 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
17400
17401 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17402
17403 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
17404 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
17405 this now.
17406
17407 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17408
17409 * config.sub: Accept hiux* as an OS name.
17410
17411 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
17412 etc/make-stds.texi. The underscore came from gcc, and dje now
17413 agrees that RUNTESTFLAGS is the correct name.
17414
17415 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
17416
17417 * install.sh: Remove 'set -e'. It makes any conditionals
17418 in the script useless.
17419
17420 * config.guess: Automatically recognize arm-acorn-riscix
17421 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
17422
17423 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
17424
17425 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
17426
17427 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17428
17429 * Makefile.in (DISTDOCDIRS): New variable.
17430 (taz): Edit local Makefile.in sooner, instead of proto-toplev
17431 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
17432
17433 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17434
17435 * configure.in (hppa target): check the source directory for the
17436 pagas sub-directory
17437
17438 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
17439
17440 * config.sub: Allow -aout* and -elf*.
17441
17442 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17443
17444 * configure.in: Don't build ld on i386-solaris2, same as for
17445 sparc-solaris2.
17446
17447 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
17448
17449 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
17450
17451 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17452
17453 * configure.in: Configure gdb for alpha.
17454
17455 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17456
17457 * Makefile.in (CXXFLAGS): Add -O.
17458
17459 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17460
17461 * config.guess: added support for DG Aviion
17462
17463 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17464
17465 * configure.in: Produce warning message for subdirectories not
17466 configurable for this host/target combination. Don't try to
17467 configure gdb for vms.
17468
17469 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
17470
17471 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
17472 appropriate files before making "diststuff".
17473 (DISTBISONFILES): New var: list of files to be edited.
17474 (DISTSTUFFDIRS): Add binutils.
17475
17476 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17477
17478 * config.sub: also handle mipsel and mips64el (for little endian mips)
17479
17480 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17481
17482 * configure.in: Add * to end of all OS names.
17483
17484 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
17485
17486 * configure.in: Build newlib for LynxOS native.
17487
17488 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17489
17490 * config.guess: Add support for delta 88k running SVR3.
17491
17492 * configure.in: Add comment about HP compiler vs. emacs.
17493
17494 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17495
17496 * configure.in: don't build ld on solaris2 (not a viable option
17497 due to bugs in getpwnam & getpwuid)
17498
17499 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
17500
17501 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
17502 config.guess will produce a full version number.
17503
17504 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17505
17506 * configure.in: Build linker and binutils for alpha-dec-osf1.
17507
17508 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17509
17510 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
17511 and gdb/testsuite/Makefile.in.
17512
17513 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17514
17515 * configure.in: recognize mips*- instead of mips-
17516
17517 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
17518
17519 * config.sub: Accept linux*coff and linux*elf as operating
17520 systems.
17521
17522 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17523
17524 * config.sub: Recognize mips64, and mips3 as an alias for it.
17525
17526 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17527
17528 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
17529 gdb knows how to handle OSF/1 shared libraries.
17530
17531 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17532
17533 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
17534 * config.guess: Recognize Hitachi's HIUX.
17535 * config.sub: Recognize h3050r* and hppahitachi.
17536 Remove redundant cases for hp9k[23]*.
17537
17538 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17539
17540 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
17541 if gas and ld are in the source tree and are in ${configdirs}.
17542 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
17543 --with options (but still pass them down on the command line,
17544 if they were explicitly specified).
17545
17546 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17547
17548 * configure: substitute SHELL value in Makefile.in with
17549 ${CONFIG_SHELL}
17550
17551 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17552
17553 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
17554 *-*-solaris2* targets.
17555
17556 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17557
17558 * Makefile.in: define M4, and pass it down to sub-makes;
17559 all-autoconf now depends on all-m4
17560
17561 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17562
17563 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
17564 presence of {ar,ranlib} instead of a configured directory
17565
17566 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
17567
17568 * config.guess: Accept 34?? as well as 33?? for NCR.
17569
17570 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17571
17572 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
17573 of 'gas' in sed commands, since 'gash' is now in the tree as well.
17574
17575 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17576
17577 * configure: grab values for $(CC) and $(CXX) from the
17578 environment, so that someone can do "CC=gcc configure; make" and
17579 have it work right (matching the way that autoconf works now)
17580
17581 * configure.in, Makefile.in: add support for gash, the tcl
17582 interface to Galaxy
17583
17584 * config.guess: add NetBSD variants (hp300, x86)
17585
17586 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
17587
17588 * install.sh: Support -d option (in the manner of SunOS 4 install,
17589 as it is more deterministic than that of GNU install)
17590 (chmodcmd): Set file to mode 755 by default (should also do default
17591 chgrp and chown, but I don't feel like dealing with that now)
17592
17593 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
17594
17595 * config.sub: Remove h8300hhms alias.
17596
17597 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17598
17599 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
17600
17601 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17602
17603 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
17604 as stmp-fixinc
17605
17606 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17607
17608 * config.sub: recognize m88110-bug-coff.
17609
17610 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17611
17612 * Makefile.in (all-libio): all dependencies on the toolchain used
17613 to build this (gcc, gas, ld, etc)
17614
17615 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17616
17617 * config.guess: Deal with OSF/1 1.3 on alpha.
17618
17619 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17620
17621 * install.sh: add some 'else true' clauses for portability
17622
17623 * configure.in: don't build libio for h8[35]00-*-* targets
17624
17625 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
17626
17627 * Makefile.in: Add support for new libio.
17628
17629 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17630
17631 * install.sh: If one command fails, don't try the rest. Don't try
17632 to remove $dsttmp (via trap) unless we have already created it.
17633 If $src doesn't exist, detect it and exit with an error.
17634
17635 * config.guess: Recognize BSD on hp300.
17636
17637 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
17638
17639 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
17640 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
17641
17642 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
17643
17644 * Makefile.in (all-send-pr): depends on all-prms
17645
17646 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17647
17648 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
17649
17650 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17651
17652 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
17653 Added test for mips-mips-riscos5.
17654
17655 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17656
17657 * configure.in: use mh-hp300 for 68k HP hosts
17658
17659 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17660
17661 * configure: add support for CONFIG_SHELL, so that you can use
17662 some alternate shell for evaluating configure scripts
17663
17664 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
17665
17666 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
17667 in configure script to bug-gdb@prep.ai.mit.edu when building
17668 distribution archive.
17669 * Makefile.in (COMPRESS): Remove def.
17670 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
17671 gdb.tar.Z and make-gdb.tar.Z respectively.
17672 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
17673 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
17674 to convergence with 'taz' target in Makefile.in.
17675
17676 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17677
17678 * install.sh (dsttmp): use trap to ensure that tmp files go
17679 away on error conditions
17680
17681 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17682
17683 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
17684
17685 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17686
17687 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
17688 its parent is '/' not ''.
17689
17690 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
17691
17692 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
17693
17694 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
17695 that ${newsrcdir}/configure.in does.
17696
17697 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
17698
17699 * test-build.mk: support for CONFIG_SHELL
17700
17701 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
17702
17703 * config.sub (netware): Add as a basic system type.
17704
17705 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
17706
17707 * Makefile.in (Makefile): depend on configure.in. Also drop the
17708 $(srcdir)/ from the dependency on Makefile.in.
17709
17710 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
17711
17712 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
17713 (h8300hhms is temporary until multi-libraries are implemented).
17714 * configure.in: Handle h8300h too.
17715
17716 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17717
17718 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
17719
17720 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
17721
17722 * configure: Remove extraneous output when guessing host type.
17723 * config.guess: Remove extraneous output when guessing using C
17724 compiler rather than uname, or when guessing fails.
17725
17726 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
17727
17728 * Makefile.in: remove all.cross and install.cross targets
17729
17730 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
17731 definitions
17732
17733 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
17734
17735 * configure.in (target sh): Build gprof.
17736
17737 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17738
17739 * config.sub: change -solaris to -solaris2
17740
17741 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17742
17743 * configure.in: Use config/mh-riscos for mips-*-sysv*.
17744
17745 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
17746
17747 * configure: Correct error message for missing Makefile.in to
17748 print correct directory.
17749
17750 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17751
17752 * install.sh: kludge around 386BSD shell bug
17753
17754 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
17755
17756 * config.guess: Recognize NeXT.
17757 * config.guess: Recognize i486-ncr-sysv4.
17758 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
17759
17760 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
17761
17762 * Makefile.in (MAKEINFOFLAGS): New variable.
17763 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
17764 * build-all.mk, test-build.mk: Pass down --no-split as
17765 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
17766
17767 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
17768
17769 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
17770
17771 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
17772
17773 * Makefile.in (libg++.tar.z): New rule.
17774 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
17775 * Makefile.in (taz): Only do a single chmod.
17776
17777 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17778
17779 * install.sh: don't use dirname anymore (replaced with sed usage)
17780
17781 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
17782
17783 * Makefile.in: Change extension for gzip'd files from '.z' to
17784 '.gz' per new FSF standard usage.
17785
17786 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
17787
17788 * configure: put quotes around the final value of program_transform_name
17789
17790 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17791
17792 * Makefile.in: new install.sh support; update install-info rules
17793
17794 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
17795
17796 * configure.in: Build diff for crosses, but not for go32 host.
17797
17798 * configure.in: Build gprof only for native, and don't build it
17799 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
17800
17801 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
17802
17803 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
17804
17805 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17806
17807 * configure.in (host_tools): Add prms.
17808
17809 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17810
17811 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
17812 with $(FLAGS_TO_PASS) on the command line
17813
17814 * config.sub: Recognize lynx and lynxos
17815
17816 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
17817
17818 * config.sub: Accept -ecoff*, not just -ecoff.
17819
17820 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17821
17822 * Makefile.in (taz): Use .gz suffix instead of .z.
17823 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
17824 names.
17825
17826 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17827
17828 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
17829
17830 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17831
17832 * Makefile.in (install-no-fixedincludes): install gcc last, so
17833 that rebuilds that might happen during 'make install' don't get
17834 bogus gcc include files
17835
17836 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17837
17838 Change from Utah for HPPA support:
17839 * config.guess: Recognize hppa1.x-hp-bsd.
17840
17841 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
17842
17843 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
17844 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
17845
17846 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
17847
17848 * config.sub: Add support for rom68k and bug boot monitors.
17849
17850 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
17851
17852 * Makefile.in: Make all-opcodes depend on all-bfd.
17853
17854 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
17855
17856 * config.guess: Added special check for i[34]86-univel-sysv4*.
17857
17858 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
17859
17860 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
17861 the processor rather than assuming i486.
17862
17863 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
17864
17865 * config.guess: Recognize SunOS6 as Solaris3.
17866
17867 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
17868
17869 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
17870 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
17871
17872 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
17873
17874 * build-all.mk (all-cross): New target for Canadian Cross.
17875 Added Q2 go32 targets.
17876 * test-build.mk: Configure go32 cross sparclite-aout and
17877 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
17878 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
17879
17880 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17881
17882 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
17883 GO32 hosted toolchains
17884
17885 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
17886
17887 * configure: change so "-exec-prefix" gets passed down rather
17888 than "-exec_prefix" so autoconf generated Makefiles get the
17889 exec_prefix set right.
17890
17891 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17892
17893 * config.guess: get the Solaris2 minor version number
17894
17895 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
17896
17897 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
17898
17899 * config.guess: Recognize some Sequent platforms.
17900
17901 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17902
17903 * Makefile.in: added the vault-install target
17904
17905 * configure.in: actually use the Sun3 makefile fragment that's in
17906 config, also added the release dir to configdirs
17907
17908 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
17909
17910 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
17911
17912 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17913
17914 * configure.in: remove some program from Alpha targetted toolchains
17915
17916 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
17917
17918 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
17919 gprof.
17920 (taz): Run "make diststuff" in those directories instead of "make
17921 proto-dir". Look for "VERSION=" only at start of line in subdir
17922 Makefile. Use "gzip -9" for compression.
17923 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
17924 (binutils.tar.z): New target.
17925
17926 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17927
17928 * Makefile.in (taz): Include gpl.texinfo.
17929
17930 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17931
17932 * Makefile.in (setup-dirs): Merged into "taz" target.
17933 (taz): Only do `proto-dir' stuff if a directory is actually needed
17934 for this target.
17935
17936 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
17937
17938 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
17939 (FLAGS_TO_PASS): Pass down MUNCH_NM.
17940 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
17941 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
17942 (gcc-no-fixedincludes): Correct for current gcc Makefile.
17943
17944 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
17945
17946 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
17947 config.sub, and move-if-change to gdb testsuite distribution
17948 archive, so the testsuite can be extracted, configured, and
17949 run separately from the gdb distribution. Blow away the Chill
17950 tests that require a Chill compiled executable, since GNU Chill
17951 is not yet publically available.
17952
17953 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
17954
17955 * test-build.mk: set environment variables in a single command,
17956 instead of a list of assignments and exports
17957
17958 * config.guess: recognize Alpha/OSF1 systems
17959
17960 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
17961
17962 * configure: Change help message to prefer --options rather than
17963 -options.
17964
17965 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17966
17967 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
17968 zippy@ecst.csuchico.edu.
17969 * config.guess: Recognize miniframe.
17970
17971 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
17972
17973 * Makefile.in: Use srcroot to find runtest rather than rootme.
17974 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
17975
17976 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
17977
17978 * test-build.mk: Extensive additions to support building on a
17979 machine other than the host.
17980
17981 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
17982
17983 * configure (tooldir): Fix for i386-aix again.
17984
17985 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
17986
17987 * configure, Makefile.in: Change definition of $(tooldir)
17988 to match the FSF.
17989
17990 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
17991
17992 * config.guess: Recognize i[34]86/SVR4.
17993
17994 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
17995
17996 * Makefile.in (all-gdb): gdb depends on sim.
17997
17998 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
17999
18000 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18001 at the same time we make the prototype gdb directory.
18002 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18003 files at the same time as the gdb base release distribution.
18004
18005 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18006
18007 * Makefile.in (check): Use individual check targets rather than
18008 DO_X rule.
18009 (check-gcc): Added.
18010
18011 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18012
18013 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18014 for System V release 3.2.
18015
18016 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18017
18018 * config.sub: Recognize hppaosf.
18019 * configure.in: Do configure ld/binutils/gas for it.
18020
18021 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18022
18023 * configure (tooldir): Alter syntax used to set this, for systems
18024 where "\$" isn't handled right, like i386-aix.
18025
18026 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18027
18028 * configure: Pass program-transform-name, not
18029 program_transform_name, to recursive configures.
18030
18031 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
18032
18033 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18034 of gas+ld+binutils.
18035
18036 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
18037
18038 * config.guess: Recognize AIX3.2 as distinct from 3.1.
18039
18040 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18041
18042 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
18043
18044 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18045
18046 * Makefile.in (PRMS): Set back to all-prms.
18047
18048 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
18049
18050 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
18051 targets, rather than for MIPS hosts.
18052
18053 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18054
18055 * configure.in: add comment for --with-x default values
18056
18057 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
18058
18059 * Makefile.in: add check-* targets for each of the directories in
18060 the tree. Add a definition of RUNTEST that will use the one we
18061 just built, if it exists. Pass this down via FLAGS_TO_PASS.
18062
18063 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
18064
18065 * configure.in: Removed obsolete references to bfd_target and
18066 target_makefile_frag.
18067
18068 * build-all.mk: Set assorted targets for Q2.
18069 * config.sub: Recognize z8k-sim and h8300-hms.
18070 * test-build.mk: Really don't pass host to configure.
18071 (HOLES): Added uname.
18072
18073 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
18074
18075 * configure: Handle an empty program-prefix, program-suffix or
18076 program-transform-name correctly.
18077
18078 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
18079
18080 * build-all.mk: -G 8 no longer required for MIPS targets.
18081 * test-build.mk: Don't pass host argument to configure; make it
18082 guess.
18083
18084 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
18085
18086 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
18087 * Makefile.in (COMPRESS): New macro, like GZIP.
18088
18089 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
18090
18091 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
18092
18093 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
18094 with gas currently defaults to -G 0.
18095
18096 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
18097
18098 * Makefile.in (all-flex): flex depends on byacc.
18099
18100 * build-all.mk: If host not specified, use config.guess. Pass TAG
18101 to test-build.mk as RELEASE_TAG.
18102 * test-build.mk (configargs): New variable containing arguments to
18103 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
18104 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
18105
18106 * config.guess: Use /bin/uname when checking -X argument on SCO,
18107 to avoid invoking GNU uname which doesn't understand -X.
18108
18109 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
18110
18111 * configure.in: Build gas for mips-*-*.
18112
18113 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18114
18115 * Makefile.in (all.normal): insert missing backslash.
18116
18117 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
18118
18119 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
18120
18121 * Makefile.in: Complete overhaul to merge many almost identical
18122 targets.
18123
18124 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18125
18126 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
18127 (gdb.tar.Z): Adjusted.
18128
18129 * Makefile.in (setup-dirs, taz): New targets; should be general
18130 enough to adapt for gdb sometime. Build only .z file.
18131 (gas.tar.z): New target.
18132
18133 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
18134
18135 * build-all.mk: Use CC=cc -Xs on Solaris.
18136
18137 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
18138
18139 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
18140 for handling BISON for FSF releases.
18141
18142 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18143
18144 * configure: Actually implement the change zoo just documented.
18145
18146 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
18147
18148 * configure: when using config.guess, only set target_alias when
18149 it's not already been set (ie, on the command line)
18150
18151 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18152
18153 * Makefile.in: add installcheck target, set PRMS to install-prms
18154
18155 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18156
18157 * configure: add support for package_makefile_fragment, handle the
18158 case where a directory has a configure.in file but no Makefile.in
18159 more gracefully (with an actual understandable error message, even);
18160 add support for --without (and add this to the usage message); also
18161 explicitly add a --host=${host_alias} to the command line when
18162 config.guess is used
18163
18164 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18165
18166 * configure: Must use both --host and --target in recursive calls.
18167
18168 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
18169
18170 * Makefile.in: Change deja-gnu to dejagnu.
18171
18172 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
18173
18174 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
18175
18176 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18177
18178 * configure.in: canonicalize all instances to *-*-solaris2*,
18179 also strip out a number of tools to not build for go32 host
18180
18181 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18182
18183 * config.guess: add GPL.
18184
18185 * Makefile.in, config.guess, config.sub, configure: bump
18186 copyrights to 93.
18187
18188 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
18189
18190 * Makefile.in (do-info): Removed obsolete check for existence of
18191 localenv file.
18192
18193 * Makefile.in (MAKEOVERRIDES): Define to be empty.
18194
18195 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18196
18197 * Makefile.in: a couple of 'else true' for decstation,
18198 support for TclX
18199
18200 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
18201
18202 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
18203
18204 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
18205
18206 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
18207
18208 * config.guess: Recognize i386-ibm-aix (PS/2).
18209 * configure.in: Use config/mh-aix386 file for it.
18210
18211 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
18212
18213 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
18214 CC_FOR_TARGET instead.
18215 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
18216
18217 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
18218
18219 * Makefile.in: Add sim to list of directories sent with gdb
18220
18221 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
18222
18223 * configure.in: Put back mips-dec-bsd* case.
18224
18225 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
18226
18227 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
18228 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
18229 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
18230
18231 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18232
18233 * configure.in: remove no-op mips-dec-bsd* in "case $target"
18234
18235 * Makefile.in (dir.info): only run gen-info-dir if it exists,
18236 (install-info): install dir.info only if it exists,
18237 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
18238
18239 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
18240
18241 * configure.in: For vms target, skip bfd, ld, binutils. Do build
18242 gas for mips-dec-bsd.
18243
18244 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
18245
18246 * configure (makesrcdir): If ${srcdir} is relative and not ".",
18247 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
18248
18249 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
18250
18251 * configure.in: Added "dejagnu" to hosttools list.
18252
18253 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
18254
18255 * config.sub, configure.in, config.guess: Add support
18256 for Bosx, an AIX variant from Bull.
18257 Patches from F.Pierresteguy@frcl.bull.fr.
18258
18259 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
18260
18261 * devo/dejagnu: Initial creation of devo/dejagnu.
18262 Migrated dejagnu testcases and support files for testing software
18263 tools to reside as subdirectories, currently called "testsuite",
18264 within the directory of the software tool. Migrated all programs,
18265 support libraries, etc. beloging to dejagnu proper from
18266 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
18267 with no modifications. The changes to these files which will
18268 allow them to configure, build, and execute properly will be made
18269 in a future update.
18270
18271 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18272
18273 * Makefile.in: Change send_pr to send-pr.
18274 * configure.in: Likewise.
18275 * send_pr: Renamed directory to send-pr.
18276
18277 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
18278
18279 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
18280
18281 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
18282
18283 * README: Update for gdb-4.8 release.
18284 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
18285 gdb-xxx.tar.z (gzip'd) file also.
18286
18287 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18288
18289 * Makefile.in: make all-diff depend on all-libiberty
18290
18291 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
18292
18293 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
18294
18295 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18296
18297 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
18298
18299 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
18300
18301 * Makefile.in (DEVO_SUPPORT): Remove etc directory
18302 (ETC_SUPPORT): Only add the files GDB wants from etc/.
18303 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
18304
18305 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18306
18307 * Makefile.in: makeinfo binary is in a new location
18308
18309 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
18310
18311 * config.sub: Accept -ecoff as an OS.
18312
18313 * Makefile.in: Various changes to eliminate a level of make
18314 recursion and reduce the required command line length.
18315 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
18316 sub-makes.
18317 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
18318 variables holding settings for specific sub-makes.
18319 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
18320 in terms of BASE_FLAGS_TO_PASS.
18321 (TARGET_LIBS): New variable listing directories which use
18322 TARGET_FLAGS_TO_PASS.
18323 (subdir_do): Eliminated.
18324 (do-*): New set of targets to replace subdir_do.
18325 (various): All targets which used subdir_do now depend on do-*.
18326 (local-clean): Renamed from do_clean.
18327 (local-distclean): New target, dependency of distclean and
18328 realclean.
18329 (install-info): Don't create directories. Depend on dir.info
18330 rather than calling make recursively.
18331 (install-dir.info): Eliminated.
18332 (install-info-dirs): Create all info directories here.
18333 (dir.info): Depend upon do-install-info.
18334
18335 * test-build.mk (HOLES): Added false.
18336
18337 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
18338
18339 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
18340
18341 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18342
18343 * Makefile.in (info): remove dependency on all-texinfo. The
18344 problem was really in texinfo/C, not at this level.
18345
18346 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
18347
18348 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
18349
18350 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
18351
18352 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
18353 GDB releases.
18354
18355 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18356
18357 * configure: Include srcdir in message about target of link not
18358 being found. Don't convert `-' to `_' in `with' options being
18359 passed to subdirs.
18360
18361 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18362
18363 * configure.in: add uudecode to host_tools
18364
18365 * Makefile.in: added {all,install}-uudecode targets, added them to
18366 the appropriate lists
18367
18368 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
18369
18370 * Makefile.in (all-gcc): Added dependency on all-gas.
18371
18372 * configure.in (mips-*-*): Build ld and binutils.
18373
18374 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18375
18376 * configure: check return code from mkdir, print error message and
18377 exit on failure.
18378
18379 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
18380
18381 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
18382
18383 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
18384
18385 * test-build.mk (HOLES): Added tar, cpio and uudecode.
18386
18387 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18388
18389 * config.sub (h8500): Recognize this as a cpu type.
18390
18391 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18392
18393 * configure: source directory missing is no longer a warning
18394
18395 * configure.in: recognize irix[34]* instead of irix[34]
18396
18397 * Makefile.in: define and pass down X11_LIB
18398
18399 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
18400
18401 * guess-systype: Renamed to ...
18402 * config.guess: ... by popular request.
18403 * configure.in, Makefile.in: Update accordingly.
18404
18405 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
18406
18407 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
18408 + Add Convex, Cray/Unicos, and Encore/Multimax support.
18409 + Execute ./dummy instead of assuming . is in PATH.
18410
18411 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
18412
18413 * guess-systype: New shell script. Attempts to guess the
18414 canonical host name of the executing host.
18415 Only a few hosts are supported so far.
18416 * configure: Call guess-systype if no host is specified.
18417
18418 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
18419
18420 * Makefile.in (gcc-no-fixedincludes): Made to work with current
18421 gcc Makefile.
18422
18423 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
18424
18425 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
18426 (all-gcc, install-gcc, subdir_do): Use it.
18427
18428 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
18429
18430 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
18431
18432 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
18433
18434 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
18435 set exclusively by configure, using configure.in .
18436
18437 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18438
18439 * test-build.mk: set $PATH for all builds
18440
18441 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
18442
18443 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
18444
18445 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
18446 the one used in gcc/Makefile.in, so that a null expansion doesn't
18447 override the one needed to build gcc with a native cc.
18448
18449 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18450
18451 * configure: Accept -with arguments.
18452
18453 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18454
18455 * Makefile.in: added h8300sim
18456
18457 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
18458
18459 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
18460 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
18461 (all-cygnus, native, build-cygnus): Make
18462 $(canonhost)-stamp-3stage-done, not $(host)....
18463 * test-build.mk (stamp-3stage-compared): Use tail +10c for
18464 i386-sco3.2v4. Added else true to if command.
18465
18466 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
18467
18468 * config.sub: (from FSF) Sequent uses a BSD-like OS.
18469
18470 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
18471
18472 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
18473
18474 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18475
18476 * configure.in: don't remove binutils from Solaris builds
18477
18478 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
18479
18480 * Makefile.in: get rid of earlier definitions for *clean,
18481 also handle the recursive info rule better
18482
18483 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
18484
18485 * Makefile.in (mostlyclean, distclean, realclean): Fix to
18486 do more-or-less the right thing.
18487
18488 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
18489
18490 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
18491 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
18492
18493 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18494
18495 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
18496 $(host_canonical).
18497
18498 * configure.in: split the configdirs list into 4 categories (native
18499 v. cross, library v. tool) and handle the cross-only and native-
18500 only in more reasonable (and correct!) way.
18501
18502 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
18503
18504 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
18505 configdirs anymore.
18506
18507 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18508
18509 * Makefile.in: extensive cleanup:: removed all of the explicit
18510 clean-* targets, collapsed many wrappers around subdir_do into
18511 one, added additional targets to satisfy standards.texi, deleted
18512 some old targets, some changes for consistency
18513
18514 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18515
18516 * configure.in: handle some programs as cross-only, and others as
18517 native only
18518
18519 * test-build.mk: handle partial holes in a more generic manner
18520
18521 * Makefile.in: m4 depends on libiberty
18522
18523 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18524
18525 * configure.in: add m4, textutils, fileutils, sed, shellutils,
18526 time, wdiff, and find to configdirs
18527
18528 * Makefile.in: all, clean, and install rules for the new programs
18529 added to configure.in
18530
18531 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18532
18533 * configure.in: use mh-sun for all *-sun-* hosts
18534
18535 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18536
18537 * Makefile.in: define flags for X11 include files and library file
18538 locations, pass them down to the programs that need this info
18539
18540 * build-all.mk: added a 'native' target, to 3stage the native toolchain
18541
18542 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18543
18544 * configure.in: start building libg++ for HP-UX targets
18545
18546 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
18547
18548 * README: Update references to files moved into etc/.
18549
18550 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
18551
18552 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
18553 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
18554
18555 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
18556
18557 * configure: accept dash as well as underscore in long option
18558 names for FSF compatibility.
18559
18560 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
18561
18562 * config.sub: added -sco3.2v4 support from FSF.
18563
18564 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18565
18566 * configure.in: expand the section that adds or removes
18567 directories from the list of programs to build, to handle native
18568 vs. cross in addition to host v. native
18569
18570 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
18571
18572 * Makefile.in: Replace C++ in macro names with CXX.
18573 This is less likely to break ...
18574
18575 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18576
18577 * test-build.mk: add -w to GNU_MAKE
18578
18579 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18580
18581 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
18582 add 'sparc' to list of recognized cpus. This needed to make
18583 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
18584 Delete some redundant ose68 variants. Recognize -wrs as an os,
18585 then changes that into $CPU-wrs-vxworks.
18586
18587 * configure.in: remove most references to gdbtest, regularize
18588 target based program removal
18589
18590 * test-build.mk: import from p3 tree (many fixes and changes)
18591
18592 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18593
18594 * Makefile.in: added rules to handle tcl, tk, and expect
18595
18596 * configure.in: handle those directories if they exist
18597
18598 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18599
18600 * config.sub: removed bogus hppabsd and hppahpux names, since
18601 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
18602
18603 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18604
18605 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
18606 depends upon all-xiberty
18607
18608 * Makefile.in: changes from p3, including:
18609
18610 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
18611
18612 * Makefile.in (XTRAFLAGS): include newlib directories if
18613 newlib/Makefile exists, rather than if host != target.
18614
18615 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
18616
18617 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18618 from the same source tree and not building a cross-compiler. This
18619 matters for the libg++ configuration if reconfiguring a tree that
18620 has already been installed.
18621
18622 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
18623
18624 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
18625 pick up the machine and system specific header files.
18626
18627 * Makefile.in: added AS_FOR_TARGET, passed down in
18628 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18629 the C compiler to use to create programs which are run in the
18630 build environment, set it to default to $(CC), and passed it down
18631 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18632
18633 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
18634
18635 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
18636 We need them for unusual native builds, like systems without
18637 ranlib.
18638
18639 * configure: also define $(host_canonical) and
18640 $(target_canonical), which are the full, canonical names for the
18641 given host and target
18642
18643 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
18644
18645 * Makefile.in: Added separate definitions for C++.
18646
18647 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
18648
18649 * configure.in (configdirs): Add deja-gnu.
18650
18651 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
18652
18653 * README: Update for configure.texi and gdb-4.7 release.
18654
18655 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
18656
18657 * Makefile.in: Move "all" target to top of file.
18658 Previously, first target was ".PHONY" which caused BSD4.4 make
18659 to build .PHONY when make was run without arguments.
18660
18661 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
18662
18663 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
18664 Library-copylefted code in libiberty.
18665
18666 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
18667
18668 * config.sub: Replace m68kmote with plain old m68k.
18669
18670 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
18671
18672 * Makefile.in: Remove space from blank line, avoid Make complaints.
18673
18674 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
18675
18676 * config.sub: Complain if no argument is given. Added support for
18677 386bsd as OS and target alias.
18678
18679 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
18680
18681 * Makefile.in (XTRAFLAGS): include newlib directories if
18682 newlib/Makefile exists, rather than if host != target.
18683
18684 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
18685
18686 * config.sub: recognize sparclite-wrs-vxworks.
18687
18688 * Makefile.in (install-xiberty): added *-xiberty make rules (from
18689 p3.) Added clean-xiberty to clean.
18690
18691 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18692
18693 * configure.in: use *-*-* instead of nested cases for host and target
18694
18695 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
18696
18697 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
18698 from the same source tree and not building a cross-compiler. This
18699 matters for the libg++ configuration if reconfiguring a tree that
18700 has already been installed.
18701
18702 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
18703
18704 * config.sub (i486v/i486v4): Merge in from FSF version.
18705
18706 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
18707
18708 * configure: only set PWD if it is already set.
18709
18710 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
18711
18712 * configure: just set PWD=`pwd` at the top, since Ultrix sh
18713 doesn't have unset and all success paths (and most error paths)
18714 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
18715 to just ${PWD} to avoid confusion.)
18716
18717 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
18718
18719 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
18720 even for a native compilation.
18721
18722 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
18723
18724 Changes to make the gdb.tar.Z rule work better.
18725
18726 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
18727 (DEVO_SUPPORT): Add configure.texi.
18728 (bfd-ilrt.tar.Z): Remove ancient rule.
18729
18730 Thu Sep 10 10:43:19 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 * configure.in, config.sub: added new target m68010-adobe-scout,
18736 with alias of adobe68k. Changed configure.in to check for
18737 -scout before -sco* to avoid a false match.
18738
18739 * Makefile.in: added AS_FOR_TARGET, passed down in
18740 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
18741 the C compiler to use to create programs which are run in the
18742 build environment, set it to default to $(CC), and passed it down
18743 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
18744
18745 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
18746
18747 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
18748 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
18749 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
18750 FOR_TARGET variants, to newlib and libg++.
18751
18752 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
18753
18754 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
18755 first.
18756
18757 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
18758
18759 * config.sub: Accept `elf' as an environment.
18760
18761 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18762
18763 * Makefile.in (all-opcodes): cd into the right directory
18764
18765 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
18766
18767 * configure: added -program_transform_name option, used as
18768 argument to sed when installing programs.
18769 configure.texi: added documentation for -program_prefix,
18770 -program_suffix and -program_transform_name.
18771
18772 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
18773
18774 * config.sub: Accept i486 where i386 ok.
18775
18776 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
18777
18778 * config.sub: accept we32k
18779
18780 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
18781
18782 * config.sub, configure.in: accept OSE68000 and OSE68k.
18783
18784 * Makefile.in: don't create all directories for ``make install'';
18785 let the subdirectories create the ones they need.
18786
18787 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18788
18789 * COPYING: new file, GPL v2
18790
18791 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18792
18793 * Makefile.in: use the new gen-info-dir, which needs a template
18794 argument (which also lives in texinfo)
18795
18796 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
18797
18798 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
18799
18800 * config.sub (ncr3000): Change i386 to i486.
18801
18802 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18803
18804 * Makefile.in: add install-rcs, install-grep to
18805 install-no-fixedincludes, removed install-bison and install-libgcc
18806
18807 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
18808
18809 * configure.in: grab the HPUX makefile fragment if on HPUX
18810
18811 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18812
18813 * Makefile.in: eradicate bison spoor (ditto libgcc).
18814 configure.in: recognise m68{k,000}-ericsson-OSE.
18815 es1800 is alias for m68k-ericsson-OSE
18816
18817 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18818
18819 * configure.in: rearrange the parts that remove programs from
18820 configdirs, based now on HOST==TARGET or by canonical triple.
18821
18822 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18823
18824 * test-build.mk: recurse explicitly with -f test-build.mk when
18825 appropriate. predicate stage3 and comparison on the existence
18826 of gcc. That is, if gcc isn't around, we aren't three-staging.
18827 On very clean, also remove ...stamp-co. Build in-place before
18828 doing other builds.
18829
18830 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18831
18832 * Makefile.in, configure.in: add tgas
18833
18834 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18835
18836 * Makefile.in: a number of changes merged in from progressive.
18837
18838 * configure.in: add libm.
18839
18840 * .cvsignore: ignore some stuff that comes from test-build.mk.
18841
18842 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
18843
18844 * config.sub: Add es1800 (m68k-ericsson-es1800).
18845
18846 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
18847
18848 * configure: Add program_suffix (parallel to program_prefix)
18849 * Makefile.in: adjust directory-creating script for losing decstation
18850
18851 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
18852
18853 * configure: Minor $subdir-related fixes.
18854
18855 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
18856
18857 * configure: fix various problems with propogating
18858 makefile_target_frag in subdirs.
18859 * configure.in: config libgcc if its there
18860
18861 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
18862
18863 * config.sub: HPPA merge.
18864
18865 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
18866
18867 * Makefile.in: Replace all-bison with all-byacc in all
18868 dependency lines for other tools (which now use byacc).
18869
18870 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
18871
18872 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
18873
18874 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
18875
18876 * Makefile.in: make gprof rules similar to byacc rules (instead of
18877 vestigal $(unsubdir) that didn't work...)
18878
18879 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
18880
18881 * config.sub: Add support for Linux.
18882 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
18883 (at least for libg++).
18884
18885 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
18886
18887 * configure.texi: fix doc for the -nfp option to configure
18888
18889 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
18890
18891 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
18892
18893 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
18894
18895 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
18896 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
18897 * configure.in: added solaris* host_makefile_frag hook.
18898
18899 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18900
18901 * config.sub: changed recognition of m68000 so that various
18902 m68k types can be specified via m680[01234]0
18903
18904 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18905
18906 * config.sub (basic_machine): fix sed so that '-foo' isn't
18907 completely substituted out while .+'-foo' loses the '-foo'
18908
18909 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18910
18911 * config.sub ($os): Add -aout.
18912
18913 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
18914
18915 * configure: If host_makefile_frag is absolute, don't
18916 prefix ${invsubdir} (relevant to libg++ auto-configure).
18917
18918 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
18919
18920 * Makefile.in (tooldir): Define it.
18921 (all-ld): Depend on all-flex.
18922
18923 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
18924
18925 * Makefile.in (check): Fix libg++ special case.
18926
18927 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
18928
18929 * configure: do not bury `pwd` into config.status, thus do fewer
18930 pwd's.
18931
18932 * configure: print the "Building in" message only when building in
18933 other than "." AND verbose.
18934
18935 * configure: remove -s, rework -v to better accommodate guested
18936 configures.
18937
18938 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
18939
18940 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
18941
18942 * Makefile.in: macroize flags passed on recursion. remove
18943 fileutils.
18944
18945 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
18946
18947 * configure: get makesrcdir right for subdirs deeper than 1.
18948
18949 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
18950 install.
18951
18952 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
18953
18954 * Makefile.in: don't print subdir_do or recursion lines.
18955
18956 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
18957
18958 * standards.texi: added menu item.
18959
18960 * Makefile.in: build and install standards.info.
18961
18962 * standards.texi: new file.
18963
18964 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18965
18966 * configure: test for and move config.status pieces from
18967 ${subdir}/.
18968
18969 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
18970
18971 * configure: Test for existance of files before trying to mv
18972 them, to avoid numerous non-existance messages.
18973
18974 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
18975
18976 * configure: correct final line of config.status.
18977
18978 * configure: patch from eggert. Avoids a protection problem if
18979 the original Makefile.in is read only.
18980
18981 * configure: use move-if-change from gcc to create config.status.
18982 Some makefiles depend on config.status to tell if a directory
18983 has been reconfigured for a different host. This change
18984 prevents those directories from remaking everything in the case
18985 where the reconfig was only intended to rebuild a Makefile.
18986
18987 * configure: test for config.sub with "config.sub sun4" rather
18988 than "config.sub ${host_alias}". Otherwise we can't tell a bad
18989 host alias from a missing config.sub.
18990
18991 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
18992
18993 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
18994 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
18995
18996 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
18997
18998 * configure: mkdir ${subdir} as needed.
18999
19000 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19001
19002 * Makefile.in,configure.in: added autoconf.
19003
19004 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19005
19006 * Makefile.in: no longer pass against on recursion.
19007
19008 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19009 definitions are not inherited.
19010
19011 * configure: correct makesrcdir when subdir is .
19012
19013 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19014
19015 * configure: Add support for 'subdirs' variable, which is
19016 like 'configdirs', except that configure doesn't re-invoke
19017 itself for subdirs, it just creates a Makefile for each subdir.
19018 * configure.texi: Document subdirs.
19019
19020 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19021
19022 * configure.in: added flex to configdirs
19023
19024 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19025
19026 * Makefile.in: remove clean-stamps from clean.
19027
19028 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19029
19030 * configure.in: Add gdbtest to configdirs.
19031
19032 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
19033
19034 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
19035 to recursive makes.
19036 * configure.in: Recognize new ncr3000 config.
19037
19038 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
19039
19040 * Makefile.in, configure.in: removed references to gdbm.
19041
19042 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
19043
19044 * config.sub: Don't canonicalize os value
19045 newsos* to bsd (readline needs to check for newsos).
19046 (This fix was earlier made Jan 31, but got re-broken.)
19047
19048 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
19049
19050 * configure.in: sco is an os, not a vendor!
19051
19052 * configure: Quote $( better. Keep various shells happy.
19053
19054 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
19055
19056 * Makefile.in: eliminate stamp-files.
19057
19058 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
19059
19060 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
19061 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
19062
19063 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
19064
19065 * config.sub: fix iris/iris3.
19066
19067 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
19068
19069 * configure: re-add -rm.
19070
19071 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
19072
19073 * Maskefile.in: add .stmp-rcs to all.
19074
19075 * configure.in: remove gas from rs6000 build, use aix host fragment.
19076
19077 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
19078
19079 * configure: pass down site_option during recursion.
19080
19081 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
19082
19083 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
19084
19085 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
19086
19087 * configure: Change exec_prefix so that it really defaults to prefix.
19088
19089 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
19090
19091 * Makefile.in, configure.in: Add support for mmalloc library.
19092
19093 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
19094
19095 * Makefile.in: add stmp dependencies for a few more things.
19096
19097 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
19098
19099 * configure: adjusted error message on objdir/srcdir configure
19100 collision, per john's suggestion.
19101
19102 * Makefile.in: add libiberty stmp to all and all.cross.
19103
19104 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
19105
19106 * Makefile.in: remove force dependencies, add grep to all.
19107
19108 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
19109
19110 * Makefile.in: drop flex. make stamp files work.
19111
19112 * configure: added test for conflicting configuration in srcdir,
19113 remove trailing slashes from srcdir. Otherwise emacs gdb mode
19114 gets cranky. use relative paths for configure and srcdir
19115 whenever possible. Send some error messages to stderr that were
19116 going to stdout.
19117
19118 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
19119
19120 * Makefile.in: Fix libg++ rule to check for gcc directory
19121 before using gcc/gcc. Also pass XTRAFLAGS.
19122
19123 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
19124
19125 * Makefile.in: added stmp-files so that directories aren't polled
19126 when they are already built.
19127
19128 * configure.texi: fixed a node pointer problem.
19129
19130 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
19131
19132 * config.sub configure.in gdb/configure.in
19133 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
19134 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
19135 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
19136
19137 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19138
19139 * configure: -recurring becomes -silent. corrected help message
19140 for -site= option.
19141
19142 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
19143
19144 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19145
19146 * configure: when building Makefile for crosses, replace
19147 tooldir and program_prefix. default srcdir from location of
19148 config.sub. remove "for host in hosts" and "for target in
19149 targets" loops.
19150
19151 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19152
19153 * Makefile.in: Do not pass bindir or mandir to cvs.
19154
19155 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
19156
19157 * Makefile.in, configure.in: removed traces of namesubdir,
19158 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
19159 copyrights to '92, changed some from Cygnus to FSF.
19160
19161 * configure.texi: remove most references to multiple hosts,
19162 multiple targets, subdirs, etc.
19163
19164 * configure.man: removed rcsid. reference config.sub not
19165 config.subr.
19166
19167 * Makefile.in: mkdir $(infodir) on install-info.
19168
19169 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
19170
19171 * configure.texi: Explain better about .gdbinit and about
19172 the environment that configure.in sections run in.
19173
19174 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
19175
19176 * configure.in: Ultrix is only a decstation if it's a MIPS.
19177
19178 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
19179
19180 * README: DOC.configure => cfg-paper.texi.
19181
19182 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
19183
19184 * config.sub (near case $os): Don't convert newsos* to bsd!
19185
19186 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
19187
19188 * Makefile.in: Reinstall change from gdb-4.3 that reduces
19189 the number of copies of COPYING that go into the GDB tar file.
19190
19191 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
19192
19193 * bfd/configure.in, gdb/config/mh-i386sco,
19194 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
19195 Fix SCO configuration stuff.
19196
19197 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
19198
19199 * Makefile.in: For libg++, make sure the -I pointing
19200 to the gcc directory goes *after* all the libg++-local -I flags.
19201 Also, move just-gcc dependency from just-libg++ to all-libg++.
19202
19203 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
19204
19205 * configure: Change -x to -f to keep Ultrix /bin/test happy.
19206
19207 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
19208
19209 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
19210
19211 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
19212
19213 * config.sub: Add stratus configuration frags. Also
19214 submitted to FSF.
19215
19216 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
19217
19218 * Makefile.in (DEV_SUPPORT): add configure.man.
19219
19220 * config.sub(Decode manufacturer-specific): add -none*.
19221
19222 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
19223
19224 * Makefile.in: remove form feeds to make Sun's make happy.
19225 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
19226
19227 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
19228
19229 * Makefile.in (AR_FLAGS): Make quieter.
19230
19231 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
19232
19233 * configure.in: Add libg++.
19234 * configure: When verbose, don't output the command line at each
19235 level; it will be unremarkably the same as the previous version,
19236 which will be the same as what the user typed.
19237
19238 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
19239
19240 * configure.in, Makefile.in: fix clean-info, add flex. add
19241 fileutils.
19242
19243 * configure: be less sensitive to spaces in Makefile.in. Do not
19244 look for sources in "..". Doing so breaks subdirectories that
19245 might have their own configure. If a subdir has it's own
19246 configure script, use it.
19247
19248 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
19249
19250 * cfg-paper.texi: some changes suggested by rms.
19251
19252 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
19253
19254 * config.sub: Merge in some small additions from the FSF version,
19255 taken from the gcc distribution, to bring the Cygnus and FSF
19256 versions into closer sync.
19257
19258 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
19259
19260 * configure.in: Changed svr4 references to sysv4.
19261
19262 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
19263
19264 * configure: added -V for version number option.
19265
19266 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
19267
19268 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
19269 renamed from DOC.configure to cfg-paper.texi.
19270
19271 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19272
19273 * configure, config.subr, config.sub: config.subr is now
19274 config.sub again.
19275
19276 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
19277
19278 * configure.texi: new file, in progress.
19279
19280 * Makefile.in: build info file and install the man page for
19281 configure.
19282
19283 * configure.man: new file, first cut.
19284
19285 * configure: find config.subr again now that configuration "none"
19286 has gone. removed all traces of the -ansi option. removed all
19287 traces of the -languages option.
19288
19289 * config.subr: resync from rms.
19290
19291 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19292
19293 * configure, config.sub, config.subr: merge config.sub into
19294 config.subr, call the result config.subr, remove config.sub, use
19295 config.subr.
19296
19297 * Makefile.in: revised install for dir.info.
19298
19299 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19300
19301 * configure.in: add decstation host makefile frag.
19302
19303 * Makefile.in: BISON now bison -y again. also install-gcc on
19304 install. clean-gdbm on clean. infodir belongs in datadir.
19305 Make directories for info install. Build dir.info here then
19306 install it.
19307
19308 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19309
19310 * Makefile.in: fix for bad directory tests.
19311
19312 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19313
19314 * configure: \{1,2\} appears to be a sysv'ism. Use a different
19315 regexp. -srcdir relative was being handled incorrectly.
19316
19317 * Makefile.in: unwrapped some for loops so that parallel makes
19318 work again and so one can focus one's attention on a particular
19319 package.
19320
19321 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19322
19323 * configure: added PWD as a stand in for `pwd` (for speed). use
19324 elif wherever possible. make -srcdir work without -objdir.
19325 -objdir= commented out.
19326
19327 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19328
19329 * configure: +options become --options. -subdirs commented out.
19330 added -host, -datadir. Renamed -destdir to -prefix. Comment in
19331 Makefile now at top of generated Makefile. Removed cvs log
19332 entries. added -srcdir. create .gdbinit only if there is one
19333 in ${srcdir}.
19334
19335 * Makefile.in: idestdir and ddestdir go away. Added copyrights
19336 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
19337 and mandir now keyed off datadir by default.
19338
19339 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
19340
19341 * Freshly created ChangeLog.
19342
19343 \f
19344 Local Variables:
19345 mode: change-log
19346 left-margin: 8
19347 fill-column: 76
19348 version-control: never
19349 End: